Agent Skills
Install the TheCorporation skill to give any compatible AI agent full access to corporate governance operations — formation, cap tables, equity, compliance, and more.
ClawHub
Section titled “ClawHub”The recommended way to install. ClawHub is the open skill registry for AI agents.
npx clawhub@latest install thecorporation-form-and-operateBrowse the skill on ClawHub: clawhub.ai/hansonkd/thecorporation-form-and-create
Claude Code Plugin
Section titled “Claude Code Plugin”Add the skill directly to Claude Code as a plugin:
claude plugin add https://github.com/thecorporationai/thecorporation-mono/tree/main/skills/plugins/form-and-operateThis registers the thecorporation-form-and-operate skill so Claude Code invokes it automatically when you ask about corporate formation, governance, cap tables, or compliance.
Manual Installation
Section titled “Manual Installation”Copy the skill file into your project’s .claude/skills/ directory:
mkdir -p .claude/skillscurl -o .claude/skills/thecorporation-form-and-operate.md \ https://raw.githubusercontent.com/thecorporationai/thecorporation-mono/main/skills/corp/SKILL.mdWhat the skill provides
Section titled “What the skill provides”The skill teaches your agent how to use the corp CLI to:
- Form entities — C-Corps, LLCs, and other entity types with one-shot or staged flows
- Manage governance — board meetings, written consents, voting, resolutions
- Operate cap tables — equity issuance, SAFEs, 409A valuations, transfers, distributions
- Handle finance — invoicing, payments, payroll, bank accounts, contractor classification
- Generate documents — employment offers, NDAs, consulting agreements, formation docs
- Run agents — create autonomous agents with skills and work items
- Track compliance — obligations, tax filings, deadlines
The skill includes patterns for --local mode (no server required), @last entity references, and --json output for machine-readable results.