OnFinance

Seed Company — Development skill for Claude Code

Development community

Create the minimum valid company-profile skeleton for a new company_id (details, summary, sdlc policy, empty ledger, masters).

How to install Seed Company

Installs to ~/.claude/commands/onfinance-maxwell-seed-company.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/OnFinance/Maxwell/HEAD/.claude/commands/seed-company.md -o ~/.claude/commands/onfinance-maxwell-seed-company.md

Restart Claude Code, or start a new session, for it to be picked up.

What Seed Company does


description: Create the minimum valid company-profile skeleton for a new company_id (details, summary, sdlc policy, empty ledger, masters) argument-hint: [legal name] allowed-tools: Bash(npm run *), Bash(node .claude/scripts/*), Read, Write x-maxwell: workflow: seed-company touches: ["company-profile/*/**"] readsCredentials: false

Create `company-profile/$1/` with exactly the required files from `.claude/schemas/layout.json` (`requiredPerCompany`): `details.json`, `sum

Alternatives in Development

  • Template Skill — Minimal skeleton for a new skill project structure 97.5k ★
  • GenericAgent — Self-evolving agent: grows skill tree from 3.3K-line seed, achieving full system control with 6x less token co 6.1k ★
  • Ars Revision Coach — ARS academic-paper revision-coach mode — Revision Roadmap + Response Letter Skeleton 4.5k ★

Full documentation available on GitHub

View Source Repository