Dev/i18n/en/Paperclip/skills/architecture-paperclip/SKILL.md
Paperclip two-layer architecture (control plane + adapters). Use when designing or reviewing Paperclip module/adapter boundaries.
npx skillsauth add thebeardedbearsas/claude-craft architecture-paperclipInstall 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.
Two-layer system: control plane (server + web + DB) holds all governance state; adapters execute work and report. Adapters never decide budgets or approvals.
See ../../rules/02-architecture-paperclip.md for detailed documentation.
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