Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
writing-plans
Structured implementation planning for multi-step development tasks. Use when you have a spec or requirements and need to break work into executable steps.
aiskillstore/marketplace 232
-
systematic-debugging
Root cause analysis for debugging. Use when bugs, test failures, or unexpected behavior have non-obvious causes, or after multiple fix attempts have failed.
aiskillstore/marketplace 232
-
subagent-driven-development
Sequential subagent execution with two-stage review gates for implementation plans. Use when executing multi-task plans in current session, when tasks need fresh subagent context to avoid pollution, when formal review cycles (spec compliance then code quality) are required between tasks, or when you need diff-based validation of each task before proceeding.
aiskillstore/marketplace 232
-
executing-plans
Disciplined plan execution for implementation tasks. Use when executing a saved implementation plan, following step-by-step instructions from a plan document.
aiskillstore/marketplace 232
-
verification-before-completion
Verification discipline for completion claims. Use when about to assert success, claim a fix is complete, report tests passing, or before commits and PRs. Enforces evidence-first workflow.
aiskillstore/marketplace 232
-
writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
aiskillstore/marketplace 232
-
dispatching-parallel-agents
Dispatches one subagent per independent domain to parallelize investigation/fixes. Use when you have 2+ unrelated failures (e.g., separate failing test files, subsystems, bugs) with no shared state or ordering dependencies.
aiskillstore/marketplace 232
-
finishing-a-development-branch
Git branch completion workflow. Use when implementation is complete, tests pass, and a feature branch needs to be integrated via merge, pull request, or cleanup.
aiskillstore/marketplace 232
-
using-git-worktrees
Git worktree–based workspace isolation for parallel or non-disruptive development. Use when work must occur without modifying or interfering with the current working tree.
aiskillstore/marketplace 232
-
receiving-code-review
Assesses and responds to incoming code review feedback on PRs (reviewer comments, requested changes), especially when suggestions are unclear, technically questionable, or scope-expanding. Use before implementing review suggestions to align on intent and keep changes minimal.
aiskillstore/marketplace 232
-
implementing-with-tdd
Use when implementing bug fixes, features, or any code changes where test-first development is appropriate.
aiskillstore/marketplace 232
-
managing-task-lifecycle
Use when starting, pausing, completing, or transitioning task status in the development workflow.
aiskillstore/marketplace 232
-
planning-with-trello
Use when planning features, organizing sprints, or syncing work with Trello boards.
aiskillstore/marketplace 232
-
creating-skills
Use when creating new skills, documenting workflows, or standardizing processes into reusable skill definitions.
aiskillstore/marketplace 232
-
finishing-branches
Use when work is complete and ready for integration, merge, or PR creation.
aiskillstore/marketplace 232
-
releasing-versions
Manages release preparation including validation, version bumping, documentation verification, and security checks.
aiskillstore/marketplace 232
-
reviewing-code
Use when reviewing code changes, checking PRs, or evaluating code quality.
aiskillstore/marketplace 232
-
designing-and-implementing
Use when receiving feature requests, architectural discussions, or multi-step implementation needs that require design before coding.
aiskillstore/marketplace 232
-
agent-tools
Run 150+ AI apps via inference.sh CLI - image generation, video creation, LLMs, search, 3D, Twitter automation. Models: FLUX, Veo, Gemini, Grok, Claude, Seedance, OmniHuman, Tavily, Exa, OpenRouter, and many more. Use when running AI apps, generating images/videos, calling LLMs, web search, or automating Twitter. Triggers: inference.sh, infsh, ai model, run ai, serverless ai, ai api, flux, veo, claude api, image generation, video generation, openrouter, tavily, exa search, twitter api, grok
aiskillstore/marketplace 232
-
agent-browser
Browser automation for AI agents via inference.sh. Navigate web pages, interact with elements using @e refs, take screenshots, record video. Capabilities: web scraping, form filling, clicking, typing, drag-drop, file upload, JavaScript execution. Use for: web automation, data extraction, testing, agent browsing, research. Triggers: browser, web automation, scrape, navigate, click, fill form, screenshot, browse web, playwright, headless browser, web agent, surf internet, record video
aiskillstore/marketplace 232
-
design-to-code
Pixel-perfect Figma to React conversion using coderio. Generates production-ready code (TypeScript, Vite, TailwindCSS V4) with high visual fidelity. Features robust error handling, checkpoint recovery, and streamlined execution via helper script.
aiskillstore/marketplace 232
-
backend-ralph-plan
Create a structured plan directory with Ralph Wiggum Loop integration for backend Django projects. Generates PLAN.md (task index), task files, and RALPH-PROMPT.md (the actual prompt for ralph-loop). Use for rigorous, iterative implementation requiring quality gates and verification.
aiskillstore/marketplace 232
-
backend-pr-workflow
Pedantic Diversio backend dev workflow Skill that enforces ClickUp-linked branch/PR naming, PR hygiene, safe Django migrations, and downtime-safe schema changes for Django4Lyfe-style backends.
aiskillstore/marketplace 232
-
plan-directory
Create or update a structured plan directory with a master PLAN.md index and numbered task files (001-*.md). Each task file includes goal, dependencies, scope, checklist, tests, and completion criteria. Use when scaffolding a repeatable project plan in markdown, especially when the user wants a master index plus per-task files with checkboxes that are checked off as work completes.
aiskillstore/marketplace 232