Defines environment variables, architecture design, and build/test commands. Use when configuring environment or designing architecture.
npxskills add shinpr/ai-coding-project-boilerplate--skill technical-specLoading…
Defines environment variables, architecture design, and build/test commands. Use when configuring environment or designing architecture.
npxskills add shinpr/ai-coding-project-boilerplate--skill technical-specLoading…
TypeScript-based application implementation. Architecture patterns should be selected according to project requirements and scale.
process.env, obtain through configuration management layer.env files in GitSelect appropriate architecture for each project and define clearly:
Use the appropriate run command based on the packageManager field in package.json.
build - TypeScript buildtype-check - Type check (no emit)test - Run teststest:coverage - Run tests with coveragetest:coverage:fresh - Run tests with coverage (fresh cache)test:safe - Safe test execution (with auto cleanup)cleanup:processes - Cleanup Vitest processesBefore executing quality checks, identify what quality mechanisms exist for the change area:
Quality checks are mandatory upon implementation completion:
Phase 1-3: Code Quality Checks
Phase 4: Tests
test - Test executionPhase 5: Code Quality Re-verification
check:code - Re-verify code quality (clean up side effects from test fixes in Phase 4)check:all - Overall integrated check (check:code + test) *for manual batch verificationopen coverage/index.html - Check coverage reportformat - Format fixeslint:fix - Lint fixescleanup:processes scripttest:coverage:fresh scriptCreate or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).