Agent skill

architecture-fit-check

Framework for evaluating if change-set specs fit existing codebase architecture

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/architecture-fit-check-shanepadgett-agent-extensions-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Primary Question
  2. Process
  3. 1. Research the Repo Architecture
  4. 2. Identify Constraints
  5. 3. Evaluate Each Delta Against Constraints
  6. 4. Check for Workaround Smell
  7. Verdicts
  8. FITS
  9. FITSWITHADJUSTMENTS
  10. NOFIT
  11. Output Format
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going