Find the perfect skill
Add Report Card to ClaudeBar
Development
Guide for adding new report cards to ClaudeBar that analyze local data sources, aggregate metrics, and display comparison deltas.
Run Local Services
Development
Automatically start all development services (backend, frontend, docs) with dependency checking, error diagnosis, and automatic recovery.
Pull Request Review
Development
Review and approve/merge pull requests as a maintainer, with a full workflow including contributor detection and approval actions.
Kotlin Patterns
Development
Conventions and best practices for writing clean Kotlin code, including null safety, immutability, and modern API usage.
Structured Thinking
Development
Rigorous analysis of complex problems or architectural decisions. Helps explore options, evaluate trade-offs (cost, risk, effort), and get an actionable recommendation with concrete next steps.
Create New Skill
Development
Creates a new Claude Code skill with proper SKILL.md structure and frontmatter. Helps automate skill generation by validating the name, creating the directory, and generating the markdown file with step-by-step instructions.
Commit Message Validator
Development
Validates commit messages against the Conventional Commits specification using programmatic validation. Provides instant feedback on message format, type, scope, and subject. Helps enforce team standards in pre-commit hooks, CI/CD pipelines, and code review.
Reviewer Calibration
Development
Run matched A/B reviewer calibration for /f and /factory using the binary-owned dark-factory review controller, with digest-bound receipts to prove fair comparison.
PR lifecycle workflow
Development
Drive PR lifecycle: create, monitor CI checks, analyze Copilot reviews. Triggered by /pr or push.
Output SDK Folder Structure Conventions
Development
Validate and fix folder structure for Output SDK workflows. Ensure migrated workflows follow correct structure conventions.
Palantir Rate Limits
Development
Implement rate limiting, exponential backoff, and request queuing for Palantir Foundry APIs. Handle 429 errors and optimize API throughput.
GraphQL Schema Generator
Development
Generate GraphQL schemas, resolvers, and type definitions. Use when designing GraphQL APIs or documenting GraphQL schemas.