CLAUDE

CLAUDE is a command for Claude Code from d-mariano/spicyclaude. It costs 0 tokens per session (960 once invoked), scanned A, original, MIT.

A collection of custom slash commands for Claude Code, where a slash command expands into a saved prompt and workflow. Commands can accept arguments, restrict which tools they use, and specify output locations.

In plain words
What is it for?
Researching a codebase or topic, creating implementation plans from product requirements, and executing planned development work through commands such as /research, /plan, and /execute.
Why use it?
It makes repeated development workflows consistent and easier to start without rewriting the same detailed instructions each time.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md). Also seen: mentions CLAUDE.md; names the SlashCommand tool; positional $N argument.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/dave/.claude/CLAUDE.md.

Good fit Researching a codebase or topic, creating implementation plans from product requirements, and executing planned development work through commands such as /research, /plan, and /execute.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for CLAUDE

README.md
[![agentmods](https://agentmods.dev/badge/commands/d-mariano/spicyclaude/claude/github.svg)](https://agentmods.dev/commands/d-mariano/spicyclaude/claude)
Your own site
<a href="https://agentmods.dev/commands/d-mariano/spicyclaude/claude"><img src="https://agentmods.dev/badge/commands/d-mariano/spicyclaude/claude/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for CLAUDE

Your own site · 80×15
<a href="https://agentmods.dev/commands/d-mariano/spicyclaude/claude"><img src="https://agentmods.dev/badge/commands/d-mariano/spicyclaude/claude.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 960 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00960
Opus 5 $0.00000 $0.00480
Sonnet 5 $0.00000 $0.00192
Haiku 4.5 $0.00000 $0.00096

Measured 9d ago against content hash c329c964b677, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

CLAUDE 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 9d 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.

commands/CLAUDE.md · 93 lines

How it starts

The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Claude Code Slash Commands

Overview

This directory contains custom slash command definitions for Claude Code. Slash commands are user-defined operations that expand to full prompts, enabling consistent workflows and specialized task execution.

Architecture

Command Configuration Format

Commands are defined using markdown files with YAML frontmatter:

  • allowed-tools: List of tools the command can use (supports wildcards like Bash(git add:*))
  • argument-hint: Optional parameter hints shown to users (e.g., [topic], [prd] [research])
  • description: Brief explanation of the command's purpose

Command Body

The markdown body contains the prompt template with parameter placeholders:

  • $1, $2, etc. reference command arguments
  • Commands can include instructions, constraints, and output formatting
  • Can specify file paths for output (e.g., /context/{feature|branch}/plan.md)

Available Commands

Development Workflow

  • research (research.md): Explore codebase and conduct web searches to understand a topic or PRD without writing code
  • plan (plan.md): Create detailed implementation plan based on PRD and research
  • execute (execute.md): Write elegant code implementing the plan, respecting CLAUDE.md principles
  • explore (explore.md): Alternative research command for gaining context

Code Quality

  • pragmatic-code-review (pragmatic-code-review.md): Conduct pragmatic code review on current branch
  • design-review (design-review.md): Comprehensive UI/UX design review with automated testing
  • simplify (simplify.md): Refactor and simplify code

Utilities

  • crawl (crawl.md): Generate/update CLAUDE.md documentation files
  • pr (pr.md): Create pull request workflow
  • next (next.md): Determine next steps
  • quick (quick.md): Quick task execution

Custom Development Workflows

  • my-developer-plan (my-developer-plan.md): Custom planning workflow
  • my-developer-review (my-developer-review.md): Custom review workflow

Read the full file on GitHub · 93 lines

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. 9d ago First seen · 93 lines · 0 tokens per session scan A c329c964b677

Subscribe to this mod's changes

CLAUDE is a command published in the GitHub repository d-mariano/spicyclaude (5 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 960 tokens. 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.