Skillshub deprecation-notice-generator

install
source · Clone the upstream repo
git clone https://github.com/ComeOnOliver/skillshub
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComeOnOliver/skillshub "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/jeremylongshore/claude-code-plugins-plus-skills/deprecation-notice-generator" ~/.claude/skills/comeonoliver-skillshub-deprecation-notice-generator && rm -rf "$T"
manifest: skills/jeremylongshore/claude-code-plugins-plus-skills/deprecation-notice-generator/SKILL.md
source content

Deprecation Notice Generator

Purpose

This skill provides automated assistance for deprecation notice generator tasks within the Technical Documentation domain.

When to Use

This skill activates automatically when you:

  • Mention "deprecation notice generator" in your request
  • Ask about deprecation notice generator patterns or best practices
  • Need help with technical documentation skills covering api docs, user guides, architecture docs, and documentation automation.

Capabilities

  • Provides step-by-step guidance for deprecation notice generator
  • Follows industry best practices and patterns
  • Generates production-ready code and configurations
  • Validates outputs against common standards

Example Triggers

  • "Help me with deprecation notice generator"
  • "Set up deprecation notice generator"
  • "How do I implement deprecation notice generator?"

Related Skills

Part of the Technical Documentation skill category. Tags: documentation, markdown, api-docs, readme, technical-writing