Find the perfect skill
AI Skills Audit
Productivity
Audits skills for discoverability and triggering effectiveness. Analyzes description quality, trigger phrase coverage, progressive disclosure, and metadata completeness.
Create Claude Code SKILL.md
Development
Creates a new Claude Code SKILL.md from scratch. Guides through pattern identification, input/output, decision rules, and routing. Use when turning a repeating workflow into a slash command.
Technical Diagrams for Stacks
Documentation
Generate professional technical diagrams as self-contained HTML files with inline SVG, theme toggle, and multiple export formats. Ideal for architecture, workflows, and data flows.
Make Quarto Release
DevOps
Drives a Quarto release end-to-end from dev-docs checklists. Handles prereleases, first stable, and patch releases, verifying git/gh state and requiring human confirmation at each step.
Detect CDS Breaking Changes
Development
Analyzes the last N commits for breaking changes in the CDS public API surface. Focuses on specific packages.
Code Humanizer
Development
Removes structural debt from AI-generated code, preventing duplicated helpers, swallowed exceptions, and speculative abstractions. Includes Guard mode to avoid these patterns during implementation.
Markdown Review with textlint
Documentation
Checks Markdown files for typos, spelling errors, and runs textlint to detect style rule violations. Helps when proofreading and correcting technical articles before publication.
API Patterns
Development
API design principles and decision-making for 2025. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.
Add New Pulumi Provider Package
Development
Guided workflow to add a new provider package to the Pulumi Registry, including validation and community package listing.
Interactive Academic Review
Education & Training
Interactive review sessions with academic PDFs (lectures, papers, chapters). Extract concepts, run Q&A sessions, generate quizzes with scoring. Privacy-preserving local processing - PDFs never uploaded.
Embed claude-sub-proxy as Internal Service
Development
Embed claude-sub-proxy as an internal service within another project with minimal footprint (4 JS files + config, no external exposure). It adds Claude API access to an existing app without a separate server, running on localhost. Useful for integrating Claude into a larger application securely.
Compress Skill
Development
Reduce a skill to its irreducible core using a compression loop with git and behavior tests.