By rahmanef63
Kitab template installer. Each skill scaffolds one template (layout / recipe / feature) into the active project — copies source files, updates schema, registers nav, lists deps + verification steps.
Job-application tracker — Table + Kanban + stats (L). Slice + shared useApplications hook + shared DataTable + Convex module + schema table + manifest/binder wiring. Trigger when user runs /rresource:career-dashboard or asks to scaffold "career-dashboard" template into the current project.
E-commerce / blog public storefront — Convex read-only + cart + currency + i18n. Trigger when user runs /rresource:cms-storefront or asks to scaffold "cms-storefront" template into the current project.
cmdk-based ⌘K palette w/ fuzzy search + recent + grouped commands. Trigger when user runs /rresource:command-palette or asks to scaffold "command-palette" template into the current project.
Threaded comments anchored to blocks/pages w/ resolve flow. Trigger when user runs /rresource:comments-threaded or asks to scaffold "comments-threaded" template into the current project.
Contact form + Resend email pipeline w/ rate limit + spam check. Trigger when user runs /rresource:contact-form-resend or asks to scaffold "contact-form-resend" template into the current project.
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.
Public showcase for the Rahman Resources monorepo (rr).
/llms.txt + /api/knowledge for AI agentsresources/
├── template-base/ # canonical copy-from template (lean)
├── cookbook/ # opinionated layout variants (landing, dashboard)
├── recipes/ # feature drop-ins (block-editor, command-palette, ...)
├── site/ # Next 16 site — rr browser + Bundle Builder (/build)
├── packages/
│ ├── cli/ # `rahman-resources` (alias `resources`) — npx scaffolder + add + lift
│ └── mcp/ # `rahman-resources-mcp` — stdio MCP for Claude Code / agents
└── docs/ # rr docs (slice authoring, etc)
Next.js 16 + React 19 + Tailwind 4 + shadcn/ui. No backend.
# Scaffold a fresh Next 16 + React 19 + Tailwind 4 + Convex + shadcn app
npx rahman-resources@latest init my-app
# With every shadcn primitive pre-baked:
npx rahman-resources@latest init my-app --with-shadcn-all
# With a full-app template (public + admin route trees):
npx rahman-resources@latest init my-app --template personal-brand-os
Cross-platform — macOS / Linux / Windows PowerShell + WSL.
npm install --legacy-peer-deps
npm run dev
Open http://localhost:3000.
{ "mcpServers": { "rahman-resources": { "command": "npx", "args": ["rahman-resources-mcp"] } } }
8 tools (rr_list_, rr_search, rr_get, rr_compose_) + rr:// resources. See packages/mcp/README.md.
Visual picker at site/app/(docs)/build — pick template + features + skills, copy the emitted npx commands, ship. See CLAUDE.md § "CLI / MCP / Builder" for the full surface.
@convex-dev/auth (no Clerk)/use-si-coder/use-audit-bp| Source | Purpose |
|---|---|
/home/rahman/projects/superspace/ | foundation: vertical slice arch, layouts, registry, validators, studio (UI builder + workflow automation, archived in source) |
/home/rahman/projects/rahmanef.com/ | motion primitives, OKLch theme presets, asymmetric masonry, route groups |
/home/rahman/projects/cescadesigns/ | hero carousel, ContactForm + Resend |
/home/rahman/projects/notion-page-clone/ | block editor, slash menu, db views (Vite — port to Next.js App Router) |
| # | Phase | Status |
|---|---|---|
| P1 | scaffold dirs | done |
| P2 | copy superspace foundation (lean, no business slices) | done |
| P2.5 | rip Clerk → @convex-dev/auth (clerk-shim + canonical infra) | done |
| P2.6 | Next 15 → 16 migration (cacheComponents, proxy.ts, instrumentation) | done |
| P3 | lift rahmanef motion + theme | done |
| P4 | lift cescadesigns carousel + contact | done |
| P5 | copy notion → frontend/slices/notion/ (full Vite→Next port deferred — see PORT-NOTION.md) | done |
| P6 | si-coder dokploy wire (Dockerfile + docker-compose + .env.example + deploy.md) | done |
| P7 | audit-bp wire (npm scripts + audit.md gate spec) | done |
| P8 | slice docs generator (pnpm generate:slice-docs) | done |
| P9 | cookbook layout variants (8 README stubs) + recipes (8 README stubs) | done |
| P10 | studio extraction (UI builder + workflow automation slice from superspace@aeced78a) | done — beta, see template-base/frontend/slices/studio/EXTRACTED.md |
cd template-base && npm install --yes --legacy-peer-depsnpx convex dev --once to generate convex/_generated (overwrites the temporary stubs landed by P10)git add convex/_generated && git commitnpm run typecheck — expect import errors, fix progressively (notion still needs port — see PORT-NOTION.md; studio has 51 stabilization-class errors, see frontend/slices/studio/EXTRACTED.md)npm run audit:bp -- --fullnode $HOME/.agents/skills/si-coder/scripts/deploy.js ... — see docs/deploy.mdSee docs/architecture.md for rationale, docs/studio-extraction.md for the studio slice contract.
npx claudepluginhub rahmanef63/resource-site --plugin rresourceUI/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.