Find the perfect skill
Git Commit Workflow
Development
Automated git commit with precommit hook handling, lint/type checks, test fixing, README and API reference updates.
REST API
Development
Build production-ready REST APIs with contract-first design, secure auth, robust testing, and deployment runbooks.
9P2000 Protocol Implementation for .NET
Development
A .NET 9 implementation of the 9P2000 protocol to connect Windows/Linux to 9front/Plan9 file servers. Provides clients, servers, authentication, and CPU remote shell.
Async Python Patterns
Development
Comprehensive guidance for implementing asynchronous Python applications using asyncio, concurrent programming patterns, and async/await for building high-performance, non-blocking systems.
Git Commit
Development
Create high-quality Git commits by analyzing changes, running relevant agents, and composing commit messages.
Diagnose
Development
Disciplined diagnosis loop for hard bugs and performance regressions. Use when user asks to diagnose or debug an issue.
Microservices Patterns
Development
Master microservices architecture patterns including service boundaries, inter-service communication, data management, and resilience for distributed systems.
TASK-DONE
Documentation
Marks a feature in docs/features/ as done: updates checkboxes, moves to docs/done/, updates row in docs/logros.md, adds entries to changelog files. Use when user says 'mark feature as done'.
Agent Reviewer (Code)
Development
Runs parallel external agent reviews (Codex + Gemini) on code changes. Process-as-arrive, critical verification with debate. Returns filtered suggestions.
API Documenter
Documentation
Master API documentation with OpenAPI 3.1, AI-powered tools, and modern developer experience practices. Create interactive docs, generate SDKs, and build comprehensive developer portals.
QA Testing & Bug Fix
Testing
Systematically QA test a web application and fix bugs found. Runs QA testing, then iteratively fixes bugs in source code, committing each fix atomically and re-verifying.
Pull Request Preparation Skill
Development
Must be invoked before creating any PR or pushing a branch for review. Covers changelog entries, branch naming, PHPCS/PHPUnit checks, and reviewer assignment.