Find the perfect skill
Claude Code Skill Builder
Development
Create well-structured Claude Code skills following best practices and the Agent Skills specification. Use this guide to scaffold new skills with proper formatting and documentation.
Web Components Architecture
Development
Build web components using Custom Elements v1 API with Declarative Shadow DOM and attribute-driven state. Uses only Web Platform APIs without external dependencies or DOM selectors.
Mobile Offline Support
Development
Implement offline-first mobile apps with local storage, sync strategies, and conflict resolution for AsyncStorage, Realm, and SQLite.
PostgreSQL Transaction Management
Development
Implement atomic PostgreSQL transactions in Supabase to ensure data consistency across multi-table operations. Handle rollbacks and serialization.
Python Project Initialization
Development
Creates a complete Python project with documentation, development environment, and tooling. Perfect for starting a new Python project from scratch.
Incremental Work with Git Worktree
Development
Make incremental progress on issues using Git worktree for parallel agent workflows. Perfect for starting coding sessions, continuing work, or running parallel agents.
Shallow Skill
Development
First-level skill for testing shallow namespace generation and comparison with deep skill namespaces.
TypeScript Strict Patterns and Best Practices
Development
Comprehensive guide to strict TypeScript patterns including const types, flat interfaces, type guards, and avoiding 'any'. Covers best practices for better code maintainability and type safety.
Skill Development Rules
Development
Guidelines for creating and structuring skills in Claude environment, including SKILL.md format, best practices, and MCP integration.
Profile Blocking Calls in WebFlux
Development
Identify blocking calls in reactive Spring WebFlux code that cause thread starvation and performance degradation.
Add Skill Templates
Development
Standardizes adding new Agent Skill templates to the meta-agent-skills framework. Ensures templates follow the required structure for automatic instantiation by the Meta-Agent.
Claude Code Skill Builder
Development
Create well-structured Claude Code skills following best practices and Agent Skills specification. Generate SKILL.md with proper frontmatter, instructions, examples and supporting files.