shinprshinprCommunity·13 Agent Skills Included

ai-coding-project-boilerplate

Structured TypeScript project scaffolding with guided development workflows

Scaffolds TypeScript projects with built-in rules, commands, and specialized roles for design, implementation, testing, and review. Eliminates manual prompt assembly and inconsistent code quality by storing project conventions directly in the repository. Guides each change from requirement clarification through verification, with reusable skills for testing, documentation, and security checks.
npx skills add shinpr/ai-coding-project-boilerplate --all -g -y

All Skills in This Repository (13)

Pure Emerald Level Indicators
📦 In Repo
shinprshinpr

project-context

Configure project context for Claude Code TypeScript projects.

Community
Basic
📦 In Repo
shinprshinpr

task-analyzer

Analyze task context and produce YAML task analysis with skill recommendations.

Community
Intermediate
📦 In Repo
shinprshinpr

technical-spec

Standardize TypeScript project environment, architecture, and build workflows.

Community
Intermediate
📦 In Repo
shinprshinpr

integration-e2e-testing

Generate standardized integration and E2E test skeletons with ROI calculations.

Community
Intermediate
📦 In Repo
shinprshinpr

typescript-testing

Enforce Vitest rules and 70% coverage across TypeScript tests.

Community
Basic
📦 In Repo
shinprshinpr

subagents-orchestration-guide

Coordinate subagents through requirement analysis, scale determination, and approval-gated execution flows.

Community
Intermediate
📦 In Repo
shinprshinpr

implementation-approach

Select implementation strategies with risk assessment and phased integration planning.

Community
Advanced
📦 In Repo
shinprshinpr

coding-standards

Detect anti-patterns and enforce universal coding standards across codebases.

Community
Advanced
📦 In Repo
shinprshinpr

frontend/technical-spec

Enforce frontend technical design rules for TypeScript React applications.

Community
Intermediate
📦 In Repo
shinprshinpr

frontend/typescript-testing

Enforce frontend TypeScript testing rules for React components with Vitest, RTL, and MSW.

Community
Basic
📦 In Repo
shinprshinpr

frontend/typescript-rules

Enforce TypeScript rules for type-safe React components and error handling.

Community
Basic
📦 In Repo
shinprshinpr

documentation-criteria

Generate PRD, ADR, Design Doc, and Work Plan templates with decision matrices.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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