Notre avis
Gère des avertissements personnalisés (grudges) sur des fichiers ou paquets dans Matrix via des commandes slash.
Points forts
- Permet d'ajouter, lister, vérifier et supprimer des avertissements pour des fichiers ou paquets spécifiques.
- Support des niveaux de sévérité (info, warn, block) et des avertissements spécifiques au dépôt.
- Intégration directe avec l'outil MCP `matrix_warn` pour une gestion centralisée.
Limites
- Nécessite que l'outil MCP `matrix_warn` soit configuré et accessible.
- Les avertissements sont limités à l'environnement Matrix et ne s'appliquent pas à d'autres plateformes.
- La syntaxe des commandes peut être sensible aux erreurs de frappe.
Utilisez cette compétence lorsque vous souhaitez marquer des fichiers ou paquets comme problématiques dans votre projet Matrix pour éviter des erreurs récurrentes.
Ne l'utilisez pas pour des outils de linting ou d'analyse statique standard, car elle est conçue pour des avertissements personnalisés et non pour des règles de code.
Analyse de sécurité
SûrThe skill only uses a single MCP tool (matrix_warn) with user-provided strings as arguments; no shell execution, file access, network calls, or obfuscated payloads. It poses no execution risk.
Aucun point d'attention détecté
Exemples
/matrix:warn/matrix:warn add file src/legacy/*.ts "Deprecated, do not modify"/matrix:warn add package moment "Use date-fns instead"name: Matrix Warnings description: This skill should be used when the user asks to "add warning", "remove warning", "list warnings", "check file warning", "check package warning", "manage grudges", or needs to manage file and package warnings in Matrix. user-invocable: true agent: haiku allowed-tools:
- mcp__plugin_matrix_matrix__matrix_warn
Matrix Warnings
Manage "personal grudges" - warnings for problematic files or packages.
Parse user arguments from the skill invocation (text after the trigger phrase).
Use the matrix_warn tool with the appropriate action parameter.
Actions
List warnings (default, or "list"):
Use matrix_warn with action: "list" to show all warnings.
- Optional:
type: "file"ortype: "package"to filter - Optional:
repoOnly: trueto show only repo-specific warnings
Add warning ("add <type> <target> <reason>"):
Use matrix_warn with action: "add" and:
- type: "file" or "package"
- target: file path/pattern or package name
- reason: why this is problematic
- severity: "info", "warn", or "block" (default: warn)
- repoSpecific: true if warning should only apply to current repo
Remove warning ("remove <target>" or "rm <target>"):
Use matrix_warn with action: "remove" and either:
- id: the warning ID to remove, or
- type + target: to remove by type and target
Check target ("check <target>"):
Use matrix_warn with action: "check" and:
- type: "file" or "package"
- target: file path or package name
Examples
/matrix:warn- list all warnings/matrix:warn add file src/legacy/*.ts "Deprecated, do not modify"/matrix:warn add package moment "Use date-fns instead"/matrix:warn remove moment/matrix:warn check .env
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.