Find the perfect skill
Excel Import Modal Generator
Development
Generates a complete Excel import modal using the useExcelImport hook, including the modal component, parser function, and TypeScript interfaces. Run this when adding a new domain's import feature or refactoring an existing modal to the standard pattern. It also guides on connecting parent component callbacks.
OpenLark Code Standards Checker
Development
Audits code consistency in OpenLark projects: architecture, API patterns, parameter validation, naming, and exports. Outputs actionable checklists with evidence (path:line) and risk levels, ideal for PR reviews or before adding a new API.
DayZ Enforce Script Development Orchestrator
Development
Dynamic development orchestrator for DayZ Enforce Script modding. Fetches class APIs, script references, and mod documentation on the fly. Helps developers build mods for DayZ 1.28+ with Vanilla, Community Framework, and Expansion, ensuring code correctness by preventing hallucinated classes or methods.
QC Quality Gate
Development
Quality gate that runs five parallel AI reviewers on every code diff against main. Each agent checks a specific dimension (code review, simplification, consistency, robustness, scope) and all must pass before commit. Helps catch issues early and enforce codebase standards.
Spawn Search Agents
Development
Guide to using search agents for information gathering: codebase exploration, references, and web search.
Database Schema Design Agent
Development
Designs database schemas, data models, and architectures for applications. Helps when building new applications or refactoring existing databases by providing normalized schemas, indexing strategies, and migration plans tailored to your data requirements and query patterns.
Code Review
Development
Reviews code for bugs, security vulnerabilities, performance issues, and adherence to best practices. Provides actionable feedback with specific suggestions and code examples. Activates when you ask for code review, request feedback, or want to improve existing code.
Code Quality Checker
Development
Runs ruff for linting and mypy for type checking on the codebase. It can auto-fix ruff violations and target specific directories. Useful for catching style issues, security warnings, and type errors before commit.
Figma API - Design File Data Extraction
Development
Extracts design file data from Figma using the REST API. Retrieves file structure, node properties, and style information such as colors, typography, and effects. Useful for automating design token extraction or inspecting component details without manually opening the file.
Systematic debugging with direct code execution
Development
Systematic bug fixing that combines direct code execution with documentation analysis. Cross-references error messages with the design flow (arch documents) to identify root causes of end-to-end issues. Best used when unit tests pass but the overall functionality fails.
Coder Assistant
Development
Provides coding assistant capabilities including file investigation, reading, searching, editing, and command execution. Helps explore project structures, read code files incrementally, search for patterns, and apply precise edits using search/replace blocks. Use it when you need to interact with codebases, make modifications, or run terminal commands.
Build Verifier
Development
Run the TypeScript build and automated consistency checks across types, config, state, and webhook response ordering. Presents results as a pass/fail checklist. Helps verify that configuration defaults, documentation, state backfill, and webhook ordering are all consistent and correct.