Claude Workflows
Description
A collection of Claude Code workflow plugins for software development.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-workflows
A collection of Claude Code workflow plugins for software development.
Plugins
| Plugin | Description |
|---|---|
| gopher | Go 1.24+ development workflow with TDD, quality gates, and code review |
Installation
# Add the marketplace and install plugins from within a Claude session
/plugin marketplace add car12o/claude-workflows
/plugin install [plugin] # e.g. /plugin install gopher
# Or from the command line
claude plugin marketplace add car12o/claude-workflows
claude plugin install [plugin] # e.g. claude plugin install gopher
# Or clone and install a specific plugin for development
git clone https://github.com/car12o/claude-workflows.git
claude --plugin-dir ./claude-workflows/plugins/[plugin] # e.g. claude --plugin-dir ./claude-workflows/plugins/gopher
Project Structure
claude-workflows/
├── .claude-plugin/
│ └── marketplace.json # Root registry
├── plugins/
│ └── gopher/
│ └── ...
├── README.md
├── CONTRIBUTING.md
└── LICENSE
Adding a New Plugin
- Create a directory under
plugins// - Add a
.claude-plugin/plugin.jsonmanifest - Add agents, commands, skills, and hooks as needed
- Create a
README.mdfor the plugin - Register the plugin in
.claude-plugin/marketplace.json
See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines.
License
MIT
Related Skills
Claude Code Terminal Title
Gives each Claude Code terminal window a dynamic title describing the work being done
Productivity N8n Skills
Enables AI assistants to directly understand and operate n8n workflows
Productivity Composio Make
Trigger and manage Make (Integromat) scenarios
Productivity Getting Help
career-ops is an open source project maintained in limited time. Here's how to get help efficiently.
Productivity Worktree Status Check
Verify the current worktree environment and show task details.
Productivity Time Command
Display the current date and time in Pakistan Standard Time (PKT, UTC+5).
Productivity