From overcode
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/overcode:aliassonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Expands a short command into a well-crafted, pre-authored prompt that chains aidd skills. Each alias carries the exact instruction sequence for a recurring workflow — call it once, it fires the right prompt.
Expands a short command into a well-crafted, pre-authored prompt that chains aidd skills. Each alias carries the exact instruction sequence for a recurring workflow — call it once, it fires the right prompt.
| # | Action | Role | Input |
|---|---|---|---|
| 01 | rechallenge | Plan the current task, then challenge until 0 deal-breakers and 0 suggestions | current task in context |
| 02 | endtask | Commit → archive plan → learn (auto) → merge/push → changelog → push tags → close issue | current branch + optional issue number |
| 03 | bump-plugin | Bump plugin version in plugin.json + index.json → commit → push marketplace | plugin name + version or bump type |
| 04 | previously | Project snapshot with status context — status summary + tests/git/lint snapshot | optional depth (commit count or duration like 7d) |
| 05 | smarten | Rewrite a prompt file in place — remove fluff, compress steps, bullet points | file path |
| 06 | skillconf | Classify enabled skills as auto-trigger vs user-invocable-only → update skillOverrides | settings.json accessible |
| 07 | weeklyemail | Collecte les commits de la semaine sur tous les dépôts GitHub ou GitLab accessibles et génère un e-mail client synthétique | plateforme (github / gitlab) + optionnel since |
| 08 | gitit | Init git dans R + dépôt distant privé via gh (si absent) + commit + pull + push + tag SemVer si un push a eu lieu | dossier cible R (défaut CWD) [--public] |
| 09 | mirror | Image deux navigateurs côte à côte → diff texte + style → corrections via design:copycat | image (chemin ou collée) + optionnel --ref right |
Trigger-to-action mapping:
rechallengeendtaskbump-pluginpreviouslysmartenskillconfweeklyemailgititmirrornpx claudepluginhub rebellioussmile/my-claude-marketplace --plugin overcodeGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.