Find the perfect skill
SDD Steering Document Generation
Documentation
Generates project-specific steering documents (product.md, tech.md, structure.md) in .spec/steering/ to provide context for AI-assisted development. Analyzes project manifest, directory structure, and code patterns to create tailored guidance. Use when initializing a new project or onboarding an AI coding assistant.
Session Self-Arrest
Productivity
Protects long solo sessions by arming a silent watcher that triggers a clean checkpoint before the session limit, then resumes at the window reset.
Complete Kaggle Integration
Data & AI
Complete Kaggle integration for AI agents: account setup, dataset/model downloads, notebook execution, competition submissions, badge collection, and Q&A. Helps when users need to interact with Kaggle platform via API, CLI, MCP, or web UI, with four modules (registration, competition reports, core interaction, badge collector) that handle all aspects of the workflow.
Go Concurrency Patterns
Development
Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or debugging race conditions.
GitaGyan
Content
Skill providing knowledge about the Bhagavad Gita.
Shopify Metafields & Metaobjects
Development
Model custom data with Shopify metafields and metaobjects via the GraphQL Admin API. For custom fields, content types, and structured schemas.
Skill Review
Development
Reviews a skill folder for clarity, trigger quality, and maintainability, returning findings and proposed edits.
Git Shallow Clone
Development
This skill provides a script that performs a shallow clone of a Git repository to a temporary directory, allowing local analysis of repository contents without downloading the full commit history. It helps when you need to examine or work with a repository's codebase locally instead of using web APIs.
Send Message to Other Claude Code Sessions
Productivity
Send a message to other Claude Code sessions via a Discord channel using the Discord plugin's reply tool.
Knowledge Extraction (KE)
Development
Captures and routes knowledge at work boundaries. Use to record patterns, decisions, distinctions, or sub-task completions.
Launch Beacon Dashboard
Data & AI
Launch the interactive web dashboard to visualize a codebase's knowledge graph.
GraphQL Schema Generator
Development
Generate GraphQL schemas, resolvers, and type definitions. Use when designing GraphQL APIs or documenting GraphQL schemas.