By efacsen
Expert coach for the Python Claude Agent SDK. Generates idiomatic code, audits existing agents, and keeps docs fresh.
npx claudepluginhub efacsen/claude-agent-sdk-python-skill --plugin claude-agent-sdk-python-skillAudit a Python Agent SDK file against the four best-practice checklists.
Explain a Python Claude Agent SDK topic using the curated doc snapshot (with citations).
Coached scaffold for a new Python Claude Agent SDK script. Asks framing questions, picks primitives, and generates idiomatic code.
Re-snapshot the Python Claude Agent SDK docs into references/.
A Claude Code plugin that makes Claude an expert coach for the Python Claude Agent SDK (claude_agent_sdk). It:
Claude Code installs plugins from marketplaces. This repo ships its own single-plugin marketplace named agent-sdk-py:
/plugin marketplace add efacsen/claude-agent-sdk-python-skill
/plugin install claude-agent-sdk-python-skill@agent-sdk-py
Update later with:
/plugin marketplace update agent-sdk-py
/plugin update claude-agent-sdk-python-skill@agent-sdk-py
/agent-sdk:new <use case> — coached scaffold for a new agent/agent-sdk:audit <file> — best-practice lint on an existing .py file/agent-sdk:explain <topic> — doc lookup with citations/agent-sdk:refresh — re-snapshot the official docsclaude_agent_sdk packageanthropic package).claude-plugin/ plugin + marketplace manifests
commands/ four slash command definitions
skills/ SKILL.md routing brain + references + checklists + templates
scripts/ refresh_docs.py (docs snapshot refresher)
tests/ pytest suite + acceptance suite + fixtures
See CONTRIBUTING.md for development setup, how to run tests, and how to refresh the docs snapshot.
MIT — see LICENSE.
See CHANGELOG.md.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault. Covers memory management, session notetaking, knowledge organization, and agent context across projects. Based on Andrej Karpathy's LLM Wiki pattern. Optional DragonScale Memory extension adds hierarchical log folds, deterministic page addresses, embedding-based semantic tiling lint, and boundary-first autoresearch topic selection.
Complete developer workflow toolkit. Includes 34 reference skills, 34 specialized agents, and 21 slash commands covering TDD, debugging, code review, architecture, documentation, refactoring, security, testing, git workflows, API design, performance, UI/UX design, plugin development, and incident response. Full SDLC coverage with MCP integrations.
Build and maintain an LLM-curated personal knowledge base in your project — Andrej Karpathy's LLM Wiki pattern, designed to scale to thousands of pages without becoming a context bottleneck. Now with an optional compiled graph layer for typed, provenance-backed relationships.