Find the perfect skill
Claude Skill Generator
Development
This skill creates a new Claude Skill with the required directory structure and YAML frontmatter. It validates inputs, determines needed resource directories (scripts, references, assets), and generates skeleton files. Use it when you need to scaffold a new custom skill for Claude.
AI Skills Framework Guide
Development
This guide defines the AI skills framework, detailing skill folder structure (SKILL.md, scripts, references) and progressive disclosure operation. It helps when creating, describing, or using modular skills for AI agents.
Load Auto-Generated Skill
Development
Loads an auto-generated skill into the current session without requiring a restart. If no skill name is provided, it lists all available auto-generated skills for selection. This is helpful for immediately using skills created or discovered during an active session.
Remove Hook
Development
Removes a specific hook from the project's Claude settings. It first lists hooks, then asks the user to confirm which hook to remove, deletes it, and reports the result. Useful when you want to clean up or correct hook configurations without manual file editing.
Server-Side Rendering Expert
Development
Implement SSR, SSG, and ISR patterns with Next.js, Nuxt, or SvelteKit for optimal web performance.
Wget URL Reader
Development
Fetches content from URLs using wget. Handles file downloads, web page reading, and API responses with configurable flags like custom headers, timeouts, and retries.
View Vocal Bridge Call Logs
Development
View call logs for Vocal Bridge voice agent. Use it to list recent calls with filters (status, count) or display full details of a specific session including transcript, duration, and call direction.
TypeScript Strict Mode Converter
Development
Gradually convert JavaScript or loose TypeScript projects to strict TypeScript with proper type safety.
Create a New Skill
Development
Step-by-step workflow for creating a new AI coding assistant skill. Helps structure the project, decide between a single file or a router-based folder, and generate the right content based on complexity.
Full-Stack App Scaffolder
Development
Scaffold complete full-stack applications with best practices, including API routes, database schemas, and frontend components.
Helius Solana RPC and Infrastructure Expert
Development
Provides guidance on using Helius Solana infrastructure, including high-performance RPC nodes, real-time data streaming via LaserStream and WebSockets, and developer APIs like the Digital Asset Standard. Helps with accessing NFT/token metadata, debugging transaction failures, optimizing priority fees, and setting up webhooks for blockchain events. Useful when users need to interact with Solana through Helius services.
REST API Design
Development
RESTful API design principles, versioning, pagination, HATEOAS, and documentation. Master best practices for designing robust and maintainable APIs.