Find the perfect skill
Show Issue Details
Development
Shows the full details of a specific issue by reading its .toml file. Helpful for reviewing status, priority, assignment, and comments of an issue given its ID.
UI Design System Reference
Development
Design system reference for Devkit Vue stack with Vuetify 4: theming, components, visual verification, and the beauty pass for consistent, great-looking UI.
Content Linter
Content
Check spelling, en-GB compliance, and writing quality in Markdown files before publication.
Implementation Planning (Phase 4)
Development
Generates a detailed implementation plan in docs/specs/ based on the chosen architecture by reading workflow state and creating tracking tasks. Used during the planning phase (Phase 4) before coding.
Control Alexa devices via CLI
Productivity
Use alexacli to control Amazon Echo devices and smart home via Alexa's unofficial API.
AXEL Skill File Structure
Documentation
Reference on AXEL skill definition file structure: role, capabilities, enforcement, and registry.
API Design Principles
Development
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs.
STM32 & RP2040 Firmware Development
Development
Develop and maintain firmware for OpenSkyhawk project using STM32 (PanelBridge, PanelGroup) and RP2040 (SimGateway). Includes PlatformIO, CAN protocol, DCS-BIOS integration, and panel hardware management.
Contract Extractor
Data & AI
Extracts key terms from contracts, identifies risks, flags unusual provisions.
Review a Skill PR
Development
Automated review of skill pull requests for convention compliance, SEO optimization suggestions, and quality checks.
Senior UI/UX Frontend Engineer
Development
Architect digital interfaces with metric-based rules, strict component architecture, CSS hardware acceleration, and balanced design engineering.
Pre-PR Preflight Check
Development
Runs a comprehensive set of checks on changed files before creating a pull request, covering TypeScript strictness, React patterns, route structure, data fetching, validation, environment variables, imports, dead code, security, git hygiene, performance, styling, dates, accessibility, and code style. Helps catch common issues early to speed up code review and reduce bugs.