agent-hivemind: Command for Claude Code

.claude/commands/hv-ticket.md

hv-ticket is a command for Claude Code from lancejames221b/agent-hivemind. It costs 14 tokens per session (880 once invoked), scanned A, original, MIT.

A command-line tool for managing kanban tickets, which are tasks moved through stages such as to do, in progress, and done, inside hAIveMind projects.

In plain words
What is it for?
Use it to create, list, view, update, assign, and delete project tickets, including setting priorities, statuses, descriptions, and notes.
Why use it?
Project work can become difficult to track when tasks, ownership, progress, and related notes are scattered. This provides commands for keeping that work in one ticket system.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is lancejames221b/agent-hivemind's own configuration. It tells Claude Code how to work on agent-hivemind itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything agent-hivemind configures →

Reuse

Borrowing it

Nothing to install: this file belongs to lancejames221b/agent-hivemind. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/lancejames221b/agent-hivemind/master/.claude/commands/hv-ticket.md
Clone the repo
git clone --depth 1 https://github.com/lancejames221b/agent-hivemind

Made for: Claude Code.

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

agentmods badge for hv-ticket

README.md
[![agentmods](https://agentmods.dev/badge/commands/lancejames221b/agent-hivemind/hv-ticket.svg)](https://agentmods.dev/commands/lancejames221b/agent-hivemind/hv-ticket)
Your own site
<a href="https://agentmods.dev/commands/lancejames221b/agent-hivemind/hv-ticket"><img src="https://agentmods.dev/badge/commands/lancejames221b/agent-hivemind/hv-ticket.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 880 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00014 $0.00880
Opus 5 $0.00007 $0.00440
Sonnet 5 $0.00003 $0.00176
Haiku 4.5 $0.00001 $0.00088

Measured 7d ago against content hash 5b874ced67f8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

hv-ticket 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.

.claude/commands/hv-ticket.md · 126 lines

How it starts

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

hv-ticket - hAIveMind Task Management

Purpose

Manage kanban tickets and tasks within hAIveMind projects, with automatic memory integration and cross-agent coordination.

When to Use

  • Create Tasks: Add new tickets to project backlogs
  • Track Progress: Update ticket status and progress
  • Project Coordination: List and organize project work
  • Agent Assignment: Delegate tasks to specific agents
  • Memory Integration: Link tickets to hAIveMind memories

Syntax

hv-ticket <action> [options]

Actions

Create New Ticket

hv-ticket create "Fix authentication bug" --project memory-mcp --priority high
hv-ticket create "Implement search API" --project ewitness --description "Add Elasticsearch search endpoint"

List Project Tickets

hv-ticket list --project memory-mcp
hv-ticket list --status todo --limit 10
hv-ticket list --all

Update Ticket Status

hv-ticket update TICKET_ID --status inprogress
hv-ticket update TICKET_ID --status done --notes "Completed successfully"

Get Ticket Details

hv-ticket get TICKET_ID

Delete Ticket

hv-ticket delete TICKET_ID --confirm

Parameters

  • project: Project ID or name for ticket operations
  • title: Ticket title (required for create)
  • description: Detailed ticket description
  • priority: Task priority (low, medium, high, critical)
  • status: Ticket status (todo, inprogress, inreview, done, cancelled)
  • assignee: Agent ID to assign ticket to
  • tags: Comma-separated tags for organization
  • limit: Maximum number of tickets to return

Integration Features

hAIveMind Memory Integration

  • Automatically stores ticket context in collective memory
  • Links related memories to tickets
  • Enables cross-agent knowledge sharing about ticket progress

Project Coordination

  • Integrates with hAIveMind project management system
  • Tracks ticket relationships and dependencies
  • Enables project-wide progress monitoring

Agent Assignment

  • Supports delegation to specific hAIveMind agents
  • Tracks agent workload and capabilities
  • Enables automatic assignment based on skills

Read the full file on GitHub · 126 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. 7d ago First seen · 126 lines · 0 tokens per session scan A 5b874ced67f8

Subscribe to this mod's changes

hv-ticket is a command published in the GitHub repository lancejames221b/agent-hivemind (7 stars, last pushed 1mo ago), licensed MIT. It adds 14 tokens to every session and 880 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-08-31.