Find the perfect skill
Nightly Code Complexity Reduction
Development
Automatically reduces code complexity by applying new lint thresholds, refactoring violating functions, updating thresholds, running tests, committing, and creating a PR.
Move Code Quality Checker
Development
Analyzes Move language packages against the official Move Book Code Quality Checklist. Use for reviewing Move code and checking Move 2024 Edition compliance.
Install a Skill
Development
Installs a staged skill to a plugin, repo, or user-level path.
Debug API in Web SDK
Development
Diagnose HTTP/network/API failures in mParticle Web SDK through systematic request/response inspection and API client debugging.
Create a Pull Request
Development
Commit all changes, push to a new branch, and open a pull request using the repo's PR template. Runs linters before committing and only includes relevant files.
TDD Workflow Patterns
Development
Guide for implementing tasks using Conductor's TDD workflow, managing phase checkpoints, git commits, and the verification protocol.
Run Local Services
Development
Start all local development services (backend, frontend, docs) with dependency checks, port conflict resolution, and automatic recovery.
Strategic DDD Guide
Development
Strategic DDD guide to split the domain into bounded contexts, define ubiquitous language, and analyze module relationships.
Repository Dashboard
Development
Displays repository status with PRs, issues, CI/CD health, and suggested tasks.
Full-Stack Development with Security by Design
Development
Build production-ready corporate B2B websites using Next.js, TypeScript, Prisma, and OWASP security standards. Includes RBAC, input validation, and secure authentication.
Horde & Wave Spawning System
Development
Wave spawning system for Tower Defense and Survival games. Configures waves, enemy types, intervals, and difficulty scaling via ScriptableObjects. Use for timed enemy assaults, Horde Mode, or Boss Waves.
Agent Restore Context
Development
Manage restore context files so skills can survive /clear and /compact. Use to write, delete, check, or list .agent-restore-context-* files.