From work-convention
Dieses Skill ruft `plugin-audit.py` mit dem passenden Mode auf, abhängig vom Trigger.
How this skill is triggered — by the user, by Claude, or both
Slash command
/work-convention:audit-pluginsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Dieses Skill ruft `plugin-audit.py` mit dem passenden Mode auf, abhängig vom Trigger.
Dieses Skill ruft plugin-audit.py mit dem passenden Mode auf, abhängig vom Trigger.
--mode bootstrap--mode periodic--mode targeted --stack X--mode update-curated# Bootstrap-Audit beim ersten App-Setup
python3 .claude/scripts/plugin-audit.py --mode bootstrap
# Monatliches Audit (skipt automatisch wenn < 30 Tage her)
python3 .claude/scripts/plugin-audit.py --mode periodic
# Spezifische Recherche
python3 .claude/scripts/plugin-audit.py --mode targeted --stack "supabase"
Plugin-Empfehlungen sind nur Vorschläge. Niemals automatisch installieren.
User muss bewusst claude plugin install <name> aufrufen.
Bei Empfehlungen außerhalb der Curated-List zeigt das Script einen GitHub-Search-Link statt einer Direkt-Empfehlung.
npx claudepluginhub kornmuellerconsulting/work-convention-plugin --plugin work-conventionProvides 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.