Find the perfect skill
Confluence Publishing with mdc
Documentation
Publish Markdown files to Confluence and fetch Confluence pages back to Markdown using the mdc CLI tool.
Create Pull Request
Development
Runs tests, build, code review and creates pull requests with issue tracking.
Grove Logging Best Practices
Development
A skill for adding NDJSON debug record events to Grove's Rust TUI. Covers wide event design with rich context, event/kind identity pairs, data fields, timing at boundaries, and zero-cost null logger usage. Use when adding new log events, reviewing logging code, or designing instrumentation for new features.
Research Voids & Cognitive Gaps
Content
Conducts exploratory research into cognitive blind spots and unknowable territories, following a brief on categories of the unexplored, unexplorable, and occluded. Uses targeted web searches in philosophy and cognitive science to identify gaps, then produces structured research notes aligned with site tenets. Ideal for daily exploration of the boundaries of human thought.
Trigger ADO pipelines for Copilot PR
DevOps
Post /azp run comments on a GitHub PR to trigger Azure DevOps pipelines. Used for Copilot-created PRs.
Karpathy Coding Principles
Development
Guides coding with principles of simplicity, clarity, and surgical precision. Use when you want to think before coding, keep solutions minimal, make targeted changes, and define verifiable success criteria.
SAP Mock Cloud Foundry
Testing
Instructions for using a mock SAP Cloud Foundry in your workflows.
Justin Sun Perspective
Productivity
Thinking framework and expression style based on 21,829 tweets, autobiography, etc. Use Justin Sun's perspective to analyze crypto and business decisions.
Supabase Performance Tuning
Development
Optimize Supabase API performance with caching, batching, and connection pooling.
Knowledge-Driven Development (KDD)
Documentation
Record decisions and meta-reflection after features with trade-offs or architectural choices. Captures why and session friction as chat output only.
Click Scaffolder
Development
Generate Click-based Python CLI applications with decorators, groups, context, and modern Python patterns.
Systematic Debugging
Development
Systematic debugging with root cause investigation. Four phases: investigate, analyze, hypothesize, implement.