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.
npx agentmods add commands/alirezarezvani/claudeforge/create-prgit clone --depth 1 https://github.com/alirezarezvani/ClaudeForgeWhat 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 | $0.00006 | $0.01062 |
| Opus 5 | $0.00003 | $0.00531 |
| Sonnet 5 | $0.00001 | $0.00212 |
| Haiku 4.5 | $0.00001 | $0.00106 |
Grade A, and why
create-pr 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.
How it starts
The opening of the file, as written. The whole thing — 185 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Create Pull Request
You are helping the user create a pull request that follows ClaudeForge conventions.
Workflow
-
Detect Current Branch
CURRENT_BRANCH=$(git branch --show-current) echo "Current branch: $CURRENT_BRANCH" -
Determine Target Branch
- If current branch starts with
feature/,fix/,hotfix/,test/,refactor/,docs/:- Target:
dev
- Target:
- If current branch is
dev:- Target:
main(release PR)
- Target:
- Otherwise: Ask user
- If current branch starts with
-
Validate Branch Name
- Check if branch follows convention
- If not, suggest renaming:
git branch -m feature/new-name
-
Check for Uncommitted Changes
git status --short- If changes exist, suggest committing first
-
Push Branch (if needed)
git push -u origin $CURRENT_BRANCH -
Generate PR Title
- Based on commits since target branch
- Must follow Conventional Commits format
- Examples:
feat(installer): add Windows PowerShell supportfix(skill): correct template selection logicdocs: update installation guide
-
Generate PR Description
Use PR template format:
## Description [Describe changes] ## Type of Change - [x] [Selected type] ## Related Issues Closes #[issue number] ## Changes Made - Change 1 - Change 2 ## Testing Performed - [x] Tested installation - [x] Tested slash command ... -
Create PR
gh pr create \ --base [target branch] \ --title "[PR title]" \ --body "[PR description]"Or for draft:
gh pr create --draft \ --base [target branch] \ --title "[PR title]" \ --body "[PR description]" -
Post-Creation
- Show PR URL
- Explain what workflows will run:
- For PR to dev:
pr-into-dev.yml - For PR to main:
dev-to-main.yml
- For PR to dev:
- Link to workflow documentation
Validation Checklist
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.
- 2d ago First seen · 185 lines · 6 tokens per session scan A a6287a1c1bbf
create-pr is a command published in the GitHub repository alirezarezvani/ClaudeForge (422 stars, last pushed 3mo ago), licensed MIT. It adds 6 tokens to every session and 1,062 once invoked, about $0.0000 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-08-30.
Other commands, from other repositories
implement
Execute phased implementation with validation gates.
workflow-claude-commands
Track Claude Code commands report changes and find what needs updating.
weather-orchestrator
Fetch Dubai weather and create an SVG weather card.
ingest
Ingest source material into an active wiki. Accepts URLs, file paths, PDFs, freeform text, or processes the inbox. Supports tweets via Grok MCP.
output
Generate output artifacts from active wiki content — summaries, reports, study guides, slide outlines, timelines, glossaries, comparisons. Outputs are filed back into the wiki.
portfolio
Show a read-only hub-wide portfolio of canonical Ideas and active Projects without duplicating topic-owned records.