From archmap
Auto-activates when users ask about codebase structure, architecture, module relationships, or how the codebase works. Leverages existing architecture maps if available.
How this skill is triggered — by the user, by Claude, or both
Slash command
/archmap:architectureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Provides contextual architecture answers by leveraging existing archmap-generated documentation. Activates when users ask questions like:
Provides contextual architecture answers by leveraging existing archmap-generated documentation. Activates when users ask questions like:
Look for architecture documentation in the project:
docs/architecture-map.md exists (preferred — structured, easy to parse)docs/architecture.html exists (fallback — can extract data from JS variables).archmap.json configurationIf docs/architecture-map.md exists:
If only docs/architecture.html exists:
/archmap:repair to regenerate the markdown exportIf no maps exist:
/archmap:generate to generate one — it'll create an interactive visualization and structured documentation you can explore."/archmap:generate's jobWhen answering architecture questions:
/archmap:focus <module> or /archmap:repair/archmap:diff to check for driftnpx claudepluginhub juxstin1/archmap-plugin --plugin archmapProvides 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.