Chargeur de compétences optimal

VérifiéSûr

Charge la documentation de compétence la plus pertinente depuis le dossier skills/ en effectuant une recherche par mot-clé avec ripgrep, puis applique les règles de workflow correspondantes à la tâche courante. Utile pour réutiliser une compétence existante adaptée à une nouvelle tâche similaire.

Spar Skills Guide Bot
ProductiviteIntermédiaire
8002/06/2026
Claude Code
#skill-loading#meta-skill#dynamic-application#workflow-adaptation

Recommandé pour

Notre avis

Trouve et applique automatiquement la compétence la plus pertinente depuis un répertoire local de compétences en fonction d'un mot-clé.

Points forts

  • S'adapte dynamiquement aux tâches sans configuration manuelle
  • Réutilise les meilleures pratiques connues
  • Réduit la charge cognitive en automatisant la sélection de compétences

Limites

  • Fonctionne uniquement si les compétences sont bien documentées et indexées
  • La recherche dépend de la précision de rg
  • Peut ne pas trouver de compétence appropriée pour des mots-clés ambigus
Quand l'utiliser

Lorsque vous devez appliquer un workflow standardisé qui correspond à un mot-clé de compétence connu.

Quand l'éviter

Pour des tâches entièrement nouvelles sans compétence existante, ou lorsque vous avez besoin d'un contrôle précis sur le processus.

Analyse de sécurité

Sûr
Score qualité75/100

The skill only uses Bash with ripgrep to search within the 'skills/' directory. No external connections, destructive commands, or exfiltration vectors are present. The allowed tool is restricted to read-only search (rg).

Aucun point d'attention détecté

Exemples

Load testing skill
Load the best-matching skill for 'testing' and apply it to the current task.
Apply deployment skill
Find the skill for 'deployment' and use it to guide the current deployment process.
Load documentation skill
Search for the 'documentation' skill and apply its workflow to the current project.

description: Load the best-matching skill doc from skills/ and apply it to the current task argument-hint: '[keyword]' allowed-tools: Bash(rg:*)

Find the best matching skill under skills/ for: $ARGUMENTS

Steps:

  1. Search skills/ for the keyword using ripgrep.
  2. Identify the most relevant skills/**/skill.md.
  3. Summarize the workflow rules from that skill.
  4. Apply those rules to the current task and proceed.
Skills similaires