Subinium Agentic Workflow Config
Description
Battle-tested ~/.claude/ config for parallel agentic development — skills, agents, hooks, rules.
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
subinium-agentic-workflow-config
A battle-tested `~/.claude/` configuration that turns Claude Code into a **parallel agentic development environment** — instructions, skills, agents, hooks, and rules deployable with one command.
[한국어 README](./README.ko.md) · scores **99/100 (S)** on [AgentLinter](https://github.com/anthropics/agentlinter)
💚 **Want host-portable skills (Codex CLI, Cursor, Copilot, Cline)?** Pair this harness with **[`/vibesubin`](https://github.com/subinium/vibesubin)** — same author, complementary scope. This repo configures the agent. `vibesubin` ships the playbook.
Install
git clone https://github.com/subinium/subinium-agentic-workflow-config.git
cd subinium-agentic-workflow-config
bash install.sh # Deploys to ~/.claude/, backs up existing config
Then restart Claude Code. That's it.
# Validate after install
npx agentlinter@latest ~/.claude
Why This Exists
Out of the box, Claude Code has no opinion. It asks permission for every `git push`, formats nothing, has no security guardrails, and treats every task as a single-threaded conversation.
This config adds three layers:
- Parallelism-first workflow —
CLAUDE.mdinstructs the agent to decompose tasks and run independent work simultaneously. Multiple file reads, parallel agent spawns, lint+typecheck+test all at once. - Defense-in-depth security — Three independent layers (settings deny rules, runtime command + file-path hooks, behavioral rules in
CLAUDE.md) prevent reading.env, force-pushing, or leaking secrets. - Structured skills — Slash commands like
/security-audit,/ship, or/releasetrigger complete, reproducible workflows instead of relying on vague prompts.
Companion: `/vibesubin`
This repo configures the **agent itself**. [`vibesubin`](https://github.com/subinium/vibesubin) is a portable skill plugin that captures the *habits* — `refactor-verify`, `audit-security`, `setup-ci`, `fight-repo-rot`, `ship-cy
Related Skills
Epic Decompose
Break an epic into task children without creating task branches.
Productivity 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