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.
git clone --depth 1 https://github.com/cicababba/claude-plugins-marketplaceWrote 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/cicababba/claude-plugins-marketplace/end)<a href="https://agentmods.dev/commands/cicababba/claude-plugins-marketplace/end"><img src="https://agentmods.dev/badge/commands/cicababba/claude-plugins-marketplace/end.svg" alt="Measured on agentmods" 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.00000 | $0.00769 |
| Opus 5 | $0.00000 | $0.00385 |
| Sonnet 5 | $0.00000 | $0.00154 |
| Haiku 4.5 | $0.00000 | $0.00077 |
Grade A, and why
end 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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/end — Finalize Development Session
End the current development session with comprehensive documentation and proper closure.
ABSOLUTE SCOPE & RESTRICTIONS
- This command finalizes and closes a development session
- It computes final Status based on step completion
- It optionally triggers commits, docs, and quality checks
- It clears
.current-sessionto mark session as closed
1. Load Active Session
Skill: Use
session-managerto load the session
- Check
.claude/dev-sessions/.current-session - If empty or missing:
- Filter sessions by Status:
PLANNINGorIN_PROGRESS - If no sessions found: inform user there's nothing to end
- Present filtered list to user for selection
- Filter sessions by Status:
2. Handle Based on Session Status
If Status is PLANNING
Skill: Use
session-managerto update timestamps
- Update
Last Updatedtimestamp - Calculate and update
Duration - Set Status to
READY - Do NOT run commits, docs, or quality checks
- Suggest
/runto start execution - Clear
.current-session
If Status is IN_PROGRESS, READY, or PARTIALLY_COMPLETED
Skill: Use
dev-session-closurefor full closure
Step 2a: Ask User Preferences
- Ask: "Commit completed changes? (Y/N)"
- Ask: "Generate documentation? (Y/N)"
- Ask: "Run code quality check? (Y/N)"
Step 2b: Invoke Closure
Invoke dev-session-closure with:
- Session path
- User preferences:
triggerCommit: User's commit choicetriggerDocs: User's docs choicetriggerQuality: User's quality choicemodifiedFiles: List of files touched in session (from step completion tickets)
The skill will:
- Compute final Status:
- All steps COMPLETED →
COMPLETED - Any steps FAILED →
FAILED - Some NOT_STARTED →
PARTIALLY_COMPLETED
- All steps COMPLETED →
- Update
session.md:- Final Status
- End Time
- Duration
- Last Updated
- If commit requested: Use
git-and-docsskill - If docs requested: Use
git-and-docsskill - If quality requested: Use
dev-quality-reportskill - Clear
.current-session
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.
- 8d ago First seen · 124 lines · 0 tokens per session scan A 50b18ba11323
end is a command published in the GitHub repository cicababba/claude-plugins-marketplace (3 stars, last pushed 9mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 769 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.
Other commands, from other repositories
template
Manage issue templates for streamlined issue creation.
sync-linear
Sync current work with Linear ticket status.
add-note
Add an internal or external note to a ConnectWise PSA ticket.
fest-show
Show festival progression (in-progress tasks, roadmap, and dependency view).
dispatcher
Pick the next-best repo to work on across the portfolio — rank free repos, recommend one, claim its lease atomically, and route to the entry command.
workpm
A project-management workflow for coordinating multiple AI workers through five stages. It includes task assignment, shared activity logs, worker replacement, and final checks.