Cloudflare DNS — zones, records, cache purge, R2, Pages
npx claudepluginhub giobi/claude-skills --plugin cloudflareSkills for Claude Code. Install them in any project or brain.
Copy the /brain skill into your project:
# From your project root
mkdir -p .claude/skills/brain
curl -sL https://raw.githubusercontent.com/giobi/claude-skills/main/plugins/brain/skills/brain/SKILL.md \
-o .claude/skills/brain/SKILL.md
That's it. Now you have /brain available in Claude Code.
In Claude Code:
/brain install brainstorm
/brain install stalker
/brain list --available
/brainstorm Should I rewrite this in Rust?
/stalker acme-corp.com
/devil Here's my deployment plan...
| Skill | What it does |
|---|---|
| brainstorm | Zero-filter brainstorming — ideas without judgement |
| devil | Devil's advocate — ruthlessly tears apart any plan |
| Skill | What it does |
|---|---|
| stalker | Deep research on any subject — people, companies, domains |
| LinkedIn intelligence with Proxycurl integration |
| Skill | What it does |
|---|---|
| figma | Extract design system from Figma files via API |
| site-ripper | Extract design system from any live website via Playwright |
| Skill | What it does |
|---|---|
| playralph | Playwright diagnostic loop — finds what's broken |
| playw | Playwright sidecar — visual verification after every change |
| radar | Full site audit with ELI5 summary + technical details |
| Skill | What it does |
|---|---|
| scar | S.C.A.R. — structured incident documentation (Signal → Cause → Action → Reinforcement) |
| snapshot | Docker Time Machine — snapshot and restore PHP apps |
| Skill | What it does |
|---|---|
| pressless | AI static site generator — WordPress without the weight |
| blog | Blog management — draft, publish, images for Jekyll/WordPress |
| Skill | What it does |
|---|---|
| public | Static mini-sites and reports — CRUD with HTML templates |
| kindle | Personal reading site — Claude generates long-form articles |
| Skill | What it does |
|---|---|
| cmd | Manage your own slash commands — list, create, edit, delete |
| brain | This package manager |
Skills are Claude Code custom slash commands — a SKILL.md file in .claude/skills/{name}/ that Claude reads when you type /{name}.
The /brain skill adds package management:
.claude/skills/{name}/ ← Skill code (from registry, replaceable)
SKILL.md Instructions for Claude
*.py Supporting scripts (optional)
wiki/skills/ ← Your config (survives updates)
.index.yaml What's installed, versions, sources
{name}.md Per-skill parameters
When you /brain update, code gets replaced but your config stays.
Some skills accept configuration. For example, a writing style skill needs samples of your writing. Parameters live in wiki/skills/{name}.md and survive updates.
During install, if a skill needs configuration, it asks you interactively.
Some skills depend on others:
| Skill | Depends on | Also needs |
|---|---|---|
| stalker | linkedin, public | Playwright, Proxycurl (optional) |
| playralph | — | Playwright |
| playw | — | Playwright |
| figma | — | Figma API token |
| — | Proxycurl API key (optional) | |
| public | — | Web server for public/ dir |
| kindle | — | Web server for articles |
When you /brain install stalker, it checks for dependencies and prompts you to install them first.
Skills that need API keys or external tools include a POSTINSTALL.md that guides setup.
A skill is just a folder with a SKILL.md:
.claude/skills/my-skill/
SKILL.md # Instructions (YAML frontmatter + markdown)
To publish, add it to a registry repo following this structure:
plugins/my-skill/
.claude-plugin/plugin.json # {"name":"my-skill","description":"...","version":"1.0.0"}
skills/my-skill/SKILL.md # The skill itself
MIT — Giobi Fasoli
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
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.
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.
Frontend design skill for UI/UX implementation
Create and edit Obsidian vault files including Markdown, Bases, and Canvas. Use when working with .md, .base, or .canvas files in an Obsidian vault.