Find the perfect skill
Frontend CSS Patterns
Development
Framework-agnostic CSS patterns for typography, color, motion, and spatial composition to create distinctive visual designs.
Git Atomic Commits
Development
Create logically grouped, atomic git commits with well-formatted commit messages following best practices. Use partial staging to separate unrelated changes.
Frontend Design Implementation Handoff
Development
Translate design-engine output into implementation work using real components, Flutter widgets, and existing repo tokens.
Convert PRD to AI Assistant Instructions
Development
Interactive guide to convert a PRD document (PDF or DOCX) into instruction files for AI coding assistants like Claude Code, Cursor, Copilot, Windsurf, and Codex.
Drush Webmaster for Drupal
Development
Manage Drupal content, entities, views, menus, and fields using drush webmaster commands. Use for content management tasks.
Rust/PostgreSQL Infrastructure Scaffolder
Development
Scaffolds docker-compose.yml files for dev and test PostgreSQL databases, plus a .env.example tailored for a Rust project. Use it when setting up local infrastructure for a new Rust/PostgreSQL project, such as creating the database configuration and Docker Compose setup.
Java Contentstack SDK Conventions
Development
Guidelines for Java package layout, Java 8 constraints, Lombok, and coding conventions in this repository.
SpecKit Review
Development
Review completed implementation work against specifications, validate quality, and update task status in tasks.md.
WebF Controller Management
Development
Manage WebF controllers safely with WebFControllerManager, covering lifecycle, reuse, and pre-rendering for multi-page integration.
Commit and Push Everything
Development
Stages all changes, creates a commit with a conventional message, and pushes to the remote repository after running safety checks for secrets, large files, and build artifacts. Useful for quickly committing and pushing complete sets of related changes, but requires explicit user confirmation before execution.
Extract Function via LSP
Development
Extract a selected code block into a named function using LSP code action or manual fallback, with validation of captures and compilation.
Agent Trajectory Analysis
Development
Analyze agent conversations to identify improvements in system instructions, tooling, and documentation. Focuses on structural issues like unclear guidance, tool output gaps, or inefficient trajectories rather than answer correctness. Use when reviewing agent performance or debugging chat trajectories.