ai-coding-project-boilerplate
Structured TypeScript project scaffolding with guided development workflows
All Skills in This Repository (13)
Pure Emerald Level Indicatorsproject-context
Configure project context for Claude Code TypeScript projects.
task-analyzer
Analyze task context and produce YAML task analysis with skill recommendations.
technical-spec
Standardize TypeScript project environment, architecture, and build workflows.
integration-e2e-testing
Generate standardized integration and E2E test skeletons with ROI calculations.
typescript-testing
Enforce Vitest rules and 70% coverage across TypeScript tests.
subagents-orchestration-guide
Coordinate subagents through requirement analysis, scale determination, and approval-gated execution flows.
implementation-approach
Select implementation strategies with risk assessment and phased integration planning.
coding-standards
Detect anti-patterns and enforce universal coding standards across codebases.
frontend/technical-spec
Enforce frontend technical design rules for TypeScript React applications.
frontend/typescript-testing
Enforce frontend TypeScript testing rules for React components with Vitest, RTL, and MSW.
frontend/typescript-rules
Enforce TypeScript rules for type-safe React components and error handling.
documentation-criteria
Generate PRD, ADR, Design Doc, and Work Plan templates with decision matrices.
Frequently Asked Questions
FAQPage SchemaHow to install ai-coding-project-boilerplate?▼
Run `npx skills add shinpr/ai-coding-project-boilerplate --all -g -y` in your terminal to install all skills in this suite globally.
What does this boilerplate add to a project?▼
It adds project-wide rules, ready-to-use commands for implementation and review, specialized roles for analysis and testing, and reusable development guidance stored alongside your code.
How does it improve code quality?▼
It enforces type safety, test-first development, security checks, and structured review steps so every change is verified against your repository's own standards before completion.
Does it support both backend and frontend work?▼
Yes. It includes separate rule sets for backend TypeScript and React frontend work, with coordinated design and testing workflows across both layers.
Can I use it without writing configuration myself?▼
Yes. The setup command generates everything automatically, and the built-in project-inject command records your project-specific conventions for future sessions.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core