update-lib-docs

Update library documentation and analyze code impact in Japanese.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/nakaj1214/trader --skill update-lib-docs-nakaj1214
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-lib-docs
Source: https://github.com/nakaj1214/trader/tree/main/.claude/skills/update-lib-docs
Command: npx skills add https://github.com/nakaj1214/trader --skill update-lib-docs-nakaj1214

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of updating documentation for project libraries, ensuring that information about versions, changes, and new features is always up-to-date.

Core Features & Use Cases

  • Automated Information Gathering: Scans for the latest library versions, breaking changes, deprecated features, and new functionalities.
  • Documentation Updates: Modifies documentation files to reflect the latest information, including version numbers and update dates.
  • Impact Analysis: Checks for potential issues arising from documentation changes, such as the use of deprecated APIs or breaking changes affecting the project.
  • Use Case: After a critical security update for a core library, this Skill can quickly find the new version, update the documentation, and flag any parts of the codebase that might need refactoring due to the update.

Quick Start

Update the library documentation for the 'requests' library.

Frequently Asked Questions about update-lib-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate updating library documentation for breaking changes and new versions?

Automating library documentation updates involves scanning for the latest versions, breaking changes, and deprecated features via web search, then modifying docs and analyzing codebase impact. This Skill performs that process automatically within the .claude/docs/libraries/ directory.

What is the best way to check if deprecated library APIs affect my codebase?

Checking for deprecated library APIs involves analyzing project code against updated documentation to flag usage of obsolete features. This Skill performs impact analysis after updating docs, reporting findings in Japanese to highlight areas needing refactoring.

Can I track new library functionalities and version updates automatically?

Tracking new library functionalities and version updates automatically is possible. This Skill performs web searches to gather the latest information on new features and versions, then updates the documentation files to reflect these changes including update dates.

Does updating library documentation require manual web searches for each dependency?

Updating library documentation does not require manual web searches. This Skill automates information gathering by scanning for the latest library versions, breaking changes, deprecated features, and new functionalities, then directly updates the documentation files.

What are the limitations of automating code maintenance for library updates?

Limitations of automating code maintenance for library updates include reporting findings exclusively in Japanese. The Skill updates documentation and analyzes codebase impact, but does not automatically refactor the code; it only flags potential issues.