Find the perfect skill
Test Retry Configuration
Testing
Automated assistance for configuring test retries, including best practices and code examples.
Documentation Sync
Documentation
Keep repo docs up-to-date with code changes. Update README, docs, and ADRs in the same change.
New workbench skill
DevOps
Starts a new skill in platform-owner mode, following the playbook and gates. Requires approval before implementation.
Universal Design
Development
Principles of universal design to create products usable by everyone without adaptation. Covers the 7 principles and their application to digital design.
IO Conversion
Data & AI
Open, convert, export, and validate tabular data with Vaex. Covers CSV, Arrow, Parquet, Feather, HDF5 and local or optional remote data sources.
OpenClaw Mac Mini Setup
DevOps
Guides users through setting up an OpenClaw agent on a Mac Mini with a dedicated user account, Slack integration, and security configuration. Use this skill when users need to create isolated agent accounts, configure Slack integration, or follow security best practices for OpenClaw. It covers step-by-step setup from user creation to testing in Slack.
Documentation Tools
Documentation
Lists available Claude Code commands for the Pulumi Docs repository, grouped by category.
Godot GDScript Patterns and Architecture
Development
Provides production patterns for Godot 4.x GDScript covering architecture, signals, scenes, state machines, and optimization. Helps when building Godot games, implementing game systems, or learning best practices. Use for designing scene architecture and managing game state.
Initialize Linear Integration
Development
Set up the Linear integration for this project. Verifies API key, selects team, and persists team and workflow state.
Native iOS Development with Swift/SwiftUI
Development
Expert in native iOS development with Swift 6 and SwiftUI. Specializes in modern architectures, Core Data, networking, and App Store optimization.
Create Claude Skill
Development
Guides through creating a new Claude Skill, from concept to packaged distribution. It helps define the skill's purpose, set up the file structure, create resources, and validate the final package. Ideal when you need to build a reusable skill for Claude following best practices.
Temporal Python Testing Strategies
Testing
Comprehensive testing strategies for Temporal workflows in Python using pytest, time-skipping, and mocking. Covers unit tests, integration tests, replay testing, and local development setup. Helps ensure workflow reliability and validate determinism for production changes.