Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Extends the AIDD framework with project-agnostic workflows: interactive codebase quiz (dig), memory maintenance (harvest, reconcile-normative), obsolescence detection (taste), prospective analysis (foresee), performance audits (data-optimize, web-optimize), and planning utilities (decompose, journey, changelog, end-plan, previously).
npx claudepluginhub rebellioussmile/my-claude-marketplaceGenerates or updates CHANGELOG.md from git history following the Keep a Changelog format, commits the changelog, and creates a signed annotated tag. Use when a user wants to release or document changes: "generate changelog", "update CHANGELOG", "release v1.2.0", "tag this version", "what changed since last release". Do NOT use for writing release notes in a format other than Keep a Changelog, managing GitHub Releases UI, or bumping version numbers in package.json or Cargo.toml — this skill only manages CHANGELOG.md and git tags.
Audits a project's data layer (client + server) against a stack-aware checklist (N+1, query count, pagination, real-time listeners, payload size, cache strategy, quota/cost, indexing, security rules, observability) and produces a ranked roadmap. Detects the data-layer stack (Firebase, Supabase, Prisma, Drizzle, TypeORM, Sequelize, Mongoose, Django ORM, Laravel Eloquent, Doctrine, DynamoDB, GraphQL, tRPC, Hasura, raw REST) and reuses an existing template or proposes generating a new one. Use when the user mentions data perf, API perf, slow query, data-layer N+1 (queries répétées sur même collection/table — distinct from web-optimize's render-time N+1), Firestore quota, "trop de reads", "trop de requêtes", egress, rate limit, cold start, connection pool, réplication, read replica, sharding, "API lente", "backend lent", "DB perf", "audit data", "audit backend", or invokes /data-optimize.
Applies the Mikado method to decompose a user-supplied goal into a dependency graph via iterative Q&A, then generates YAML node files in mikado/<graphName>/. Use when a user wants to break down a complex goal into safe, incremental steps: "decompose this goal", "apply Mikado to", "break this into steps", "create a Mikado graph for", "how do I safely tackle". Do NOT use for generating implementation code, writing tests, managing tasks in aidd_docs/tasks/, or any task that does not involve decomposing a goal into a dependency graph.
Runs an interactive 5-question quiz on the project codebase or memory bank, embodied as Ada (Ada Lovelace persona), with adaptive difficulty, /20 scoring, coherence auditing, and automatic inconsistency task creation. Use when idle — waiting for tests, CI, or a background agent — and you want to learn or review the project: "quiz me", "dig into the codebase", "test my knowledge", "Ada, quiz me", "on révise le projet ?". Do NOT use for writing code, creating documentation, or managing tasks — use `aidd-dev:02-implement` or `aidd-dev:01-plan` instead.
Archives a plan file as processed, merges the current plan branch into the target branch, and deletes the local plan branch. Use when a user finishes a plan and wants to close it out: "end plan", "close this plan", "merge the plan branch", "archive the plan", "finish the plan branch". Do NOT use for pushing to remote automatically, force-deleting branches with uncommitted changes, creating new plans, or any task that is not about archiving a completed plan branch.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Frontend design skill for UI/UX implementation
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Obsidian project management integration: export project memory and status reports to Obsidian-compatible format (project-status).
PHP-specific skills and workflows.
Game design skills and workflows.
Marketplace personnelle de plugins Claude Code, construite comme overlay du framework AIDD.
Ajouter dans ~/.claude/settings.json :
{
"extraKnownMarketplaces": {
"my-marketplace": {
"source": {
"source": "github",
"repo": "RebelliousSmile/my-claude-marketplace"
}
}
},
"enabledPlugins": {
"aidd-overlay@my-marketplace": true
}
}
Ajouter dans .claude/settings.json à la racine du projet :
{
"plugins": [
"gamedesign@github:RebelliousSmile/my-claude-marketplace"
]
}
Ou via commande :
/plugin install gamedesign@github:RebelliousSmile/my-claude-marketplace
| Plugin | recommended | Description |
|---|---|---|
aidd-overlay | ✅ | Socle commun — workflows projet-agnostiques |
gamedesign | — | Game design : dialogue, bank d'assets |
writing | — | Rédaction : ton, style, typographie |
obsidian | — | Export vers Obsidian (mémoire projet, statut) |
sc-php | — | Stack PHP : Bruno API client |
Plugin principal, installé globalement. Étend le framework AIDD avec des workflows transversaux.
| Skill | Déclencheur | Description |
|---|---|---|
harvest | /harvest | Maintenance globale — réconcilie le tracker, extrait les décisions, purge les éphémères, appelle taste |
reconcile-normative | /reconcile-normative | Détecte doublons, contradictions et règles obsolètes entre archives, mémoire et règles actives |
taste | /taste [fichier] | Détecte les contenus obsolètes — assess-doc (claims vs codebase), assess-code (imports, symboles, règles, TODOs) |
foresee | /foresee <cible> | Analyse prospective — problèmes à moyen terme sur docs, code ou dépendances |
dig | /dig | Quiz interactif sur le codebase ou la memory bank |
web-optimize | /web-optimize | Audit perf web (LCP, CLS, INP, bundle, N+1) avec roadmap priorisée |
data-optimize | /data-optimize | Audit perf données (N+1, index, pagination, cache) |
decompose | /decompose | Décompose un objectif en graphe Mikado |
journey | /journey | Teste un parcours utilisateur depuis une issue |
changelog | /changelog | Génère/met à jour CHANGELOG.md depuis git |
end-plan | /end-plan | Archive le plan en cours, retourne sur la branche parente |
previously | /previously | Snapshot synthétique du projet (tests, activité, santé) |
Pour les projets de jeux vidéo.
| Skill | Description |
|---|---|
dialogic-draft | Rédaction de scènes dialogiques (spec, PNJ, arcs, DTL) |
dialogic-review | Revue de graphes dialogiques (précheck, persona, audit, nœuds) |
bank | Initialisation et challenge d'une bank d'assets narrative |
Pour les projets rédactionnels.
| Skill | Description |
|---|---|
tone-finder | Analyse et formalise le ton éditorial (style, typographie) |
Pour les projets utilisant Obsidian comme outil de gestion de projet.
| Skill | Description |
|---|---|
project-status | Export mémoire projet, audit et rapport de statut en format Obsidian |
Pour les stacks PHP.
| Skill | Description |
|---|---|
bruno | Tests API Bruno en CLI — scripts, environnements, assertions |
gh CLI pour les skills interagissant avec GitHub