kitaru-dev

kitaru-dev is a skill for Claude Code, Codex from zenml-io/kitaru. It costs 19 tokens per session (1,624 once invoked), scanned A, original, Apache-2.0.

A development workflow and command guide for the Kitaru project, covering Python setup, checks, tests, command-line features, analytics, and pull requests.

In plain words
What is it for?
Use it for Kitaru development tasks such as running formatting and lint checks, type checking, testing Python files, updating the API specification, or preparing pull requests.
Why use it?
It gives contributors a consistent way to install dependencies, validate changes, run targeted tests, and prepare project updates.

Skill for Claude CodeCodex

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/zenml-io/kitaru/kitaru-dev
Any agent
npx skills add zenml-io/kitaru --skill kitaru-dev
Clone the repo
git clone --depth 1 https://github.com/zenml-io/kitaru

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 kitaru-dev

README.md
[![agentmods](https://agentmods.dev/badge/skills/zenml-io/kitaru/kitaru-dev.svg)](https://agentmods.dev/skills/zenml-io/kitaru/kitaru-dev)
Your own site
<a href="https://agentmods.dev/skills/zenml-io/kitaru/kitaru-dev"><img src="https://agentmods.dev/badge/skills/zenml-io/kitaru/kitaru-dev.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,624 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.00019 $0.01624
Opus 5 $0.00010 $0.00812
Sonnet 5 $0.00004 $0.00325
Haiku 4.5 $0.00002 $0.00162

Measured yesterday against content hash 635d197893f8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

kitaru-dev 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 yesterday.

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.

.agents/skills/kitaru-dev/SKILL.md · 94 lines

How it starts

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

Kitaru Development, CLI, and PR Workflow

Use this when you need the command catalog beyond the daily loop in the root AGENTS.md, or when adding CLI commands, analytics events, or PR descriptions.

Python Workflows

  • uv sync: install the base SDK and development dependencies
  • uv sync --extra cli: include the optional CLI
  • uv sync --extra mcp: include the optional native MCP server
  • uv sync --extra server: include server components
  • uv sync --extra worker: include worker components
  • uv sync --extra otel: include OpenTelemetry integrations
  • just check: run formatting, lint, OpenAPI freshness, typecheck, typos, YAML, actions lint, and links
  • just openapi-check: verify that the committed OpenAPI specification matches the application schema
  • just fix: auto-fix formatting, lint issues, and YAML
  • just test: run the full pytest suite
  • just test tests/test_file.py::test_name: run one targeted test
  • just lint: lint only
  • just typecheck: type check only
  • just typos: typo check only
  • just format-check: check formatting without modifying files
  • just yaml-check: check YAML formatting
  • just actions-lint: lint GitHub Actions workflows; requires actionlint
  • just zizmor: audit GitHub Actions workflow security with zizmor
  • just audit: audit Python dependencies with pip-audit and the documented ignore list
  • just links: check Markdown links offline; requires lychee
  • just links-external: check links including external URLs; slow
  • just example-coverage-audit: validate examples/example-coverage.yaml metadata and waivers
  • just build: build wheel and sdist locally
  • just cli-artifact-smoke: verify clean CLI wheel and source installations
  • just plugin-artifact-smoke: build every default-plugin wheel, load its configured entrypoints, and verify default registration
  • just mcp-schema-check: verify public MCP registry budgets and committed snapshots
  • just mcp-wheel-smoke: verify clean base and [mcp] installs from the wheel under dist/
  • just migration-check: compare Alembic migrations with the ORM schema; requires PostgreSQL

Read the full file on GitHub · 94 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. yesterday Changed · +2 lines 635d197893f8
  2. 5d ago First seen · 92 lines · 19 tokens per session scan A 6dd81d0fef25

Subscribe to this mod's changes

kitaru-dev is a skill published in the GitHub repository zenml-io/kitaru (279 stars, last pushed today), licensed Apache-2.0. It adds 19 tokens to every session and 1,624 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

release

Prepare and publish stable Agent Lightning releases through the repository's version bump, pull-request checks, merge, tag, PyPI trusted-publishing, and versioned-documentation workflows. Use when asked to plan, cut, verify, or explain a release; treat nightly TestPyPI builds as a separate path.

microsoft/agent-lightning · 63 tokens

agent-lightning

Provides the action space, tradeoffs, and evaluation context for improving an editable AI agent against a benchmark while preserving its deployment contract. Use when optimizing agent accuracy, cost, latency, or reliability.

microsoft/agent-lightning · 43 tokens

huggingface-hub

HuggingFace hf CLI: search/download/upload models, datasets.

NousResearch/hermes-agent · 20 tokens

healthchain

Use when building, debugging, or deploying a Python service that touches FHIR resources, EHR APIs, CDS Hooks, clinical documents, or patient data — including writing model or agent output back into a patient record, connecting to Epic/Cerner/Medplum, or serving FHIR tools to an agent over MCP or LangChain.

healthchainai/HealthChain · 71 tokens

Obliteratus

Remove refusal behaviors from open-weight LLMs using OBLITERATUS — mechanistic interpretability techniques (diff-in-means, SVD, whitened SVD, LEACE, SAE decomposition, etc.) to excise guardrails while preserving reasoning. 9 CLI methods, 28 analysis modules, 116 model presets across 5 compute tiers, tournament…

agentic-in/elephant-agent · 103 tokens

AudioCraft

PyTorch library for audio generation including text-to-music (MusicGen) and text-to-sound (AudioGen). Use when you need to generate music from text descriptions, create sound effects, or perform melody-conditioned music generation.

agentic-in/elephant-agent · 49 tokens