Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
gitnexus-debugging
Trace bugs through call chains using knowledge graph
abhigyanpatwari/GitNexus 26,790
-
gitnexus-refactoring
Plan safe refactors using blast radius and dependency mapping
abhigyanpatwari/GitNexus 26,790
-
gitnexus-pr-review
Use when the user wants to review a pull request, understand what a PR changes, assess risk of merging, or check for missing test coverage. Examples: "Review this PR", "What does PR #42 change?", "Is this PR safe to merge?"
abhigyanpatwari/GitNexus 26,790
-
gitnexus-cli
Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki"
abhigyanpatwari/GitNexus 26,790
-
gitnexus-exploring
Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: "How does X work?", "What calls this function?", "Show me the auth flow"
abhigyanpatwari/GitNexus 26,790
-
gitnexus-guide
Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: "What GitNexus tools are available?", "How do I use GitNexus?"
abhigyanpatwari/GitNexus 26,790
-
gitnexus-impact-analysis
Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: "Is it safe to change X?", "What depends on this?", "What will break?"
abhigyanpatwari/GitNexus 26,790
-
gitnexus-debugging
Use when the user is debugging a bug, tracing an error, or asking why something fails. Examples: "Why is X failing?", "Where does this error come from?", "Trace this bug"
abhigyanpatwari/GitNexus 26,790
-
gitnexus-refactoring
Use when the user wants to rename, extract, split, move, or restructure code safely. Examples: "Rename this function", "Extract this into a module", "Refactor this class", "Move this to a separate file"
abhigyanpatwari/GitNexus 26,790
-
gitnexus-pr-review
Use when the user wants to review a pull request, understand what a PR changes, assess risk of merging, or check for missing test coverage. Examples: "Review this PR", "What does PR #42 change?", "Is this PR safe to merge?"
abhigyanpatwari/GitNexus 26,790
-
gitnexus-cli
Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki"
abhigyanpatwari/GitNexus 26,790
-
gitnexus-exploring
Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: "How does X work?", "What calls this function?", "Show me the auth flow"
abhigyanpatwari/GitNexus 26,790
-
deploy
Use when shipping a release of Agent Sessions — bumping version, updating CHANGELOG, building, signing, notarizing, publishing appcast, and creating a GitHub release.
jazzyalex/agent-sessions 466
-
agent-session-format-check
Verify agent session format compatibility for Agent Sessions. Use when any agent CLI updates, when monitoring flags drift, or when bumping max verified versions (fixtures + docs + tests). Covers session schema, usage/limits tracking, storage backends, and discovery path contracts for all supported agents.
jazzyalex/agent-sessions 466
-
agent-support-matrix
Maintain Agent Sessions agent support matrix and JSON/JSONL parsing compatibility. Use when checking upstream agent releases for session format changes, updating max verified versions in docs/agent-support/agent-support-matrix.yml, or updating docs/agent-json-tracking.md and fixtures/tests.
jazzyalex/agent-sessions 466
-
sc-skill
Capture deterministic macOS screenshots for testing, docs, release notes, and marketing assets. Use when asked to automate app screenshots, batch-generate screenshot sets, standardize window sizing/composition, or choose between Peekaboo and native macOS screenshot tooling.
jazzyalex/agent-sessions 466
-
frontend-dev
Full-stack frontend development combining premium UI design, cinematic animations,
AI-generated media assets, persuasive copywriting, and visual art. Builds complete,
visually striking web pages with real media, advanced motion, and compelling copy.
Use when: building landing pages, marketing sites, product pages, dashboards,
generating media assets (image/video/audio/music), writing conversion copy,
creating generative art, or implementing cinematic scroll animations.
vibeeval/vibecosystem 458
-
mcp-chaining
Research-to-implement pipeline chaining 5 MCP tools with graceful degradation
vibeeval/vibecosystem 458
-
browser-automation
AI browser automation - navigate, interact, extract, verify via browser-use MCP
vibeeval/vibecosystem 458
-
repo-research-analyst
Analyze repository structure, patterns, conventions, and documentation for understanding a new codebase
vibeeval/vibecosystem 458
-
harvest-adaptive
Adaptive content summarization - auto-detect content type and produce relevant summary
vibeeval/vibecosystem 458
-
backend-patterns
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
vibeeval/vibecosystem 458
-
caching-patterns
Redis caching strategies, cache invalidation, write-through/write-behind, TTL management, and cache stampede protection.
vibeeval/vibecosystem 458
-
tldr-deep
Run full 5-layer analysis (AST, call graph, CFG, DFG, slice) on a specific function for deep debugging or understanding.
vibeeval/vibecosystem 458