Skip to content

Paperclip Commands (/paperclip:)

← All command namespaces

Paperclip is an open-source AI-workforce orchestration platform (Node.js + TypeScript + React UI, MIT, v2026.529.0+). It exposes a control plane that governs AI agents (budgets, approvals, audit trails) and adapters (Claude Code, Codex, Gemini, HTTP, process) that execute work.

Generation Commands

CommandDescription
/paperclip:generate-adapter <name> <kind>Scaffold a custom adapter (local | process | http) implementing the full AdapterContract
/paperclip:generate-agent-config <name>Produce an agent.yaml with budget, skills, approvals, adapter binding
/paperclip:setup-company <name>Bootstrap a new Paperclip company end-to-end (install, company, goal, budget, adapter, first agent)

Analysis Commands

CommandDescription
/paperclip:check-complianceFull audit — Architecture + Code Quality + Tests + Security + Adapter protocol, scored /100
/paperclip:check-architectureTwo-layer split, module boundaries, activity log coverage, OpenAPI spec alignment
/paperclip:check-code-qualityTypeScript strictness, lint, complexity, logging hygiene, error modeling
/paperclip:check-testingCoverage thresholds, adapter contract tests, integration tests vs real Postgres, cross-tenant isolation
/paperclip:check-securityTenant isolation, secrets, approval gates, hard budgets, signed adapter channel, HTTP headers, supply chain