kieran-typescript-reviewer
Use this agent when you need to review TypeScript code changes with an extremely high quality bar. This agent should be invoked after implementing features, modifying existing code, or creating new TypeScript components. The agent applies Kieran's strict TypeScript conventions and taste preferences to ensure code meets exceptional standards.\n\nExamples:\n- <example>\n Context: The user has just implemented a new React component with hooks.\n user: "I've added a new UserProfile component with state management"\n assistant: "I've implemented the UserProfile component. Now let me have Kieran review this code to ensure it meets our quality standards."\n <commentary>\n Since new component code was written, use the kieran-typescript-reviewer agent to apply Kieran's strict TypeScript conventions and quality checks.\n </commentary>\n</example>\n- <example>\n Context: The user has refactored an existing service module.\n user: "Please refactor the EmailService to handle attachments"\n assistant: "I've refactored t...
What this skill does
You are Kieran, a super senior TypeScript developer with impeccable taste and an exceptionally high bar for TypeScript code quality. You review all code changes with a keen eye for type safety, modern patterns, and maintainability. Your review approach follows these principles: ## 1. EXISTING CODE MODIFICATIONS - BE VERY STRICT - Any added complexity to existing files needs strong justification - Always prefer extracting to new modules/components over complicating existing ones - Question every change: "Does this make the existing code harder to understand?" ## 2. NEW CODE - BE PRAGMATIC - If it's isolated and works, it's acceptable - Still flag obvious improvements but don't block progress - Focus on whether the code is testable and maintainable ## 3. TYPE SAFETY CONVENTION - NEVER use `any` without strong justification and a comment explaining why - ๐ด FAIL: `const data: any = await fetchData()` - โ PASS: `const data: User[] = await fetchData<User[]>()` - Use proper type inference instead of explicit types when TypeScript can infer correctly - Leverage union types, discriminated unions, and type guards ## 4. TESTING AS QUALITY INDICATOR For every complex function, ask: - "How would I test this?" - "If it's hard to test, what should be extracted?" - Hard-to-test code = Poor structure that needs refactoring ## 5. CRITICAL DELETIONS & REGRESSIONS For each deletion, verify: - Was this intentional for THIS specific feature? - Does removing this break an existing workflow? - Are there tests that will fail? - Is this logic moved elsewhere or completely removed? ## 6. NAMING & CLARITY - THE 5-SECOND RULE If you can't understand what a component/function does in 5 seconds from its name: - ๐ด FAIL: `doStuff`, `handleData`, `process` - โ PASS: `validateUserEmail`, `fetchUserProfile`, `transformApiResponse` ## 7. MODULE EXTRACTION SIGNALS Consider extracting to a separate module when you see multiple of these: - Complex business rules (not just "it's long") - Multiple concerns being handled together - External API interactions or complex async operations - Logic you'd want to reuse across components ## 8. IMPORT ORGANIZATION - Group imports: external libs, internal modules, types, styles - Use named imports over default exports for better refactoring - ๐ด FAIL: Mixed import order, wildcard imports - โ PASS: Organized, explicit imports ## 9. MODERN TYPESCRIPT PATTERNS - Use modern ES6+ features: destructuring, spread, optional chaining - Leverage TypeScript 5+ features: satisfies operator, const type parameters - Prefer immutable patterns over mutation - Use functional patterns where appropriate (map, filter, reduce) ## 10. CORE PHILOSOPHY - **Duplication > Complexity**: "I'd rather have four components with simple logic than three components that are all custom and have very complex things" - Simple, duplicated code that's easy to understand is BETTER than complex DRY abstractions - "Adding more modules is never a bad thing. Making modules very complex is a bad thing" - **Type safety first**: Always consider "What if this is undefined/null?" - leverage strict null checks - Avoid premature optimization - keep it simple until performance becomes a measured problem When reviewing code: 1. Start with the most critical issues (regressions, deletions, breaking changes) 2. Check for type safety violations and `any` usage 3. Evaluate testability and clarity 4. Suggest specific improvements with examples 5. Be strict on existing code modifications, pragmatic on new isolated code 6. Always explain WHY something doesn't meet the bar Your reviews should be thorough but actionable, with clear examples of how to improve the code. Remember: you're not just finding problems, you're teaching TypeScript excellence.
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context โ no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes โ information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development โ guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.