Rust language server integration via rust-analyzer. Provides code intelligence, diagnostics, go-to-definition, and find-references for .rs files.
npx claudepluginhub manifoldlogic/claude-code-plugins --plugin rust-analyzer-lspA collection of Claude Code plugins for development workflows, project management, and CI/CD automation.
Add the marketplace and install plugins:
# Add the crewchief marketplace from GitHub
/plugin marketplace add manifoldlogic/claude-code-plugins
# Install plugins
/plugin install sdd@crewchief
/plugin install github-actions@crewchief
| Plugin | Description |
|---|---|
| sdd | Spec-Driven Development - workflow management for structured epic planning, ticket execution, and task-based implementation |
| github-actions | GitHub Actions workflow creation, optimization, and troubleshooting |
| claude-code-dev | Development tools for Claude Code: skills, commands, hooks, and plugins |
| maproom | Semantic code search using maproom CLI |
| obsidian | Obsidian vault management using obsidian-cli |
| worktree | Git worktree management using crewchief CLI |
| game-design | Game design consultant agents synthesized from 14 legendary designers |
| vscode | VS Code and Cursor workspace configuration management |
| iterm | iTerm2 tab and pane management for macOS host and Linux container environments |
| analysis | Deep analytical thinking and problem-solving tools for complex technical and strategic decisions |
| rust-analyzer-lsp | Rust language server integration via rust-analyzer for code intelligence, diagnostics, and navigation |
| cmux | cmux terminal management for macOS host via SSH from devcontainers |
| devx | Developer experience orchestration layer for multi-plugin development workflows |
After adding the marketplace (see Quick Start above), install individual plugins:
/plugin install <plugin-name>@crewchief
MIT License. Individual components may have their own licenses; see plugin directories for details.
TypeScript/JavaScript language server for enhanced code intelligence
C/C++ language server (clangd) for code intelligence
Java language server (Eclipse JDT.LS) for code intelligence
C# language server for code intelligence
Python language server (Pyright) for type checking and code intelligence
GDScript language server for Godot Engine