install.sh — Get Started
01 > FindBrowse the catalog for the CRE job you want help with.
02 > InstallDownload the skill and add it to your AI tool.
03 > RunAsk your AI for the task normally. The skill supplies the structure.

All releases and checksums are on GitHub Releases →

install-macos-claude-code.sh
  1. # Claude Code CLI — marketplace install (recommended)
    claude plugin marketplace add mariourquia/cre-skills-plugin
    claude plugin install cre-skills@cre-skills
  2. # Start a new conversation (SessionStart hook fires at start)
    # Verify the plugin loaded:
    claude plugin list
  3. # Test with a real CRE task:
    /cre-skills:cre-route screen this deal
  4. # Alternative — run from a local clone:
    git clone https://github.com/mariourquia/cre-skills-plugin.git
    claude --plugin-dir ./cre-skills-plugin