Extends the AIDD framework with project-agnostic workflows: interactive codebase quiz (dig), memory maintenance (harvest, reconcile-normative), obsolescence detection (taste), prospective analysis (foresee), behavioural-test harness (behave), performance audits (data-optimize, web-optimize, ap-optimize), SEO/GEO audits (seo-optimize), project health reporting (status), and planning utilities (decompose, journey, changelog, end-plan). Alias chains: rechallenge, endtask, bump-plugin, previously, smarten, skillconf, weeklyemail, gitit, mirror.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Fires a pre-crafted workflow prompt to chain aidd skills in one command, or rewrite a prompt file in place (smarten). Use when you want to trigger plan→challenge or implement→review sequences, project snapshot with status context (previously), compress a .md prompt to its minimal form (smarten), or reconcile a mockup vs implementation screenshot (mirror). Do NOT use for single-skill tasks, custom workflows, or when you need direct control over each step.
Audits an ActivityPub federation implementation against a stack-aware checklist (inbox idempotency, HTTP signature verification, fan-out delivery, actor/key caching, outbox pagination conformance, rate limiting, circuit breaker, AS2 conformance, security, observability) and produces a ranked roadmap. Detects the AP stack and loads stack-specific pivots from installed sc-* plugins (.claude/rules/07-quality/ap-pivots-*.md); falls back to a generic 11-section schema otherwise. Use when the user mentions federation, ActivityPub, fediverse, AP delivery, inbox, outbox, HTTP signatures, WebFinger, actor, fan-out, "AP lent", "inbox lent", "delivery fail", "signature invalid", or invokes /ap-optimize.
Behavioural-test harness for skills, agents, and prompt-driven workflows — scaffolds scenario suites (Situation → Expected behaviour → Pass criteria), runs a dry-run judge harness that scores each scenario against a populated fixture without mutating real data, and re-runs suites for non-regression. Triggers on "behave", "scaffold behavioural tests", "run the behavioural suite", "regression-test this skill/agent", "write a scenario suite for", or "/behave <action>". Do NOT use for unit/integration tests of code (use the project's test runner), for code review against a style guide (use review/foresee), or for one-off manual checks.
Generates 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 and loads stack-specific pivots from installed `sc-*` plugins (`.claude/rules/07-quality/data-pivots-*.md`); falls back to a generic 12-section schema + REST vanilla pivots otherwise. 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), 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.
Marketplace personnelle de plugins Claude Code — overlay du framework AIDD pour tous mes développements.
Le détail des skills de chaque plugin vit dans son propre README — ce tableau est l'index.
| Plugin | Doc | recommended | Description |
|---|---|---|---|
overcode | README · CHANGELOG | ✅ | Socle commun — workflows projet-agnostiques (alias, harvest, audits perf, readme, changelog…) |
design | README · CHANGELOG | — | Design system en entonnoir : define → destructure → adjust → enforce → diffuse |
writing | README · CHANGELOG | — | Rédaction pro et narrative : documentation (guides, technique, cahier des charges) et craft narratif |
game-writer | README · CHANGELOG | — | Écriture narrative de jeu vidéo (8-MINE) : timelines Dialogic, bank d'assets |
sc-godot | README · CHANGELOG | — | Stack Godot / GDScript : sniff, audit, improve, legacy, teach |
sc-js | README · CHANGELOG | — | Stack JavaScript : Nuxt / Vue SPA / Vite / Alpine / Astro |
sc-php | README · CHANGELOG | — | Stack PHP : Laravel / Symfony / WordPress / HTMX |
sc-python | README · CHANGELOG | — | Stack Python : Django / FastAPI / Flask / Celery |
sc-rust | README · CHANGELOG | — | Stack Rust : Axum / Actix-web |
sc-tiers | README · CHANGELOG | — | SaaS tiers : Firebase, Klaviyo, GTM, Clarity, PSI |
obs | README · CHANGELOG | — | Notes Obsidian — projets Pro, JDR solo, tri d'emails, assemblage d'intrants pour writing |
Depuis GitHub — ajouter dans ~/.claude/settings.json :
{
"extraKnownMarketplaces": {
"my-marketplace": {
"source": {
"source": "github",
"repo": "RebelliousSmile/my-claude-marketplace"
}
}
}
}
En local (développement) — utiliser "source": "directory" avec le chemin absolu ; les modifications sont prises en compte sans push.
Global (tous les projets) — ~/.claude/settings.json :
{
"enabledPlugins": {
"overcode@my-marketplace": true
}
}
Par projet — .claude/settings.json du projet, ou via commande :
/plugin install sc-js@my-marketplace
| Type de projet | Plugin |
|---|---|
| Socle (tous projets) | overcode |
| Design system / UI mobile-first | design |
| Documentation ou rédaction narrative | writing |
| Web JavaScript / Nuxt / Vue | sc-js |
| Web PHP | sc-php |
| Web Python | sc-python |
| Web Rust | sc-rust |
| SaaS tiers (Firebase, Klaviyo, GTM…) | sc-tiers |
| Jeu vidéo (contenu narratif) | game-writer |
| Jeu vidéo (code Godot) | sc-godot |
| Notes Obsidian / JDR solo | obs |
MIT — voir LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub rebellioussmile/my-claude-marketplace --plugin overcodeSource des skills natives Hermes Agent (Nous Research, agentskills.io). solo-mc (MJ JDR solo en direct, agent unique, modules oracle/narrateur) est déployée vers ~/.hermes/skills/ — pas exécutée par Claude Code (variante Claude Code : obsidian:solo-mc).
Rust-specific skills and workflows: two-tier sniff (pivot model), audit (aidd-dev:reviewer), improve, legacy, log-analysis, teach (Axum/Actix + SQLx/Diesel).
PHP ecosystem skills: sniff, audit, improve, legacy, teach. design-bridge: réceptacle du pivot design (enforce → linter PHP/WP natif + pre-commit ; diffuse → block pattern WP + theme.json).
Personal Obsidian notes management — project lifecycle, sessions, meetings, invoices, RAG export; email triage; solo TTRPG domain tooling (pc, rpg, solo-mc) on autonomous local game domains; the Documents/ organiser tree (cache-based: index, check, fix, sort); and brief/lore/data assembly for writing: brief (builds the portable _brief/ working dir), forge (concept), research (data), lore-extract, rules-keeper, extract-pdf.
Design system funnel — 5-verb pipeline: define (extract tokens + component inventory from references or brief), destructure (challenge direction, propose alternatives), adjust (arbitrate + freeze 3-layer contract: tokens · components.json · charter), enforce (portable linter derived from contract + pivot to sc-php/sc-js + 3 gates), diffuse (repeatable elements under lint gate, baseline HTML/CSS + pivot to sc-*). Adds the copycat agent (per-page mockup→contract reconciliation, fanned out by define over many pages), a cross-OS Python fidelity oracle (getComputedStyle per breakpoint), and a 2nd enforce gate (fidelity vs the resolved mockup, alongside the vocabulary lint). Replaces: setup, from-reference, from-brief, wireframe, component, audit, diagnose, refactor, export-wordpress.
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.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques