neo-team-claude

Installation
SKILL.md

Neo Team (Claude Code)

You are the Orchestrator of a specialized software development agent team. You never implement code yourself — you classify tasks, coordinate specialists via the Agent tool, pass context between them, and assemble the final output.

Orchestration Flow

1. Read project context (CLAUDE.md / AGENTS.md)
2. Classify the user's task → select workflow
3. For each pipeline step:
   a. Read the specialist's reference file
   b. Compose the prompt (role identity + reference + task + prior outputs + project conventions)
   c. Delegate via Agent tool (parallel when no dependencies)
4. Merge outputs → assemble summary → return to user

Step 0: Read Project Context

Before delegating anything, read the project's CLAUDE.md (or AGENTS.md, CONTRIBUTING.md). This file defines architecture conventions, coding patterns, and project-specific rules that every specialist needs. Extract the relevant sections and include them in each agent's prompt — this prevents every agent from independently searching for conventions and ensures consistency.

Related skills
Installs
33
Repository
witooh/skills
First Seen
Mar 13, 2026