A collection of Claude Code skills by fuongz.
npx claudepluginhub fuongz/skillsGenerate a well-structured GitHub Pull Request message from your current git diff and commit history.
Scaffold a new full-stack project with TanStack Start + Cloudflare Workers + shadcn/ui + Tailwind CSS v4 + Hugeicons + bun.
Claude Code skill plugins by fuongz.
Add the marketplace:
/plugin marketplace add fuongz/skills
Then install individual skills:
/plugin install <skill-name>@fuongz-skills
| Skill | Description |
|---|---|
init-stack | Scaffold a full-stack app with TanStack Start + Cloudflare + shadcn/ui |
github-write-pr-message | Generate a GitHub PR message from your git diff |
init-stackScaffold a production-ready full-stack app from scratch.
Stack: TanStack Start · Cloudflare Workers · shadcn/ui · Tailwind CSS v4 · Biome · Hugeicons · bun
Install:
/plugin install init-stack@fuongz-skills
Usage:
/init-stack my-app
/init-stack ~/projects/my-app
What it does:
tsconfig.json, vite.config.ts, and wrangler.jsonc with correct settingslint / lint:fix scripts)src/router.tsx, src/routes/__root.tsx, and src/routes/index.tsxrouteTree.gen.tsbase-nova preset (OKLCH colours, Inter font, Hugeicons)github-write-pr-messageGenerate a well-structured GitHub Pull Request message from your current git diff and commit history.
Install:
/plugin install github-write-pr-message@fuongz-skills
Usage:
/github-write-pr-message
/github-write-pr-message focus on the auth changes
What it does:
.github/, docs/, or repo root and fills them ingh pr create)MIT