ark-space CLAUDE.md

ark-space CLAUDE.md is an instructions file for coding agents from arch3rPro/ark-space. It costs 493 tokens per session, scanned A, original, MIT.

Repository instructions for ArkSpace, a project containing reusable agent skills, roles, registries, and plugin metadata. They define where different files belong and which checks to run after changes.

In plain words
What is it for?
For directing Claude Code or Codex work in the ArkSpace repository, including choosing skills, editing manifests, validating structure, and running project checks.
Why use it?
They reduce uncertainty about project structure and the validation steps needed before releasing changes.

Instructions file

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 instructions/arch3rpro/ark-space/claude-md
Clone the repo
git clone --depth 1 https://github.com/arch3rPro/ark-space

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 ark-space CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/arch3rpro/ark-space/claude-md.svg)](https://agentmods.dev/instructions/arch3rpro/ark-space/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/arch3rpro/ark-space/claude-md"><img src="https://agentmods.dev/badge/instructions/arch3rpro/ark-space/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 493 This file is loaded in full into every session.
When invoked 493 The same file — it is already loaded in full.
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.00493 $0.00493
Opus 5 $0.00246 $0.00246
Sonnet 5 $0.00099 $0.00099
Haiku 4.5 $0.00049 $0.00049

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

Security

Grade A, and why

ark-space CLAUDE.md 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 4d 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.md · 66 lines

How it starts

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

Claude Code Guidance

ArkSpace packages reusable agent skills, roles, registries, and plugin metadata for Claude Code and Codex.

Start Here

  • Default to the orchestrator skill/role for lightweight routing.
  • Use skill-manager for creating, adapting, validating, or assigning skills.
  • Read AGENTS.md for cross-agent project rules; this file adds Claude Code-specific orientation.

Repository Rules

  • Keep skills in skills/<skill-name>/SKILL.md.
  • Keep callable agent role sources in agents/.
  • Keep workflow protocols in workflows/.
  • Keep generated host-native agent outputs in integrations/.
  • Keep legacy role metadata in roles/ during migration.
  • Keep source, role, and skill governance in registry/.
  • Keep Claude plugin metadata in .claude-plugin/.
  • Keep Codex plugin metadata in .codex-plugin/.
  • Do not duplicate skill bodies per platform.

Validation

After changing package structure, skills, roles, registries, manifests, README, or agent guidance, run:

python3 scripts/validate-skills.py

For structural changes, run:

python3 scripts/arkspace.py doctor

After changing plugin JSON, run:

python3 -m json.tool .claude-plugin/plugin.json >/dev/null
python3 -m json.tool .claude-plugin/marketplace.json >/dev/null
python3 -m json.tool .codex-plugin/plugin.json >/dev/null

Release Boundary

Do not publish plugins, push branches, create tags, run release workflows, or change versions unless the user explicitly asks for release/version work.

Private Overlay Boundary

Do not commit:

  • overlays/personal.yaml
  • overlays/private-skills.yaml
  • docs/superpowers/

Commit only overlay examples and documentation.

Claude Code Notes

  • .claude-plugin/plugin.json describes this package for Claude Code.
  • .claude-plugin/marketplace.json describes local marketplace packaging.
  • Claude Code should consume the shared skills/ tree rather than a separate .claude/skills copy.
  • Callable Claude Code agent files are generated from agents/ into integrations/claude-code/agents/.
  • Do not edit generated integrations by hand; update agents/ and regenerate.

Read the full file on GitHub · 66 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. 4d ago First seen · 66 lines · 493 tokens per session scan A f570ef1c3175

Subscribe to this mod's changes

ark-space CLAUDE.md is an instructions file published in the GitHub repository arch3rPro/ark-space (2 stars, last pushed 9d ago), licensed MIT. It adds 493 tokens to every session, about $0.0025 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.