Agent skill · Content & Marketing

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

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add alirezarezvani/claude-skills --skill arquiteto-de-empresa --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 15
SKILL.md size: 6 KB
Bundled scripts: yes
Version: 1.0.0
Declared author: leoal
Path: c-level-advisor/skills/arquiteto-de-empresa/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 23,791 · +422 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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's inside
Steps it walks through
  1. What you produce: a conformant OKF bundle
  2. Operating principles (unbreakable)
  3. 12-phase script
  4. Tools (they make the work deterministic)
  5. How to start (do this when invoked)
  6. References
  7. Assets
Ships with 14 files
  • assets/exemplo-bundle/00-fundacao/identidade.md
  • assets/exemplo-bundle/00-fundacao/index.md
  • assets/exemplo-bundle/00-fundacao/problema-solucao.md
  • assets/exemplo-bundle/index.md
  • assets/exemplo-bundle/log.md
  • assets/frontmatter_template.md
  • assets/index_template.md
  • assets/log_template.md
  • references/okf_conformance.md
  • references/phase_playbook.md
  • references/type_vocabulary.md
  • scripts/index_generator.py
  • scripts/okf_linter.py
  • scripts/scaffold_bundle.py
Commands it runs
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
More from claude-skills
All skills →
About this skill
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.

Keep going