3D-Stories Claude Code plugins
npx claudepluginhub 3d-stories/rawgentic11 SDLC workflow skills + 4 workspace management + 1 planning skill + 1 security skill + hooks for Claude Code: project registration, setup, session binding, requirements interviewing, issue creation, feature implementation, bug fixing, refactoring, adversarial review, documentation, dependency updates, security audits, performance optimization, incident response, test suite creation, security pattern syncing, and dangerous pattern blocking with per-project exceptions.
10 SDLC workflow skills + 4 workspace management + 1 security skill + hooks for Claude Code
Claude Code is powerful but unstructured. Complex tasks — building features, fixing bugs, running security audits — need consistent quality gates, test-driven development, and deployment verification. Without guardrails, it's easy to skip code review, forget to run CI, or merge without testing.
Rawgentic provides 15 skills organized in three layers:
All workflow skills share a config-loading protocol that reads project configuration from .rawgentic.json — no hardcoded constants, no CLAUDE.md templates, no filesystem probing.
Philosophy:
.rawgentic.json, not guesswork<type>(scope): <desc> matching branch prefixPrerequisites: Ensure you have Claude Code CLI, GitHub CLI (
gh), Git, and jq installed. See the Prerequisites table below for details.
claude plugin install rawgentic@rawgentic
Launch Claude Code from the directory you want as your workspace root:
mkdir my-org-workspace && cd my-org-workspace
claude
Then inside the Claude session:
/rawgentic:new-project my-app
This creates the workspace structure, clones or initializes the repo, scaffolds the workspace CLAUDE.md, and runs /rawgentic:setup to auto-detect your tech stack.
Importing existing projects: Register a project that already exists elsewhere on disk:
/rawgentic:new-project my-existing-app
When the project isn't found in the workspace, new-project asks whether to create a new folder or link to an existing one. Choose "link" and provide the path — the project is registered in the workspace JSON without copying or moving files. External projects are stored with their absolute path.
/rawgentic:create-issue Add user authentication
/rawgentic:implement-feature 1
/rawgentic:fix-bug 2
/rawgentic:new-project my-api
/rawgentic:switch my-api
Multiple projects can be active simultaneously. Use /rawgentic:switch to bind a session to a specific project. Each project gets its own .rawgentic.json config, WAL log, and session notes.
| Requirement | Check | Install |
|---|---|---|
| Claude Code CLI | claude --version | Install guide |
| GitHub CLI | gh auth status | brew install gh / gh install |
| Git repository | git status | git init |
| jq (JSON processor) | jq --version | apt install jq / brew install jq |
| reflexion plugin | /reflexion:reflect | claude plugin add reflexion@context-engineering-kit |
| superpowers plugin (recommended) | /superpowers:brainstorming | claude plugin add superpowers@claude-plugins-official |
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories