Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

c4c

c4c에는 exeex에서 수집한 skills 11개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
11
Stars
2
업데이트
2026-07-08
Forks
0
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

c4c-plan-owner
기타 컴퓨터 관련 직업

c4c lifecycle specialist. Use when a delegated message starts with `to_subagent: c4c-plan-owner` or when the task is to activate an idea, generate or repair `plan.md` and `todo.md`, decide whether a plan is complete, or close the active plan. This role must follow `plan-lifecycle`, use `idea-to-runbook-plan` when producing `plan.md`, and run `c4c-regression-guard` itself before accepting a close.

2026-07-08
c4c-supervisor
소프트웨어 개발자

Lightweight c4c orchestration shell. Use for the direct user-facing agent that decides whether to call the plan owner, an executor, or a reviewer, checks git status before and after delegation, normalizes canonical regression logs, runs supervisor-side validation, and commits completed coherent slices. This role should stay lightweight.

2026-05-18
c4cll-debug-flags
소프트웨어 개발자

Use when working on c4cll frontend or backend debugging and you need to choose the right command-line flags for parser, sema, HIR, BIR, or codegen investigation. Covers parse-only, parser-debug channels, canonical dumps, HIR dumps, backend-route BIR observation, and practical command recipes for narrowing failures.

2026-05-13
c4c-reviewer
소프트웨어 품질 보증 분석가·테스터

c4c review specialist. Use when a delegated message starts with `to_subagent: c4c-reviewer` or when the supervisor needs an independent review of whether the current implementation path is still aligned with the active source idea by comparing the git diff from the relevant active-idea history point to `HEAD`.

2026-04-30
c4c-executor
소프트웨어 개발자

c4c implementation specialist. Use when a delegated message starts with `to_subagent: c4c-executor` or when the task is to execute one bounded packet, modify owned files, update canonical `todo.md` progress for that packet, run the matching build plus task-specific test subset, and hand results back without taking over plan lifecycle. This role should embody the execute-plan behavior for c4c.

2026-04-23
plan-lifecycle
프로젝트 관리 전문가

Manage the c4c planning lifecycle across ideas/open/*.md, ideas/closed/*.md, plan.md, and todo.md. Use when activating a plan from an open idea, executing an active plan, deactivating or switching plans, or closing a completed idea.

2026-04-23
phoenix-rebuild
소프트웨어 개발자

Use when an oversized implementation file, subsystem, or tangled interface family should be rebuilt around cleaner seams instead of receiving another local patch. This skill starts by routing idea creation through `c4c-plan-owner`, requiring a fixed four-idea source-idea series before rebuild work proceeds: markdown extraction, markdown review, replacement draft generation, and draft-to-implementation conversion.

2026-04-23
c4c-divide-and-conquer
소프트웨어 품질 보증 분석가·테스터

Use when the active c4c route is repeatedly colliding with the same hard problem, the first bad fact keeps moving without reducing the owned failure family, or one monolithic testcase is driving execution. This skill tells the supervisor how to split the problem into focused probes, create a new idea under ideas/open/, and switch the active plan into a decomposition-oriented runbook instead of continuing the stuck route.

2026-04-22
idea-to-runbook-plan
프로젝트 관리 전문가

Convert a design note in ideas/open/*.md into an execution-oriented plan.md runbook for c4c. Use when the user wants to extract an open idea document into plan.md, normalize planning format, or keep plan generation behavior consistent.

2026-04-17
c4c-clang-tools
소프트웨어 개발자

Use when working in this repo on C++ code and you need AST-backed symbol queries instead of reading large files by raw text. Covers function signatures, top-level symbols, definition/declaration lookup, direct callers/callees, and type references through the repo-local `c4c-clang-tool` and `c4c-clang-tool-ccdb` binaries.

2026-04-14
c4c-regression-guard
소프트웨어 품질 보증 분석가·테스터

Enforce c4c regression guardrails using matching CTest before/after logs. Use when a user asks to validate that a patch did not regress tests, to compare `test_before.log` vs `test_after.log`, or when the supervisor needs to generate missing regression logs itself. Mid-task subset runs such as backend-only coverage are allowed when the before and after commands match exactly.

2026-04-13