contribute

A guided command for sending improvements from your project back to the toolkit, such as bug reports, code changes, skills, templates, or examples.

In plain words
What is it for?
Use it to create GitHub issues, prepare improvements, package new skills, generalize templates, or share example projects.
Why use it?
It helps you contribute useful changes without accidentally sharing private project files.

Command 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.

agentmods
npx agentmods add commands/digitalsamba/claude-code-video-toolkit/contribute
Clone the repo
git clone --depth 1 https://github.com/digitalsamba/claude-code-video-toolkit

Made for: Claude Code.

Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,389 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. Scan, not verified.
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 $0.00011 $0.02389
Opus 5 $0.00005 $0.01195
Sonnet 5 $0.00002 $0.00478
Haiku 4.5 $0.00001 $0.00239

Measured 3d ago against content hash adeef2da993d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

contribute scanned grade C with 1 finding 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 3d 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

rm -rf examples/{name}/remotion/public/demos/*.mp4 2>/dev/null
.claude/commands/contribute.md · 462 lines

How it starts

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

Contribute

Help users contribute improvements back to the toolkit without sharing their private project work.

Entry Point

When invoked, determine the contribution type:

How would you like to contribute?

  1. **Report an issue** - Bug, missing feature, or question
  2. **Submit an improvement** - PR for command, skill, template, or docs
  3. **Share a new skill** - Package domain knowledge you've developed
  4. **Share a template** - Generalize a project into a reusable template
  5. **Share an example project** - Showcase a real project (configs + scripts, no large media)

Which would you like to do?

Option 1: Report an Issue

I'll help you create a GitHub issue.

What type of issue?
  1. 🐛 Bug report
  2. 💡 Feature request
  3. 📝 Documentation improvement
  4. ❓ Question

Describe the issue:

Then generate issue with gh issue create:

gh issue create \
  --repo digitalsamba/claude-code-video-toolkit \
  --title "Bug: description" \
  --body "## Description

[User's description]

## Steps to Reproduce

[If bug]

## Expected Behavior

[If bug]

---
Reported via /contribute command"

Option 2: Submit an Improvement

Step 1: Verify Safety

Let me check what would be shared...

✅ Safe to share:
   .claude/commands/video.md (modified)
   .claude/skills/ffmpeg/SKILL.md (modified)

❌ Ignored (stays private):
   projects/ (your video work)
   assets/voices/ (your voice samples)
   .env (secrets)

Does this look right?

Step 2: Create Branch & Commit

# Show current status
git status

# Create branch
git checkout -b improve/short-description

# Stage toolkit files only
git add .claude/ templates/ lib/ docs/ _internal/ tools/ brands/default/

# Commit with description
git commit -m "$(cat <<'EOF'
Improve: short description

Longer description of what changed and why.

🤖 Generated with Claude Code
EOF
)"

Step 3: Create PR

gh pr create \
  --title "Improve: short description" \
  --body "$(cat <<'EOF'
## Summary

What this PR improves.

## Changes

- Change 1
- Change 2

## Testing

How to test the improvement.

---
🤖 Generated with Claude Code
EOF
)"

Read the full file on GitHub · 462 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. 3d ago First seen · 462 lines · 11 tokens per session scan C adeef2da993d

Subscribe to this mod's changes

contribute is a command published in the GitHub repository digitalsamba/claude-code-video-toolkit (2,035 stars, last pushed 2d ago), licensed MIT. It adds 11 tokens to every session and 2,389 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.