Explore skills
4,624 skills found
Category alert
Get new Segurança skills every Monday
error-recovery
Strategies for handling subagent failures with retry logic and escalation patterns.
explore-codebase
Pattern for efficiently exploring codebases using parallel subagents. Use when you need to understand code structure, find patterns, or gather context.
lint
How to lint and typecheck in this project. Load when implementing or verifying code.
patterns
Load common code patterns and abstractions used in this project. Use when implementing features to maintain consistency.
reflect-on-work
Pattern for producing quality reflections after completing work. Required for all agent outputs.
run-tests
How to run tests in this project. Load when implementing or verifying code.
self-test
Pattern for testing your own code during implementation. Ensures quality before declaring complete.
verify-output
Pattern for verifying your output matches required schema before completing. Use before writing final output to ensure validity.
calculator
Performs arbitrary-precision arithmetic calculations including addition, subtraction, multiplication, division, and exponents. Use when the user asks to calculate, compute, or evaluate math expressions, or when precise decimal arithmetic is needed to avoid floating-point errors.
jira-cli
Interact with Jira from the command line to create, list, view, edit, and transition issues, manage sprints and epics, and perform common Jira workflows. Use when the user asks about Jira tasks, tickets, issues, sprints, or needs to manage project work items.
commit
Create well-formatted git commits with conventional commit messages and emoji. Use when user asks to commit changes, save work, or after completing a task that should be committed.
autofix
Auto-fix CodeRabbit review comments - get CodeRabbit review comments from GitHub and fix them interactively or in batch