Find the perfect skill
GitHub Copilot Customization Expert
Productivity
Expert guidance for creating GitHub Copilot customizations using the awesome-copilot community toolkit. Covers custom agents, prompts, instructions, and collections with access to 200+ agents, 180+ prompts, and 150+ instructions. Helps when tailoring Copilot to specific workflows, defining coding standards, or building developer productivity tools.
Chaos Testing Implementer
Testing
Implement chaos engineering practices to test system resilience under failure conditions.
Abstract SVG for Positron
Content
Create or update abstract SVG illustrations for the Positron IDE documentation, walkthroughs, and feature previews.
Trello Management via uni CLI
Productivity
Manage your Trello boards, lists, and cards directly from the terminal using the uni CLI. Create boards, organize cards, and collaborate via command line.
PHPStan Error Resolver
Development
Automatically analyzes PHPStan errors and fixes them in batches of five, looping until zero errors or stagnation. Helps maintain a typed PHP codebase without repetitive manual intervention.
Web Search with MCP Server Strategy
Productivity
Execute efficient web searches using a prioritized MCP server strategy (Brave-Search → WebFetch). Perfect for searching documentation, finding the latest information, and accessing official resources.
Preflight CI for kube-coder
Testing
Run kube-coder's full CI suite locally before pushing: helm lint, unit tests, server.py tests, SPA builds with vitest, and shell syntax checks.
Memory Review
Productivity
Reviews session history, decisions, and project progress over time. Useful for weekly reviews, standups, retrospectives, or understanding past work.
Writing Skills
Development
Create a new agent skill with proper structure and progressive disclosure.
SOC2 Compliance Checker
Security
Automatically activates when you mention SOC2 compliance checking. Provides step-by-step guidance, best practices, and generates production-ready code and configurations for SOC2 compliance tasks. Ideal for penetration testing, compliance frameworks, threat modeling, and enterprise security.
Systematic Debugging
Development
Systematic debugging with root cause investigation. Four phases: investigate, analyze, hypothesize, implement.
Code Quality Checker
Development
Runs ruff for linting and mypy for type checking on the codebase. It can auto-fix ruff violations and target specific directories. Useful for catching style issues, security warnings, and type errors before commit.