Find the perfect skill
Adversarial Review of Any Artifact
Testing
Adversarial review of any artifact — spec, plan, PR, or prose. Assumes the artifact is wrong, tries to break it, and reports only surviving findings.
Atlan SQL Connector Patterns
Data & AI
Select and apply the correct SQL connector implementation pattern (SDK-default minimal or source-specific custom) for building or extending SQL metadata/query extraction connectors. Helps developers choose between minimal and custom paths based on a decision tree, ensuring consistent implementation of authentication, preflight, workflow map, and transformation behavior.
GitHub Projects Sync
Development
Manages team tasks through GitHub Projects V2 using the GraphQL API. Helps when you need to create, update, query, or sync project items such as issues, pull requests, and status boards. Useful for coordinating work across remote developer agents and tracking feature implementation progress.
Claude-Codex Collaboration
Development
Enable automated collaboration between Claude Code and Codex CLI using Byterover as shared memory. Claude creates plans, invokes Codex for review, and implements based on feedback.
Datagrok UI Building Guidelines
Development
Rules and patterns for building Datagrok UI components, tabs, grids, dialogs, and performance best practices.
Kubernetes Operations
DevOps
Deep integration with Kubernetes clusters for deployments, debugging, and operations. Execute kubectl commands, analyze pod logs/events/resources, generate and validate manifests, and debug cluster issues.
ProofIt design system enforcement
Development
Use for any UI code: always use design system tokens for colors, never hardcode, and keep docs/design.md in sync. Run pnpm check:contrast after color changes.
Driving a SPARDA Behavior Runtime
Development
Drive a compiled SPARDA Behavior Runtime to its full potential. Covers graph-context-first workflow, response-recycling flywheel, circuit-breaker, crystallized circuits, offline Twin simulations, and two-phase confirm protocol for writes.
Substack Printing Press CLI - Manage Publications
Content
Manage your Substack publications from the command line: publish drafts, schedule notes, find swap partners, and measure growth.
Create Reusable Skill from Approach
Productivity
Save a successful custom approach as a reusable skill. Step-by-step guide for capturing, structuring, and validating skills for Claude Code.
Draft Social Media Posts for Blog Frontmatter
Content
Draft or revise X/LinkedIn/Bluesky social copy in a blog post's frontmatter, with self-critique until it passes review.
iOS App Scaffold with SwiftUI
Development
Scaffold a SwiftUI iOS app with offline-first persistence, push notification plumbing, SwiftFormat/SwiftLint, CI, and optional GitHub repo creation.