Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add Marcel-Bich/marcel-bich-claude-marketplace/plugin install hydraWrote 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.
[](https://agentmods.dev/commands/marcel-bich/marcel-bich-claude-marketplace/status)<a href="https://agentmods.dev/commands/marcel-bich/marcel-bich-claude-marketplace/status"><img src="https://agentmods.dev/badge/commands/marcel-bich/marcel-bich-claude-marketplace/status/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.
<a href="https://agentmods.dev/commands/marcel-bich/marcel-bich-claude-marketplace/status"><img src="https://agentmods.dev/badge/commands/marcel-bich/marcel-bich-claude-marketplace/status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00012 | $0.00605 |
| Opus 5 | $0.00006 | $0.00302 |
| Sonnet 5 | $0.00002 | $0.00121 |
| Haiku 4.5 | $0.00001 | $0.00060 |
Grade A, and why
status 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 7d 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.
What it actually says
Worktree Status
You are executing the /hydra:status command. Show detailed status of one or all worktrees.
Arguments
$ARGUMENTS- Optional: Name of a specific worktree
Process
1. Get Worktree List
git worktree list --porcelain
2. For Each Worktree (or Only Specified)
Switch to the worktree directory and gather info:
# Status
git -C {worktree-path} status --short
# Last commit
git -C {worktree-path} log -1 --oneline
# Ahead/behind main
git -C {worktree-path} rev-list --left-right --count main...HEAD 2>/dev/null
3. Format Output
All worktrees:
Worktree Status:
[main] /home/user/project
Branch: main
Status: clean
Commit: a1b2c3d - Initial commit (2h ago)
[feature-a] /home/user/project-worktrees/feature-a
Branch: hydra/feature-a
Status: 2 modified, 1 untracked
Commit: d4e5f6g - Add feature A (30m ago)
Ahead: 3 commits | Behind: 0
[feature-b] /home/user/project-worktrees/feature-b
Branch: hydra/feature-b
Status: clean
Commit: h7i8j9k - Implement B (1h ago)
Ahead: 5 commits | Behind: 2
Single worktree (detailed):
Worktree: feature-a
Path: /home/user/project-worktrees/feature-a
Branch: hydra/feature-a
Status:
M src/feature.ts
M tests/feature.test.ts
?? src/new-file.ts
Last Commit:
d4e5f6g - Add feature A
Author: User <[email protected]>
Date: 30 minutes ago
Comparison to main:
Ahead: 3 commits
Behind: 0 commits
4. Error Handling
If worktree not found:
Worktree '{name}' not found.
Available worktrees:
- main (Main)
- feature-a
- feature-b
Show all with: /hydra:list
Notes
- Without argument, all worktrees are shown
- With argument, only the specific one (more detailed)
- "Behind" shows if main has new commits not in the worktree
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.
- 7d ago First seen · 109 lines · 12 tokens per session scan A 6496a8335203
status is a command published in the GitHub repository Marcel-Bich/marcel-bich-claude-marketplace (13 stars, last pushed yesterday), licensed MIT. It adds 12 tokens to every session and 605 once invoked, about $0.0001 per session on Opus 5. 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-09-03.
Other commands, from other repositories
changelog
Generate a changelog entry from git commits since the last tag using conventional commit format.
deploy
Deploy application with pre/post-deploy checks.
init-project
Initialize project with CLAUDE.md template - adaptive detection for new or existing projects.
pull-repos
Pull all repos (parent + marketplace clones + configured project repos).
auto-claude
Invoke Auto-Claude autonomous coding framework for complex feature implementation.
update-counts
Update all hardcoded counts (skills, agents, marketplace repos/skills) across documentation from filesystem.