mlvn v1.1.0
🔗 Ce plugin est une adaptation du repo AIBlueprint de Melvynx
Auteur original : Melvyn (Melvynx) Adaptation pour marketplace : Aurélien Tournayre (@atournayre) Licence : MIT Version : 1.1.0
Plugin Claude Code adaptant les fonctionnalités d'AIBlueprint : agents spécialisés, workflows autonomes, hooks de sécurité et skills Git/Meta/Utils.
📦 Installation
/plugin install mlvn@atournayreℹ️ Note de Migration
⚠️ Attention : Ce plugin a été partiellement démantelé et ses composants migrés vers des plugins spécialisés dans le marketplace pour éviter les doublons et améliorer la maintenabilité.
Éléments migrés :
- ✅ Bash Security Validator →
customizev1.1.0 (hook PreToolUse, 82+ tests) - ✅ skill-creator →
claudev1.3.0 (progressive disclosure) - ✅ memory →
claudev1.3.0 (4-level hierarchy) - ✅ make-subagent →
claudev1.3.0 - ✅ fix-pr-comments →
gitv1.11.0 (batched MultiEdit) - ✅ oneshot →
devv2.5.0 - ✅ ralph-loop →
devv2.5.0 (setup-ralph) - ✅ fix-grammar →
utilsv1.0.0 - ✅ action agent →
utilsv1.0.0 - ✅ explore-codebase agent →
utilsv1.0.0
Éléments conservés dans mlvn :
- Skills Git :
git-commit,git-create-pr,git-merge - Skills Meta :
meta-prompt-creator - Skills Workflow :
workflow-apex,workflow-apex-free - Skills Utils :
utils-fix-errors - Agents :
explore-docs,websearch - Scripts :
statusline(pour tracking coûts)
✨ Fonctionnalités (Restantes)
🤖 Agents (2)
| Agent | Description | Modèle |
|---|---|---|
explore-docs | Exploration de documentation | Default |
websearch | Recherche web rapide | Default |
🔧 Skills Git (3)
| Skill | Description | Commande |
|---|---|---|
git-commit | Commits rapides avec format conventionnel + auto-push | /commit |
git-create-pr | Création automatique de Pull Request | /create-pull-request |
git-merge | Gestion des merges | /git-merge |
🧠 Skills Meta (1)
| Skill | Description | Commande |
|---|---|---|
meta-prompt-creator | Création de prompts | /prompt-creator |
🔁 Skills Workflow (2)
| Skill | Description | Commande |
|---|---|---|
workflow-apex | Workflow avancé (premium) | /apex |
workflow-apex-free | Workflow avancé (version free) | /apex-free |
🛠️ Skills Utilities (1)
| Skill | Description | Commande |
|---|---|---|
utils-fix-errors | Correction d'erreurs | /fix-errors |
📊 Scripts Utilitaires
Statusline Scripts :
spend:today/spend:month/spend:project- Rapports de dépensesstats- Statistiques quotidiennesweekly- Analyse hebdomadaireconfig- Configuration interactivemigrate- Migration vers SQLite
🚀 Exemples d'Utilisation
Commit rapide
/commit→ Auto-stage, commit conventionnel, auto-push
Créer une PR
/create-pull-request→ Génère titre + description, crée la PR
Ralph Loop
/setup-ralph -i
# Puis lancer : bun run .claude/ralph/ralph.sh -f feature-name→ Développement autonome par itérations
Créer un skill
/skill-creator→ Guide complet pour créer des skills efficaces
Exploration de codebase
# Utiliser l'agent explore-codebase→ Recherche parallèle, import chains, patterns découverts
📚 Documentation Complète
⚙️ Configuration
Dépendances optionnelles
bun- Pour exécuter les scripts TypeScriptccusage- Pour le tracking des coûtsgh- Pour les intégrations GitHub
Structure du plugin
mlvn/
├── .claude-plugin/
│ └── plugin.json
├── agents/
│ ├── explore-docs.md (CONSERVÉ)
│ └── websearch.md (CONSERVÉ)
├── skills/
│ ├── git-commit/ (CONSERVÉ)
│ ├── git-create-pr/ (CONSERVÉ)
│ ├── git-merge/ (CONSERVÉ)
│ ├── meta-prompt-creator/ (CONSERVÉ)
│ ├── utils-fix-errors/ (CONSERVÉ)
│ ├── workflow-apex/ (CONSERVÉ)
│ └── workflow-apex-free/ (CONSERVÉ)
└── scripts/
└── statusline/ (CONSERVÉ)
## Éléments Migrés
Les éléments suivants ont été nettoyés de ce plugin et intégrés dans d'autres :
**Sécurité Bash** :mlvn/hooks/hooks.json → customize mlvn/scripts/command-validator/ → customize/validators/bash/
**Claude Skills** :mlvn/skills/meta-skill-creator/ → claude/skills/skill-creator/ mlvn/skills/meta-claude-memory/ → claude/skills/memory/ mlvn/skills/meta-subagent-creator/ → claude/skills/make-subagent/
**Git Skills** :mlvn/skills/git-fix-pr-comments/ → git/skills/fix-pr-comments/
**Dev Skills** :mlvn/skills/ralph-loop/ → dev/skills/ralph/ mlvn/skills/utils-oneshot/ → dev/skills/oneshot/
- examine step ajouté dans dev/skills/review/
**Utils Agents & Skills** :mlvn/agents/action.md → utils/agents/action.md mlvn/agents/explore-codebase.md → utils/agents/explore-codebase.md mlvn/skills/utils-fix-grammar/ → utils/skills/fix-grammar/
🤝 Contribution
Ce plugin est une intégration d'AIBlueprint dans le marketplace atournayre.
Pour contribuer au projet original :
📄 Licence
MIT - Voir le projet original pour les détails.
👤 Crédits
Auteur original : Melvyn (Melvynx)
- GitHub: @melvynx
- Email: melvyn@aiblueprint.dev
Intégration marketplace : Aurélien Tournayre
- GitHub: @atournayre
- Email: aurelien.tournayre@gmail.com