shinpr
- 15 skills
- 0 followers
- 1 week ago last updated
- ▌ Implementation Approach · shinpr-ai-coding-project-boilerplateSelects implementation strategy (vertical slice, horizontal, or hybrid) with risk assessment. Use when planning feature implementation.
- ▌ Integration E2e Testing · shinpr-ai-coding-project-boilerplate bundleSelects and designs the smallest integration/E2E test set that proves accepted behavior at an observable boundary. Use when writing or reviewing E2E or integration tests.
- ▌ Requirement Convergence · shinpr-ai-coding-project-boilerplate bundleSeparates the outcome a change must produce from the requirements proposed to reach it, records what the user excluded, and bands cost from structure. Use when a requirement enters a workflow, before design begins, or when "how far do we go/what's out of scope/is this worth it" is mentioned.
- ▌ Frontend Typescript Rules · shinpr-ai-coding-project-boilerplateApplies React/TypeScript type safety, component design, and state management rules. Use when implementing React components.
- ▌ Frontend Typescript Testing · shinpr-ai-coding-project-boilerplate bundleDesigns frontend tests using the repository's configured React test and browser harnesses, including RTL, MSW, Vitest, and Playwright when present. Use when adding or reviewing component, loading/error-state, integration, or frontend E2E tests.
- ▌ Subagents Orchestration Guide · shinpr-ai-coding-project-boilerplate bundleCoordinates subagents through scale-based planning, approval, implementation, verification, and escalation flows. Use when routing work to subagents, executing an approved work plan, or resuming autonomous execution.
- ▌ Task Analyzer · shinpr-ai-coding-project-boilerplate bundleClassifies task intent, change risk, and execution scale, then selects skills from the project skills index. Use when starting work, routing a task, estimating scope, or selecting skills.
- ▌ Technical Spec · shinpr-ai-coding-project-boilerplateDefines environment variables, architecture design, and build/test commands. Use when configuring environment or designing architecture.
- ▌ Coding Standards · shinpr-ai-coding-project-boilerplate bundleDetects code smells, anti-patterns, and readability issues. Use when implementing features, reviewing code, or refactoring.
- ▌ Typescript Rules · shinpr-ai-coding-project-boilerplateApplies type safety and error handling rules. Enforces no-any policy and type guards. Use when implementing TypeScript or reviewing types.
- ▌ Skill Optimization · shinpr-ai-coding-project-boilerplate bundleEvaluates and optimizes skill file quality using 9 content patterns and 10 editing principles. Use when creating skills, refining skill content, or auditing skill quality.
- ▌ Typescript Testing · shinpr-ai-coding-project-boilerplateApplies repository-aware TypeScript test design, behavior evidence, isolation, and mock-boundary criteria. Use when writing or reviewing unit tests.
- ▌ LLM Friendly Context · shinpr-ai-coding-project-boilerplateClarifies inputs, outputs, success criteria, decisions, and unresolved conditions so downstream agents can execute without guessing. Use when writing or revising LLM-facing prompts, handoffs, planning artifacts, reviews, reports, or generated instructions.
- ▌ Documentation Criteria · shinpr-ai-coding-project-boilerplate bundleDetermines which PRD, ADR, UI Spec, Design Doc, and Work Plan a change requires and where each is stored. Use when deciding documentation scope or creating or reviewing a technical document.
- ▌ Frontend Technical Spec · shinpr-ai-coding-project-boilerplateDefines React environment, component architecture, state/data flow, build verification, and frontend non-functional criteria from repository evidence. Use when configuring or designing a React frontend, its build, or its runtime boundaries.