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

archon-cli

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

수집된 skills
18
Stars
7
업데이트
2026-05-29
Forks
1
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

setup-archon-skills
소프트웨어 개발자

Interactive first-run wizard walking the user through 8 configuration prompts and optionally bootstrapping the project. Use on first launch or when reconfiguring archon-cli.

2026-05-29
write-a-skill
소프트웨어 개발자

Meta-skill that helps users author new SKILL.md skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill for archon-cli.

2026-05-21
adjust-behavior
소프트웨어 개발자

Adjust behavioral rules for a custom agent or globally. Uses LLM-mediated merging with diff validation to prevent hallucinated rule changes.

2026-05-20
create-agent
소프트웨어 개발자

Create a custom agent from a natural language description. Generates agent definition files (agent.md, context.md, tools.md, behavior.md, memory-keys.json, meta.json) in .claude/agents/custom/{name}/.

2026-05-20
evolve-agent
소프트웨어 개발자

Review and apply evolution suggestions for a custom agent. Supports FIX (in-place repair), DERIVED (create variant), and CAPTURED (extract from success).

2026-05-20
rollback-behavior
소프트웨어 개발자

Rollback behavioral rules for an agent to a previous version. Creates a new version (never deletes history).

2026-05-20
run-agent
소프트웨어 개발자

Invoke a custom agent with a task description. Assembles the Context Envelope from agent definition files, memory, and LEANN, then spawns a Task tool subagent.

2026-05-20
ci-gate-walker
소프트웨어 개발자

Run scripts/ci-gate.sh, surface findings inline, and suggest /diagnose for any failing gate. Use when you want to check CI gate status or verify all dev-flow gates pass.

2026-05-01
compose-pipeline
프로젝트 관리 전문가

Sequential one-command run of /to-prd → /prd-to-spec → /spec-to-tasks, then hands off to the user for manual /archon-code invocation. Use when you want the full PRD-driven development loop in one command.

2026-05-01
spec-to-tasks
프로젝트 관리 전문가

Refine the tasks/phase<N>/task<M>.md tree from /prd-to-spec into atomic, dev-flow-ready task files with verification checklists. Use after /prd-to-spec to validate and refine the generated task specs.

2026-05-01
diagnose
소프트웨어 개발자

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.

2026-05-01
grill-me
프로젝트 관리 전문가

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

2026-05-01
grill-with-docs
소프트웨어 개발자

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

2026-05-01
tdd
소프트웨어 품질 보증 분석가·테스터

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

2026-05-01
zoom-out
소프트웨어 개발자

Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.

2026-05-01
agent-history
소프트웨어 개발자

Show the version history and evolution lineage for a custom agent. Supports rollback to any previous version.

2026-04-04
archive-agent
소프트웨어 개발자

Archive a custom agent (move to archived directory) or restore a previously archived agent.

2026-04-04
list-agents
소프트웨어 개발자

List all custom agents with metadata (creation date, last used, invocation count). Supports --verbose and --all flags.

2026-04-04