By TorchedHat
Deterministic hook system for automatic skill activation and guardrails in Claude Code. Includes skill-developer documentation and hook infrastructure for UserPromptSubmit triggers.
A curated collection of Claude Code plugins, skills, and agents for PyTorch development. This marketplace provides AI-powered tools for debugging, development, and optimization across the PyTorch ecosystem.
The PyTorch AI Marketplace is a Claude Code plugin marketplace that provides:
This marketplace serves the broader PyTorch community by packaging AI tools that understand PyTorch internals, debugging workflows, and development patterns.
We welcome contributions of new tools, skills, and agents! See CONTRIBUTION_GUIDELINES.md for guidelines
Multi-agent system for PyTorch compiler development with 10 skills and 4 specialized agents.
Features:
# Add the marketplace (one-time setup)
claude plugin marketplace add TorchedHat/ai-marketplace
# Install the plugin(s)
claude plugin install ai-writer
claude plugin install deterministic-hook
claude plugin install torch-compile
claude plugin install torchtalk
Access skills directly:
/compile-overview # torch.compile pipeline reference
/pytorch-dynamo # Dynamo implementation guidance
/skill-writer # Create new skills
Skills activate automatically based on context:
"Use the debug agent to debug code at file-name.py"
Delegate complex tasks to expert agents:
compile-debug agent for multi-stage compilation debuggingdynamo-expert for Dynamo-specific questionsaot-expert for AOT Autograd and gradient issuesinductor-expert for lowering and codegenThis repository serves as a reference implementation for Claude Code plugin marketplace patterns:
.claude-plugin/plugin.json for plugin structure.claude-plugin/marketplace.json for discovery/skill-writer to create new skills/agent-writer to create specialized agents/plugin-writer to create specialized agentshooks.json and scripts/ensure-setup.sh# Check if steering is installed
which acp-steering-mcp
# If not, install manually
uv pip install git+https://github.com/ambient-code/steering.git
# Verify PyTorch is installed
python3 -c "import torch; print(torch.__file__)"
# If PyTorch is installed from source, indexing should auto-detect it
# Override auto-detection if needed:
export PYTORCH_PATH=/path/to/pytorch
# Remove existing indices
rm -rf ~/.acp/repos/dynamo ~/.acp/repos/inductor ~/.acp/repos/functorch
# Restart Claude Code to trigger re-indexing
claude --plugin-dir .
Part of the PyTorch devcontainer tooling. See LICENSE for details.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub torchedhat/ai-marketplace --plugin deterministic-hookMCP server giving Claude Code cross-language understanding of PyTorch (Python -> C++ -> CUDA): binding-chain tracing, impact analysis, dispatch mapping, call graphs, and test discovery.
Tools for creating and managing Claude Code plugins, skills, and agents. Includes plugin-writer, skill-writer, and agent-writer utilities.
Curated collection of AI tools, skills, and agents for PyTorch development. Includes torch.compile debugging, semantic API search, and development workflows.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.