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/synaptiai/synapti-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/synaptiai/synapti-marketplace/gh-start)<a href="https://agentmods.dev/commands/synaptiai/synapti-marketplace/gh-start"><img src="https://agentmods.dev/badge/commands/synaptiai/synapti-marketplace/gh-start/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/synaptiai/synapti-marketplace/gh-start"><img src="https://agentmods.dev/badge/commands/synaptiai/synapti-marketplace/gh-start.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.00000 | $0.01047 |
| Opus 5 | $0.00000 | $0.00524 |
| Sonnet 5 | $0.00000 | $0.00209 |
| Haiku 4.5 | $0.00000 | $0.00105 |
Grade A, and why
gh-start 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.
How it starts
The opening of the file, as written. The whole thing — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Start Work on Issue #$ARGUMENTS
Complete workflow from issue assignment through implementation. Ends with option to create PR via /gh-pr or continue working.
Tool Usage: This workflow uses the AskUserQuestion tool for interactive dialogues at key decision points.
Phase 1: Setup
-
Fetch the issue:
gh issue view $ARGUMENTS -
Fetch all issue comments for full context:
REPO=$(gh repo view --json nameWithOwner --jq '.nameWithOwner') gh api repos/$REPO/issues/$ARGUMENTS/comments --jq '.[] | "---\n**@\(.user.login)** on \(.created_at):\n\(.body)\n"' -
Assign the issue to yourself:
gh issue edit $ARGUMENTS --add-assignee @me -
Ensure on latest main:
git checkout main && git pull origin main -
Determine branch type - If ambiguous, use the AskUserQuestion tool:
When issue type is unclear (could be feature or fix), ask:
- Option 1: "feature/issue-{number}-{desc}" - New functionality
- Option 2: "fix/issue-{number}-{desc}" - Bug fix
- Option 3: "docs/issue-{number}-{desc}" - Documentation only
git checkout -b {branch-name} -
Confirm setup with user before beginning implementation
Phase 2: Implementation
- Work through the issue requirements systematically
- Follow CLAUDE.md guidelines for content patterns
- For plugin changes, ensure plugin.json and marketplace.json stay in sync
- Review Markdown formatting for consistency
Phase 3: Quality Checks
-
Verify all acceptance criteria in the issue are met
-
Run plugin validation (if plugin files changed):
ls plugins/*/ # Check plugin directories exist cat plugins/*/.claude-plugin/plugin.json # Verify plugin.json valid -
Commit with conventional format:
feat:for featuresfix:for bug fixesdocs:for documentationrefactor:for refactoringchore:for maintenance
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.
- 9d ago First seen · 137 lines · 0 tokens per session scan A 2ba04f600d00
gh-start is a command published in the GitHub repository synaptiai/synapti-marketplace (6 stars, last pushed 1mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,047 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
create-worktree
Follow these steps to create a git worktree.
ship
Ship workflow — detect base branch, merge, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR.
document-release
Post-ship documentation update — reads all project docs, cross-references the diff, updates README/ARCHITECTURE/CONTRIBUTING/CLAUDE.md to match what shipped.
deploy
Start Phase 6 — propose a deployment for human approval and, once approved, execute with post-deploy verification.
resolve-review
Resolve reviewer feedback - from GitHub PRs, chat, or any reviewer.
release
Release the plugin — bump version across 4 files, then optionally commit, tag, push, and create a GitHub Release.