kaji: Skill for Claude Code

.claude/skills/baseline-precheck/SKILL.md

baseline-precheck is a skill for Claude Code from apokamo/kaji. It costs 26 tokens per session (252 once invoked), scanned A, original, Apache-2.0.

A pre-implementation check that measures a project’s existing pytest test results in a repeatable format. Pytest is a tool for running Python tests.

In plain words
What is it for?
It is for recording a baseline test report, classifying the result as pass or abort, and saving evidence in the project’s Kaji artifacts.
Why use it?
It shows whether the starting test state is clean, has known failures, or is blocked before implementation begins.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is apokamo/kaji's own configuration. It tells Claude Code how to work on kaji 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 kaji configures →

Reuse

Borrowing it

Nothing to install: this file belongs to apokamo/kaji. 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/apokamo/kaji/main/.claude/skills/baseline-precheck/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/apokamo/kaji

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 baseline-precheck

README.md
[![agentmods](https://agentmods.dev/badge/skills/apokamo/kaji/baseline-precheck/github.svg)](https://agentmods.dev/skills/apokamo/kaji/baseline-precheck)
Your own site
<a href="https://agentmods.dev/skills/apokamo/kaji/baseline-precheck"><img src="https://agentmods.dev/badge/skills/apokamo/kaji/baseline-precheck/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.

agentmods 80×15 button for baseline-precheck

Your own site · 80×15
<a href="https://agentmods.dev/skills/apokamo/kaji/baseline-precheck"><img src="https://agentmods.dev/badge/skills/apokamo/kaji/baseline-precheck.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 252 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.00026 $0.00252
Opus 5 $0.00013 $0.00126
Sonnet 5 $0.00005 $0.00050
Haiku 4.5 $0.00003 $0.00025

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

Security

Grade A, and why

baseline-precheck 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.

.claude/skills/baseline-precheck/SKILL.md · 25 lines

What it actually says

Baseline Precheck

設計レビュー PASS 後、実装開始前に agent を起動せず pytest baseline を一度測定する。

入力

  • KAJI_WORKTREE_DIR: 測定対象 worktree
  • KAJI_ISSUE_ID: 証跡コメントの投稿先
  • KAJI_BRANCH_NAME: artifact に記録する branch
  • KAJI_DEFAULT_BRANCH: 実装 commit 判定の基点
  • KAJI_VERDICT_PATH: pure YAML verdict の保存先

出力

構造化 artifact の正本は [worktree]/.kaji-artifacts/baseline/baseline.jsonclean / known_failures は PASS、blocked / invalid は ABORT を返す。詳細ポリシーは docs/dev/baseline-check.md を参照する。

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. 9d ago First seen · 25 lines · 26 tokens per session scan A ef3357ab50f1

Subscribe to this mod's changes

baseline-precheck is a skill published in the GitHub repository apokamo/kaji (12 stars, last pushed yesterday), licensed Apache-2.0. It adds 26 tokens to every session and 252 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.