One-click install
npx skills add https://github.com/Andamio-Platform/andamio-app-template --skill documentarian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentarian
Source: https://github.com/Andamio-Platform/andamio-app-template/tree/main/.claude/skills/documentarian
Command: npx skills add https://github.com/Andamio-Platform/andamio-app-template --skill documentarian

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that all code changes are accurately reflected in the project's documentation, preventing outdated information and improving developer onboarding.

Core Features & Use Cases

  • Change Review: Automatically identifies and reviews the impact of code changes on existing documentation.
  • Documentation Updates: Updates relevant documentation files (README, CHANGELOG, skill references) or creates new ones as needed.
  • Skill Delegation: Delegates specific documentation tasks (like transaction schema audits or API coverage checks) to specialized skills.
  • Use Case: After a developer adds a new API hook, the Documentarian skill will find the relevant hook documentation, update it with the new hook's details, and ensure it's listed in the API coverage report.

Quick Start

Update all documentation to reflect the latest code changes.

Frequently Asked Questions about documentarian

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

FAQPage Schema
How do I keep documentation in sync with code changes automatically?

To keep documentation in sync with code changes, you can use a skill that reviews commits and systematically updates project files like README and CHANGELOG. It identifies the impact of changes and modifies relevant documentation to prevent outdated information.

What is the best way to update developer onboarding docs after adding a new API hook?

Updating developer onboarding docs after adding an API hook is handled by reviewing the code change, finding the relevant hook documentation, and updating it with the new details. The process ensures new features are accurately reflected for onboarding.

How does documentation knowledge management handle specialized tasks like transaction schema audits?

Documentation knowledge management handles specialized tasks like transaction schema audits by delegating them to dedicated skills. This ensures specific checks, such as API coverage reports and type system reviews, are processed accurately.

Can I identify documentation gaps in my project using code review?

Yes, you can identify documentation gaps using code review. The review process evaluates code changes against existing references and suggests new Claude skills to cover any missing information or undocumented features.

Does project documentation synchronization work without external dependencies?

Project documentation synchronization works without external dependencies. It operates internally to review changes and update technical writing files, though it can delegate tasks to specialized skills if they are available in the environment.