Help us improve
Share bugs, ideas, or general feedback.
From claude-dev-ecosystem
Detect likely drift between documented architecture and the current repository structure, file boundaries, and dependency patterns.
npx claudepluginhub oiranca/claude-dev-ecosystemHow this skill is triggered — by the user, by Claude, or both
Slash command
/claude-dev-ecosystem:architecture-drift-checkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to compare the documented architecture with the current repository structure and identify likely signs of architectural drift.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Provides 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.
Share bugs, ideas, or general feedback.
Use this skill to compare the documented architecture with the current repository structure and identify likely signs of architectural drift.
This skill detects structural inconsistencies and suspicious dependency patterns. It does not rewrite architecture documents and does not enforce architecture automatically.
Identify signs that the repository may have drifted away from its documented architecture, including:
docs/ARCHITECTURE.md is missing.Because context is not shared natively among Agent Teams, the Team Lead must ensure the following are accessible or provided via the Shared Task List:
.agent-cache/AGENT_STATE.json.docs/STACK_PROFILE.md.docs/INVENTORY.md.docs/ARCHITECTURE.md.docs/DECISIONS.md if needed for recent architectural changes.Check whether the repository shape described in docs/ARCHITECTURE.md still matches:
Look for likely violations such as:
Look for changes in:
Check whether key documented paths still exist and whether new important paths appeared without being reflected in architecture notes.
Classify findings as:
Once the analysis is complete, the agent must Communicate the results back to the Shared Task List and persist them as follows:
docs/ARCHITECTURE_DRIFT_REPORT.md.docs/DECISIONS.md.docs/ARCHITECTURE.md is missing: Skip the skill and record the reason in docs/DECISIONS.md.