From infra
Crée un alias de slash command qui délègue à une autre slash command existante. Valide les arguments, crée le fichier d'alias, et met à jour la documentation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/infra:alias-addsonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Créer un alias de slash command délégant à une commande existante.
Créer un alias de slash command délégant à une commande existante.
Créer dans le répertoire des skills/commands approprié :
---
allowed-tools:
- Skill
description: Alias vers [TARGET_COMMAND]
argument-hint: [arguments de la commande cible]
model: haiku
---
# [ALIAS]
Alias vers `[TARGET_COMMAND]`.
## Workflow
- Exécuter la commande cible via Skill
Utiliser l'outil Skill pour exécuter TARGET_COMMAND avec les arguments fournis.
Ajouter l'alias dans la documentation avec :
Alias créé avec succès
Fichier : {chemin}
Cible : {TARGET_COMMAND}
Usage : /{alias} [arguments]
/infra:alias-add status /git:status
/infra:alias-add doc /doc:update
npx claudepluginhub atournayre/claude-personas --plugin infraCreates production-ready custom slash commands via 5-phase workflow with multi-agent validation. Use for user requests, reusable prompt automation, or repetitive workflow conversion.
Creates new Claude Code slash commands with YAML frontmatter, supporting argument hints, allowed tools, bash execution, file references, and advanced features.
Creates production-ready custom slash commands via 5-phase workflow with multi-agent validation for security, architecture, necessity, and completeness. Use for new commands, reusable prompts, or workflow automation.