claude-code

claude-code is a skill for Claude Code, Codex from Open-Curiosity/gini-agent. It costs 23 tokens per session (1,116 once invoked), scanned A, original, MIT.

A guide for delegating repository work to Claude Code, Anthropic's coding-agent command-line tool. It covers installation, authentication, health checks, and when to use a separate agent session.

In plain words
What is it for?
Use it for independent implementation passes, code reviews, test runs, repository edits, and multi-step follow-up work in a repo or isolated worktree.
Why use it?
It helps you hand off larger coding tasks while keeping repository changes, approvals, and command activity under control.

Skill for Claude CodeCodex

About the project

Gini Agent is a personal AI-agent runtime that manages conversations, runs, tasks, approvals, memory, skills, jobs, tools, traces, audit events, and runtime health across its clients. It is for an agent that can remember, learn from task outcomes, and operate through desktop or mobile interfaces with user controls. Catalogue add-ons extend the runtime with skills and instructions.

Open-Curiosity/gini-agent · 1,869 stars · on GitHub

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 skills/open-curiosity/gini-agent/claude-code
Any agent
npx skills add Open-Curiosity/gini-agent --skill claude-code
Clone the repo
git clone --depth 1 https://github.com/Open-Curiosity/gini-agent

Made for: Claude Code, Codex.

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 claude-code

README.md
[![agentmods](https://agentmods.dev/badge/skills/open-curiosity/gini-agent/claude-code.svg)](https://agentmods.dev/skills/open-curiosity/gini-agent/claude-code)
Your own site
<a href="https://agentmods.dev/skills/open-curiosity/gini-agent/claude-code"><img src="https://agentmods.dev/badge/skills/open-curiosity/gini-agent/claude-code.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,116 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00023 $0.01116
Opus 5 $0.00012 $0.00558
Sonnet 5 $0.00005 $0.00223
Haiku 4.5 $0.00002 $0.00112

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

Security

Grade A, and why

claude-code 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 5d 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.

skills/agents/claude-code/SKILL.md · 151 lines

How it starts

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

Claude Code CLI

Use Claude Code when the user wants another coding agent to edit a repository, review a diff, run tests, or carry an implementation through multiple turns. Gini should still own the visible approval, audit, and trace boundary around the shell commands it runs.

Prerequisites

  • Install: npm install -g @anthropic-ai/claude-code
  • Authenticate with claude or claude auth login.
  • Check health with claude doctor.
  • Check auth with claude auth status --text.

When to Use

  • User asks to delegate to Claude Code or wants an independent coding pass.
  • The task is large enough to benefit from a separate agent loop.
  • The work can be done inside a repo, branch, or isolated worktree.
  • A multi-turn session is useful for iterative implementation, review, and follow-up fixes.

When NOT to Use

  • Gini can safely make the edit directly in one short pass.
  • The task requires private credentials or destructive commands without clear user approval.
  • The repo already has a running agent editing the same files.

Use print mode for non-interactive automation. It runs once and exits, which makes it the default choice for Gini-triggered delegation.

claude -p "Find the failing route test, patch the smallest fix, and run that test." --allowedTools "Read,Edit,Bash" --max-turns 10

Review a diff:

git diff origin/main...HEAD | claude -p "Review this diff for correctness bugs and missing tests. Return findings only." --max-turns 1

Produce structured output:

claude -p "List risky files in this change" --output-format json --max-turns 3

Use --max-turns for bounded automation and --allowedTools when the task should only read, edit, or run selected command classes.

Interactive Tmux Mode

Use tmux when the user wants a live multi-turn Claude Code session.

tmux new-session -d -s claude-gini -x 140 -y 40
tmux send-keys -t claude-gini 'cd /path/to/repo && claude' Enter
sleep 5
tmux capture-pane -t claude-gini -p -S -80
tmux send-keys -t claude-gini 'Implement the settings cleanup, then stop for review.' Enter

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

Subscribe to this mod's changes

claude-code is a skill published in the GitHub repository Open-Curiosity/gini-agent (1,869 stars, last pushed 1mo ago), licensed MIT. It adds 23 tokens to every session and 1,116 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-30.

Related

Other skills, from other repositories

gno

Search local documents, files, notes, and knowledge bases. Index directories, search with BM25/vector/hybrid, get AI answers with citations. Use when user wants to search files, find documents, query notes, look up information in local folders, index a directory, set up document search, build a knowledge base, needs…

gmickel/gno · 86 tokens

vibelution-continuous-optimization-loop

Runs one evidence-driven Vibelution optimization iteration from the ROI backlog: pick one todo item, worktree isolate, implement, machine-verify, merge, update STATE. Use when the user starts /loop for project improvement, continuous optimization, or agent-dev ROI backlog work.

CCDawn/Vibelution · 65 tokens

personal-assistant

Use this skill whenever the user acts like Bamboo is their personal assistant. Triggers include stating commitments, deadlines, appointments, or recurring routines ("remind me to...", "I need to... by Friday", "every Monday I..."), asking to be reminded of something, agenda questions ("what's on my plate", "what's due…

bigduu/Bamboo-agent · 137 tokens

review

Review code changes, pull requests, patches, or a scoped code area for actionable correctness, security, compatibility, and test risks with file and line evidence. Use for review or audit requests; do not use for general proofreading, feature implementation, or debugging a reported failure when the user wants a fix.

bigduu/Bamboo-agent · 62 tokens

debug

Diagnose a concrete failure, regression, crash, hang, flaky test, or incorrect runtime behavior by reproducing it, testing hypotheses, and identifying the evidence-backed root cause. Use when symptoms or failing output exist; do not use for feature implementation without a failure, general code review, or a conceptual…

bigduu/Bamboo-agent · 64 tokens

plan

Build an executable implementation, migration, or rollout plan from read-only repository exploration, including constraints, dependencies, ordered changes, verification, risks, and rollback points. Use when the user asks for a plan or decomposition before implementation; do not use when they want a small change…

bigduu/Bamboo-agent · 68 tokens