greatSumini

33 mods across 6 repositories, 511 stars between them.

harness-starter

25

greatSumini/cc-system

Skill Claude CodeCodex

A portable orchestrator that completes a high-level task through 5 stages — clarify → context-gather → plan → implement → verify. Each stage hands off via file artifacts, and a stage is skipped when its artifact already exists. The plan is decomposed into a task graph (DAG); independent nodes run in parallel…

436 2mo ago A 76 tokens original MIT

harness-clarify

26

greatSumini/cc-system

Agent

Turns a vague high-level request into a verifiable spec. Fixes scope, non-goals, and acceptance criteria; records premises that can't be confirmed as assumptions. Stage 1 of the harness-starter orchestrator.

436 2mo ago A 50 tokens original MIT

harness-context

27

greatSumini/cc-system

Agent

Takes a spec and gathers the context needed for the task (relevant files, conventions, integration points, gotchas) from the codebase into a context-pack. Read-only. Stage 2 of the harness-starter orchestrator.

436 2mo ago A 52 tokens original MIT

harness-implementer

28

greatSumini/cc-system

Agent

Takes a single node of the task graph and implements it. Minimal-change principle, verify immediately after each change, work solo. Never touches anything outside the node's scope (file/module). The execution unit of stage 4 of the harness-starter orchestrator.

436 2mo ago A 59 tokens original MIT

harness-planner

29

greatSumini/cc-system

Agent

Takes a spec and context and decomposes the task into a task graph (DAG) of verifiable nodes. Applies logical decomposition (smallest verifiable unit) and physical decomposition (file/module boundaries for parallel safety) separately. Stage 3 of the harness-starter orchestrator.

436 2mo ago A 63 tokens original MIT

harness-verifier

30

greatSumini/cc-system

Agent

Verifies the implementation against the spec's acceptance criteria and the plan's node criteria, producing a PASS/FAIL report. Judges only on actual execution/test/observation evidence. On failure, leaves an instruction for which node to fix and how. Stage 5 of the harness-starter orchestrator.

436 2mo ago A 65 tokens original MIT

greatSumini/naver-finance-crawl-mcp

MCP server Claude CodeCodexCursor +2

Naver Finance web crawler with MCP server support - crawl Korean stock market data. Runs locally from the naver-finance-crawl-mcp npm package.

5 10mo ago A tokens not measured original MIT

puppeteer-swarm-mcp

32

greatSumini/puppeteer-swarm-mcp

MCP server Claude CodeCodexCursor

MCP server for browser automation with tab pool support using Puppeteer. Runs locally from the puppeteer-swarm-mcp npm package.

1 9mo ago A tokens not measured original MIT

hello-mcp CLAUDE.md

33

greatSumini/hello-mcp

Instructions file

A set of Claude Code instructions for the hello-mcp project. It asks the assistant to make a Korean commit after each meaningful unit of work.

0 10mo ago A 30 tokens