My Claude Skills

My Claude Skills from josh-gree/my-claude-skills.

by @josh-gree 4 skills

Skills in this plugin

4
  1. Review Pr · josh-gree
    Review a pull request using Google's code review principles. Takes a PR number or auto-detects from current branch. Use when the user wants to review a PR, check PR changes, or says "/review-pr 123".
    1 install
  2. Codebase Map · josh-gree
    Generate a structural overview and dependency diagram of the codebase. Use when the user wants to understand codebase structure, visualise architecture, or says "/codebase-map".
    1 install
  3. Edit And Commit · josh-gree
    IMPORTANT - Use this skill proactively whenever you need to edit files and commit changes. Automatically runs roborev pre-commit review and creates atomic commits. Use this instead of Edit+Bash for git operations. Required for all file modifications that should be committed.
    1 install
  4. Setup Maturin Lib · josh-gree bundle
    Sets up a new Rust/Python hybrid library project using maturin and uv. Creates project structure with PyO3 bindings, installs dev dependencies, and optionally configures git remote. Use when the user wants to initialise a Python library with Rust extensions.
    1 install