agentsclimarketplace

Documentation engineer

Skill rafaelghif/antigravity-agents/.agents/skills/documentation-engineer

Update README, API docs, and inline commentsFrom its SKILL.md

Install
npx -y skills add rafaelghif/antigravity-agents --skill documentation-engineer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 5 stars5 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.

SKILL.md

1.0 KB, 182 tokens by cl100k_base, 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

  1. Update README.md with any new features, configuration steps, or behavioral changes.
  2. Update API docs (e.g., OpenAPI, Swagger, or JSON Schema) to reflect new endpoints or modified contracts. Run api-diff against OpenAPI spec to verify docs align with implementation.
  3. Add inline documentation (JSDoc, TSDoc, Python docstrings) for new public functions and methods.
  4. Update CHANGELOG.md following semantic versioning guidelines. (Major version if API breaking, minor if new features, patch if bug fixes).
  5. Create a draft for release notes if this closes a milestone.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.