RESOLVER
Description
# Waza Skill Resolver 触发词到技能的路由表。Claude Code 通过每个 SKILL.md 的 `description` 自动匹配,这份文档是给人看的集中索引,也是 `verify-skills.sh` 的校验依据。改 SKILL.md 的适用范围时,同步改这里。 > **Read the skill file before acting.** 两个技能都可能匹配时,两个都读。它们设计成可串联(例:`/think` → 实现 → `/check`)。 ## 按工作流阶段分路 ### Pre-build(动手前) | 触发 | 技能 | |------|------| | 新功能 / 架构决策 / "怎么设计" / "应该用什么方案" | `skills/think/SKILL.md` | | UI / 组件 / 页面 / 视觉界面 / 前端 | `skills/design/SKILL.md` | ### Post-build(交付前) | 触发 | 技能 | |------|------| | 实现完成 / 合并前 / "review 一下"
Installation
Installs to ~/.claude/skills/tw93-claude-health-resolver/SKILL.md
mkdir -p ~/.claude/skills/tw93-claude-health-resolver && curl -fsSL https://raw.githubusercontent.com/tw93/claude-health/HEAD/skills/RESOLVER.md -o ~/.claude/skills/tw93-claude-health-resolver/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11