Find the perfect skill
Create high-quality Git commits
Development
Create clean, well-documented Git commits by analyzing changes, running relevant agents, and updating the changelog for user-facing modifications.
Binding Materials to Prims
Development
Bind materials to geometry prims at runtime using USD material:binding relationships. Use when user requests material assignment or change.
Cal Automation via Rube MCP
Development
Automate Cal operations using Composio's Cal toolkit via Rube MCP. Always search tools first for current schemas.
Implement Maintainable Python Projects
Development
Guidance for implementing and validating maintainable Python projects in a local sandbox, emphasizing standard-library usage, clear errors, and deterministic tests.
Skill Validator and Reviewer
Development
Validates and reviews AI skills against the Agent Skills specification, checking YAML syntax, naming, description quality, file structure, and best practices. Provides actionable improvements and optionally applies fixes.
Open PR and Merge with Green CI
Development
Open a PR, wait for green CI, and merge. Never merge with red or pending CI.
Import Figma to Lumos
Development
Translate a Figma design into Lumos design tokens, reconciling inconsistencies and surfacing assumptions. Handles messy files missing global variables.
Tailwind Design System
Development
Build production-ready design systems with Tailwind CSS, including design tokens, component variants, responsive patterns, and accessibility.
React Native Screen Component Creation
Development
Creates a React Native screen component file in src/screens/. Used when adding a new screen, such as 'home screen' or 'profile screen'. The skill generates a TypeScript file with a basic template including flexbox layout, StatusBar, and proper naming conventions.
DDD Context Mapping
Development
Map relationships between bounded contexts and define integration contracts using DDD context mapping patterns.
Skill Creation Guide
Development
Structured guide for creating a new AI coding skill from scratch, covering directory structure, frontmatter, and best practices. Helps when building a reusable SKILL.md file with proper organization.
Flask Blueprint Creator
Development
Create automated Flask blueprint operations. Auto-activating skill for Backend Development.