ClaudeSkills
Description
A collection of Claude skills: document generators (use cases, meeting reviews, technical summaries, training manuals, translation, web-to-document) plus a documentation-lifecycle consolidation toolkit.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
ClaudeSkills
[](LICENSE) [](#skills) [](#installation)
A curated collection of **8 production-ready [Claude skills](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/overview)** by [Stefano Zaghi](https://github.com/StefanoZaghi1987), covering two families:
- Document-generation skills — turn requirements documents, meeting transcripts, technical material, and entire websites into professional, structured deliverables (use case specifications, meeting reports, summaries, training manuals, translations).
- A documentation-lifecycle toolkit — rules and gated consolidation skills that keep specifications and code comments aligned with the code they describe, with explicit human escalation instead of silent rewrites.
Every project ships not only the skill itself but also the *prompts and specs that generated it* (see [Repository layout](#repository-layout)), so each skill is reproducible and auditable.
**Why this exists:** documentation rots as code moves — and an AI agent that "helpfully" rewrites a spec or comment to match the code can launder the divergence into the docs, hiding a bug behind an agreement that never existed. The lifecycle toolkit takes the opposite stance: never resolve a documentation-versus-code divergence silently; freeze it and escalate to a human.
Skills
| Skill | Family | Turns … into … | Output |
|---|---|---|---|
| `usecase-extractor` | Document generation | Requirements documents | Structured use cases & user stories by actor |
| `meeting-review-generator` | Document generation | Meeting traces / transcripts | Formal meeting review reports (verbali, SAL) |
| [`technical-sum |
Related Skills
Doc Co-authoring
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation