Agent Skills by parcadei
Showing 288 vetted skills indexed across 2 GitHub repositories.
trace-claude-code
Captures Claude Code sessions, turns, and tool calls as hierarchical Braintrust traces.
skill-developer
Creates new Claude Code skills including MCP pipeline wrappers with SKILL.md frontmatter.
async-repl-protocol
Enforces await usage and single-block execution rules for async REPL testing.
router-first-architecture
Route tool calls through domain routers before invoking individual scripts.
search-tools
Select the appropriate code search tool based on query type and intent.
search-hierarchy
Selects the most token-efficient search tool for each code query type.
research
Documents codebase structure by spawning parallel sub-agents and synthesizing findings into research reports.
commit
Creates git commits with user approval and no Claude attribution.
index-at-creation
Indexes artifacts immediately at creation time instead of batch boundaries.
workflow-router
Routes user goals to specialist agents with configurable resource allocation.
describe-pr
Generate comprehensive pull request descriptions following repository templates.
skill-development
Defines authoring rules and structural conventions for SKILL.md files.
search-router
Routes code search queries to the most token-efficient search tool.
modular-code
Organizes Python code into modular files sized for maintainability and AI-assisted editing.
opc-architecture
Explains how OPC orchestrates parallel Claude Code instances via hooks and subprocesses.
agentic-workflow
Orchestrates a five-stage multi-agent pipeline for research, planning, validation, implementation, and review.
complete-skill
Tests the end-to-end skill persistence pipeline with a minimal workflow.
agentica-claude-proxy
Integrates Agentica SDK agents with Claude Code CLI through a local SSE proxy.
explicit-identity
Enforces passing explicit session and trace identifiers across process and async boundaries.
security
Audits code for vulnerabilities and verifies security fixes through a two-agent workflow.
agentica-sdk
Build Python agents with the Agentica SDK using decorators, spawn, persistence, and MCP integration.
research-external
Researches external documentation, web sources, and APIs using nia-docs, Perplexity, and Firecrawl.
agent-context-isolation
Isolates background agent output from the main context window using file-based coordination.
no-polling-agents
Prevents sleep-loop polling when waiting for background agents to complete.