By R0SEWT
Bootstrap a new project with Rody's standard setup (beads, uv, CLAUDE.md/AGENTS.md, CI) and research new tooling to evolve the kit
Research and evaluate new tooling (MCP servers, Claude Code skills/plugins, dev tools) for the setup, score candidates against the user's stack and profile, and record verdicts. Use when looking for a new tool to add to the kit.
Bootstrap a new project with the standard setup — beads, uv, CLAUDE.md/AGENTS.md, GitHub Actions CI. Use when starting a new repo/project and you want the usual scaffold laid down.
A Claude Code plugin + marketplace that bootstraps a new project with the standard setup — beads (issue tracking), uv (Python), twin CLAUDE.md/AGENTS.md instruction files, and GitHub Actions CI — and gives a repeatable way to research new tooling for that setup.
The defaults encode the github-map profile: an applied-ML / data-engineering archetype, agentic dev
(beads + Claude Code), and CI on every new repo — the highest-return gap that github-map/story
identified (only 3 of 83 repos had active CI).
| Skill | Command | What it does |
|---|---|---|
| scaffold | /project-kit:scaffold | Lay down the standard scaffold into a new project, then help fill CLAUDE.md. |
| research-setup | /project-kit:research-setup <need> | Research, score, and record a candidate tool; wire it in if adopted. |
scripts/scaffold.sh <target-dir> [options] does the deterministic work (the skill drives it):
--name NAME Project name (default: basename of target dir)
--profile P data | python | minimal (default: data)
--python X.Y Python version (default: 3.11)
--no-data Skip data/{bronze,silver,gold}
--no-github Skip .github/ (CI + smoke test, dependabot, PR template, CODEOWNERS)
--no-mcp Skip .mcp.json (playwright/context7)
--backup Back up existing files to <file>.bak-<ts>
--force Overwrite existing files
--dry-run Print actions, change nothing
Non-destructive by default: existing files are skipped (no overwrite without --force/--backup),
and bd init is skipped if .beads/ already exists.
Profiles
data (default) — data-eng archetype: src/ layout, data/{bronze,silver,gold}, polars/duckdb deps, data-conventions in CLAUDE.md.python — plain uv library, no data dirs.minimal — beads + CLAUDE.md/AGENTS.md + .gitignore only; no build/CI.What gets laid down (data profile): pyproject.toml, .gitignore, src/<pkg>/, data/{bronze,silver,gold}/,
.claude/settings.json (bd-prime hooks) + .claude/settings.local.json (minimal safe perms),
CLAUDE.md + AGENTS.md, .beads/ (via bd init), a collab-ready .github/
(workflows/ci.yml + tests/test_smoke.py, dependabot.yml, pull_request_template.md, a commented
CODEOWNERS), and optional .mcp.json. Then uv sync.
/plugin marketplace add ~/Code/project-kit
/plugin install project-kit@project-kit-local
Or add to ~/.claude/settings.json:
{
"extraKnownMarketplaces": {
"project-kit-local": { "source": { "source": "directory", "path": "/path/to/project-kit" } }
},
"enabledPlugins": { "project-kit@project-kit-local": true }
}
Restart the session for Claude Code to load the plugin. To use the script standalone, set
PROJECT_KIT_HOME to this repo (defaults to ~/Code/project-kit).
bd (beads) and uv on PATH for those steps; the script prints a hint and continues if either is missing.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub r0sewt/project-kit --plugin project-kitUI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.