Find the perfect skill
Sync Small Superblocks
Development
Check whether the standalone 'small' superblocks in the freeCodeCamp curriculum are in sync with the v9 superblock modules they are derived from, and report every block that was added, moved, or removed.
DCO Sign-off Recovery
Development
Recover from missing DCO sign-off on commits. Covers amending the last commit, fixing older commits via rebase or cherry-pick, and verifying the branch.
Click CLI Scaffolder
Development
Generate complete Click-based Python CLI applications with command groups, context, and modern project structure. Includes best practices for building scalable command-line tools.
Create pull request
Development
Create a branch, atomic commits, and open a pull request with clear, concise messages.
Dependency Upgrade Plan
Development
Creates a dependency upgrade plan by analyzing versions, security vulnerabilities, and breaking changes to suggest safe update paths.
GraphQL Schema Generator
Development
Generate GraphQL schemas, resolvers, and type definitions. Use when designing GraphQL APIs or documenting GraphQL schemas.
Freeze edits to a directory
Development
Restricts Edit and Write operations to a specified directory for the session, blocking changes outside the allowed path. Useful for debugging or scoping changes.
Python Development Patterns
Development
Learn idiomatic Python with PEP 8 standards, type hints, and best practices for readable, maintainable code.
Sprint Parallel Pipeline Orchestrator
Development
Parallel pipeline orchestrator that launches multiple /proceed sessions concurrently, monitors their progress, and reports a unified dashboard. Supports workflow and legacy engines.
Claude Skill Integration
Development
Adapt and integrate a global Claude skill into project development guidelines, not directly into project code.
Reactive Global State Management for React
Development
A simple, secure, and scalable reactive global state management library for React with TypeScript support, persistence, and sync capabilities.
Agent Performance Optimization Workflow
Development
Systematic improvement of existing agents through performance analysis, prompt engineering, and continuous iteration.