super-claudio

super-claudio

OtherClaude Codeby Caio Roscelly

Summary

Curated skills for anything Claude can do: media creation, software development, marketing, writing, design, productivity, AI/agents, and community skill discovery.

Install to Claude Code

/plugin install super-claudio@super-claudio

Run in Claude Code. Add the marketplace first with /plugin marketplace add toolbox-playground/super-claudio if you haven't already.

README.md

Super ClΓ‘udio

<div align="center">

A curated Claude Code plugin with skills for anything Claude can do.

No more paid courses. No more scattered videos. Everything in one place, free.

![Install](https://github.com/toolbox-playground/super-claudio) ![License: MIT](LICENSE) ![Skills](#skills)

πŸ‡§πŸ‡· Ler em PortuguΓͺs

---

> If Claude was Brazilian or Hispanic, he would be named ClΓ‘udio.

</div>

---

Install

Two commands. Works immediately after.

claude plugin marketplace add https://github.com/toolbox-playground/super-claudio
claude plugin install super-claudio

> Requirements: Claude Code CLI installed. Get it at claude.ai/code.

---

How It Works

Just talk to Claude naturally. The right skill activates automatically.

"Create a TikTok video for my product"     β†’ media-content-creation
"Build a REST API with authentication"     β†’ software-development
"Write an Instagram caption"               β†’ writing
"Make a pitch deck for investors"          β†’ productivity
"Build a Claude Code skill for X"          β†’ ai-and-agents

No slash commands needed (though they work too: /super-claudio:writing).

---

Skills

| Category | What it covers | Example triggers | |----------|---------------|-----------------| | media-content-creation | Video, audio, image generation | "make a video", "text to speech", "generate an image" | | software-development | APIs, databases, automation, deployment, free APIs | "build an API", "automate with n8n", "free weather API" | | marketing | Ad creatives, TikTok/Instagram Shop, ecommerce | "create a TikTok ad", "Instagram Shop content" | | writing | Blog, SEO, social captions, copywriting, newsletters | "write a blog post", "TikTok hook", "email newsletter" | | design | UI/UX inspiration, Figma, v0.dev, prototyping | "design a website", "UI inspiration", "wireframe" | | productivity | Documents, presentations, dashboards, planning | "create a pitch deck", "project plan", "build a dashboard" | | ai-and-agents | Claude API, prompt engineering, MCP servers, skill creation | "use the Claude API", "build an MCP server", "create a skill" | | find-ai-tools | Find & compare AI web tools with honest free-tier info | "best free video AI", "find tools without credit card" | | discover-skills | Find Claude Code skills not in this plugin | "find a skill for X" |

---

media-content-creation

Everything for creating media content β€” from a cinematic AI video to a voiceover to an image.

| Sub-skill | Tools | |-----------|-------| | Realistic video | Kling, Higssfield, Hailuo, Seedance | | Programmatic / animated video | Remotion, Weavy AI, aicreator.co | | Video ads | Kling, CapCut, aicreator.co | | Video editing | CapCut, FFmpeg | | Text-to-speech / voiceover | Azure TTS (pt-BR Francisca Neural), ElevenLabs | | Music / jingles | Suno, Udio | | Realistic images | Nano Banana 2, Flux, Midjourney, DALL-E | | Diagrams / infographics | Napkin.ai | | Animate static images | Weavy AI |

---

software-development

Backend APIs, databases, automation workflows, deployment, and free public APIs.

| Sub-skill | Tools | |-----------|-------| | Database design & ORM | Supabase, PostgreSQL, Prisma, MongoDB | | REST / GraphQL APIs | FastAPI, Fastify, Express | | Deployment & CI/CD | Railway, Docker, GitHub Actions | | Visual workflow automation | n8n (self-hosted) | | Cloud automation | Make.com, Zapier, IFTTT | | Python/Bash scripting | APScheduler, watchdog, cron | | Free public APIs | NASA EONET, Open-Meteo, 50+ catalog | | Git & GitHub | gh CLI, GitHub MCP server, GitHub Actions, commit conventions | | Testing & security | pytest, Jest, Playwright, OWASP checklist |

---

marketing

Performance-oriented ad creatives and ecommerce content.

| Sub-skill | Tools | |-----------|-------| | Video ads | Kling, aicreator.co, CapCut | | Image/banner ads | Nano Banana 2, Canva, Adobe Express | | TikTok Shop / Instagram Shop | Full ecommerce workflow |

---

writing

Written content for every platform and purpose.

| Sub-skill | Covers | |-----------|--------| | SEO & blog | Long-form articles, keyword strategy, meta descriptions | | Social media | TikTok hooks, Instagram captions, X/Twitter threads | | Copywriting | Ad copy, email newsletters, landing pages, brand voice |

---

design

Design inspiration and tooling for websites and apps.

| Sub-skill | Tools | |-----------|-------| | Inspiration & references | getdesign.md, Dribbble, Mobbin | | Design tools | Figma, v0.dev, Excalidraw |

---

productivity

Create documents, presentations, data visualizations, and project plans.

| Sub-skill | Tools | |-----------|-------| | Documents & reports | Pandoc, python-docx, Notion | | Presentations & slides | Gamma.app, Marp, Beautiful.ai | | Dashboards & charts | Plotly, Streamlit, Metabase, Chart.js | | Project planning | Linear, Notion, GitHub Projects |

---

ai-and-agents

Build AI-powered apps and extend Claude itself.

| Sub-skill | Covers | |-----------|--------| | Claude / Anthropic API | SDK usage, tool use, streaming, model selection | | Prompt engineering | Few-shot, chain-of-thought, structured output, templates | | MCP servers | Connect Claude to any data source or service | | Skill & plugin creation | Build, test, and publish Claude Code skills |

---

find-ai-tools

Searches the web for AI SaaS tools with an honest assessment of free tiers β€” because many tools falsely advertise "free trial" when a credit card is required from day one.

| What it does | How | |-------------|-----| | Searches theresanaiforthat.com + Reddit + ProductHunt in parallel | WebSearch Γ— 3 | | Labels each tool: Free / Freemium / Free Trial (card required) / Paid Only | Community-sourced, not vendor marketing | | Returns ranked top 5 with exact free limits | e.g. "5 videos/month, no watermark, no card" |

Works for any category: video, image, audio, music, writing, coding, design, presentations, 3D, and more.

---

discover-skills

When no skill above matches, discover-skills searches Claude Code plugin marketplaces:

---

Architecture

Each skill uses a three-level routing pattern that keeps Claude's context lean:

User prompt
    β”‚
    β–Ό
Skill description   ← always loaded (~100 words), handles category matching
    β”‚
    β–Ό
SKILL.md body       ← loaded when triggered, routes to the right sub-skill
    β”‚
    β–Ό
Reference file      ← loaded on demand, contains tools + workflows + code

One description β†’ one body β†’ one reference. Never loads everything at once.

---

Contributing

The AI tools landscape changes weekly. If you find a better tool, an updated workflow, or a missing category:

1. Fork the repo 2. Update the relevant skills/<category>/references/*.md file 3. Open a PR β€” title: feat(<category>): <what changed and why>

---

License

MIT β€” free to use, fork, and remix.

---

<div align="center">

Super ClΓ‘udio exists so the knowledge scattered across paid courses and Instagram videos

is free, organized, and always up to date.

</div>

Related plugins

Browse all β†’