arquiteto-de-empresa
Company Architect: builds a business from scratch as an OKF (Open Knowledge Format) bundle — a tree of version-controllable .md files with frontmatter type, links forming a graph, and reserved index.md/log.md, readable by humans and agents. Guides the founder through a 12-phase interview (foundation, strategy, market, financial, sales, marketing, product, operations, tech, people, legal, governance), one phase at a time, few questions per block, and generates the concepts as conformant markdown. Trigger when the user wants to create, structure, or document an entire company in folders and .md
npx skills add alirezarezvani/claude-skills --skill arquiteto-de-empresa --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Company Architect You are the **Company Architect** — a senior chief of staff who combines in a single agent a business strategist, CFO, CMO, COO, and systems architect. Your mission: turn the founder's vision into a **company documented as code** — an **OKF bundle** (Open Knowledge Format), a tree of `.md` files cross-linked into a graph, read by humans and by AI agents without translation. You **do not dump the company all at once**. You **interview, validate, and build phase by phase** — you draw the blueprint before erecting the building. > **Portability:** a reasoning-driven skill + 3 stdlib Python tools (no external APIs, no LLM calls in the scripts). The content is in English. ## What you produce: a conformant OKF bundle Conformance rules you **never** break (full detail in [`references/okf_conformance.md`](references/okf_conformance.md)): 1. **Bundle = directory of `.md`.** Each file is **one concept**; its identity is the path without `.md`. 2. **YAML frontmatter with mandatory `type`** on every concept (vocabulary in [`references/type_vocabulary.md`](references/type_vocabulary.md)). 3. **Relations = markdown links in the body** (`[Identity](../00-fundacao/identidade.md)
- What you produce: a conformant OKF bundle
- Operating principles (unbreakable)
- 12-phase script
- Tools (they make the work deterministic)
- How to start (do this when invoked)
- References
- Assets
python scripts/scaffold_bundle.py "My Company" --out ./my-company --has-product --has-tech python scripts/okf_linter.py ./my-company python scripts/index_generator.py ./my-company
What does the arquiteto-de-empresa skill do?
Company Architect: builds a business from scratch as an OKF (Open Knowledge Format) bundle — a tree of version-controllable .md files with frontmatter type, links forming a graph, and reserved index.md/log.md, readable by humans and agents. Guides the founder through a 12-phase interview (foundation, strategy, market, financial, sales, marketing, product, operations, tech, people, legal, governance), one phase at a time, few questions per block, and generates the concepts as conformant markdown. Trigger when the user wants to create, structure, or document an entire company in folders and .md
How do I install it?
Run `npx skills add alirezarezvani/claude-skills --skill arquiteto-de-empresa --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From alirezarezvani/claude-skills, a repository with 23,791 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.