Find the perfect skill
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.
Write a New Skill from Scratch
Development
Author a new skill from scratch with paired trigger fixtures and full validation. Use when adding a skill with no upstream source.
Integrate Claude Skill into Project Guidelines
Development
Adapt and integrate a Claude global skill into your project's development guidelines, not directly into project code. Uses Trellis to read skill content and update documentation and examples.
Genesis Site Design
Development
Design and build Genesis' B2B SaaS marketing website with focus on layout, information architecture, and proof.
Create a pull request with labels and description
Development
Push branch and create a PR with concise description and appropriate labels.
Create or update pull request
Development
Create or update a pull request for the current git changes. Use when the user wants a PR, commit/push for review, or gh pr create flow.
Brainstorming Into Structured Design
Development
Structured facilitation to clarify, explore, and validate design ideas (new features, algorithms, architecture decisions) before any implementation begins. Use when the user has a vague idea that needs refinement into a concrete plan, or when you need to systematically explore trade-offs without premature coding.
Trellis Brainstorm: Requirements Discovery
Development
Guides collaborative requirements discovery before implementation. Asks questions one at a time, researches technical choices, and converges on MVP scope.
Release Workflow
Development
Automate version bump, commit, tag, and GitHub release creation.