Find the perfect skill
Writing Tests with gt Library
Testing
Provides step-by-step guidance for writing Go tests with the gt library, including type-specific assertions (e.g., `gt.Array`, `gt.String`), fail-fast patterns with `Required()`, and return value handling via `R1`/`R2`/`R3`. Helps when creating new test files or adding tests to existing Go code by referencing the locally installed gt documentation.
Pomodoro Timer - Focus Sessions
Productivity
A beautiful Pomodoro timer with task tracking. Use proven time management technique of focused 25-minute work sessions followed by short breaks.
Show Code Review Results
Development
Displays code review results for a specific commit or job ID. Use it to check the verdict, findings, and questions from a previous review without triggering a new analysis. It also shows recent review jobs and the prompt sent to the reviewer.
Verify gochickpeas changes
Testing
End-to-end parity testing for gochickpeas engine/gql changes using real LDBC data.
API Design Principles
Development
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs.
Push - Deploy changes
DevOps
Use this skill to commit and deploy changes by running the project's push script. It accepts an optional commit message; if none is given, it generates a short message based on the changes made.
RSPress Documentation Sync
Documentation
Syncs RSPress documentation with API changes. Detects stale docs, updates references, and adds migration notes.
Maintain Cross-Platform Architecture
DevOps
Meta-skill for maintaining AgentSys's 3-platform architecture: Claude Code, OpenCode, Codex CLI. Includes validation rules and platform differences matrix.
Save Context via Subagent
Productivity
Instructions for creating a subtask to save context in the main thread using subagents for code exploration and task delegation.
Resume Forge: Markdown to PDF
Productivity
Convert a Markdown resume into a professionally formatted PDF with multiple style options and ATS optimization.
PR Creation and Merge
Development
Handles pull request creation, merge, and cleanup including body writing, rebase merge, and branch cleanup.
Update README
Development
Refreshes an existing README.md using the current codebase state, git history, and changelog intelligence. Triggered when the README is outdated or needs synchronization with the project's actual state.