Subinium Agentic Workflow Config banner
subinium subinium

Subinium Agentic Workflow Config

Productivity community

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:

  1. Parallelism-first workflowCLAUDE.md instructs the agent to decompose tasks and run independent work simultaneously. Multiple file reads, parallel agent spawns, lint+typecheck+test all at once.
  2. 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.
  3. Structured skills — Slash commands like /security-audit, /ship, or /release trigger 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