Dev/i18n/en/Paperclip/skills/paperclip-onboarding/SKILL.md
Onboard a Paperclip instance — install, bootstrap CEO operator, create a company via dashboard, hire the first agent, install a plugin. Use when bootstrapping or wiring Claude Code into Paperclip.
npx skillsauth add thebeardedbearsas/claude-craft paperclip-onboardingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
npx paperclipai onboard --yes (or clone + pnpm install && pnpm dev).paperclipai doctor — fix any hard failures.paperclipai auth-bootstrap-ceo — create the initial operator account.http://localhost:3100) and create the company, or import one with paperclipai company import.claude_local, codex_local, cursor_local, gemini_local, opencode_local, openclaw_gateway, pi_local) are registered.POST /companies/:companyId/agents.paperclipai plugin install <package> then paperclipai plugin enable <key>..paperclip/ directory with runbook and onboarding notes (no secrets, no BETTER_AUTH_SECRET).See ../../commands/setup-company.md for the full procedure.
tools
Third-party Claude Code token/context/code-review tools. Use when choosing or recommending an external tool to reduce token usage, manage context, or review large codebases.
development
Mandatory analysis workflow for understanding codebase before changes
testing
TDD/BDD testing principles, test patterns, and coverage strategies
development
SOLID principles for clean code design and architecture