visual-foxpro-docstrings
Installation
SKILL.md
Visual FoxPro Docstrings
Use this skill to add or normalize structured header comments for documenting wizard tools in Visual FoxPro code so external tools can discover API intent without reverse-engineering the implementation.
Intent Router
| Need | Load |
|---|---|
| preferred syntax, extraction path, and caveats | references/docstrings.md |
Quick Start
- Inspect the repository for an existing documentation convention.
- Preserve an established machine-readable style when it already works with external tooling.
- Otherwise standardize on structured header comments for documenting wizard tools for the requested Visual FoxPro surface.
- Document public and externally consumed symbols before private helpers.
- Keep names, parameters, return semantics, and examples aligned with the real code.