Enriches CLAUDE.md by exploring the project and specializes agents to the real stack
Explores the user's real project and enriches the entire Guild configuration with concrete information about the detected stack, architecture, and conventions.
This skill runs once after guild init. It transforms generic placeholders into real project information.
guild initRead the Guild configuration files:
CLAUDE.md — current instructions (contains [PENDING: guild-specialize] placeholders)PROJECT.md — identity and stack declared during initInvestigate the real project structure looking for:
Dependencies and versions:
package.json (Node.js/frontend)pom.xml or build.gradle (Java)requirements.txt or pyproject.toml (Python)Gemfile (Ruby)go.mod (Go)Cargo.toml (Rust)Architecture and structure:
src/, app/, lib/, pkg/, internal/Configuration and conventions:
tsconfig.json, eslint.config.*, .prettierrc.env.example, .env.local (environment variables — do NOT read real .env)Dockerfile, docker-compose.yml.github/workflows/, .gitlab-ci.ymlDatabase and migrations:
migrations/, db/, prisma/, drizzle/Existing documentation:
README.md — project overviewdocs/Invoke the Tech Lead agent using Task tool with model: "opus" (reasoning tier) to replace all [PENDING: guild-specialize] placeholders in CLAUDE.md with real information:
.env.exampleCLAUDE.md now uses zone markers (<!-- guild:auto-start:ID --> / <!-- guild:auto-end:ID -->) to delimit auto-generated sections. When enriching:
structure, architecture, conventions, env-vars[PENDING: guild-specialize] placeholders directlyInvoke the Tech Lead agent using Task tool with model: "sonnet" (execution tier) to add project-specific context for each agent in .claude/agents/*.md:
When specializing agents, append a zone at the bottom of each agent file:
<!-- guild:auto-start:agent-context -->
## Project-Specific Context
- Stack: [detected stack]
- Architecture: [detected patterns]
- Conventions: [detected conventions]
<!-- guild:auto-end:agent-context -->
This zone allows guild-re-specialize to update agent context later without touching the agent's core role definition.
Use the Task tool with model: "sonnet" to invoke each agent by reading their .claude/agents/[name].md if you need a specialized perspective to enrich their configuration.
The model parameter is resolved from the step's model-tier: reasoning→"opus", execution→"sonnet". System/gate steps run inline (no Task tool).
Present a summary of what was detected:
Guild v1 specialized for [project-name]
Detected stack:
- [list of technologies with versions]
Architecture:
- [identified pattern]
- [main structure]
Updated agents:
- [list of agents with their applied specialization]
Use /resume or /build-feature to continue work.
CRITICAL: After enriching CLAUDE.md and agent files, commit the changes immediately as their own atomic commit. Do NOT leave them as unstaged changes — they are vulnerable to git stash and other operations.
git add CLAUDE.md .claude/agents/*.md
git commit -m "chore: enrich CLAUDE.md and agents via guild-specialize"
This ensures enrichment survives any subsequent git operations (stash, checkout, rebase).
User: /guild-specialize
Guild Specialize analyzing project...
Tech Lead (opus) — Enriching CLAUDE.md...
Stack detected:
- Node.js 20.11.0, TypeScript 5.3.3
- React 18.2.0, Next.js 14.1.0
- PostgreSQL via Prisma 5.9.0
Architecture:
- Next.js App Router (src/app/)
- API routes in src/app/api/
- Shared components in src/components/
Tech Lead (sonnet) — Specializing agents...
Agents updated:
- developer.md: Specialized for Next.js + TypeScript
- qa.md: Configured for Vitest + Playwright
Use /resume or /build-feature to continue work.
.env files — only .env.example or .env.localgit stash in automated pipelines — use wip: commits insteadnpx skills add Guild-Agents/guild-specialize下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer