From workflow-skills
Interactive project scaffolding with modern tooling for Astro, Vite+React, Express API, Python CLI/Web, Monorepo, and Library projects.
npx claudepluginhub arosenkranz/claude-code-config --plugin workflow-skillsThis skill is limited to using the following tools:
Smart project initialization with modern tooling and best practices for your development workflow.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Smart project initialization with modern tooling and best practices for your development workflow.
/project-setup # Interactive project setup
/project-setup astro-blog # Astro blog project
/project-setup python-cli # Python CLI tool
/project-setup react-app # Vite + React SPA
First, gather these details:
Blog, portfolio, documentation site. Includes content collections, API routes, and markdown support.
SPA and interactive applications. Includes React Router, state management setup, and component structure.
REST API and microservices. Includes routing, middleware, error handling, and validation with Zod.
Automation tools and scripts. Uses Click/Typer for CLI, Rich for output, and pytest for testing.
FastAPI or Flask applications. Includes async support, Pydantic models, and structured project layout.
Multiple related projects. Uses pnpm workspaces or Turborepo for package management.
NPM package or Python module. Includes build configuration, type declarations, and publishing setup.
All projects are created in ~/Code with explanations for each configuration choice, alternative options, and next steps documentation to help you learn.