Published Skills 32
treesitter-patterns
Parse code with tree-sitter patterns
Working with tree-sitter requires understanding AST navigation, query patterns, and visitor implementations. This skill provides ready-to-use patterns for parsing any programming language.
toon-format
Format data efficiently with TOON notation
JSON wastes tokens in LLM prompts. TOON reduces token usage by 30-60% while keeping data human-readable. Transform tabular data into a compact format optimized for AI consumption.
test-scaffolding
Generate test scaffolds for source files
Writing test files from scratch slows down test-driven development. This skill analyzes your source code and generates test scaffolds with TODO stubs in your preferred framework, so you can focus on implementing tests instead of setting them up.
supabase-patterns
Implement Secure Supabase Row Level Security Patterns
Supabase projects often have security vulnerabilities from missing or incorrect RLS policies. This skill provides proven patterns for user ownership, team access, role-based security, and proper policy testing.
standards-extraction
Extract coding standards from project configs
New contributors often guess coding conventions instead of following established project standards. This skill parses CONTRIBUTING.md, linter configs, and editor settings to return a complete standards summary for consistent contributions.
stack-analyzer
Analyze Your Tech Stack and Get AI Skill Recommendations
Stop manually configuring AI development skills for each project. Stack-analyzer automatically detects your technology stack and recommends the perfect skills for AI-assisted development.
spec-discovery
Discover and trace specification requirements
Finding and tracking requirements across large codebases is time-consuming and error-prone. This skill automatically locates specification files, extracts requirement IDs like REQ-NOTIFY-001, and generates a traceable manifest with content hashes for downstream validation.
spawn-terminal
Run CLI commands in a new terminal window
AI assistants cannot directly execute terminal commands. This skill enables running CLI tools like ffmpeg, curl, npm, and python in a separate terminal window for development workflows.
spawn-agent
Spawn AI coding agents in new terminals
Managing multiple AI coding agents requires switching between different CLI tools. This skill launches Claude Code, Codex, Gemini, Cursor, OpenCode, or Copilot in a fresh terminal window. Developers can offload complex coding tasks to specialized agents while continuing their main workflow.
spawn
Spawn External Processes in Terminals
Launch AI coding agents and CLI commands in new terminal windows with cross-platform support for macOS, Windows, and WSL.
security-audit
Detect security vulnerabilities in code
Security vulnerabilities like SQL injection and shell commands put applications at risk. This skill identifies OWASP patterns and provides specific remediation steps to fix issues before deployment.
schema-alignment
Align database schemas with code models
Database schemas often drift from code definitions bugs and deployment causing failures. This skill detects misalignment between database schemas and ORM models across SQLAlchemy, Django, Prisma, and TypeORM frameworks.
research
Research any topic with multi-source verification
Finding accurate information takes too long when checking multiple sources manually. This skill launches parallel research agents that search web, docs, and code simultaneously, then synthesize findings with confidence scores.
project-testing
Implement Custom Testing Patterns
Testing code without proper patterns leads to flaky tests and maintenance nightmares. This skill provides battle-tested patterns for unit, integration, and E2E tests with proper fixtures and naming conventions.
project-research
Automate Research Workflows with AI Agents
Stop manually coordinating research tasks across multiple sources. This skill provides structured templates for AI agents to conduct systematic research with proper source management and synthesis.
project-domain
Define Project Domain Vocabulary
Inconsistent terminology creates confusion in codebases. This skill establishes a shared vocabulary and entity relationships for your project domain. Teams can document entities, map relationships, and enforce naming conventions.
post-impl-docs
Keep documentation in sync with code
Documentation often falls out of sync with code changes. This skill automatically updates README, CHANGELOG, docs folder, and inline docstrings to reflect implemented changes.
orchestration-native-invoke
Route AI tasks to external providers
Users need guidance on invoking external AI coding tools. This skill provides documented patterns and workflows for using Claude Code Task agents to call Codex, Gemini, and Cursor with proper authentication and read-only controls.
orchestration
Orchestrate Multi-Provider AI Tasks
Managing multiple AI coding providers requires understanding their unique capabilities and command patterns. This skill provides documentation and workflows for delegating tasks to Claude, Codex, Gemini, and Cursor with proper authentication, read-only safeguards, and fallback strategies.
multi-agent-orchestration
Intelligently Route Tasks to the Best AI Provider
Managing multiple AI providers is complex with different capabilities and costs. This skill provides a decision framework and routing logic to automatically delegate tasks to the optimal provider based on requirements like context length, multimodal needs, sandboxed execution, or privacy constraints.
model-discovery
Discover and classify AI models
AI model names change frequently. This skill fetches current model lists from Anthropic, OpenAI, Gemini, and Ollama, then classifies them by performance tier for optimal model selection.
mapreduce
Execute tasks in parallel across AI providers
Complex tasks benefit from multiple perspectives. This skill enables you to fan out work to different AI providers simultaneously, then intelligently consolidate the results into a single high-quality output.
library-detection
Detect project technology stacks from manifests
This skill identifies the technology stack of any project by scanning package manifests and configuration files. It helps developers quickly understand project dependencies, frameworks, and build tools without manual investigation.
docs-sources
Add documentation sources efficiently
This skill provides knowledge about 20+ documentation platforms and their fetch strategies. It helps you detect documentation frameworks, select the right fetching approach, and configure registry entries for new documentation sources.