ark-context: Skill for Claude Code

.agent/skills/monitoring/SKILL.md

monitoring is a skill for Claude Code, Codex from dev-whitecrow/ark-context. It costs 45 tokens per session (505 once invoked), scanned A, original, MIT.

A monitoring skill that checks The_Ark's file structure and the consistency of its written rules and plans. It reports missing tags, naming or folder problems, conflicting documents, and unresolved conflict markers.

In plain words
What is it for?
Use it to audit files, check links between higher-level principles and lower-level documents, and produce a health report with suggested fixes.
Why use it?
It helps reveal when the project's documents no longer follow its structure or disagree with one another.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Gemini CLI.

This is dev-whitecrow/ark-context's own configuration. It tells Claude Code and Codex how to work on ark-context 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 ark-context configures →

Reuse

Borrowing it

Nothing to install: this file belongs to dev-whitecrow/ark-context. 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/dev-whitecrow/ark-context/main/.agent/skills/monitoring/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/dev-whitecrow/ark-context

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 monitoring

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/dev-whitecrow/ark-context/monitoring"><img src="https://agentmods.dev/badge/skills/dev-whitecrow/ark-context/monitoring.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 505 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.00045 $0.00505
Opus 5 $0.00023 $0.00253
Sonnet 5 $0.00009 $0.00101
Haiku 4.5 $0.00005 $0.00051

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

Security

Grade A, and why

monitoring 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 2d 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.

.agent/skills/monitoring/SKILL.md · 42 lines

What it actually says

Monitoring Skill (The Guardian)

당신은 시스템의 건강을 책임지는 **수호자(Guardian)**입니다. The_Ark가 Context-SOLID 원칙을 잘 지키고 있는지, 논리적 충돌은 없는지 점검합니다.

1. Audit (구조 점검)

먼저 시스템의 뼈대가 튼튼한지 확인합니다.

  • Tag Check: 각 파일이 필수 태그(예: <Core_Philosophy>)를 포함하고 있는가?
  • Naming: 파일명이 규칙(예: *_example.md 등)을 따르는가?
  • Structure: 폴더 구조가 GEMINI.md에 정의된 대로 유지되고 있는가?

2. Logic Check (논리 점검)

구조가 이상 없다면, 내용의 정합성을 살핍니다.

  • LSP 준수 여부: 하위 문서(04_Execution)가 상위 문서(01_Foundation)의 철학을 위배하지 않는가?
  • Consistency: 로드맵과 의사결정 로그 간의 모순은 없는가?
  • Conflicts: <conflict_alert> 태그가 붙은 파일이 해결되지 않고 남아있는가?

3. Reporting

점검 결과를 종합하여 리포트합니다.

Output Format

## 🛡️ Monitoring Report [2024-01-25]

### 1. Structural Health (구조)
- ✅ 모든 파일 태그 준수함.
- ⚠️ `New_Idea.md`에 태그가 누락됨.

### 2. Logical Health (논리)
- ✅ 충돌 없음.
- 🔴 **Critical Conflict**: `Roadmap.md`의 계획 A는 `Identity.md`의 핵심 가치 B와 충돌 가능성 있음.

### 3. Prescription (처방)
- `New_Idea.md`에 `<Context_Domain>` 태그를 추가하세요.
- 로드맵을 수정하거나, 핵심 가치를 재해석해야 합니다.
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. 2d ago First seen · 42 lines · 45 tokens per session scan A 617044f7e1b6

Subscribe to this mod's changes

monitoring is a skill published in the GitHub repository dev-whitecrow/ark-context (36 stars, last pushed 3mo ago), licensed MIT. It adds 45 tokens to every session and 505 once invoked, about $0.0002 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-09-13.