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.
npx skills add jxoesneon/Ciel --skill ciel.skillgit clone --depth 1 https://github.com/jxoesneon/CielWrote 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.
[](https://agentmods.dev/skills/jxoesneon/ciel/ciel.skill)<a href="https://agentmods.dev/skills/jxoesneon/ciel/ciel.skill"><img src="https://agentmods.dev/badge/skills/jxoesneon/ciel/ciel.skill.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00041 | $0.01119 |
| Opus 5 | $0.00020 | $0.00560 |
| Sonnet 5 | $0.00008 | $0.00224 |
| Haiku 4.5 | $0.00004 | $0.00112 |
Grade A, and why
ciel 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 123 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Ciel — Lord of Wisdom
Ciel is the evolved form of a skill orchestration layer — not a passive tool but a partner intelligence that routes, reasons, acquires, composes, harmonizes, and evolves skills on behalf of her host agent.
Identity
See core/IDENTITY.md for Ciel's self-model. In short: Ciel is an autonomous, research-first, council-governed, git-versioned, memory-palace-backed orchestration skill that operates across two domains (global ~/.ciel/ and local .ciel/) and adapts to any skill-aware runtime.
Invocation Contract
When a host agent loads ciel.skill:
- Identity load —
core/IDENTITY.md,core/CONSTITUTION.md,core/AUTONOMY.md,core/AWARENESS.md. - Runtime detection —
router/RUNTIME_DETECTION.mdfingerprints the host (Claude Code, Gemini CLI, Windsurf, generic). - Adapter load — the matching adapter under
adapters/<runtime>/is loaded. - Init check — if
~/.ciel/does not exist, runinit/BOOTSTRAP.md→init/scripts/install.sh. If.ciel/does not exist in the current project, run the local half ofinit/INIT.md. - Integrity verification —
init/INTEGRITY.mdconfirms checksums (seeMANIFEST.md). - Route — every subsequent request enters
router/ROUTER.md.
Routing Flow (summary)
request
│
▼
┌────────────────────┐
│ router/ROUTER.md │
└────────┬───────────┘
│
┌─────┴─────────────────────────────┐
▼ ▼
FAST_PATH (registry hit) REASONING_PATH (novel / ambiguous)
│
▼
ACQUISITION_PATH (gap detected)
│
▼
Council of Five (integration triage)
│
▼
Registry promote + git commit
Domains
| Domain | Path | Purpose | VCS |
|---|---|---|---|
| Global | ~/.ciel/ |
Cross-project core self | git-inited |
| Local | .ciel/ |
Project-specific context | gitignored |
What ships with it
60 files 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.
- acquisition/ACQUISITION.md 2.9 KB
- acquisition/COMPOSITION.md 1.4 KB
- acquisition/HARMONIZATION.md 1.5 KB
- acquisition/SANDBOX.md 1.5 KB
- acquisition/SOURCES.md 1.5 KB
- acquisition/TIER_1_REGISTRY.md 1.5 KB
- acquisition/TIER_2_MCP.md 1.6 KB
- acquisition/TIER_3_WEB.md 1.8 KB
- acquisition/TRUST_MODEL.md 1.4 KB
- adapters/ADAPTER_CONTRACT.md 3.1 KB
- adapters/AUTO_ACTIVATION.md 3.9 KB
- adapters/claude_code/ADAPTER.md 3.2 KB
- adapters/claude_code/COMPUTER_USE.md 1.4 KB
- adapters/claude_code/CONTEXT_FILES.md 1.7 KB
- adapters/claude_code/COUNCIL_INVOCATION.md 1.9 KB
- adapters/claude_code/HOOKS.md 10 KB
- adapters/claude_code/MCP.md 1.8 KB
- adapters/claude_code/PERMISSIONS.md 1.7 KB
- adapters/claude_code/PROMPT_CACHE.md 1.4 KB
- adapters/claude_code/REMOTE_CONTROL.md 1.5 KB
- adapters/claude_code/SLASH_COMMANDS.md 1.6 KB
- adapters/claude_code/SUBAGENTS.md 1.7 KB
- adapters/claude_code/ULTRAPLAN.md 1.4 KB
- adapters/devin/ADAPTER.md 9.6 KB
- adapters/gemini_cli/A2A.md 1.4 KB
- adapters/gemini_cli/ADAPTER.md 3.2 KB
- adapters/gemini_cli/CHECKPOINTING.md 1.2 KB
- adapters/gemini_cli/CONTEXT_FILES.md 1.3 KB
- adapters/gemini_cli/COUNCIL_INVOCATION.md 2.0 KB
- adapters/gemini_cli/EXTENSIONS.md 1.6 KB
- adapters/gemini_cli/HOOKS.md 8.6 KB
- adapters/gemini_cli/INTERACTIVE_SHELL.md 1.1 KB
- adapters/gemini_cli/MODEL_ROUTING.md 1.3 KB
- adapters/gemini_cli/MULTIMODAL.md 1.5 KB
- adapters/gemini_cli/PLAN_MODE.md 1.3 KB
- adapters/gemini_cli/PLATFORM_AGNOSTIC_HOOKS.md 1.5 KB
- adapters/gemini_cli/SUBAGENTS.md 1.6 KB
- adapters/gemini_cli/TOKEN_CACHE.md 942 B
- adapters/generic/ADAPTER.md 2.1 KB
- adapters/generic/CAPABILITY_PROBE.md 1.7 KB
- adapters/generic/RESEARCH_PROTOCOL.md 1.7 KB
- adapters/PLATFORM_AGNOSTIC_CONTRACT.md 2.9 KB
- adapters/windsurf/ADAPTER.md 4.6 KB
- adapters/windsurf/CHECKPOINTS.md 5.1 KB
- adapters/windsurf/CONTEXT_FILES.md 1.6 KB
- adapters/windsurf/COUNCIL_INVOCATION.md 1.6 KB
- adapters/windsurf/HOOKS.md 9.3 KB
- adapters/windsurf/MCP.md 1.2 KB
- adapters/windsurf/SPACES.md 7.9 KB
- adapters/windsurf/SUBAGENTS.md 1.6 KB
- adapters/windsurf/WORKFLOWS.md 4.5 KB
- assets/images/banner.jpg 6572 KB
- backlog/awake-scion-subagents.txt 99 KB
- backlog/dour-theory-tasks.txt 15 KB
- backlog/phase3-tasks.json 6.6 KB
- CHANGELOG.md 2.3 KB
- ciel-antigravity-lookup/SKILL.md 5.9 KB
- configuration/CONFIGURATION.md 1.2 KB
- configuration/DEFAULTS.md 2.7 KB
- configuration/global/acquisition.config.md 747 B
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.
- 7d ago First seen · 123 lines · 41 tokens per session scan A a30929d64ef8
ciel is a skill published in the GitHub repository jxoesneon/Ciel (1 stars, last pushed today), licensed Apache-2.0. It adds 41 tokens to every session and 1,119 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-08-31.
Other skills, from other repositories
surge
Use when a user provides a PRD, spec, or detailed requirements document and needs a full project delivered through iterative expert orchestration — multi-round analyze/research/design/implement/QA cycles with convergence detection. NOT for: single-file edits, quick prototypes, simple Q&A, or tasks without a written…
ai-native-software-dev
Use when the user asks to build, change, modernize, or reconstruct non-trivial software with an AI-native workflow, including greenfield development, work in an existing codebase, or authorized reference-based product reconstruction; also use when lifecycle planning, architecture, implementation, testing, review…
redpolicy-guide
An editorial policy for turning webinar transcripts into self-contained guides. A transcript is a written record of spoken material, while a self-contained guide can be understood without watching the webinar.
Code Quality Review
Conduct a comprehensive code quality review focused on clean code, architecture, and project standards.
write-overview
A workflow for researching and writing a review essay about a project topic when no finished source text exists. It gathers the facts, studies example essays when available and produces the article in a project output folder.
redpolicy-article
An editorial guide for writing comparison articles about services, tools, and products. It defines a consistent entry format covering the name, link, price, description, and notable features.