top skills
pricing
resources
install
github
sign in
sign up
back to leaderboard
CA
@camacho
contributor on implexa, with 34 skills ranked by
SkillRank
across 1 source.
camacho on github
publishes to skills.sh
skills, ranked by SkillRank
score
source
skill
5.8
skills.sh
bail
bail detects workflow step by filesystem state, reflects on exit reason, updates github issue, closes open pr, and cleans up worktree and branch artifacts.
5.3
skills.sh
assemble-panel
assembles a panel of reviewer agents and enforces governance policy for code review loops. takes scope (file path or diff) and optional include/exclude overrides, returns ordered reviewer list plus gate/cap parameters.
4.3
skills.sh
copilot
copilot mode switches claude into human-driven collaboration by relaxing worktree constraints and enabling main branch commits, with activation via shell hook.
3.2
skills.sh
task
task is a routing table that maps work types to tool recommendations, not a procedural dispatcher. lacks executable steps, failure handling, and concrete decision criteria.
—
skills.sh
ship
Use when implementation is complete, tests pass, and code needs to reach main — via PR with auto-merge (CI up) or local shallow-clone merge (CI down)
—
skills.sh
capture
Creates a draft GitHub Issue with triage label from natural language description.
—
skills.sh
triage
Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests,…
—
skills.sh
autonomous
Exit copilot mode — return to autonomous mode with full worktree enforcement.
—
skills.sh
catchup
Use after /clear, /compact, session resume, or context loss. Use when branch context is stale or unknown. Use when starting work in an existing worktree.
—
skills.sh
isolate
Use when starting task work that needs branch isolation, before planning or coding — creates a worktree branching from current remote main with freshness…
—
skills.sh
wrap
Use when ending a session, wrapping up work, saying goodbye, or transitioning to a new task context after completing a development cycle
—
skills.sh
reflect
Use after merging a branch or completing a task to consolidate learnings into memory layers, close out issues, and verify the phase gate.
—
skills.sh
orient
Fetches issue context, auto-detects task type, maps to branch prefix, presents brief.
—
skills.sh
test-driven-development
Use when implementing any feature or bugfix, before writing implementation code
—
skills.sh
local-merge
Use when landing a branch onto a target branch requires a safe local-git merge path that avoids mutating active worktrees directly, such as /ship, /reflect, or…
—
skills.sh
plan-review
Auto-assembles review panel using deterministic rules, dispatches agents against plan file, collects verdicts.
—
skills.sh
build
Use when an approved plan exists and needs execution, or when a hotfix/one-sentence scope needs direct TDD implementation — dispatches subagents per task,…
—
skills.sh
policy-algebra
Use when a skill, plan, or rule file needs a frozen Starlark governance rule block generated, or an existing frozen block drift-checked against a candidate.…
—
skills.sh
status
Project status dashboard — open issues, recent commits, active branches/worktrees, memory state, and scratchpad. Use when the user asks for a status report,…
—
skills.sh
requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
—
skills.sh
archive
Fills Outcomes & Learnings in a plan file and renames it to .done.md.
—
skills.sh
imperatives
Use when extracting imperatives from agent instruction files, analyzing rule coverage, or preparing input for /policy-algebra and /distill.
—
skills.sh
position
Bootstrap the session into a team position. Loads the position profile from `ai-workspace/team/<name>.md`, loads sibling state directory if present (PLAYBOOK +…
—
skills.sh
inherit
Use when pulling/syncing/updating/absorbing changes from a branch's parent (typically main) into the current branch, or cascading parent changes through a…
—
skills.sh
to-issues
Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert…
—
skills.sh
writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
—
skills.sh
review
Unified review skill — auto-detects plan or code, assembles the right panel, runs a bounded review-fix loop with severity gating. Use when a plan or…
—
skills.sh
workflow
Alias for /task — the universal task dispatcher. Use /task or /workflow interchangeably.
—
skills.sh
publish-skill
Detect new or modified skills in .agents/skills/ by comparing git hashes against ai-skills, snapshot for rollback, review, publish to ai-skills, install…
—
skills.sh
brainstorming
brainstorming — an installable skill for AI agents, published by camacho/ai-skills.
—
skills.sh
to-prd
to-prd — an installable skill for AI agents, published by camacho/ai-skills.
—
skills.sh
session-start-hook
Creating and developing startup hooks for Claude Code. Use when the user wants to set up a repository for Claude Code, create a SessionStart hook to ensure…
—
skills.sh
validate
Run full project validation (typecheck + lint + format + test + build (optional))
—
skills.sh
build-skill
Use when creating or rewriting a skill and you want one strong, workflow-conformant version built through failure analysis, review, and refinement instead of a…