Self-contained generator for comprehensive EDW release documentation suites.
Install
mkdir -p .claude/skills/siae-release-docs-mono && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11354" && unzip -o skill.zip -d .claude/skills/siae-release-docs-mono && rm skill.zipInstalls to .claude/skills/siae-release-docs-mono
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use when devi generare in un colpo solo TUTTI i documenti di un rilascio EDW SIAE (NDR DL, NDR RS, GDC, slide architettura, DDE) partendo da un singolo YAML manifesto. Versione "mono/monolitica": tutta la logica di orchestrazione e generazione vive in questa skill, senza dipendenze da altre skill. Trigger: genera tutti i documenti, suite rilascio EDW, EDW_XX.XX docs completi, full release docs, DMND000XXXX documenti, /forge-release-docs-mono.Key capabilities
- →Generate NDR DL and RS documents
- →Create GDC and architecture slides
- →Update DDE master files
- →Validate YAML release manifests
How it works
The skill reads a single YAML manifest and executes an integrated workflow to generate all required release documents without external skill dependencies.
Inputs & outputs
When to use siae-release-docs-mono
- →Generating EDW release docs
- →Automating release documentation suite
- →Creating architecture slides
About siae-release-docs-mono
Parses a single YAML release manifest to generate the full suite of required release documents (NDR, GDC, slides) in one integrated process.
>
When not to use it
- →When only a single document type is needed
- →When the YAML manifest contains TBD or null values
Prerequisites
Limitations
- →Requires specific NAS file paths for templates
- →Cannot handle multi-wave releases in one invocation
How it compares
It consolidates the entire release documentation suite into a single self-contained invocation rather than delegating to multiple sub-skills.
Compared to similar skills
siae-release-docs-mono side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| siae-release-docs-mono (this skill) | 0 | 2mo | No flags | Intermediate |
| docs | 0 | 2mo | Review | Intermediate |
| doc-cli-usage | 0 | 3mo | Review | Beginner |
| prep-major-release | 0 | 1mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
docs
matteocervelli
Build and publish project documentation — Starlight (Astro) for apps, markdown for libraries/services, with IT+EN i18n and VPS deploy. Use when writing user guides, scaffolding a docs site, or publishing docs. Trigger on "write docs", "documentation site", "user guide", "publish docs".
doc-cli-usage
BA-CalderonMorales
Use the Rust-based documentation CLI for common tasks.
prep-major-release
brianwestphal
Prep apple-fm for a major release — refresh the README so it advertises the current feature set, and review/revise the demo modes (the user captures the screenshots)
pdlc-deploy
kanfu-panda
创建部署文档
release-prep
Fu-Jie
Orchestrates the full release preparation flow for a plugin — version sync across 7+ files, bilingual release notes creation, and commit message drafting. Use before submitting a PR. Does NOT push or create a PR; that is handled by pr-submitter.
release-prep
NickCrew
Use when preparing a production release or release candidate - provides a checklist-driven workflow for validation, versioning, build optimization, documentation updates, and deployment readiness.