Chaorenex1 Coding Workflow
chaorenex1-coding-workflow is a Claude Code plugin for the Build phase that bundles skills, agents, and slash commands into one workflow-oriented extension library.
Install a bundled Claude Code workflow library so slash commands, skills, and orchestrators cover generation, testing, and deployment in one repo.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install chaorenex1-coding-workflow@chaorenex1/coding-workflowBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:chaorenex1/coding-workflow") and the paste-ready config with skillselion.get_install_config("plugin:chaorenex1/coding-workflow").
What it does
chaorenex1-coding-workflow is a community Claude Code plugin bundle that aggregates extension primitives—skills, specialized agents, and slash commands—so indie builders can standardize how they generate code, run tests, and push toward deployment without assembling each piece manually. It targets solo developers who already live in Claude Code and want a opinionated workflow layer (orchestrator, automation, BMAD-related keywords) rather than ad-hoc prompts. Use it when you are building or shipping a product and need repeatable agent workflows wired into the same toolchain. It matters because it turns scattered community patterns into one installable workflow surface, which fits Skillselion’s journey view from Build through Ship and Operate even though the canonical shelf stays under agent-tooling.
Highlights
- Single plugin bundle packaging Skills, Agents, and Slash Commands for Claude Code
- Workflow and orchestration keywords (BMAD-style automation) across code generation and deployment
- Community catalog entry with pluginKeywords spanning testing, deployment, and coding
- Mirrors a full coding pipeline inside the editor instead of one-off task skills
- 1 plugin in the chaorenex1/coding-workflow repository listing
Why builders use it
Solo builders waste time re-inventing slash commands, agent roles, and deployment checklists every time they start a Claude Code session.
After you add the plugin, Claude Code can invoke a consistent set of workflow skills, agents, and commands across coding, testing, and deployment steps.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 1 stars, 0 votes.
FAQ
Who is chaorenex1-coding-workflow for?
It is for solo and indie builders using Claude Code who want skills, agents, and slash commands in one workflow-oriented extension repo.
When should I use chaorenex1-coding-workflow?
Use it when you are actively building or shipping and want repeatable orchestration, codegen, testing, and deployment patterns inside Claude Code.
How do I add chaorenex1-coding-workflow to my agent?
Install or register the plugin from the chaorenex1/coding-workflow repository in Claude Code’s plugin flow, then enable the bundled skills, agents, and slash commands in your project.
Comments
Share how you use chaorenex1-coding-workflow, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.