Directory

Discover and filter AI agent skills. 27,776 active skills available.

Popular guides from the directory

Start with intent-focused guides, then come back to the full directory when you need broader coverage.

Results

Showing 3001-3024 of 27,776Page 126 of 1158

jj

12
from coreyja/dotfiles

Use Jujutsu (jj) for version control. Covers workflow, commits, bookmarks, pushing to GitHub, absorb, squash, and stacked PRs. Use when working with jj, creating commits, pushing changes, or managing version control.

claude-code-automation

12
from coreyja/dotfiles

Run Claude Code programmatically in headless mode or via bidirectional stream-json protocol. Use when building agents, automating Claude, running headless Claude, implementing multi-turn conversations, or integrating Claude CLI into applications.

bake-site-compare

12
from coreyja/dotfiles

Compare production WordPress sites against their baked static versions to find differences. Use when testing Bake deployments, checking for missing assets, broken styles, console errors, or any visual/functional discrepancies between production and static sites. Triggers on requests to compare sites, verify bake output, check for differences, or test static deployments.

test

12
from PeterBooker/veloria

Run Go unit tests. Use after code changes to verify correctness.

security-scan

12
from PeterBooker/veloria

Run gosec and govulncheck to find security vulnerabilities. Use before releases or after dependency changes.

reindex

12
from PeterBooker/veloria

Trigger reindexing of a specific WordPress extension. Use to rebuild the search index for a plugin, theme, or core version.

race-check

12
from PeterBooker/veloria

Run Go race detector to find data races in concurrent code. Use after any change to mutexes, goroutines, or channels.

profile

12
from PeterBooker/veloria

Run CPU and memory profiling with pprof to identify performance hotspots. Use when investigating high resource usage.

migrate

12
from PeterBooker/veloria

Create and manage database migrations using goose. Use for schema changes, new tables, or index optimization.

lint

12
from PeterBooker/veloria

Run golangci-lint and static analysis on Go code. Use before pushing or to check code quality.

integration-test

12
from PeterBooker/veloria

Run integration tests that require Docker (Postgres, MinIO via testcontainers). Use to validate database and storage behavior.

generate

12
from PeterBooker/veloria

Run go generate to build templ templates and frontend assets. Use after changing templates or CSS/JS.

deps

12
from PeterBooker/veloria

Check and tidy Go module dependencies. Use after adding/removing imports or before releases.

coverage

12
from PeterBooker/veloria

Run tests with coverage analysis and identify untested code paths. Use to find gaps before releases.

check

12
from PeterBooker/veloria

Run pre-push quality checks (vet + lint + tests with race detector). Use before pushing code.

benchmark

12
from PeterBooker/veloria

Run Go benchmarks and compare results to detect performance regressions. Use before and after performance-related changes.

code-review-expert

12
from MichelKerkmeester/opencode--spec-kit-skilled-agent-orchestration

Expert code review of current git changes with a senior engineer lens. Detects SOLID violations, security risks, and proposes actionable improvements.

system-spec-kit

12
from MichelKerkmeester/opencode--spec-kit-skilled-agent-orchestration

Unified spec-folder workflow + context preservation: Levels 1-3+, validation, Spec Kit Memory. Required for file modifications.

system-skill-advisor

12
from MichelKerkmeester/opencode--spec-kit-skilled-agent-orchestration

Routes non-trivial requests to matching skills through standalone MCP metadata and stable advisor tool ids.

system-code-graph

12
from MichelKerkmeester/opencode--spec-kit-skilled-agent-orchestration

Structural code indexing and mk-code-index MCP workflows for graph readiness, impact queries, context retrieval and structural checks.

sk-prompt

12
from MichelKerkmeester/opencode--spec-kit-skilled-agent-orchestration

Prompt engineering specialist: structured AI prompts via 7 frameworks, DEPTH thinking, CLEAR scoring.

sk-prompt-small-model

12
from MichelKerkmeester/opencode--spec-kit-skilled-agent-orchestration

Sentinel for small-model optimization patterns covering SWE-1.6 + DeepSeek-v4-pro + Kimi-k2.6 + Qwen3.6 + GLM-5.1 + MiniMax across cli-devin and cli-opencode (DeepSeek API + opencode-go + MiniMax Token Plan `minimax-coding-plan` default / MiniMax Direct API `minimax` providers) dispatch paths. Routing anchor only; real patterns live in cli-devin/references/ and cli-opencode/references/.

sk-git

12
from MichelKerkmeester/opencode--spec-kit-skilled-agent-orchestration

Git workflow orchestrator: worktree setup, clean commits, finish/PR creation across git-worktrees, git-commit, git-finish.

sk-doc

12
from MichelKerkmeester/opencode--spec-kit-skilled-agent-orchestration

Markdown and OpenCode component specialist: doc quality, content optimization, component scaffolds, install guides, playbooks.