Find the perfect skill
Guide: Adding a New Skill
Development
Step-by-step guide for creating and integrating a new skill in the system. Covers directory structure, SKILL.md creation with frontmatter, optional router scripts, and testing. Useful for developers adding custom skills to extend functionality.
Dev Manager
Development
Orchestrate multiple dev agents on a single story, decompose into tasks, monitor and intervene on collision or drift.
Do Workflow
Development
Perform an end-to-end task: research, implement, run CI, open a PR, and ship. Mostly autonomous with optional review pauses.
OpenSCAD Context Loader
Development
Loads an OpenSCAD file and recursively parses its dependencies (use/include), resolving library paths and extracting the API surface (modules, functions, parameters). Helps debug rendering errors and understand module dependencies before refactoring.
Claude Code Project Setup
Development
Guide for setting up projects to work optimally with Claude Code, covering directory structure, settings, permissions, and best practices for team collaboration.
Ruby Pro - Advanced Development
Development
Write idiomatic Ruby code with metaprogramming, Rails patterns, and performance optimization. Specializes in Ruby on Rails, gem development, and testing frameworks.
Rive Interactive - State Machine Vector Animation
Development
Rive is a state machine-based vector animation platform for creating interactive animations with runtime control. It supports inputs, ViewModel data binding, and custom events, enabling complex state transitions and two-way communication between code and animations. Use this skill when building interactive UI components, data-driven visualizations, or animations that respond to user input.
TypeScript Advanced Patterns
Development
Write precise TypeScript with generic constraints, conditional types, mapped types, branded types, discriminated unions, and more. Covers TypeScript 5.0+ features.
Palantir Rate Limits
Development
Implement Palantir Foundry API rate limiting with exponential backoff, request queuing, and monitoring to handle 429 errors and optimize throughput.
Merge Pipe-Format Blocks
Development
Merges multiple pipe-format blocks from the conversation context into a single unified output. It deduplicates items by title or content overlap, combines source attributions, upgrades confidence when multiple sources confirm a finding, and adds a merge summary section. Useful after running /gather multiple times or parallel primitives to consolidate scattered findings.
ZSH Completion System
Development
Patterns and conventions for writing custom ZSH completion files. Comprehensive guide covering file structure, function registration, and options management.
Do - Execute Scrum Board Tasks
Development
Executes tasks from a scrum board by reading project/todo.md, resolving context, breaking down epics/stories, and driving a developer agent through implementation. Loops until all tasks done or user exits.