Agent Skills
› rmyndharis/antigravity-skills
› conductor-validator
conductor-validator
GitHub用于验证 Conductor 项目工件的完整性、一致性和正确性。在设置后、诊断问题或实施前使用,检查目录结构、必需文件及状态标记,确保项目上下文无误。
Trigger Scenarios
Conductor 项目设置完成后
诊断项目问题时
实施前验证项目上下文时
Install
npx skills add rmyndharis/antigravity-skills --skill conductor-validator -g -y
SKILL.md
Frontmatter
{
"name": "conductor-validator",
"metadata": {
"color": "cyan",
"model": "opus"
},
"description": "Validates Conductor project artifacts for completeness, consistency, and correctness. Use after setup, when diagnosing issues, or before implementation to verify project context.",
"allowed-tools": "Read Glob Grep Bash"
}
Check if conductor directory exists
ls -la conductor/
Find all track directories
ls -la conductor/tracks/
Check for required files
ls conductor/index.md conductor/product.md conductor/tech-stack.md conductor/workflow.md conductor/tracks.md
## Use this skill when
- Working on check if conductor directory exists tasks or workflows
- Needing guidance, best practices, or checklists for check if conductor directory exists
## Do not use this skill when
- The task is unrelated to check if conductor directory exists
- You need a different domain or tool outside this scope
## Instructions
- Clarify goals, constraints, and required inputs.
- Apply relevant best practices and validate outcomes.
- Provide actionable steps and verification.
## Pattern Matching
**Status markers in tracks.md:**
- Track Name # Not started
- [~] Track Name # In progress
- Track Name # Complete
**Task markers in plan.md:**
- Task description # Pending
- [~] Task description # In progress
- Task description # Complete
**Track ID pattern:**
Version History
- e63f7dd Current 2026-07-05 09:30


