Curated plugins for modern development workflows
npx claudepluginhub pproenca/dot-claudeDevelopment workflow with TDD, debugging, and collaboration skills
A collection of Claude Code plugins for structured development workflows, Python best practices, and shell scripting.
Note: This is a personal project and is not affiliated with or endorsed by Anthropic. Use at your own discretion.
| Plugin | Description |
|---|---|
| dev-workflow | TDD, systematic debugging, and code review workflows |
| dev-python | Python 3.12+ with uv, ruff, pydantic, FastAPI, Django |
| shell | Shell scripting with Google Style Guide patterns |
Add the marketplace and install plugins from within Claude Code:
/plugin marketplace add pproenca/dot-claude
Then install individual plugins:
/plugin install dev-workflow@pproenca
/plugin install dev-python@pproenca
/plugin install shell@pproenca
Clone the repository and symlink the desired plugins:
git clone https://github.com/pproenca/dot-claude.git ~/.dot-claude
# Install dev-workflow
ln -s ~/.dot-claude/plugins/dev-workflow ~/.claude/plugins/dev-workflow
# Install dev-python
ln -s ~/.dot-claude/domain_plugins/dev-python ~/.claude/plugins/dev-python
# Install shell
ln -s ~/.dot-claude/domain_plugins/shell ~/.claude/plugins/shell
Development methodology plugin enforcing discipline through architecture:
/brainstorm, /write-plan, /execute-plan, /resumeModern Python development plugin:
Shell scripting plugin:
Contributions are welcome. Please open an issue to discuss changes before submitting a pull request.
Inspired by anthropics/skills.
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.