From architecture-intelligence
Use when architecture choices need executable guardrails: dependency rules, cycle checks, boundary tests, ownership review gates, ADR compliance, runtime/resilience checks, and CI fitness functions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/architecture-intelligence:architecture-fitness-functionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use when architecture quality should become observable, testable, or CI-enforced.
Use when architecture quality should become observable, testable, or CI-enforced.
Each rule needs: intent, scope, owner, signal, mechanism, pass condition, cadence, failure action, exception path, related ADR/principle, protected quality attribute, and tradeoff.
Cadence: local, pre-commit, ci, release, scheduled, production.
Rollout: measure -> warn -> enforce for legacy systems.
Prefer existing project tools; add dependencies only when the boundary is important and cost is explicit.
Examples: ArchUnit/jQAssistant, NetArchTest/NDepend, dependency-cruiser/eslint/Nx graph, import-linter/pytest checks, go list, cargo metadata/clippy, SwiftPM target graph/XCTest.
Lightweight start:
python3 scripts/architecture_probe.py <repo-path> --json
python3 scripts/architecture_probe.py <repo-path> --json --policy <policy.json>
The probe covers top-level coupling, instability, cycles, runtime signals, ownership topology, and simple policy checks.
Use architecture_intelligence.fitness_plan.v1 or a compact table: Rule, Signal, Tool, Pass condition, Cadence, Owner.
Do not create brittle gates that block delivery without migration path.
npx claudepluginhub xopoko/plug-n-skills --plugin architecture-intelligenceProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.