Skip to content

Production-ready skills for Claude Code - AI media generation and more

License

Notifications You must be signed in to change notification settings

Tapiocapioca/claude-code-skills-DEAD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Code Skills

License: MIT Skills Claude Code

Production-ready skills for Claude Code

Installation | Available Skills | Contributing


Installation

Option 1: Plugin Marketplace (Recommended)

/plugin marketplace add Tapiocapioca/claude-code-skills

Option 2: Manual Clone

mkdir -p ~/.claude/skills
cd ~/.claude/skills
git clone https://github.com/Tapiocapioca/claude-code-skills.git

Option 3: Single Skill

git clone https://github.com/Tapiocapioca/claude-code-skills.git
cp -r claude-code-skills/skills/web-to-rag ~/.claude/skills/

Available Skills

Skill Description Documentation
web-to-rag Scrape websites, YouTube, PDFs into local RAG READMEPrerequisites

Free to test! Try web-to-rag without cost using iFlow Platform (free tier). Sign up here. Get API key: direct link.

⚠️ Tip: If the site displays in English, the user menu may be hidden. Use the direct link above.

Each skill is self-contained with its own prerequisites, infrastructure, and documentation.


Repository Structure

claude-code-skills/
├── .claude-plugin/
│   └── marketplace.json         # Plugin registry
├── skills/
│   └── web-to-rag/              # Self-contained skill
│       ├── SKILL.md             # Skill definition
│       ├── README.md            # Documentation
│       ├── install-prerequisites.ps1
│       ├── install-prerequisites.sh
│       ├── infrastructure/      # Docker containers
│       ├── references/          # Supporting docs
│       └── scripts/             # Utilities
├── CONTRIBUTING.md
├── LICENSE
└── README.md

Adding New Skills

  1. Create folder under skills/
  2. Add SKILL.md with YAML frontmatter:
    ---
    name: my-skill-name
    description: |
      What the skill does and when to use it.
      Include trigger keywords.
    allowed-tools: Tool1 Tool2 Tool3
    ---
  3. Add README.md
  4. Include installer if needed
  5. Update marketplace.json
  6. Submit pull request

Contributing

Contributions welcome! See CONTRIBUTING.md.

Ideas for New Skills

  • Database query assistant
  • API documentation generator
  • Code review automation
  • Log analysis
  • Test generation

License

MIT License


Author

Created by Tapiocapioca with Claude Code.

Last updated: January 2026

About

Production-ready skills for Claude Code - AI media generation and more

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •