architecture-fit-check
Framework for evaluating if change-set specs fit existing codebase architecture
npx skills add majiayu000/claude-skill-registry --skill architecture-fit-check-shanepadgett-agent-extensions-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Architecture Fit Check This skill provides the framework for evaluating whether proposed change-set specs (especially `kind: delta`) can be implemented within the existing codebase architecture. ## Primary Question **Can an implementer translate these change-set specs into the repo's current architecture with routine changes + small refactors?** The answer is not about whether change-set specs align with canonical capability specs — canonical specs describe *what* the system does, not *how* it's built. Evaluate fit against the actual codebase architecture. ## Process ### 1. Research the Repo Architecture Use the `research` skill to understand the codebase: - "What are the main architectural layers and module boundaries?" - "Where are the entry points and how do they call into core logic?" - "What patterns exist for dependency injection, interfaces, or adapters?" - "Is there any existing eventing, pubsub, job queue, or workflow pattern?" - "Find precedent implementations similar to these delta requirements." Do not skip this step. You cannot evaluate fit without understanding how the repo is actually built. ### 2. Identify Constraints Based on research, identify constraints that m
- Primary Question
- Process
- 1. Research the Repo Architecture
- 2. Identify Constraints
- 3. Evaluate Each Delta Against Constraints
- 4. Check for Workaround Smell
- Verdicts
- FITS
- FITSWITHADJUSTMENTS
- NOFIT
- Output Format
What does the architecture-fit-check skill do?
Framework for evaluating if change-set specs fit existing codebase architecture
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill architecture-fit-check-shanepadgett-agent-extensions-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
