Find the perfect skill
Add e2e-selectors to Grafana frontend components
Testing
Adds versioned selectors to Grafana elements via data-testid, including audit/fix of Pathfinder guide targets.
SysML v2 Systems Modeling
Development
SysML v2 systems modeling guidance for creating valid models with correct syntax, proper type hierarchies, and validation workflows. Use when working with .sysml files, systems modeling, architecture documentation, SysON, or Eclipse SysML tools.
Unit Testing Patterns
Testing
This skill covers unit testing patterns including Vitest configuration with v8 coverage, Testing Library for component behavior, MSW for HTTP mocking, parametrized tests with it.each, and guidelines for spies/mocks/stubs. Use it to set up and write unit/component tests with a focus on testing behavior over implementation.
Update Crate Skill
Development
Force regenerate a crate skill with the latest documentation. Allows specifying a target version or using the latest.
Add Skill from Library
Development
Add a skill from the library to this project. Usage: /claude-gen-add-skill [skill-name] or to see available list.
Abstract SVG illustrations for Positron IDE
Content
Create or update abstract SVG illustrations for the Positron IDE, used in documentation, walkthroughs, and feature previews.
Clippy - Microsoft 365 CLI
Productivity
Microsoft 365 and Outlook CLI for calendar and email management. Access your Outlook calendar and inbox from the command line.
Incremental Work with Git Worktree
Development
Make incremental progress on issues using Git worktree for parallel agent workflows. Perfect for starting coding sessions, continuing work, or running parallel agents.
High-End Visual Design
Development
Teaches the AI to design like a high-end agency. Defines fonts, spacing, shadows, and animations that make a website feel expensive.
Tech Debt Tracker
Development
Scan codebases for technical debt, score severity, track trends, and generate prioritized remediation plans. Use for tech debt, code quality, refactoring, and legacy modernization.
ROS 2 Engineering Skills
Development
API reference and code template guide for ROS 2 development: nodes, packages, launch files, QoS, ros2_control, Nav2, MoveIt, micro-ROS, and fleet deployment. Includes pitfalls, validation scripts, and platform-specific hooks.
Fish script validation
Development
Validates fish scripts located in config/fish/ by performing syntax checks with fish --no-execute and formatting checks with fish_indent --check. This skill is automatically applied after editing any .fish file to ensure scripts are correct and properly formatted.