Find the perfect skill
Code Review
Development
This skill performs quick, focused code reviews on specified files or recent git changes. It checks for bugs, security issues, performance problems, and adherence to best practices, categorizing findings by severity. It helps developers catch issues early and improve code quality efficiently.
Create GitHub Pull Request
Development
Creates or updates a GitHub pull request with Jira integration and Mermaid diagrams. Runs pre-push checks first and stops if they fail. Use when ready to submit code for review or update an existing PR.
Update GitHub Pull Request
Development
Updates an existing GitHub pull request after adding commits, revising the title and body according to a template if available. Helpful after pushing new changes to a branch that already has an open PR.
Claude Code Skill Creator
Development
Generates custom Claude Code skills by creating the folder structure and skill.md file. Helps automate repetitive tasks or add custom slash commands with optional helper scripts and API key handling.
Git Diff - Compare Commits
Development
Displays file-by-file diffs between two commits or between a commit and the working tree, including additions, deletions, and change hunks. Helps with code review, debugging regressions, and understanding history changes.
Create and Edit JSON Canvas Files
Development
Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.
Sandestin Effect Explorer
Development
Explore available effects, actions, and placeholders in a Sandestin project. Use functions like describe, grep, and sample to discover dispatchable items and generate example invocations.
Implement Decisions
Development
Implements one or more proposed decisions by making code changes, adding @decision annotations, and updating decision records. Useful for turning planned decisions into actual code modifications while following project practices and conventions.
Authentication Management
Development
Manages complete authentication flow for MutuaPIX (Laravel Sanctum + Next.js), including secure mock mode and environment configuration validation.
Python Code Assistant
Development
Generates, analyzes, debugs, and tests Python code using only local context. It inspects the Python environment, reads docstrings and offline documentation to craft solutions, and suggests pip or conda commands for missing packages. Helps when you need to produce or improve Python code without internet access.
Structured debugging with session persistence
Development
Structured debugging workflow that uses subagents for isolated investigation, preventing context pollution. It persists sessions, gathers symptoms systematically, and manages checkpoints to resume long debugging sessions efficiently. Helps when debugging complex issues that require deep, iterative exploration without losing progress.
Simple URL Fetch
Development
Fetches content from a given URL using a simple CLI command. Useful for retrieving web pages or documentation as a demonstration of the MCP skill pattern. Returns the fetched content and prints a success message with byte count.