TopRank Skills

80,000+ Skills to Supercharge Claude

The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.

Showing 118511 results
pproenca

git-commit

by pproenca

star 0

Use when making git commits directly (not via /commit:new). Ensures safe shell quoting with heredoc format. Triggers on...

pproenca

python-performance

by pproenca

star 0

Use when Python code runs slowly, needs profiling, requires async/await patterns, or needs concurrent execution - covers...

pproenca

git-worktrees

by pproenca

star 0

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - cr...

pproenca

verification

by pproenca

star 0

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verifi...

pproenca

systematic

by pproenca

star 0

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root...

pproenca

testing-skills

by pproenca

star 0

Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization -...

pproenca

parallel-agents

by pproenca

star 0

Use when facing 3+ independent failures that can be investigated without shared state or dependencies - dispatches multi...

pproenca

executing-plans

by pproenca

star 0

Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - load...

pproenca

code-review

by pproenca

star 0

Use when requesting or receiving code reviews - covers dispatching review subagent, handling feedback with technical rig...

pproenca

condition-wait

by pproenca

star 0

Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeou...

pproenca

subagent-dev

by pproenca

star 0

Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for ea...

pproenca

python-testing

by pproenca

star 0

Use when writing pytest tests, creating fixtures, mocking dependencies, or testing async code - provides patterns that v...

pproenca

writing-plans

by pproenca

star 0

Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - create...

pproenca

root-cause

by pproenca

star 0

Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces...

pproenca

google-shell-style

by pproenca

star 0

Use when the user asks to "refactor shell script", "fix bash style", "apply Google style guide to shell", "review shell...

pproenca

amazon-writing

by pproenca

star 0

Use when writing narrative memos, 6-pagers, 1-pagers, press releases, or PRFAQs in Amazon style. Applies Amazon's no-Pow...

btafoya

agent-memory

by btafoya

star 0

Persistent memory system for AI agents with semantic, episodic, and procedural memory types. Use when users want to (1)...

LucaMarconato

visualize-parsed-spatial-...

by LucaMarconato

star 0

Create an interactive HTML viewer to visualize and verify parsed metadata against source documents.

GolferGeek

api-agent-development

by GolferGeek

star 0

Create API agents that wrap external HTTP services (n8n, LangGraph, CrewAI, OpenAI endpoints). Configure request/respons...

GolferGeek

quality-gates

by GolferGeek

star 0

Ensure code quality before commits. Run lint, format, test, build. Use npm scripts: npm run lint, npm run format, npm te...

GolferGeek

n8n-development

by GolferGeek

star 0

Create and manage N8N workflows in Orchestrator AI. Use Helper LLM pattern for all LLM calls, configure webhook status t...

GolferGeek

orchestrator-git-standard...

by GolferGeek

star 0

Orchestrator AI-specific Git conventions and standards. Branch naming, commit workflow, repository organization. CRITICA...

GolferGeek

conventional-commits

by GolferGeek

star 0

Conventional Commits specification format. Use when creating commit messages. Format: <type>(<scope>): <description>. Ty...

GolferGeek

github-workflow

by GolferGeek

star 0

GitHub workflow patterns for Orchestrator AI. Branch naming, PR process, code review, CI/CD. CRITICAL: Use conventional...