komluk

60 mods across 1 repository, 15 stars between them.

scaffolding

02

komluk/scaffolding

Plugin Claude Code

13 agents, 36 skills, 19 commands, 15 hooks — spec-driven, multi-agent orchestration for Claude Code with per-phase model tiers, opt-in lifecycle hooks, and optional cross-device semantic memory.

15 26d ago A tokens not measured original MIT

komluk/scaffolding

Instructions file

Instructions for komluk/scaffolding, covering protocol, agents (13), decision tree and key rules.

15 26d ago A 1,120 tokens original MIT

analyst

04

komluk/scaffolding

Agent

Requirements analyst. MUST BE USED for ambiguous requests, requirements gathering, scope assessment, feasibility checks, and proposal writing. NOT for small, clearly-scoped changes (those go directly to developer). PROACTIVELY interprets user intent and produces proposal.md specs.

15 26d ago A 55 tokens original MIT

architect

05

komluk/scaffolding

Agent

Technical architect. MUST BE USED for system design, API design, implementation planning, multi-file refactoring, and agent orchestration. Receives proposal.md from analyst and produces design.md + tasks.md.

15 26d ago A 42 tokens original MIT

coordinator

06

komluk/scaffolding

Agent

Analyzes tasks and decomposes them into a sequence of agent steps for execution.

15 26d ago A 19 tokens original MIT

debugger

07

komluk/scaffolding

Agent

Bug investigation specialist. MUST BE USED for bug reports, unexpected behavior, error diagnosis. PROACTIVELY performs systematic root cause analysis using progressive debugging techniques.

15 26d ago A 34 tokens original MIT

developer

08

komluk/scaffolding

Agent

Expert software engineer. Use proactively to implement features, fix bugs, write tests, style UI, and make code changes. MUST BE USED for all development tasks. Direct target for small, clearly-scoped changes — no analyst/architect needed first.

15 26d ago A 51 tokens original MIT

devops

09

komluk/scaffolding

Agent

Infrastructure specialist. MUST BE USED for CI/CD, Docker, deployment, infrastructure. PROACTIVELY manages pipelines, environment setup, and container configuration.

15 26d ago A 33 tokens original MIT

gitops

10

komluk/scaffolding

Agent

Git operations specialist. MUST BE USED for branch management, conflict resolution, git history analysis, worktree recovery, commit, merge, push. Owns ALL git operations — other agents do NOT commit.

15 26d ago A 43 tokens original MIT

mcp-builder

11

komluk/scaffolding

Agent

MCP server specialist. MUST BE USED to design, build, and test MCP servers — stdio vs http transports, tool schema design, env-based secrets, and the Vault-launcher pattern. PROACTIVELY keeps secrets out of source and tool schemas tight.

15 26d ago A 57 tokens original MIT

optimizer

12

komluk/scaffolding

Agent

Performance specialist. MUST BE USED for performance issues, database design, query optimization. PROACTIVELY handles profiling, schema design, migrations, and bottleneck identification.

15 26d ago A 35 tokens original MIT

prompt-engineer

13

komluk/scaffolding

Agent

Prompt & guardrail engineering specialist. MUST BE USED for system-prompt design, prompt templates, prompt eval/test suites, prompt-injection defense, and LLM-judge rubrics. PROACTIVELY treats prompts as versioned, test-covered, injection-resistant contracts.

15 26d ago A 58 tokens original MIT

researcher

14

komluk/scaffolding

Agent

Documentation researcher. MUST BE USED for new API integration, library questions, best practices. PROACTIVELY gathers version-specific documentation and produces ResearchPacks with citations.

15 26d ago A 36 tokens original MIT

reviewer

15

komluk/scaffolding

Agent

Senior code reviewer, security specialist, and quality assurance expert. Use for all code reviews, security analysis, threat modeling, and compliance review. MUST BE USED for all reviews.

15 26d ago A 38 tokens original MIT

tech-writer

16

komluk/scaffolding

Agent

Documentation owner. MUST BE USED for README, CHANGELOG, docs/ updates. PROACTIVELY manages all markdown files as sole authority for documentation.

15 26d ago A 34 tokens original MIT

context

17

komluk/scaffolding

Command

Analyze and optimize Claude Code's context configuration (analyze, optimize, or reset).

15 26d ago A 19 tokens original MIT

create-skill

18

komluk/scaffolding

Command

Scaffold a new scaffolding-compatible skill: an interactive flow that creates skills/ /SKILL.md from the canonical template, composes a TRIGGER/SKIP description, and validates the result.

15 26d ago A 0 tokens original MIT

doctor

19

komluk/scaffolding

Command

Health-check the scaffolding install and report install problems plus exact fixes (diagnose-only, never mutates).

15 26d ago A 24 tokens original MIT

init-openspec

20

komluk/scaffolding

Command

Initialize OpenSpec in a project directory with the scaffolding-workflow schema.

15 26d ago A 20 tokens original MIT

init-rules

21

komluk/scaffolding

Command

Scaffold opt-in path-scoped nested CLAUDE.md rule files into the project to lazy-load per-area conventions while keeping routing always-loaded.

15 26d ago A 33 tokens original MIT

init-scaffolding

22

komluk/scaffolding

Command

Bootstrap a new project with the scaffolding CLAUDE.md, settings.json, and .scaffolding/ directory structure.

15 26d ago B 0 tokens original MIT

learn

23

komluk/scaffolding

Command

Distill a finished conversation into classified knowledge candidates and propose (never auto-apply) memory writes or a new-skill hand-off. Closes the loop between a completed agent chain and the persistent memory system.

15 26d ago A 0 tokens original MIT

memory

24

komluk/scaffolding

Command

Manage cross-device semantic memory for scaffolding (self-hosted mem0 + pgvector, Ollama on GPU). Opt-in, per-device. Memory is off by default — nothing is wired until you enable it.

15 26d ago C 0 tokens original MIT