docs

Audit and standardize project documentation across JavaScript, CSS, and JSON files.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/LucasPier/cuentos-interactivos --skill docs-lucaspier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs
Source: https://github.com/LucasPier/cuentos-interactivos/tree/main/.agents/skills/docs
Command: npx skills add https://github.com/LucasPier/cuentos-interactivos --skill docs-lucaspier

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill centralizes and standardizes project documentation, enabling teams to consult, audit, correct, create, and synchronize documentation across modules and stories.

Core Features & Use Cases

  • Unified documentation workflow for JS modules, CSS, scenes JSON, and historia.md.
  • Tools for auditing references, validating consistency, and updating entries.
  • Clear, repeatable process for documenting new sections and syncing historia.md with JSON sources.

Quick Start

Ejecutá los scripts en scripts/ para auditar, consultar, documentar y sincronizar la documentación del proyecto.

Frequently Asked Questions about docs

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

FAQPage Schema
How do I audit project documentation for consistency across JavaScript modules and JSON files?

You can audit project documentation consistency by running validation scripts that check references, validate content structure, and ensure accuracy across JavaScript modules, CSS, scene data, and histories. The process enforces a structured workflow with modes for consult, audit, document, and synchronize.

What is the best way to synchronize a markdown file with JSON scene data?

To synchronize a markdown file with JSON scene data, you run an update script that automatically syncs historia.md entries with JSON sources. This ensures your markdown documentation accurately reflects the structured data stored in your JSON files.

Can I automate updating markdown documentation entries from structured data sources?

Yes, you can automate updating markdown documentation entries by executing the included update_md.py script. It automates the process of updating historia.md based on validated JSON sources, enforcing a structured and repeatable documentation workflow.

How do I validate text and structural consistency in project documentation?

You validate text and structural consistency by running check_texts.py and check_estructura.py scripts. These scripts audit the repository content to ensure documentation entries and structural references are accurate and consistent across the project.

Does this documentation workflow require any external dependencies to run?

No external dependencies are required to run this documentation workflow. The Skill operates entirely using included Python scripts to validate content, audit references, and automate updates across your repository files.

When should I use a structured documentation workflow instead of manually editing markdown files?

You should use a structured documentation workflow when managing complex repositories with JavaScript modules, CSS, and scene JSON files. It prevents manual synchronization errors by automating validation and ensuring historia.md accurately mirrors your JSON data.