Best practice engineering skills for open source development, optimized for Rust, WebAssembly, and knowledge graph systems
npx claudepluginhub terraphim/terraphim-skillsBest practice engineering skills for open source Rust/WebAssembly development. Includes 30+ specialized skills covering architecture, implementation, testing, code review, security, performance, static analysis (UBS), requirements traceability, acceptance/visual testing, documentation, DevOps, and disciplined development workflows.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
32+ specialized skills for AI-assisted software development. Optimized for Rust, WebAssembly, and open source workflows.
# Install all skills to your AI coding agents
npx skills add terraphim/terraphim-skills
# Or install specific skills only
npx skills add terraphim/terraphim-skills --skill architecture --skill implementation
# List available skills
npx skills add terraphim/terraphim-skills --list
Installs to: Claude Code, Cursor, Codex, Amp, VS Code, Copilot, Gemini CLI, Goose, Letta, and OpenCode.
# Add the Terraphim marketplace
claude plugin marketplace add terraphim/terraphim-skills
# Install the engineering skills plugin
claude plugin install terraphim-engineering-skills@terraphim-skills
# Clone the repository
git clone https://github.com/terraphim/terraphim-skills.git
# Add as local marketplace
claude plugin marketplace add ./terraphim-skills
# Install the plugin
claude plugin install terraphim-engineering-skills@terraphim-skills
The terraphim-agent binary enables Claude Code hooks for command replacement and git safety guards.
Install from GitHub Releases (Recommended):
# macOS ARM64 (Apple Silicon)
gh release download --repo terraphim/terraphim-ai \
--pattern "terraphim-agent-aarch64-apple-darwin" --dir /tmp
chmod +x /tmp/terraphim-agent-aarch64-apple-darwin
mv /tmp/terraphim-agent-aarch64-apple-darwin ~/.cargo/bin/terraphim-agent
# macOS x86_64 (Intel)
gh release download --repo terraphim/terraphim-ai \
--pattern "terraphim-agent-x86_64-apple-darwin" --dir /tmp
chmod +x /tmp/terraphim-agent-x86_64-apple-darwin
mv /tmp/terraphim-agent-x86_64-apple-darwin ~/.cargo/bin/terraphim-agent
# Linux x86_64
gh release download --repo terraphim/terraphim-ai \
--pattern "terraphim-agent-x86_64-unknown-linux-gnu" --dir /tmp
chmod +x /tmp/terraphim-agent-x86_64-unknown-linux-gnu
mv /tmp/terraphim-agent-x86_64-unknown-linux-gnu ~/.cargo/bin/terraphim-agent
Note: The crates.io version (cargo install terraphim_agent) is outdated (v1.0.0) and missing hook and guard commands. Use GitHub releases for the latest features.
Follow these steps to activate all terraphim skills and hooks at the user level (applies to all projects):
# Add the Terraphim marketplace
claude plugin marketplace add terraphim/terraphim-skills
# Install the engineering skills plugin
claude plugin install terraphim-engineering-skills@terraphim-skills
# macOS ARM64 (Apple Silicon)
gh release download --repo terraphim/terraphim-ai \
--pattern "terraphim-agent-aarch64-apple-darwin" --dir /tmp
chmod +x /tmp/terraphim-agent-aarch64-apple-darwin
mv /tmp/terraphim-agent-aarch64-apple-darwin ~/.cargo/bin/terraphim-agent
Create/update ~/.claude/settings.local.json: