🎯

linkedin-announcement-generator

🎯Skill

from dmccreary/claude-skills

VibeIndex|
What it does

linkedin-announcement-generator skill from dmccreary/claude-skills

linkedin-announcement-generator

Installation

git cloneClone repository
git clone https://github.com/dmccreary/claude-skills.git
pip installInstall Python package
pip install mkdocs
pip installInstall Python package
pip install mkdocs-material
pip installInstall Python package
pip install pymdown-extensions
πŸ“– Extracted from docs: dmccreary/claude-skills
14
-
Last UpdatedJan 26, 2026

Skill Details

SKILL.md

Overview

# Claude Skills for Intelligent Textbooks

[![MkDocs](https://img.shields.io/badge/Made%20with-MkDocs-526CFE?logo=materialformkdocs)](https://www.mkdocs.org/)

[![Material for MkDocs](https://img.shields.io/badge/Material%20for%20MkDocs-526CFE?logo=materialformkdocs)](https://squidfunk.github.io/mkdocs-material/)

[![GitHub Pages](https://img.shields.io/badge/View%20on-GitHub%20Pages-blue?logo=github)](https://dmccreary.github.io/claude-skills/)

[![GitHub](https://img.shields.io/badge/GitHub-dmccreary%2Fclaude--skills-blue?logo=github)](https://github.com/dmccreary/claude-skills)

[![Claude Code](https://img.shields.io/badge/Built%20with-Claude%20Code-DA7857?logo=anthropic)](https://claude.ai/code)

[![Claude Skills](https://img.shields.io/badge/Uses-Claude%20Skills-DA7857?logo=anthropic)](https://github.com/dmccreary/claude-skills)

[![p5.js](https://img.shields.io/badge/p5.js-ED225D?logo=p5.js&logoColor=white)](https://p5js.org/)

[![Python](https://img.shields.io/badge/Python-3.8+-3776AB?logo=python&logoColor=white)](https://www.python.org/)

[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)

View the Live Site

Visit the interactive documentation at: [https://dmccreary.github.io/claude-skills/](https://dmccreary.github.io/claude-skills/)

Overview

Claude Skills for Intelligent Textbooks is a comprehensive collection of AI-powered skills and workflows designed to revolutionize educational content creation. Built with Claude AI and optimized for intelligent textbook development, this repository provides educators and content creators with powerful tools to generate interactive, standards-based educational materials at scale.

This project enables the creation of Level 2+ intelligent textbooks using MkDocs with the Material theme, incorporating learning graphs, concept dependencies, interactive p5.js simulations (MicroSims), and AI-assisted content generation. Every skill follows educational best practices including Bloom's Taxonomy (2001 revision) for learning outcomes, ISO 11179 standards for terminology definitions, and concept dependency graphs to ensure proper prerequisite sequencing.

Whether you're an educator building course materials, a technical writer creating documentation, or a developer interested in educational technology, these Claude skills provide a systematic, AI-powered approach to creating comprehensive, interactive educational content. The skills can generate everything from foundational learning graphs with 200+ concepts to interactive quizzes, glossaries, FAQs, and engaging simulationsβ€”all following rigorous quality standards.

Site Status and Metrics

| Metric | Count |

|--------|-------|

| Concepts in Learning Graph | 200 |

| Chapters | 13 |

| Markdown Files | 103 |

| Total Words | 233,548 |

| MicroSims | 5 |

| Glossary Terms | 200 |

| FAQ Questions | 64 |

| Quiz Questions | 520 |

| Equations | 49 |

| Images | 11 |

| References | 30 |

Completion Status: Approximately 90% complete (content generation and skill development phase)

Skills Available: 19 specialized skills covering learning graphs, content generation, interactive visualizations, and educational assessments.

Getting Started

Prerequisites

  • Python 3.8 or higher
  • Git
  • Basic familiarity with markdown and command line

Clone the Repository

```bash

git clone https://github.com/dmccreary/claude-skills.git

cd claude-skills

```

Install Dependencies

This project uses MkDocs with the Material theme:

```bash

pip install mkdocs

pip install mkdocs-material

pip install pymdown-extensions

```

Build and Serve Locally

Build the documentation site:

```bash

mkdocs build

```

Serve locally for development (with live reload):

```bash

mkdocs serve

```

Open your browser to http://localhost:8000

Deploy to GitHub Pages

```bash

mkdocs gh-deploy

```

This will build the site and push it to the `gh-page