Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
supabase-patterns
Generic Supabase best practices for Row Level Security, realtime subscriptions, storage, and edge functions. Framework-agnostic.
aiskillstore/marketplace 232
-
docs-sources
Knowledge of documentation platforms and fetching strategies. Use when adding new documentation sources, determining fetch strategy for a docs site, detecting doc frameworks, or configuring the docs registry.
aiskillstore/marketplace 232
-
spawn
Skills for spawning external processes - AI coding agents and generic CLI commands in new terminal windows. Parent skill category for agent and terminal spawning.
aiskillstore/marketplace 232
-
spawn-terminal
Spawn a new terminal window to run CLI commands (ffmpeg, curl, python, etc.). Use for non-AI command execution.
aiskillstore/marketplace 232
-
spawn-agent
Spawn an AI coding agent in a new terminal (Claude, Codex, Gemini, Cursor, OpenCode, Copilot). Defaults to Claude Code if unspecified.
aiskillstore/marketplace 232
-
standards-extraction
Extract coding standards and conventions from CONTRIBUTING.md, .editorconfig, linter configs. Use for onboarding and ensuring consistent contributions.
aiskillstore/marketplace 232
-
docs-navigation
Navigate hierarchical ai-docs indexes to find documentation. Check local docs FIRST for speed and curated context before web searching. Covers Claude Code, BAML, MCP, and other tracked libraries.
aiskillstore/marketplace 232
-
security-audit
Detect common security vulnerabilities in code. Covers OWASP patterns, SQL injection, bare excepts, shell injection. Framework-agnostic.
aiskillstore/marketplace 232
-
library-detection
Detect project stack from package manifests (package.json, pyproject.toml, go.mod, Cargo.toml, pubspec.yaml, CMakeLists.txt). Auto-identify frameworks, test tools, and build systems for onboarding.
aiskillstore/marketplace 232
-
spawn-terminal
Spawn a new terminal window to run CLI commands (ffmpeg, curl, python, etc.). Use for non-AI command execution.
aiskillstore/marketplace 232
-
browser-discovery
Browser automation for documentation discovery. Use when curl fails on JS-rendered sites, when detecting available browser tools, or when configuring browser-based documentation collection.
aiskillstore/marketplace 232
-
project-testing
Custom test patterns and fixtures for {project}. Covers E2E, integration, and specialized testing requirements.
aiskillstore/marketplace 232
-
test-scaffolding
Generate test file scaffolds from source analysis with language-appropriate templates.
aiskillstore/marketplace 232
-
toon-format
TOON (Token-Oriented Object Notation) encoding for LLM-efficient data representation. 30-60% token savings vs JSON for structured data.
aiskillstore/marketplace 232
-
stack-analyzer
Analyze project stack and recommend skills. Auto-detects frameworks, activates generic ai-dev-kit skills, and optionally scaffolds project-specific skills in the target repo.
aiskillstore/marketplace 232
-
project-domain
Domain vocabulary and entity relationships for {project}. Ensures consistent terminology and model understanding.
aiskillstore/marketplace 232
-
project-testing
Custom test patterns and fixtures for {project}. Covers E2E, integration, and specialized testing requirements.
aiskillstore/marketplace 232
-
project-research
Research workflow patterns specific to {project}. Covers research agent coordination, source management, and synthesis strategies.
aiskillstore/marketplace 232
-
orchestration-native-invoke
Invoke external AI CLIs via native Task agents (Claude, Codex, Gemini, Cursor). Primary mode for multi-provider orchestration with fork-terminal fallback for auth.
aiskillstore/marketplace 232
-
treesitter-patterns
Universal patterns for tree-sitter code parsing. Covers AST visitors, query patterns, and language plugin development. Framework-agnostic.
aiskillstore/marketplace 232
-
post-impl-docs
Update repository documentation after code implementation. Maintains README, CHANGELOG, docs/ folder, and inline docstrings based on changes made. Triggered by lane-executor after task completion.
aiskillstore/marketplace 232
-
multi-agent-orchestration
Orchestrate tasks across multiple AI providers (Claude, OpenAI, Gemini, Cursor, OpenCode, Ollama). Use when delegating tasks to specialized providers, routing based on capabilities, or implementing fallback strategies.
aiskillstore/marketplace 232
-
chrome-devtools-debugging
Debug and analyze web applications using Chrome DevTools MCP. Use for console log inspection, network request monitoring, performance analysis, and debugging authenticated sessions. For basic browser automation (screenshots, form filling), use browser-discovery skill instead.
aiskillstore/marketplace 232
-
spec-discovery
Parse specs to extract IDs, titles, and traceability metadata (repo, path, hash).
aiskillstore/marketplace 232