mirror of
https://github.com/alirezarezvani/claude-skills.git
synced 2026-09-11 22:51:28 +00:00
generate-docs.py learns the agent-launcher domain (5 hardcoded maps extended); regenerated docs tree: 343 skill pages / 96 agent pages / 122 command pages (561 total). mkdocs.yml nav gains the Agent Launcher skill section (7 pages), 4 cs-agent-* agent entries, and 8 /cs:* command entries; all nav targets verified to exist. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012FwXG6TqCXKZQvF4iD69cv
2 KiB
2 KiB
| title | description |
|---|---|
| /cs-arquiteto — Slash Command for AI Coding Agents | /cs:arquiteto — Builds a company from scratch as an OKF bundle (tree of .md with type + link graph). Guides the 12-phase interview, one at a time. Slash command for Claude Code, Codex CLI, Gemini CLI. |
/cs-arquiteto
:material-console: Slash Command
:material-github: Source
Command: /cs:arquiteto
When to run
- You want to create/structure/document an entire company as folders and
.mdfiles. - You want a company knowledge base that humans and AI agents read without translation.
- You are starting a business from scratch and want the "blueprint" before operations.
What you get
A conformant OKF bundle: folder tree of the 12 phases, each concept as a .md with frontmatter type, linked by markdown links, plus index.md (dashboard) and log.md (decisions).
Triggers (auto-invocation without typing /cs:)
- "I want to build my company from scratch"
- "create the company as folders"
- "document my business as code"
- "company knowledge base for the agents to read"
- "company as a wiki for AI", "OKF", "knowledge bundle"
Discipline
- Interview before building; one phase at a time; 3-5 questions per block.
- Confirm the file list (+
type) before writing. - Update the root
index.mdandlog.mdafter each phase.
Flow
- Ask for the bundle name (company/root folder).
- Run
scaffold_bundle.py "<name>" --out ./<slug>(or build the folders by hand). - Start PHASE 0 (discovery) — only its questions; stop and wait.
- Each phase: confirm → write concepts → run
okf_linter.py+index_generator.py --write→ show the "suggested next step".
Details in skills/arquiteto-de-empresa/SKILL.md and references/phase_playbook.md.