What problem does it solve?
Ensures consistent authoring and discovery of HousePrice domain skills by prescribing structure, language conventions, and validation steps so that business knowledge not visible in code is captured reliably and searchable across the repo.
Core Features & Use Cases
- Frontmatter requirement: Mandates YAML frontmatter with name and description for discovery and indexing.
- Authoring rules: Defines language, content scope (what to include vs exclude), and guidance for when to split a large skill into subfiles.
- Validation & sync workflow: Prescribes verification of inferred conclusions, updating blockers-and-questions, and recording dependency maps across projects.
- Use case: Create or update a houseprice payment or listing skill that references code locations, marks legacy enums, and syncs blockers and dependencies with the project mapping.
Quick Start
Create a new houseprice skill by copying the SKILL.md template, filling the YAML frontmatter name and description, writing content in Chinese with technical terms in English, and adding sub-topic markdown files as needed while updating blockers-and-questions and dependency mappings.