Find the perfect skill
Skill Validation and Review
Development
Validates and reviews skills against the Agent Skills specification. Checks YAML syntax, naming, description quality, file structure, and best practices. Provides improvement suggestions with examples.
Create PR
Development
Create well-structured, reviewer-friendly pull requests using gh pr create.
Review Implementation and Update Task Status
Development
Perform a structured code review of completed implementation, validate against specifications, and update task status in tasks.md.
ChannelTalk Agent CLI
Development
Interact with Channel Talk workspaces via a zero-config CLI. Extract credentials from the desktop app automatically, send and read messages, manage groups and chats.
Generate PR Description
Development
Analyzes branch changes and generates a fully populated PR description ready for GitHub, including breaking-change detection and a checklist.
Global Project Conventions
Development
Follow project-wide development conventions for consistent structure, documentation, version control, configuration, and dependencies.
Monorepo Setup Wizard
Development
Configure monorepo tooling with Turborepo, Nx, or pnpm workspaces including shared packages and CI optimization.
FakePeekskill - Fake Quantum Backend
Development
Simulates a 27-qubit quantum processor for testing quantum programs without real hardware. Useful for developing and debugging quantum circuits in a local environment.
GitHub Expert - Calculadora BMC
Development
GitHub operations expert for the Calculadora-BMC repo. Covers branches, commits, PRs, CI workflows, review flow, and merge policy.
Scaffold dbt-lineage product skill
Development
Scaffolds a new product skill for the dbt-lineage Claude Code plugin, matching repo conventions. Generates SKILL.md, updates README, and verifies CLI surface.
Workflow Patterns
Development
Guide for implementing tasks using Conductor's TDD workflow, managing phase checkpoints, handling git commits, and executing the verification protocol.
Python Full Dependency Tree Resolution
Development
Resolves and returns the complete set of packages installed for a given Python package, including all transitive dependencies. Respects environment markers for a specific Python version.