Find the perfect skill
New Module Creation
Development
For creating a new module in the 9Trip ERP, this skill guides code file generation while strictly adhering to the database schema (DBSchema.js) and data access rules via DBManager. Helpful when implementing a new entity that requires compliant persistence and user interface following project best practices.
Backend Architecture Patterns
Development
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.
ws store setup
Development
Analyzes the project's gitignored files and sets up the ws store with appropriate tracking strategies. Guides initial store configuration to ensure files like .env and editor settings are shared across worktrees.
Claude Code Hook Patterns
Development
Production-tested hook patterns for Claude Code covering validation, state management, MCP integration, and workflow automation.
Solana Program Development
Development
Guides AI assistants in writing, testing, and deploying Solana programs using native Rust or the Anchor framework. It helps with account validation, PDAs, CPIs, and testing with tools like LiteSVM, bankrun, or Mollusk.
WebSocket Engineer
Development
Senior engineer for real-time bidirectional communication using WebSockets or Socket.IO. Designs scalable architectures with Redis pub/sub, room management, presence tracking, and authentication for millions of concurrent connections.
Claude Skill Creator
Development
Create, modify, and manage skills for Claude Code following best practices. Includes guidance on frontmatter, description writing, and file organization. Use when building new skills or updating existing ones to extend Claude's capabilities.
List Configured Hooks
Development
Displays all hooks configured in the project by reading .claude/settings.json and .claude/settings.local.json. It organizes hooks by event type (e.g., PreToolUse, PostToolUse) and shows their source file, matcher, type, and command/prompt. Useful for quickly reviewing what automation triggers are set up.
TypeScript MCP Server Expert
Development
Expert in building Model Context Protocol (MCP) servers using the TypeScript SDK. Covers transport selection (HTTP/stdio), tool design with zod validation, and production best practices. Use when implementing or debugging MCP servers within the awesome-copilot-root plugin.
Skills Validator
Development
Validates and reviews skill definitions against the Agent Skills specification. Checks YAML frontmatter, naming conventions, description quality, file structure, and best practices, providing actionable improvement suggestions with before/after examples. Ideal for catching errors and improving skill quality before committing.
Create Reusable Custom Skills
Development
Create reusable command or skill scaffolds tailored to your project's recurring tasks.
Product Requirements Document Creation
Development
Generates product requirements documents (PRDs) tailored for AG4ONE's autonomous development cycles. Structures user stories with acceptance criteria and priorities, outputting a JSON file ready for integration with the Ralph loop.