galley-tools

A set of local plugins for Galley, a workflow for running tasks without constant supervision.

In plain words
What is it for?
Creating, checking, queuing, setting up, and troubleshooting Galley task workflows.
Why use it?
It helps organize Galley tasks and address setup or workflow problems in one place.

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 shinpr/galley
agentmods
npx agentmods add plugins/shinpr/galley/marketplace
Clone the repo
git clone --depth 1 https://github.com/shinpr/galley

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

galley-tools 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 · 27 lines

What it actually says

{
  "name": "galley-tools",
  "owner": {
    "name": "Shinsuke Kagawa"
  },
  "description": "Local Galley workflow plugins.",
  "plugins": [
    {
      "name": "galley",
      "source": "./plugins/galley",
      "description": "Create, validate, queue, set up, and troubleshoot Galley AFK task workflows.",
      "version": "0.1.33",
      "author": {
        "name": "Shinsuke Kagawa",
        "url": "https://github.com/shinpr"
      },
      "category": "Developer Tools",
      "tags": [
        "galley",
        "agent-workflow",
        "task-authoring",
        "afk"
      ]
    }
  ]
}
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 · 27 lines scan A 9482aa51f750

Subscribe to this mod's changes

galley-tools is a plugin published in the GitHub repository shinpr/galley (18 stars, last pushed 6d 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-30.

Related

Other plugins, from other repositories

claude-dynamic-workflows-codex

Run Claude Code dynamic-workflow scripts on a local Codex App Server — fan out Codex/GPT agents with the agent/parallel/pipeline DSL, sessionful steerable workers, supervised fleets (--multi), live viewers, and run analytics.

scasella/claude-dynamic-workflows-codex · not measured

codex-workflows

Codex-backed dynamic workflows for Claude Code: agent fan-outs, sessionful steerable workers, supervised fleets, live run viewers.

scasella/claude-dynamic-workflows-codex · not measured

gonzo

Set up and use Gonzo, the open-source terminal log analysis tool. Detects deployment platforms (Vercel, Supabase, K8s, Docker, AWS, Cloudflare, Fly, Render, Railway, Netlify), generates the right pipe command with platform-specific normalizers, and configures AI analysis. Use when the user wants to tail, watch, stream.

control-theory/gonzo · not measured

gaia-marketplace

Security-first multi-agent orchestration for Claude Code. Distributes the Gaia plugin: specialized agents across the development lifecycle with codebase-aware context injection and risk-classified command gating.

metraton/gaia · not measured

relay

Delegate work packets from a lead Claude Code session to executor sessions in their own iTerm tabs, with session reuse instead of always spawning fresh.

spacegrowth/claude-relay · not measured

ac

Main-agent planning trio (/ac:plan, /ac:execute, /ac:wisdom) with autonomous execution mode plus setup, init, commit commands and skill, agent, command, rule, CLAUDE.md creator skills. Two hooks back the workflow: SessionStart for twin-skill and resume, PreCompact for state preservation.

anilcancakir/claude-code-plugin · not measured