skills-nextlisted
Install: claude install-skill gdm257/cc-plugins
# Skills-Next: Enhanced Skill Discovery
## Purpose
Force explicit consideration of all available skills before processing the next user input. This skill addresses the issue where LLMs may overlook or ignore available skills that would be helpful for completing a task.
## When to Use
Load this skill when:
- User explicitly requests skill usage ("use skills", "skills-next")
- User wants to verify what skills are available for a task
- Complex tasks might benefit from multiple skills
- Previous attempts may have missed relevant skills
## Workflow
After reading this skill, modify behavior for the NEXT user input only:
### Step 1: Analyze the User Input
Read and analyze the incoming user prompt. Identify:
- The core task or goal
- Domain-specific requirements
- Potential technical areas involved
- Workflow patterns implied
### Step 2: Identify Relevant Skills
Review available skills and list all skills that could be helpful. For each skill:
- Read the skill's frontmatter (name + description)
- Determine if the skill applies to the current task
- Note any interdependencies between skills
**Criteria for relevance:**
- Skill description mentions key terms from the user input
- Skill provides workflows for the task domain
- Skill offers tools or resources needed for completion
- Skill addresses specific constraints or requirements
### Step 3: Load Identified Skills
Use the `skill` tool to load each identified skill content. Execute these skill tool calls in sequence:
```