Claude-Templates
NewPowerShell scaffolder for Claude Code projects. Spin up Terraform/AWS, React + shadcn/ui, or Fastify API projects pre-loaded with their respective claude skills and CLAUDE.md conventions. Bash port welcome.
Summary
md conventions.
- It saves developers time by eliminating manual project setup and ensuring best practices are baked in from the start.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/claude-templates.md https://raw.githubusercontent.com/ccowen5/Claude-Templates/main/SKILL.md/claude-templatesUse Cases
Usage Examples
/claude-templates terraform-aws my-infra-project
/claude-templates react-shadcn my-app
/claude-templates fastify-api my-api
Security Audits
Frequently Asked Questions
What is Claude-Templates?
Claude-Templates is a PowerShell scaffolder that quickly generates Claude Code project structures for Terraform/AWS, React with shadcn/ui, or Fastify API setups, each pre-loaded with relevant Claude skills and CLAUDE.md conventions. It saves developers time by eliminating manual project setup and ensuring best practices are baked in from the start.
How to install Claude-Templates?
To install Claude-Templates: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/claude-templates.md https://raw.githubusercontent.com/ccowen5/Claude-Templates/main/SKILL.md. Finally, /claude-templates in Claude Code.
What is Claude-Templates best for?
Claude-Templates is a skill categorized under General. It is designed for: api. Created by ccowen5.
What can I use Claude-Templates for?
Claude-Templates is useful for: Quickly scaffold a new Terraform/AWS project with Claude Code conventions and pre-configured skills.; Set up a React + shadcn/ui project with a ready-to-use CLAUDE.md and relevant Claude skills.; Generate a Fastify API project structure with built-in Claude Code integration and documentation.; Standardize project initialization across a team by using a consistent scaffolder for different tech stacks.; Port the scaffolder to Bash for cross-platform use in Linux or macOS environments.; Rapidly prototype a new service by generating a complete project skeleton with Claude Code support..