k-reconcile

k-reconcile is a skill for Claude Code from kunbo928/kflow. It costs 25 tokens per session (287 once invoked), scanned A, original, no licence file.

A project-mapping and context-calibration guide that uses the current code and authoritative project facts as its reference.

In plain words
What is it for?
Use it to update or correct the project map and the background information given to the agent.
Why use it?
It helps keep the agent’s understanding of the project aligned with what the code and official records actually show.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the kflow plugin — 14 skills shipped together

Good fit Use it to update or correct the project map and the background information given to the agent.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kunbo928/kflow/k-reconcile
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.

Any agent
npx skills add kunbo928/kflow --skill k-reconcile
Clone the repo
git clone --depth 1 https://github.com/kunbo928/kflow

Made for: Claude Code.

Or install kflow, the plugin that ships this one along with the rest of its 14 skills.

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 k-reconcile

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/kunbo928/kflow/k-reconcile"><img src="https://agentmods.dev/badge/skills/kunbo928/kflow/k-reconcile.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 287 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 unknown 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.00025 $0.00287
Opus 5 $0.00013 $0.00143
Sonnet 5 $0.00005 $0.00057
Haiku 4.5 $0.00003 $0.00029

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

Security

Grade A, and why

k-reconcile 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.

skills/k-reconcile/SKILL.md · 16 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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 · 16 lines · 25 tokens per session scan A ce227c4e8283

Subscribe to this mod's changes

k-reconcile is a skill published in the GitHub repository kunbo928/kflow (10 stars, last pushed 22d ago), with no licence file. It adds 25 tokens to every session and 287 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.

Related

Other skills, from other repositories

opensrc

Fetch dependency source code to give AI agents deeper implementation context. Use when the agent needs to understand how a library works internally, read source code for a package, fetch implementation details for a dependency, or explore how an npm/PyPI/crates.io package is built. Triggers include "fetch source for"…

vercel-labs/opensrc · 103 tokens

init

Turn on Rekal memory in the current repository by running rekal init. Use when the user asks to initialize or set up Rekal here, or when a rekal command reported the repository is not initialized. Once per repository. Do not offer this merely because a repo lacks a .rekal/ store — most repos do not want one.

rekal-dev/rekal-cli · 75 tokens

install

Install the Rekal binary on this machine. Use when rekal is not on PATH — a command reported command not found — or when the user asks to install Rekal. Once per machine, not per repository; to set up a repo that already has the binary, use the init skill instead.

rekal-dev/rekal-cli · 66 tokens

atomic-wiki

Conversational wiki and capture-bucket routing. Fires when the user wants a place, space, or folder for notes, research, tickets, raw dumps, or knowledge capture — checks the block in /.claude/CLAUDE.md; if the cwd is under a registered realm, creates the folder as a bucket via atomic wiki bucket add rather than a…

damusix/atomic-claude · 204 tokens

rekal

Use in a repo with Rekal initialized (.rekal/ exists). Rekal is memory of prior AI sessions — who changed what, why, and when. Before spending a token, decide WHERE the answer lives: TREE / KNOWLEDGE / LEDGER / MAP. Route to one substrate, act, and stay silent when memory is not the tool. Rekal's commands return…

rekal-dev/rekal-cli · 91 tokens

ackit-context-optimization

Build budgeted context packs and trim instruction bloat for coding agents.

Cynrath/agent-context-kit · 20 tokens