Find the perfect skill
CoreWeave Development Environment Setup
Development
Sets up the CoreWeave development environment and manages local CKS clusters. Use it to install tools like kubectl, helm, and kind, or to start/stop a local Kubernetes cluster. Helps new engineers quickly prepare their workstation.
Palantir Foundry Rate Limits
Development
Implement rate limiting, exponential backoff, and request queuing for the Palantir Foundry API, with handling of 429 errors.
Sync and Archive Skills
Development
Archive a specific skill or all discovered skills from source into the ai-agent-kit archive, automatically bundling companion commands and sub-skills.
Palantir Foundry API Rate Limits
Development
Implement Palantir Foundry API rate limiting with exponential backoff and request queuing. Handles 429 errors and optimizes API request throughput.
Modern Java 21+ Expert
Development
Comprehensive skill for modern Java 21+ development, covering virtual threads, Spring Boot 3.x, GraalVM, and performance optimization.
Production-Ready REST API Development
Development
Design, secure, test, and deploy REST APIs using contract-first principles and production best practices.
Internbot Developer Setup
Development
Set up Internbot for development. Follow steps to create a Slack app, configure tokens, set up reports repo, and run the bot.
Systematic Debugging
Development
Systematic debugging with hypothesis-driven investigation. Use when something is broken, tests fail, or errors need investigation. The process includes assessing the issue, isolating the root cause with hypotheses, applying minimal fixes, and adding regression tests to prevent recurrence.
Datagrok UI Building Guidelines
Development
Guidelines for building UI components, viewers, and drag-and-drop in Datagrok TypeScript packages. Covers tabs, grids, dialogs, menus, and performance.
Workflow Patterns
Development
Guide for implementing tasks using Conductor's TDD workflow, managing phase checkpoints, git commits, and verification protocol.
Ship It: Commit and Open a PR
Development
Automates finalizing your work: quality checks, meaningful commits, and pull request creation with user approval checkpoints.
GraphQL Schema Generator
Development
Generate GraphQL schemas, resolvers, and type definitions. Use when designing GraphQL APIs or documenting GraphQL schemas.