Notre avis
Permet de changer le rite actif de Claude Code pour basculer entre différents ensembles de rôles (développement, documentation, qualité de code).
Points forts
- Simplifie la commutation entre workflows prédéfinis
- Script intégré gère la validation et la sauvegarde
- Options claires : liste, requête, changement
Limites
- Dépend d'un script shell externe
- Rites limités à ceux définis dans le script
- Peut nécessiter une configuration initiale ($ROSTER_HOME)
Quand vous devez rapidement passer d'un contexte de développement à un autre (par exemple, de la rédaction de code à la documentation).
Si vous avez besoin de workflows hautement personnalisés non couverts par les rites disponibles ou si vous préférez des changements manuels.
Analyse de sécurité
PrudenceThe skill executes a shell script from a user-defined location, which introduces risk if the script is compromised or malicious. However, the described functionality (swapping rites) is legitimate, and the command is user-initiated, so the risk is moderate.
- •Skill invokes an external shell script via Bash tool, which could perform arbitrary actions. The script's contents are not provided and cannot be audited.
- •The script path uses an environment variable ($ROSTER_HOME) that could be altered, leading to unintended script execution.
Exemples
/team/team --list/team dev-packRite Swapper
Swap Claude Code rites for different workflows.
Usage
/team # Show current active rite
/team <rite-name> # Switch to specified rite
/team --list # List all available rites
Available Rites
- dev-pack: Development workflow (Architect, Principal Engineer, QA Adversary)
- doc-pack: Documentation workflow (Technical Writer, API Documenter, README Author)
- hygiene: Code quality workflow (Refactorer, Linter Advisor, Dependency Auditor)
Implementation
This skill invokes the swap-team.sh script located at $ROSTER_HOME/.
Instructions
When the user invokes /team, execute the swap-team.sh script with the provided arguments:
- If no arguments provided: Query current rite
- If
--listor-l: List available rites - If
<rite-name>provided: Swap to that rite
Always use the Bash tool to execute:
$ROSTER_HOME/swap-team.sh [args]
Display the script output to the user. The script handles all validation, backup, and swap operations.
Error Handling
The script returns appropriate exit codes:
- 0: Success
- 1: Invalid arguments
- 2: Validation failure (rite doesn't exist)
- 3: Backup failure
- 4: Swap failure
If the script fails, display the error message and suggest next steps based on the output.
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.