Claude Code Skills for Automated Project Scaffolding

A developer has created Claude Code skills to automate the initial setup phase for full-stack projects, addressing repetitive tasks like authentication configuration, folder structure creation, and CI setup.
Available Commands
/create-frontend-project— Generates projects using React, Next.js, or React Native/create-node-api— Sets up Express or NestJS APIs with database and authentication/create-monorepo— Creates full Turborepo setups with shared packages/scaffold-app— Builds complete folder structures with components and extras
Key Features
The system automatically pulls the latest package versions rather than using outdated pinned dependencies. The developer runs nightly smoke tests to catch upstream issues. The skills support over 50 integrations including HeroUI v3, shadcn, Redux, Zustand, Prisma, Drizzle, and TanStack.
The project is MIT licensed and available on GitHub for developers using Claude Code who want to provide feedback or contribute.
📖 Read the full source: r/ClaudeAI
👀 See Also

Structured Reasoning Template Improves AI Code Review Accuracy
A Reddit user shares a structured reasoning template adapted from Meta research that forces AI models to complete specific analytical steps before generating code reviews, improving accuracy by 5-12 percentage points according to arXiv:2603.01896.

Forge: Open-Source Claude Code Plugin Adds Governance and Testing Gates
Forge is an open-source Claude Code plugin that adds file locking, automated test gates, and 22 governance agents to prevent collisions and drift in AI-generated code workflows. It's MIT licensed and installs via the Claude plugin marketplace.

KANBAII: A Visual Kanban Board Built with Claude Code for AI-Assisted Development
A developer built KANBAII, a local kanban board tool entirely with Claude Code over two months. It provides visual task management, AI planning, and parallel execution modes for Claude Code workflows.

Hollow AgentOS: Run Claude-like agents locally on RTX 5070 using Qwen 3.5 9B
A self-modifying agent system running Qwen 3.5 9B on local hardware cuts Claude API costs by 50%. Uses iterative testing and self-improvement loop to develop software without human intervention.