Find the perfect skill
Palantir Foundry API Rate Limits
Development
Implement Palantir Foundry API rate limiting, exponential backoff, and request queuing. Handle 429 errors and optimize API request throughput.
Add Pulumi Provider Package
Development
Guided workflow to add a new provider package to the Pulumi Registry, including validation and metadata.
Stripe Integration
Development
Master Stripe payment integration for robust, PCI-compliant flows: checkout, subscriptions, webhooks, and refunds.
Convert PR Comment into Lint Rule
Development
Generate an automated lint rule from a recurring PR review comment, including tests and annotation.
Diagnosing Bugs
Development
Diagnosis loop for hard bugs and performance regressions. Use when the user reports something broken, throwing, failing, or slow.
Memory Autopilot Agent
Development
Automated memory management middleware that executes the Retrieve-Respond-Save cycle to maintain long-term memory. It silently retrieves relevant context before answering and stores new key information afterward, without requiring explicit user commands. Helps avoid repeating information and ensures conversational continuity.
codex-run — trigger Codex on worktree
Development
Triggers Codex CLI inside a git worktree to implement a prepared prompt/spec, evaluates delivery (score 0-10) and stops for gate.
Manifest: In-Flight ADLC Work
Development
Read-only manifest of in-flight ADLC work from remote: open PRs and pushed feat/REQ-* branches with component/domain overlap. Advisory only.
Sandestin Effect Explorer
Development
Explore available effects, actions, and placeholders in a Sandestin project. Use functions like describe, grep, and sample to discover dispatchable items and generate example invocations.
PR Adapter for EmbodiChain
Development
Adapter skill guiding PR drafting and creation for EmbodiChain, directing to the canonical PR skill.
Advanced TypeScript Types
Development
Master TypeScript's advanced type system: generics, conditional types, mapped types, template literals, and utility types for building type-safe applications.
Scaffold New Next.js Page
Development
Creates a new Next.js page file with a dashboard or auth route group, optional accompanying component, and proper patterns for authentication, organization context, and loading/error states. Helps when adding a new page to the Colophony dashboard while maintaining consistency and best practices.