documentation-update

Regenerate project documentation files from marketplace data using Jinja2 templates.

1|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/ihmorol/unsw-nb15-handling-binary-multiclass-ids --skill documentation-update-ihmorol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-update
Source: https://github.com/ihmorol/unsw-nb15-handling-binary-multiclass-ids/tree/main/.opencode/skills/documentation-update
Command: npx skills add https://github.com/ihmorol/unsw-nb15-handling-binary-multiclass-ids --skill documentation-update-ihmorol

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures that your project's documentation stays perfectly synchronized with the latest changes in your marketplace, eliminating the manual effort and potential for errors in updating documentation files.

Core Features & Use Cases

  • Automated Regeneration: Automatically rebuilds agents.md, agent-skills.md, plugins.md, and usage.md from marketplace data.
  • Consistency Assurance: Guarantees that documentation accurately reflects the current state of agents, skills, and plugins.
  • Use Case: After adding a new plugin or updating an existing agent's description, run this skill to instantly update all relevant documentation files, ensuring users always have the most accurate information.

Quick Start

Use the documentation-update skill to regenerate all documentation files.

Frequently Asked Questions about documentation-update

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

FAQPage Schema
How do I automatically regenerate project documentation from a marketplace data source?

Sync documentation with marketplace changes by regenerating files including agents.md, agent-skills.md, plugins.md, and usage.md from marketplace JSON data. The process uses Jinja2 templates to ensure all documentation accurately reflects the current state of your project.

What do I need to keep docs in sync with my marketplace plugins?

Keeping docs in sync requires Python 3.8+, access to marketplace JSON files, and plugin directories. The skill reads this marketplace data and processes it through Jinja2 templates to maintain accurate documentation of agents, skills, and plugins.

Can I use Jinja2 templates to update agents.md and plugins.md automatically?

Yes, Jinja2 templates are used to automatically update agents.md, plugins.md, agent-skills.md, and usage.md. The skill processes marketplace JSON data through these templates to generate accurate documentation reflecting current agents, skills, and plugins.

When should I run a documentation update for my marketplace project?

Run a documentation update whenever plugins are added, updated, or removed from your marketplace. This regenerates all relevant documentation files including usage guides and agent skills lists, ensuring your project documentation remains perfectly synchronized with marketplace changes.

Does documentation synchronization work without manual editing of usage guides?

Yes, documentation synchronization works without manual editing by regenerating usage guides and other documentation files directly from marketplace JSON data using Jinja2 templates. This eliminates manual effort and ensures documentation accuracy across your entire project.