Find the perfect skill
Web Accessibility & WCAG for UI
Development
Build accessible web UIs meeting WCAG 2.2 AA. Covers semantic HTML, ARIA, keyboard/focus, contrast, and more for components and templates.
shadcn/ui Component Management
Development
Manages shadcn/ui components and projects: adding, searching, styling, debugging, composing UI. Provides docs and usage examples, applies to projects with components.json.
Nkululeko Development: Audio ML Framework
Development
Guide for developing Nkululeko, a framework for machine learning on audio data to detect speaker characteristics. Covers project structure, code conventions, and experiment configuration.
Bootstrap .adlc/ Structure
Development
Bootstraps the .adlc/ directory for spec-driven development. Gathers project context and copies required templates, partials, and workflows.
Temporal Python Workflows
Development
Manage Temporal workflows using local dev server and Python SDK. Includes starting, stopping, debugging, and troubleshooting.
Create Pull Request with WooCommerce iOS Conventions
Development
Steps to create a pull request following WooCommerce iOS conventions, including branch verification, diff review, release notes, labels, and milestone.
Infographic Template Updater
Development
Update template catalogs and UI prompts after adding new infographic templates, including SKILL.md template list, site gallery template mappings, and the AIPlayground prompt list.
Player Control System for Godot
Development
Generates complete player controllers with movement, jumping, attacking, and state machines. Supports 2D and 3D control modes for various game types.
MSM - Create Initial MariaDB Schema
Development
Scaffold an MSM project and author the initial schema in the development folder using msm.create_project and section-based SQL editing.
Salesforce Hello World with SOQL
Development
Minimal working example to connect to Salesforce, run SOQL queries, and perform CRUD on standard objects.
Git Mob Programming Co-author Manager
Development
Use this skill to set, change, or clear Git commit co-authors for pair or mob programming. It reads the co-authors file, resolves names to initials, and runs git mob or git solo commands accordingly. Helps when collaborating in a team and wanting to properly attribute commits.
Conventions for new database columns
Development
Specifies conventions for adding new database fields in Go structs, including snake_case naming, smallint for booleans, and required struct tags for migrations.