Find the perfect skill
Context Mode Purge
Development
Permanently deletes the knowledge base and session data. Destructive and irreversible.
Business Agreement Generator
Documentation
Generates customized business agreements for 10 common relationship types with plain English annotations. Use when formalizing a business relationship or drafting a service contract.
Technical Indicator Dashboard
Data & AI
Build an interactive technical analysis dashboard using Plotly Dash or Streamlit. Supports single-symbol, multi-symbol, and multi-timeframe layouts with real-time refresh. Helps visualize indicators and monitor financial markets in real time.
Invoke the Discussion Skill
Productivity
Saves a session bookmark and hands off the discussion context to the technical-discussion skill. It constructs a handoff message tailored to how the discussion was initiated (research, continue, fresh, etc.). Helps maintain continuity when switching between research and structured discussion workflows.
PHPStan Error Resolver
Development
Automatically resolves PHPStan errors by analyzing and fixing type issues. Loops until zero errors or stagnation.
Get Job Inputs
Development
Retrieve the input specifications and values used when a job was executed. Use for debugging, reproducing results, or auditing job submissions.
Fallout 4 Compatibility Audit
Development
Per-game audit of Fallout 4 compatibility — BA2, half-float verts, BGSM materials, M49 precombines (CSG)
Claude Code Expert
Development
Provides comprehensive guidance on using Claude Code, Anthropic's agentic coding tool. Covers setup, slash commands, hooks, plugins, MCP servers, troubleshooting, and best practices. Use when you need help with any aspect of Claude Code, from installation to advanced enterprise features.
Bio Annotation
Data & AI
Functional annotation and taxonomy inference from sequence homology.
Frontend Error Handling
Development
Provides standardized patterns for handling API errors (404, 500) with user-friendly messages, React Error Boundary components for crash recovery, and retry logic for transient failures. Helps improve application robustness and user experience during network calls.
Skill Extraction Workflow
Development
Analyze conversation to identify reusable workflow, then generate complete Mythos artifact set including SKILL.md, command, agent, and verification scripts.
TypeScript Advanced Types
Development
Master TypeScript's advanced type system: generics, conditional types, mapped types, and template literal types to build type-safe applications.