Notre avis
Détecte passivement les schémas d'utilisation répétitifs pour suggérer la création de nouveaux skills, commandes ou sous-agents.
Points forts
- Observation passive sans interrompre le flux de travail.
- Suggestions exploitables avec scores de confiance et exemples.
- Couvre trois types de composants avec des indicateurs clairs.
- Seuils de détection configurables.
Limites
- Ne fait que suggérer la création, ne crée pas les composants (nécessite /epci:create).
- Peut générer de fausses pistes en raison de la notation heuristique.
- Peu utile pour des tâches ponctuelles sans motif répété.
Quand vous voulez identifier des tâches répétitives et automatiser des flux de travail dans votre développement assisté par IA.
Quand vous devez créer immédiatement un composant, utilisez directement /epci:create.
Analyse de sécurité
SûrThe skill is purely advisory, providing pattern detection logic and suggestion formats without any executable code, destructive commands, or data exfiltration.
Aucun point d'attention détecté
Exemples
Analyze my recent coding sessions and suggest any new skills I should create, using the detection patterns from component-advisor.I keep running lint, test, and build manually in sequence. Should I create a command? If so, suggest one with a proper /epci:create proposal.I do the same security review checklist before every merge. Detect this pattern and recommend a subagent, including confidence score.name: component-advisor description: >- Passive detection of EPCI component creation opportunities. Identifies repetitive patterns that could become skills, commands or subagents. Use when: workflow analysis, recurring pattern detection. Not for: active component creation (use /epci:create).
Component Advisor
Overview
Passive skill that detects opportunities for new EPCI component creation based on usage pattern analysis.
Reference Documents:
- Detection Patterns — Scoring criteria and thresholds
- Suggestion Examples — Real-world suggestion templates
Automatic Detection
New Skill Indicators
| Signal | Score | Example | |--------|-------|---------| | Pattern repeated 3+ times | +3 | Same validation in multiple commands | | Technical domain not covered | +2 | New unsupported stack | | Documentation frequently consulted | +2 | Repeated searches on same topic | | Copy-paste of guidelines | +1 | Same conventions applied |
Suggestion threshold: Score ≥ 4
New Command Indicators
| Signal | Score | Example | |--------|-------|---------| | Repeated action sequence | +3 | Same recurring manual workflow | | Frequent skill combination | +2 | Always the same skills together | | Documented but not automated process | +2 | Guide followed manually | | Explicit user request | +3 | "I'd like a command for..." |
Suggestion threshold: Score ≥ 4
New Subagent Indicators
| Signal | Score | Example | |--------|-------|---------| | Repeated specialized validation | +3 | Specific security check | | Recurring manual review | +2 | Same checklist applied | | Narrow domain expertise | +2 | Specialized knowledge required | | Standardized report format | +1 | Same report structure |
Suggestion threshold: Score ≥ 4
Suggestion Format
When a threshold is reached:
💡 **COMPONENT OPPORTUNITY DETECTED**
### Suggested Type: [Skill | Command | Subagent]
**Identified pattern:**
[Description of detected pattern]
**Occurrences:**
- [Occurrence 1]
- [Occurrence 2]
- [Occurrence 3]
**Estimated benefits:**
- [Benefit 1]
- [Benefit 2]
**Proposal:**
/epci:create [type] [suggested-name]
**Confidence score:** [X/10]
---
*Automatic suggestion - Ignore if not relevant*
Monitored Patterns
For Skills
| Pattern | Potential Domain | |---------|------------------| | Repeated searches on a tech | New stack skill | | Manually applied conventions | Conventions skill | | Often cited best practices | Patterns skill | | Frequently used external tools | Integration skill |
For Commands
| Pattern | Potential Command | |---------|-------------------| | Repeated tool sequence | Composite command | | Manual multi-step workflow | Automation command | | Process with breakpoints | Structured command | | Action + validation + report | Workflow command |
For Subagents
| Pattern | Potential Subagent | |---------|-------------------| | Recurring validation | Validator agent | | Specialized analysis | Analyzer agent | | Review with checklist | Reviewer agent | | Formatted generation | Generator agent |
Configuration
Enable/Disable
The component-advisor is passive by default. It observes and suggests without interrupting workflow.
Customizable Thresholds
component_advisor:
skill_threshold: 4
command_threshold: 4
subagent_threshold: 4
suggestion_frequency: "on_pattern_detected" # or "end_of_session"
Detection Examples
Example 1: New Skill Detected
💡 COMPONENT OPPORTUNITY: Skill
Pattern: Kubernetes documentation consulted 5 times
Same deployment structure applied 3 times
Suggestion: /epci:create skill kubernetes-patterns
Benefits:
- Auto-detection of K8s projects
- Standardized patterns
- Reduced search time
Example 2: New Command Detected
💡 COMPONENT OPPORTUNITY: Command
Pattern: Repeated sequence
1. Lint → 2. Test → 3. Build → 4. Deploy
Suggestion: /epci:create command ci-pipeline
Benefits:
- Process automation
- Consistency across projects
- Time savings
Example 3: New Subagent Detected
💡 COMPONENT OPPORTUNITY: Subagent
Pattern: Accessibility checklist applied 4 times
Same report format generated
Suggestion: /epci:create agent a11y-auditor
Benefits:
- Automatic audit
- Standardized report
- No missed criteria
Metrics
| Metric | Description | |--------|-------------| | Patterns detected | Number of patterns identified | | Suggestions issued | Number of suggestions proposed | | Suggestions accepted | Components actually created | | Adoption rate | % suggestions → components |
Limitations
- Detection based on current session
- No memory between sessions (unless context provided)
- Suggestions are indicative, not prescriptive
- Requires repeated patterns to detect
Priorisation de Tâches
Productivite
Priorise vos tâches avec les frameworks Eisenhower, ICE et RICE.
Generateur de Rapport Hebdomadaire
Productivite
Generez des rapports de statut hebdomadaires structures et concis.
Rapport de Daily Standup
Productivite
Génère des rapports de daily standup structurés et concis.