Source

dawiddutoit/custom-claude

204 skills · 2.2K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
internal-comms Writes internal communications using company-specific formats including 3P updates (Progress, Plans, Problems), newsl…
dawiddutoit/custom-claude
7
2
jira-builders Guides for using jira-tool CLI correctly to create and manages Jira tickets with rich formatting. Use when working wi…
dawiddutoit/custom-claude
7
3
mcp-builder Creates Model Context Protocol (MCP) servers enabling LLMs to interact with external services through well-designed t…
dawiddutoit/custom-claude
7
4
pdf Comprehensive PDF manipulation using pypdf, pdfplumber, and ReportLab for text extraction, table parsing, document cr…
dawiddutoit/custom-claude
7
5
pihole-dns-troubleshoot-ipv6 Diagnoses and fixes IPv6 DNS issues causing clients to connect to Cloudflare OAuth instead of using local network acc…
dawiddutoit/custom-claude
7
6
python-best-practices-type-safety Systematic resolution of pyright/mypy type errors with categorization and fix templates. Use when pyright fails, type…
dawiddutoit/custom-claude
7
7
python-micrometer-business-metrics Implements domain-specific KPI metrics for business operations like charges, invoices, payments. Use when instrumenti…
dawiddutoit/custom-claude
7
8
python-micrometer-cardinality-control Prevent OutOfMemoryError from unbounded metric tags by implementing cardinality limits. Use when adding tags to Micro…
dawiddutoit/custom-claude
7
9
python-micrometer-core Instrument Java/Spring Boot applications with observability metrics. Use when adding metrics to microservices, integr…
dawiddutoit/custom-claude
7
10
python-micrometer-gcp-cloud-monitoring Exports Micrometer metrics to GCP Cloud Monitoring (Stackdriver) for GKE deployments. Use when setting up metrics exp…
dawiddutoit/custom-claude
7
11
python-micrometer-metrics-setup Sets up Micrometer metrics in a Spring Boot service from scratch, including dependencies, Actuator configuration, and…
dawiddutoit/custom-claude
7
12
python-micrometer-sli-slo-monitoring Define and monitor Service Level Indicators (SLIs) and Service Level Objectives (SLOs) using Micrometer histograms. U…
dawiddutoit/custom-claude
7
13
python-test-micrometer-testing-metrics Tests custom Micrometer metrics in unit and integration tests using SimpleMeterRegistry. Use when writing tests for s…
dawiddutoit/custom-claude
7
14
quality-code-review Perform systematic self-review of code changes before commits using structured checklist. Validates architecture boun…
dawiddutoit/custom-claude
7
15
quality-detect-refactor-markers Finds all REFACTOR markers in codebase, validates associated ADRs exist, identifies stale markers (30+ days old), and…
dawiddutoit/custom-claude
7
16
quality-run-linting-formatting Runs ruff linting and formatting with configuration details and common fixes. Use when checking code style, formattin…
dawiddutoit/custom-claude
7
17
quality-run-type-checking Runs dual type checking with pyright (fast, development) and mypy (thorough, CI/CD). Use when checking types, before …
dawiddutoit/custom-claude
7
18
slack-gif-creator Creates animated GIFs optimized for Slack with proper dimensions (128x128 emoji, 480x480 message), FPS control, color…
dawiddutoit/custom-claude
7
19
svelte-migrate-html-to-spa TODO: Complete and informative explanation of what the skill does and when to use it. Include WHEN to use this skill …
dawiddutoit/custom-claude
7
20
svelte-runes Provides Svelte 5 runes guidance for reactive state, props, derived values, effects, and attachments. Use when implem…
dawiddutoit/custom-claude
7
21
test-implement-constructor-validation Auto-generate constructor validation tests from service class signatures. Use when creating tests for new services, v…
dawiddutoit/custom-claude
7
22
test-implement-factory-fixtures Create factory fixture patterns for customizable test setup with variations. Use when building reusable test fixtures…
dawiddutoit/custom-claude
7
23
test-organize-layers Guide test placement in correct test pyramid layer (unit/integration/e2e). Use when creating new test files, deciding…
dawiddutoit/custom-claude
7
24
test-setup-async Sets up async tests with proper fixtures and mocks using pytest-asyncio patterns. Use when testing async functions, c…
dawiddutoit/custom-claude
7
25
util-manage-todo Manage project todos in todo.md files with task states (pending, in_progress, completed).
dawiddutoit/custom-claude
7
26
util-multi-file-refactor Optimizes multi-file refactoring workflows by enforcing token-efficient MultiEdit usage (30-50% savings), coordinatin…
dawiddutoit/custom-claude
7
27
util-resolve-serviceresult-errors Fix ServiceResult pattern mistakes causing test failures and type errors. Use when seeing "dict object has no attribu…
dawiddutoit/custom-claude
7
28
web-artifacts-builder Builds elaborate multi-component claude.ai HTML artifacts using React 18, TypeScript, Vite, Tailwind CSS, and shadcn/…
dawiddutoit/custom-claude
7
29
webapp-testing Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functio…
dawiddutoit/custom-claude
7
30
work-with-adf Create, validate, and work with Atlassian Document Format (ADF) for Jira. Use when creating rich content for Jira iss…
dawiddutoit/custom-claude
7
31
write-atomic-tasks Writes precise, autonomous-execution-ready tasks using the SMART+ framework (Specific, Measurable, Actionable, Refere…
dawiddutoit/custom-claude
7
32
xlsx Comprehensive Excel spreadsheet creation, editing, and analysis using openpyxl and xlwings supporting formulas, forma…
dawiddutoit/custom-claude
7
33
kafka-integration-testing Write integration tests for Kafka producers and consumers using testcontainers. Use when testing producer/consumer wo…
dawiddutoit/custom-claude
6
34
kafka-producer-implementation Implement type-safe Kafka producers for event streaming with msgspec serialization. Use when building async/await pro…
dawiddutoit/custom-claude
6
35
kafka-schema-management Design and manage Kafka message schemas with type safety and schema evolution. Use when defining event schemas, creat…
dawiddutoit/custom-claude
6
36
lotus-analyze-nsf-structure Analyzes Lotus Notes NSF database file structure, data models, views, forms, and relationships. Use when understandin…
dawiddutoit/custom-claude
6
37
lotus-analyze-reference-dependencies Identifies and maps Lotus Notes reference database dependencies, lookups, and cross-database relationships. Use when …
dawiddutoit/custom-claude
6
38
lotus-convert-rich-text-fields Converts Lotus Notes rich text fields to standard formats (HTML, markdown, plain text). Use when migrating formatted …
dawiddutoit/custom-claude
6
39
lotus-migration Analyzes and plans migrations of Lotus Notes applications to modern platforms. Use when understanding Lotus Notes arc…
dawiddutoit/custom-claude
6
40
otel-logging-patterns Implements OpenTelemetry (OTEL) logging with trace context correlation and structured logging. Use when setting up pr…
dawiddutoit/custom-claude
6
41
setup-pytest-fixtures Creates pytest fixtures following project patterns including factory fixtures, async fixtures, and multi-layer organi…
dawiddutoit/custom-claude
6
42
svelte-add-accessibility TODO: Complete and informative explanation of what the skill does and when to use it. Include WHEN to use this skill …
dawiddutoit/custom-claude
6
43
svelte-add-component TODO: Complete and informative explanation of what the skill does and when to use it. Include WHEN to use this skill …
dawiddutoit/custom-claude
6
44
svelte-components Svelte component patterns. Use for web components, component libraries (Bits UI, Ark UI, Melt UI), form patterns, or …
dawiddutoit/custom-claude
6
45
svelte-create-spa TODO: Complete and informative explanation of what the skill does and when to use it. Include WHEN to use this skill …
dawiddutoit/custom-claude
6
46
svelte-deployment Svelte deployment guidance. Use for adapters, Vite config, pnpm setup, library authoring, PWA, or production builds.
dawiddutoit/custom-claude
6
47
svelte-extract-component Extracts reusable Svelte components from existing code to improve modularity and reduce duplication. Use when refacto…
dawiddutoit/custom-claude
6
48
svelte-setup-state-store TODO: Complete and informative explanation of what the skill does and when to use it. Include WHEN to use this skill …
dawiddutoit/custom-claude
6
49
svelte5-showcase-components Provides Comprehensive guide to the Svelte 5 Showcase component library with 49 production-ready components organized…
dawiddutoit/custom-claude
6
50
sveltekit-data-flow SvelteKit data flow guidance. Use for load functions, form actions, and server/client data. Covers +page.server.ts vs…
dawiddutoit/custom-claude
6
Page 4 · 204 total Previous Next