Browse Skills
44656 skills found
ask-questions-if-underspecified.md
16
1
export
ask-questions-if-underspecified
2
from
"thienanblog/awesome-ai-agent-skills"
from
"thienanblog/awesome-ai-agent-skills"
3
Clarify requirements before implementing. Do not use automatically, only when invoked explicitly.
2026-01-05
create-meta-prompts.md
16
1
export
create-meta-prompts
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Create optimized prompts for Claude-to-Claude pipelines with research, planning, and execution stages. Use when building prompts that produce outputs for other prompts to consume, or when running multi-stage workflows (research -> plan -> implement).
2026-01-05
browser.md
16
1
export
browser
2
from
"default-anton/dotfiles"
from
"default-anton/dotfiles"
3
Minimal Chrome DevTools Protocol tools for browser automation and scraping. Use when you need to start Chrome, navigate pages, execute JavaScript, take screenshots, or interactively pick DOM elements.
2026-01-05
tester.md
16
1
export
tester
2
from
"larsbaunwall/DomainLang"
from
"larsbaunwall/DomainLang"
3
Use for testing tasks including test strategy design, writing Vitest unit/integration tests, ensuring coverage, and exploring edge cases. Activate when creating tests, reviewing test coverage, or designing test strategies.
2026-01-05
dqmc-parameter-scans.md
16
1
export
dqmc-parameter-scans
2
from
"edwnh/dqmc"
from
"edwnh/dqmc"
3
Set up systematic DQMC parameter studies across temperature, interaction strength U, or chemical potential mu. Use when doing temperature sweeps, phase diagram calculations, or any grid of simulations.
2026-01-05
dqmc-run.md
16
1
export
dqmc-run
2
from
"edwnh/dqmc"
from
"edwnh/dqmc"
3
Execute DQMC Monte Carlo sweeps on HDF5 simulation files. Use when running simulations, checkpointing long runs, using the queue system for multiple files, or checking simulation status.
2026-01-05
parallel-execution-optimizer.md
16
1
export
parallel-execution-optimizer
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Identify and execute independent operations in parallel for 3-5x speedup. Auto-analyzes task dependencies, groups into batches, launches parallel Task() calls. Applies to /optimize (5 checks), /ship pre-flight (5 checks), /design-variations (N screens), /implement (task batching). Auto-triggers when detecting multiple independent operations in a phase.
2026-01-05
optimization-phase.md
16
1
export
optimization-phase
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Validates production readiness through performance benchmarking, accessibility audits, security reviews, and code quality checks. Use after implementation phase completes, before deployment, or when conducting quality gates for features. (project)
2026-01-05
bats.md
16
1
export
bats
2
from
"OleksandrKucherenko/e-bash"
from
"OleksandrKucherenko/e-bash"
3
Bash Automated Testing System (BATS) for TDD-style testing of shell scripts. Use when: (1) Writing unit or integration tests for Bash scripts, (2) Testing CLI tools or shell functions, (3) Setting up test infrastructure with setup/teardown hooks, (4) Mocking external commands (curl, git, docker), (5) Generating JUnit reports for CI/CD, (6) Debugging test failures or flaky tests, (7) Implementing test-driven development for shell scripts.
2026-01-05
Git Commit Helper.md
16
1
export
Git Commit Helper
2
from
"basher83/Zammad-MCP"
from
"basher83/Zammad-MCP"
3
Generate descriptive commit messages by analyzing git diffs. Use when the user asks for help writing commit messages or reviewing staged changes.
2026-01-05
Unnamed Skill.md
16
1
export
Unnamed Skill
2
from
"MatiasComercio/agentic-config"
from
"MatiasComercio/agentic-config"
3
Expert assistant for creating Claude Code custom slash commands. Guides command file structure, YAML frontmatter configuration, variable syntax, and best practices. Triggers on keywords: writing commands, creating commands, slash command, custom command, new command, command template, make command, /command, create command, update command
2026-01-05
fetch-library-docs.md
15
1
export
fetch-library-docs
2
from
"panaversity/claude-code-skills-lab"
from
"panaversity/claude-code-skills-lab"
3
Fetches official documentation for external libraries and frameworks (React, Next.js, Prisma, FastAPI, Express, Tailwind, MongoDB, etc.) with 60-90% token savings via content-type filtering. Use this skill when implementing features using library APIs, debugging library-specific errors, troubleshooting configuration issues, installing or setting up frameworks, integrating third-party packages, upgrading between library versions, or looking up correct API patterns and best practices. Triggers automatically during coding work - fetch docs before writing library code to get correct patterns, not after guessing wrong.
2026-01-05
brainstorming.md
15
1
export
brainstorming
2
from
"galangryandana/superpowers-for-my-own-workflow"
from
"galangryandana/superpowers-for-my-own-workflow"
3
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.
2026-01-05
code-flow-tracer.md
15
1
export
code-flow-tracer
2
from
"lis186/SourceAtlas"
from
"lis186/SourceAtlas"
3
Trace code execution paths and data flow. Use when user asks "how does X work", "what happens when X", "trace the flow of X", "where does data come from", or needs to understand feature implementation.
2026-01-18
creating-a-plan.md
15
1
export
creating-a-plan
2
from
"jasonraimondi/dotfiles"
from
"jasonraimondi/dotfiles"
3
Creates a comprehensive easy to follow plan for building out a design. Use when creating an implementation plan from a design.
2026-01-16
grey-haven-project-structure.md
15
1
export
grey-haven-project-structure
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Organize Grey Haven projects following standard structures for TanStack Start (frontend) and FastAPI (backend). Use when creating new projects, organizing files, or refactoring project layout.
2026-01-21
grey-haven-observability-engineering.md
15
1
export
grey-haven-observability-engineering
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Production-ready monitoring, logging, and tracing using Prometheus, Grafana, OpenTelemetry, DataDog, and Sentry. Use when setting up production monitoring, implementing SLOs, distributed tracing, or performance tracking.
2026-01-21
grey-haven-api-design.md
15
1
export
grey-haven-api-design
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Design RESTful APIs following Grey Haven standards - FastAPI routes, Pydantic schemas, HTTP status codes, pagination, filtering, error responses, OpenAPI docs, and multi-tenant patterns. Use when creating API endpoints, designing REST resources, implementing server functions, configuring FastAPI, writing Pydantic schemas, setting up error handling, implementing pagination, or when user mentions 'API', 'endpoint', 'REST', 'FastAPI', 'Pydantic', 'server function', 'OpenAPI', 'pagination', 'validation', 'error handling', 'rate limiting', 'CORS', or 'authentication'.
2026-01-21
using-rails-ai.md
15
1
export
using-rails-ai
2
from
"zerobearing2/rails-ai"
from
"zerobearing2/rails-ai"
3
Rails-AI introduction - explains how rails-ai (Rails domain layer) integrates with superpowers (universal workflows) for Rails development
2026-01-20
zoom.md
15
1
export
zoom
2
from
"Everplay-Tech/pewpew"
from
"Everplay-Tech/pewpew"
3
Granularity control with +/- notation. Use + for detail, - for brevity. Always active. Works standalone or inside pewpew blocks.
2026-01-05
seedream-image-generator.md
15
1
export
seedream-image-generator
2
from
"eze-is/seedream-image-generator"
from
"eze-is/seedream-image-generator"
3
Generate images using the Doubao SeeDream API based on text prompts. Use this skill when users request AI-generated images, artwork, illustrations, or visual content creation. The skill handles API calls, downloads generated images to the project's /pic folder, and supports batch generation of up to 4 sequential images.
2026-01-21
task-decomposer.md
15
1
export
task-decomposer
2
from
"ttmouse/skills"
from
"ttmouse/skills"
3
Decompose Linear todos into actionable, testifiable chunks with rationale, as-is/to-be analysis, expected outputs, and risk assessment for effective project management
2026-01-21
rails-ai:hotwire.md
15
1
export
rails-ai:hotwire
2
from
"zerobearing2/rails-ai"
from
"zerobearing2/rails-ai"
3
Use when adding interactivity to Rails views - Hotwire Turbo (Drive, Frames, Streams, Morph) and Stimulus controllers
2026-01-20
grey-haven-test-generation.md
15
1
export
grey-haven-test-generation
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Comprehensive test suite generation with unit tests, integration tests, edge cases, and error handling. Use when generating tests for existing code, improving coverage, or creating systematic test suites. Triggers: 'generate tests', 'add tests', 'test coverage', 'write tests for', 'create test suite'.
2026-01-21