Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
aiskillstore/marketplace 232
-
test-driven-development
Use when implementing any feature or bugfix, before writing implementation code
aiskillstore/marketplace 232
-
using-superpowers
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
aiskillstore/marketplace 232
-
requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
aiskillstore/marketplace 232
-
writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
aiskillstore/marketplace 232
-
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
aiskillstore/marketplace 232
-
subagent-driven-development
Use when executing implementation plans with independent tasks in the current session
aiskillstore/marketplace 232
-
executing-plans
Use when you have a written implementation plan to execute in a separate session with review checkpoints
aiskillstore/marketplace 232
-
verification-before-completion
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
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
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
aiskillstore/marketplace 232
-
finishing-a-development-branch
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
aiskillstore/marketplace 232
-
parametric-scribe
Enables "Time Machine" coding. Records tasks as a Recipe and allows intelligent replay/modification of history.
aiskillstore/marketplace 232
-
using-git-worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
aiskillstore/marketplace 232
-
receiving-code-review
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
aiskillstore/marketplace 232
-
follow-up
Write follow-up emails that re-engage without being annoying. Uses proven psychology for follow-up sequences. 42% of replies come from follow-ups.
aiskillstore/marketplace 232
-
detect-ai
Analyze text to detect if it was written by AI. Returns a score from 0-100 with detailed metrics. Use when checking content before publishing or submitting.
aiskillstore/marketplace 232
-
humanize
Transform AI-generated text into natural, human-like content that bypasses AI detectors like GPTZero, Turnitin, and Originality.ai. Uses credits based on word count.
aiskillstore/marketplace 232
-
word-stats
Get word count, character count, reading time, and text statistics. Quick analysis without questions.
aiskillstore/marketplace 232
-
cold-email
Write cold emails that get replies using proven frameworks (AIDA, PAS, BAB). Enforces best practices like 50-125 word limit and personalized openers.
aiskillstore/marketplace 232
-
readability
Analyze text readability with Flesch-Kincaid, Gunning Fog, SMOG, and other metrics. Returns objective scores with interpretation and recommendations.
aiskillstore/marketplace 232
-
backend-dev-guidelines
Comprehensive backend development guide for Node.js/Express/TypeScript microservices. Use when creating routes, controllers, services, repositories, middleware, or working with Express APIs, Prisma database access, Sentry error tracking, Zod validation, unifiedConfig, dependency injection, or async patterns. Covers layered architecture (routes → controllers → services → repositories), BaseController pattern, error handling, performance monitoring, testing strategies, and migration from legacy patterns.
aiskillstore/marketplace 232
-
frontend-dev-guidelines
Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, MUI v7 styling, TanStack Router, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend code.
aiskillstore/marketplace 232
-
ast-grep-rule-crafter
Write AST-based code search and rewrite rules using ast-grep YAML. Create linting rules, code modernizations, and API migrations with auto-fix. Use when the user mentions ast-grep, tree-sitter patterns, code search rules, lint rules with YAML, AST matching, or code refactoring patterns.
aiskillstore/marketplace 232