/cs-arquiteto
/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, and generates conformant markdown concepts. In English.
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/cs-arquiteto
Context preview
What this command does when you run it.
/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, and generates conformant markdown concepts. In English.
Command definition
cs-arquiteto.mdname: "cs-arquiteto"
description: "/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, and generates conformant markdown concepts. In English."
/cs:arquiteto — Company Architect
**Command:** `/cs:arquiteto`
When to run
- You want to create/structure/document an entire company as folders and `.md` files.
- 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.md` and `log.md` after each phase.
Flow
1. Ask for the bundle name (company/root folder). 2. Run `scaffold_bundle.py "<name>" --out ./<slug>` (or build the folders by hand). 3. Start **PHASE 0** (discovery) — only its questions; stop and wait. 4. 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`.
Read more
name: "cs-arquiteto" description: "/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, and generates conformant markdown concepts. In English."
/cs:arquiteto — Company Architect
**Command:** `/cs:arquiteto`
When to run
- You want to create/structure/document an entire company as folders and `.md` files.
- 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.md` and `log.md` after each phase.
Flow
1. Ask for the bundle name (company/root folder). 2. Run `scaffold_bundle.py "<name>" --out ./<slug>` (or build the folders by hand). 3. Start **PHASE 0** (discovery) — only its questions; stop and wait. 4. 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`.
362 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Other commands on claude-skills.
- /focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Open command - /clean
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
Open command - /cm
Stage working tree changes and create a Conventional Commit (no push).
Open command - /cp
Stage, commit, and push the current branch following git governance rules.
Open command - /pr
Create a pull request from the current branch.
Open command - /plugin-audit
Comprehensive audit pipeline for skills, plugins, agents, and commands. Validates structure, quality, security, marketplace compliance, cross-platform compatibility, and ecosystem integration. Runs all built-in validation tools, invokes domain-appropriate agents for code review,
Open command

