Kith Documentation Maintainer
This skill ensures that high-level project documentation stays in sync with the actual implementation.
Workflow
- •
Analyze Structure:
- •Use
list_directoryandglobto scan:- •
components/: Identify new views, widgets, or organizational changes. - •
services/: Identify new business logic services. - •
types/: Identify new domain entities. - •
context/: Identify new state providers.
- •
- •Read
App.tsxto check for new navigation screens in theScreenenum.
- •Use
- •
Update AGENTS.md:
- •Update the Directory Structure section with accurate file lists and descriptions.
- •Ensure the Core Views under
components/are correctly summarized. - •Update Key Technologies if any new libraries are added to
package.json.
- •
Update README.md:
- •Update the Features section if new functionality (e.g., a new chart type or social feature) has been added.
- •Update the Project Structure tree to reflect the current top-level organization.
- •Ensure Getting Started steps remain accurate.
Guidelines
- •Conciseness: Keep descriptions brief but informative.
- •Accuracy: Do not guess; verify file existence and purpose before adding to documentation.
- •Consistency: Maintain the existing formatting style in both
AGENTS.mdandREADME.md.