skills/skill-launcher/SKILL.md
Automatically inject skill context into subagent spawning. Use this skill when launching any subagent to ensure they have the right skills loaded for their task. This skill provides the launching protocol and skill context injection.
npx skillsauth add iberi22/swal-skills skill-launcherInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill ensures ALL subagents launched via sessions_spawn get the appropriate skill context automatically.
When spawning a subagent, you MUST prepend skill context to the task prompt. This skill provides the template and protocol for doing so.
Before spawning, identify which skills are relevant to the task:
Task Analysis → Required Skills → Fetch Skill Content → Inject into Prompt
Prepend this template to ALL subagent task prompts:
## SKILL CONTEXT FOR THIS TASK
You have access to the following skills. Read them before starting work:
### [SKILL NAME]
[Fetch skill content from: C:\Users\belal\clawd\skills\<skill>\SKILL.md]
[OR from raw GitHub: https://raw.githubusercontent.com/iberi22/agents-flows-recipes/main/skills/<skill>/SKILL.md]
---
## TASK
[Your actual task here]
| Task Type | Skills to Inject | |-----------|-----------------| | Frontend (React/Next.js) | astro OR nextjs + tailwindcss + react | | Backend (Rust/Python) | rust OR python | | UI Debug | frontend-doctor + playwright | | GitHub Operations | github | | Research | web-research + tavily-search | | Security Audit | healthcheck | | Sales/Prospects | sales-pro |
Skills are available at:
C:\Users\belal\clawd\skills\<skill>\SKILL.mdhttps://raw.githubusercontent.com/iberi22/agents-flows-recipes/main/skills/<skill>/SKILL.mdnode E:\scripts-python\agents-flows-recipes\_registry\skill-provider.js get <skill># Get skill locally
Read: C:\Users\belal\clawd\skills\<skill>\SKILL.md
# Or via skill provider
node E:\scripts-python\agents-flows-recipes\_registry\skill-provider.js get <skill>
sessions_spawn(task: "Fix the login button on mobile")
sessions_spawn(task: `## SKILL CONTEXT FOR THIS TASK
You are working on a Next.js 15 project with Tailwind CSS.
### nextjs Skill
Read: C:\Users\belal\clawd\skills\nextjs\SKILL.md
### tailwindcss Skill
Read: C:\Users\belal\clawd\skills\tailwindcss\SKILL.md
---
## TASK
Fix the login button on mobile. The button is too small and hard to tap on phones.
`)
For each subagent task, automatically detect required skills:
Analyze the task description
Match keywords to skills:
Fetch the top 2-3 most relevant skills
Inject into prompt before the actual task
To list available skills:
node E:\scripts-python\agents-flows-recipes\_registry\skill-provider.js list --public
To search for a skill:
node E:\scripts-python\agents-flows-recipes\_registry\skill-provider.js search <keyword>
This skill (skill-launcher) is automatically loaded for ALL subagent spawns. It provides:
Use it every time you spawn a subagent via sessions_spawn.
testing
Xavier2 as the central context engine for SWAL - intelligent memory, decision-making, and context orchestration. Xavier2 is the CEO brain that stores memories, coordinates agents, and maintains project state.
tools
Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (for example spawn/run Codex or Claude Code in a Discord thread; use sessions_spawn with runtime:"acp"), or any work in ~/clawd workspace (never spawn agents here). Claude Code: use --print --permission-mode bypassPermissions (no PTY). Codex/Pi/OpenCode: pty:true required.
testing
Validador automático para WorldExams. Verifica integridad técnica y calidad pedagógica, activando regeneración automática si es necesario.
tools
Generador de bundles de preguntas ICFES Colombia (Matemáticas, Lectura Crítica, Ciencias, Sociales, Inglés) para grados 6, 9 y 11 usando MiniMax MCP.