Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Company Architect

Interviews a founder across 12 phases and materializes the whole company as a linked, version-controllable OKF markdown bundle.

Docs & OfficeIntermediate24,1513,405AI score 9/10Last updated: Aug 9, 2026

What it does

  • Acts as a senior chief of staff combining strategist, CFO, CMO, COO and systems architect in one agent.
  • Runs 12 phases (foundation, strategy, market, financial, sales, marketing, product, operations, tech, people, legal, governance) one at a time, asking only 3–5 numbered questions per block.
  • Produces an OKF (Open Knowledge Format) bundle: one concept per .md file, mandatory type in YAML frontmatter, relations as in-body markdown links forming a graph, reserved index.md / log.md for dashboard and decision history.
  • Ships three stdlib Python tools — scaffold_bundle.py (folder skeleton), okf_linter.py (spec validation, link resolution), index_generator.py (index tables + progress dashboard).

Who it's for

  • Founders and solo operators who want their business structured instead of scattered in slides.
  • Teams building an internal wiki that AI agents can read natively.
  • Consultants and accelerator mentors who document business models repeatedly.

Examples

  1. "Build my SaaS startup from scratch" → confirms bundle name, scaffolds the tree, starts Phase 0 discovery questions.
  2. "Financials are done, move to the sales phase" → writes 04-comercial concepts, runs the linter, refreshes the root dashboard.
  3. "Create a company knowledge base for AI to read" → cross-linked markdown bundle plus an ISO-timestamped decision log.md.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/alirezarezvani/claude-skills/HEAD/.gemini/skills/arquiteto-de-empresa/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the .gemini/skills/arquiteto-de-empresa folder from the GitHub repo alirezarezvani/claude-skills into my ~/.claude/skills/arquiteto-de-empresa/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/alirezarezvani/claude-skills.git && mkdir -p ~/.claude/skills && cp -r claude-skills/.gemini/skills/arquiteto-de-empresa ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open your terminal.
  2. Clone the repository: git clone https://github.com/alirezarezvani/claude-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r claude-skills/.gemini/skills/arquiteto-de-empresa ~/.claude/skills/
  5. Verify that references/, scripts/ and assets/ came along with the SKILL.md.
  6. Check Python 3 is available: python3 --version (stdlib only, nothing else to install).
  7. Restart Claude Code and prompt something like "document my company from scratch as an OKF bundle" to trigger the skill.