ClaudeSkills banner
StefanoZaghi1987 StefanoZaghi1987

ClaudeSkills

Documentation community

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: Apache 2.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE) [![Skills: 8](https://img.shields.io/badge/skills-8-8A2BE2.svg)](#skills) [![Platform: Claude Code | claude.ai](https://img.shields.io/badge/platform-Claude%20Code%20%7C%20claude.ai-D97757.svg)](#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