spree

The official Spree Commerce add-on for Claude Code, supporting Spree, an open-source system for building online stores. It includes task-specific guides, an expert helper, commands, and checks for risky database commands and hardcoded secrets.

In plain words
What is it for?
Use it when developing on Spree projects, asking for Spree-specific help, checking an upgrade, or guarding against destructive database actions and exposed secrets.
Why use it?
It gives coding sessions focused guidance for Spree work and flags two common safety problems while changes are being made.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add spree/agent-skills
agentmods
npx agentmods add plugins/spree/agent-skills/marketplace
Clone the repo
git clone --depth 1 https://github.com/spree/agent-skills

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

spree scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/marketplace.json · 16 lines

What it actually says

{
  "name": "spree",
  "description": "Official Spree Commerce plugin marketplace \u2014 skills, the spree-expert subagent, slash commands, and safety hooks for building on Spree.",
  "owner": {
    "name": "Vendo Connect Inc.",
    "url": "https://spreecommerce.org"
  },
  "plugins": [
    {
      "name": "spree",
      "source": "./",
      "description": "Claude Code support for Spree Commerce projects \u2014 26 skills, the spree-expert subagent, two slash commands (/spree:doctor, /spree:audit-upgrade), and two safety hooks (block destructive db commands, warn on hardcoded secrets)."
    }
  ]
}
Files

What ships with it

1 file beside marketplace.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 16 lines scan A 8a014b57502b

Subscribe to this mod's changes

spree is a plugin published in the GitHub repository spree/agent-skills (4 stars, last pushed 1mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other plugins, from other repositories

skillopt-sleep

SkillOpt-Sleep: give your local Claude agent a nightly sleep cycle that reviews past sessions and consolidates validated memory + skills.

microsoft/SkillOpt · not measured

agent-teams

Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams.

wshobson/agents · not measured

agency-os

Run your work like an AI agency, from a single Notion board. Agents discuss, plan, and execute tasks in parallel with dependency ordering and model routing.

jeremylongshore/tons-of-skills-marketplace · not measured

skarn-guard

Real-time guard on five Claude Code pre-execution hook events (tool calls, permission decisions, submitted and expanded prompts, and subagent creation) plus a response-end advisory that flags an action leaking a secret, installing a malicious package, or exfiltrating data, plus the skarn-audit skill (scan sessions and.

skarn-security/agent-guard · not measured

noisy-tools-in-subagent

Forces noisy commands (builds, tests, linters, static analysis) to run inside a Sonnet subagent instead of the main context, preserving main-agent tokens.

fprochazka/claude-code-plugins · not measured

forge

A generator: it interviews an organization and emits a standalone, org-owned Claude Code plugin (the org's agent harness) aligned to how that org actually works. Karpathy-schema wiki + role/subagent pattern + skill verbs + tool adapters + the operating model. Re-emit to upgrade; never fork.

ktoulgaridis/forge · not measured