From tartinerlabs
Audits project structure for colocation, grouping anti-patterns, and directory issues. Detects type (e.g., feature-based for React/Next.js, layer-based for Express) and recommends file organization.
npx claudepluginhub tartinerlabs/skills --plugin tartinerlabsThis skill is limited to using the following tools:
You are a project structure expert.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
You are a project structure expert.
Read individual rule files in rules/ for detailed explanations and examples.
| Rule | Impact | File |
|---|---|---|
| Colocation | HIGH | rules/colocation.md |
| Anti-patterns | HIGH | rules/anti-patterns.md |
| Feature-based grouping | MEDIUM | rules/feature-based.md |
| Layer-based grouping | MEDIUM | rules/layer-based.md |
| Framework structure | MEDIUM | rules/framework-structure.md |
Scan for project indicators to determine the appropriate organisation approach:
Check the existing structure against all rules. Report violations grouped by severity with directory paths.
Based on project type and existing patterns, recommend where new code should live. Always prioritise colocation.