Favicon of update-docs

update-docs Skill

AI Agent SkillDocumentationPythonOpen source

Update documentation across the repo after API changes. Finds stale references in docs, examples, docstrings, and fixes them. Published by huggingface in OpenEnv.

Decision snapshot

Is this a fit?

Best for

Documentation, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

21 days ago · BSD-3-Clause license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is update-docs Skill?

Update documentation across the repo after API changes. Finds stale references in docs, examples, docstrings, and fixes them. Published by huggingface in OpenEnv. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
84/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Documentation
  • Documentation use cases

Declared skill metadata

  • Source file: .claude/skills/update-docs/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use update-docs Skill

  • Use it for documentation.

Built with

PythonCopy skill directory

Editorial notes

Source

  • Creator: huggingface
  • Repository: huggingface/OpenEnv
  • Skill file: .claude/skills/update-docs/SKILL.md

What it does

Update documentation across the repo after API changes. Finds stale references in docs, examples, docstrings, and fixes them.

Skill instructions

/update-docs Find and fix stale documentation after API changes. EXECUTE THESE STEPS NOW When this skill is invoked, you MUST execute these steps immediately. Step 1: Identify Changed Files Run: bash git diff --name-only main...HEAD -- '.py' If no changes are found relative to main (e.g., on main or no upstream), fall back to: bash git diff --name-only HEAD1 -- '.py' If that also fails, ask the user which files changed. Collect the list of changed Python files. Step 2: Extract API Changes For each changed .py file, compare old vs new signatures using the same ref that worked in Step 1: bash If Step 1 used main...HEAD: git diff main...HEAD -- <file If Step 1 fell back to HEAD1: git diff HEAD~1 -- <file Look for changes to: - Function/method signatures (def lines) - Class names and init signatures - Module-level constants and type aliases - Removed or renamed public symbols Build a list of (oldsignature, newsignature) pairs. If no API changes are found (only internal logic changes), re

Verified compatibility and discovery

Frequently asked questions

What is update-docs?

update-docs is a open-source AI agent skill with Copy skill directory. Update documentation across the repo after API changes. Finds stale references in docs, examples, docstrings, and fixes them.

Who is update-docs best for?

update-docs is best for reusing agent instructions, scripts, and references, documentation workflows.

How do I install update-docs?

Install or run update-docs using Copy skill directory. Check update-docs for the latest setup command.

Is update-docs actively maintained?

update-docs may need a closer maintenance check before production use.

Share:

Stars
2,509
Forks
428
Last commit
21 days ago
Last verified
Aug 26, 2026
Metadata fetched
Aug 26, 2026
Repository age
11 months
License
BSD-3-Clause

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to update-docs