# Skills

> Use this skill to delegate specific engineering tasks to sub-agents.

- Skill: `majiayu000/skills-8` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/skills-8`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/skills-8/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/skills-8

---


---
name: starlight-engineering
description: Invoke the Engineering Sub-Swarm (Sentinel, Craftsman, Scaler, Reformer)
---

# Starlight Engineering Swarm

Use this skill to delegate specific engineering tasks to sub-agents.
Do not use `starlight-orchestrator` for granular code tasks; use this instead.

## 1. The Roster
*   **Sentinel (Security):** Audits, Auth, Zod. `starlight-protocol/03_AGENCY/DEPT_ENGINEERING/AGENT_SENTINEL.md`
*   **Craftsman (Frontend):** UI, React, Tailwind. `starlight-protocol/03_AGENCY/DEPT_ENGINEERING/AGENT_CRAFTSMAN.md`
*   **Scaler (Backend):** DB, API, Perf. `starlight-protocol/03_AGENCY/DEPT_ENGINEERING/AGENT_SCALER.md`
*   **Reformer (Refactor):** Cleanup, Debt. `starlight-protocol/03_AGENCY/DEPT_ENGINEERING/AGENT_REFORMER.md`

## 2. The Protocol
1.  **Identify:** "Which specialist does this ticket require?"
2.  **Context:** Load their specific Agent File + Tech Stack.
3.  **Action:** Generate the code/plan.
4.  **Review:** Use `The Principal` (Lyssandria) to audit the output.

## 3. Commands
*   `/eng safe` -> Invokes Sentinel.
*   `/eng ui` -> Invokes Craftsman.
*   `/eng api` -> Invokes Scaler.
*   `/eng fix` -> Invokes Reformer.

