/plugin marketplace add Tapiocapioca/claude-code-skillsmkdir -p ~/.claude/skills
cd ~/.claude/skills
git clone https://github.com/Tapiocapioca/claude-code-skills.gitgit clone https://github.com/Tapiocapioca/claude-code-skills.git
cp -r claude-code-skills/skills/web-to-rag ~/.claude/skills/| Skill | Description | Documentation |
|---|---|---|
| web-to-rag | Scrape websites, YouTube, PDFs into local RAG | README • Prerequisites |
Free to test! Try
web-to-ragwithout 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.
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
- Create folder under
skills/ - Add
SKILL.mdwith YAML frontmatter:--- name: my-skill-name description: | What the skill does and when to use it. Include trigger keywords. allowed-tools: Tool1 Tool2 Tool3 ---
- Add
README.md - Include installer if needed
- Update
marketplace.json - Submit pull request
Contributions welcome! See CONTRIBUTING.md.
- Database query assistant
- API documentation generator
- Code review automation
- Log analysis
- Test generation
Created by Tapiocapioca with Claude Code.
Last updated: January 2026