By willem4130
Claude Code skills for automated PowerPoint creation, design optimization, and presentation generation.
npx claudepluginhub joshuarweaver/cascade-content-creation-misc-1 --plugin willem4130-claude-code-skillsDevelopment workspace and collection of custom skills for Claude Code - extending Claude's capabilities with modular, reusable workflows.
skills-playground/
├── skills/ # Production-ready skills
│ └── <skill-name>/ # Each skill in its own directory
├── templates/ # Shared templates across skills
├── scripts/ # Shared utility scripts
├── examples/ # Example inputs/outputs
├── docs/ # Development guides and references
└── .claude/ # Local Claude Code configuration
Skills are model-invoked capabilities that Claude autonomously uses based on context. They consist of:
Create Apple/Microsoft/Google-level presentations with professional design, consistent branding, and sophisticated animations.
Features:
Perfect for: Product launches, investor pitches, business reports, keynotes, and any presentation requiring world-class design quality.
Install once, use everywhere:
# Clone this repository
git clone https://github.com/willem4130/claude-code-skills.git
cd claude-code-skills
# Install globally (works in all projects)
cp -r skills/elite-powerpoint-designer ~/.claude/skills/
# Verify installation
ls ~/.claude/skills/elite-powerpoint-designer/
Done! The skill is now available in all your Claude Code sessions.
Install for a specific project (team sharing):
# In your project directory
mkdir -p .claude/skills
cp -r /path/to/claude-code-skills/skills/elite-powerpoint-designer .claude/skills/
# Commit to git so team gets it
git add .claude/skills/elite-powerpoint-designer
git commit -m "Add elite PowerPoint designer skill"
📖 See INSTALLATION.md for detailed setup instructions and troubleshooting.
This repository is set up as a development playground. Here's the workflow:
mkdir skills/my-skill-name
cd skills/my-skill-name
touch SKILL.md
mkdir -p scripts templates examples
---
name: my-skill-name
description: What it does AND when Claude should use it (trigger words)
---
# My Skill
[Instructions for Claude to follow]
scripts/ for shared utilitiestemplates/ for reusable templatesexamples/skills/ directorySee CLAUDE.md for detailed development guidelines and quality checks.
Skills that would be useful to others are welcome! Please:
examples/ folderMIT - Feel free to use and modify for your projects.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.