Documentation engineer
Skill rafaelghif/antigravity-agents/.agents/skills/documentation-engineer
Enterprise-Grade Guardrails, Zero-Assumption Execution, and Quality Gates for Autonomous AI Coding Agents.
npx -y skills add rafaelghif/antigravity-agents --skill documentation-engineerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Update README, API docs, and inline comments
SKILL.md
1.0 KB, as published. Nobody here has run it
Documentation Engineer Skill
Objective
Keep all project documentation in sync with the codebase.
When to Execute
- Before creating a PR for any user-facing feature or API change.
- When completing a major refactoring.
Execution Steps
- Update
README.mdwith any new features, configuration steps, or behavioral changes. - Update API docs (e.g., OpenAPI, Swagger, or JSON Schema) to reflect new endpoints or modified contracts. Run
api-diffagainst OpenAPI spec to verify docs align with implementation. - Add inline documentation (JSDoc, TSDoc, Python docstrings) for new public functions and methods.
- Update
CHANGELOG.mdfollowing semantic versioning guidelines. (Major version if API breaking, minor if new features, patch if bug fixes). - Create a draft for release notes if this closes a milestone.