What problem does it solve?
Contributing to the LingTai project spans a Go TUI, a Go/React portal, a Python kernel, and multiple MCP addon repos, and developers often do not know which procedure, build command, or diagnostic applies to their task. This Skill acts as a router that directs contributors to the correct nested reference before they touch code, preventing stale assumptions and unsafe side effects.
Core Features & Use Cases
- Task routing: A routing table maps intents (set up a dev environment, diagnose a stuck network, audit secrets, prepare a PR) to the right nested reference under
reference/<topic>/.
- Non-negotiable rules: Enforces progressive disclosure, anatomy-travels-with-code, explicit human authorization gates for GitHub mutations, and PYTHONPATH hygiene for agent launches.
- Nested references: Covers architecture, setup, contributing workflow, gotchas, debug-troubleshoot, security-audit, runtime self-check, PR review deliverables, skill stewardship, repo watch, and cache hit-rate measurement.
- Use Case: A developer whose merged kernel fix is not live at runtime follows the router to
reference/runtime-self-check/SKILL.md, probes the actual import path and git HEAD, refreshes, and verifies the fix with an in-situ probe.
Quick Start
Ask the agent to load the lingtai-dev-guide skill and route your current LingTai development task, such as setting up a dev environment or diagnosing a stuck agent network, to the correct nested reference.