{
  "markdown": "# Claude Code Skills Playground\n\nDevelopment workspace and collection of custom skills for [Claude Code](https://code.claude.com) - extending Claude's capabilities with modular, reusable workflows.\n\n## Repository Structure\n\n```\nskills-playground/\n├── skills/              # Production-ready skills\n│   └── <skill-name>/   # Each skill in its own directory\n├── templates/          # Shared templates across skills\n├── scripts/            # Shared utility scripts\n├── examples/           # Example inputs/outputs\n├── docs/               # Development guides and references\n└── .claude/            # Local Claude Code configuration\n```\n\n## What are Skills?\n\nSkills are model-invoked capabilities that Claude autonomously uses based on context. They consist of:\n- **SKILL.md**: Instructions with YAML frontmatter (name + description)\n- **scripts/**: Python/shell scripts for complex operations\n- **templates/**: Reusable templates and patterns\n- **examples/**: Sample inputs and outputs\n\n## Available Skills\n\n### ✅ Production Ready\n\n#### **elite-powerpoint-designer** - World-Class Presentation Design\nCreate Apple/Microsoft/Google-level presentations with professional design, consistent branding, and sophisticated animations.\n\n**Features:**\n- 5 professional brand styles (Tech Keynote, Corporate, Creative, Financial Elite, Startup Pitch)\n- Intelligent markdown-to-template mapping\n- Professional animation system with timing guidelines\n- Complete design systems (typography, colors, spacing, effects)\n- Content analyzer for automatic style detection\n- 25+ slide template mappings\n\n**Perfect for:** Product launches, investor pitches, business reports, keynotes, and any presentation requiring world-class design quality.\n\n[View Documentation →](./skills/elite-powerpoint-designer/)\n\n## Installation\n\n### Quick Install (Global - Recommended)\n\nInstall once, use everywhere:\n\n```bash\n# Clone this repository\ngit clone https://github.com/willem4130/claude-code-skills.git\ncd claude-code-skills\n\n# Install globally (works in all projects)\ncp -r skills/elite-powerpoint-designer ~/.claude/skills/\n\n# Verify installation\nls ~/.claude/skills/elite-powerpoint-designer/\n```\n\nDone! The skill is now available in all your Claude Code sessions.\n\n### Alternative: Project-Specific Installation\n\nInstall for a specific project (team sharing):\n\n```bash\n# In your project directory\nmkdir -p .claude/skills\ncp -r /path/to/claude-code-skills/skills/elite-powerpoint-designer .claude/skills/\n\n# Commit to git so team gets it\ngit add .claude/skills/elite-powerpoint-designer\ngit commit -m \"Add elite PowerPoint designer skill\"\n```\n\n**📖 See [INSTALLATION.md](./INSTALLATION.md) for detailed setup instructions and troubleshooting.**\n\n## Developing Your Own Skills\n\nThis repository is set up as a development playground. Here's the workflow:\n\n### 1. Create Skill Structure\n```bash\nmkdir skills/my-skill-name\ncd skills/my-skill-name\ntouch SKILL.md\nmkdir -p scripts templates examples\n```\n\n### 2. Write SKILL.md\n```yaml\n---\nname: my-skill-name\ndescription: What it does AND when Claude should use it (trigger words)\n---\n\n# My Skill\n\n[Instructions for Claude to follow]\n```\n\n### 3. Develop & Test\n- Use `scripts/` for shared utilities\n- Use `templates/` for reusable templates\n- Add examples to `examples/`\n- Test by using trigger words from description\n- Iterate based on Claude's usage\n\n### 4. Publish\n- Move completed skills to `skills/` directory\n- Push to GitHub\n- Share with the community!\n\nSee [CLAUDE.md](./CLAUDE.md) for detailed development guidelines and quality checks.\n\n## Contributing\n\nSkills that would be useful to others are welcome! Please:\n- Follow the structure guidelines in CLAUDE.md\n- Test thoroughly before submitting\n- Include examples in the skill's `examples/` folder\n- Document any dependencies or setup requirements\n\n## License\n\nMIT - Feel free to use and modify for your projects.\n\n## Resources\n\n- [Claude Code Documentation](https://code.claude.com/docs)\n- [Skills Documentation](https://code.claude.com/docs/en/skills)\n- [MCP Integration](https://code.claude.com/docs/en/mcp)\n",
  "bytes": 4084,
  "sha": "7347546e1184ef9925503676d175b3eca172bd029e15123866f3fdc42bcc94c5",
  "repo_slug": "willem4130/claude-code-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_willem4130_claude_code_skills_elite_powe_261900f2/readme"
}