Find the perfect skill
Development Planning
Development
This skill creates development plans for a repository, writing them to dev_plans/ with required sections like end user context, architecture diagram, success metrics, and decision contracts. It helps when a user needs a structured plan before implementing changes, ensuring best practices and clear scope.
Interface Design
Development
This skill ensures interfaces for dashboards, admin panels, and tools are built with craft and human intent rather than default patterns. It guides the designer to consider the real person, their goal, and the desired feeling before making design choices, avoiding generic templates.
Database Schema Extraction and ERD Inference
Development
Connects to MySQL, MSSQL, and Oracle databases to extract schema metadata and infer table relationships using FK constraints, naming patterns (_id, _cd, _code, _no), and column matching. Exports the inferred schema as DBML or Mermaid ERD diagrams, useful for reverse-engineering legacy databases or documenting existing data models.
Plutonium Development Guide
Development
This high-level guide provides the foundational rules and conventions for building Plutonium applications. It covers the four-layer resource architecture, essential code generators for resources and portals, and directs developers to more specialized skills for definition fields, policies, and authentication.
Project Management Tool Configuration
Development
Configures the project management tool by guiding selection from supported options, applying the implementation guide, updating way-of-working adoption, and recording the decision. Detects existing configuration and supports reconfiguration.
Prime - Load Project Context
Development
Reads project context files (CLAUDE.md, README.md, ARCHITECTURE.md) and hierarchical rules to understand project structure, code standards, and architecture before assisting. Helps get up to speed quickly in a new project or recall conventions during complex tasks.
Systematic Debugging
Development
Diagnose bugs systematically before proposing fixes. Use when something is broken, failing, erroring, or not working as expected. This skill guides through reproduction, isolation, hypothesis testing, and produces a structured diagnosis with evidence.
Git Commit Workflow
Development
Guides the process of creating clean Git commits: selectively stages files (excluding .env, .pyc, etc.), runs pre-commit hooks (ruff, gitleaks), and formats messages using Conventional Commits. Helps maintain a consistent, secure commit history in any project.
Python Guidelines
Development
Enforces Python coding conventions: imports at the top of the file, underscores for large numbers, minimal __init__.py content, mandatory keyword arguments for functions with more than one parameter, and required parameters without unnecessary defaults. Helps improve readability and consistency in Python codebases.
Claude Command Creator
Development
Interactive specialist assistant for creating well-structured Claude commands with MCP tool integration following Scopecraft conventions.
Fetch Documentation with Context7 MCP
Development
Automatically fetches up-to-date documentation for libraries and frameworks using the Context7 MCP server. It resolves library identifiers, retrieves API usage, setup, and troubleshooting docs, and applies them to ensure code correctness. Best used proactively when working with any dependency to avoid outdated training data.
Code Review
Development
Reviews code changes (local branch, GitHub PR, uncommitted diffs) by running parallel sub-agents for quality, performance, security, and guideline compliance. Helps catch issues before merging, with optional breaking change detection for APIs, schemas, and dependencies.