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-internal-opsgit 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-internal-ops)<a href="https://agentmods.dev/skills/jxoesneon/ciel/ciel-internal-ops"><img src="https://agentmods.dev/badge/skills/jxoesneon/ciel/ciel-internal-ops/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.
<a href="https://agentmods.dev/skills/jxoesneon/ciel/ciel-internal-ops"><img src="https://agentmods.dev/badge/skills/jxoesneon/ciel/ciel-internal-ops.svg" alt="Reviewed on agentmods" width="80" 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.00024 | $0.00501 |
| Opus 5 | $0.00012 | $0.00251 |
| Sonnet 5 | $0.00005 | $0.00100 |
| Haiku 4.5 | $0.00002 | $0.00050 |
Grade A, and why
ciel-internal-ops 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.
What it actually says
CIEL ADAPTATION: Internal Operations (The Meta-Framework)
This skill formalizes the self-management of CIEL, from installation to cost-aware execution.
CIEL Configuration (ECC)
- Install Wizards: Use for selective skill/rule deployment. Choose between Core and Niche packs.
- Verification: After any CIEL update, verify file existence and scan for broken path references.
- Tailoring: Adjust coverage targets and patterns to the project's specific tech stack.
Cost-Aware LLM Pipeline
- Routing: Sonnet (Complex/Batch) -> Haiku (Simple/Atomic). Threshold: 10k chars or 30 items.
- Caching: Mandate Prompt Caching for system prompts > 1024 tokens.
- Tracking: Use immutable trackers to maintain a running spend-log. Fail fast on budget overrun.
Parallel Workflows (dmux)
- Isolation: Use
dmuxorDevFleetto split independent tasks (e.g., Research vs Implement). - Git Worktrees: ALWAYS create separate worktrees for parallel agents to prevent merge collisions.
- Seeding: Use
seedPathsto copy local context (scripts, draft plans) into worker worktrees.
Anti-Patterns
- Token Drain: Running 10+ parallel agents on a single task. Limit to 3-5 workers.
- Global Mutation: Letting parallel agents edit the same shared state or root configuration.
- Budget Blindness: Processing 100k items through Opus without a cost-routing check.
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 · 50 lines · 24 tokens per session scan A 4782b5f00e49
ciel-internal-ops is a skill published in the GitHub repository jxoesneon/Ciel (1 stars, last pushed 3d ago), licensed Apache-2.0. It adds 24 tokens to every session and 501 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-09-03.
Other skills, from other repositories
factory-handoff
Hand one exact agent-ready ticket to the central Factory runtime over the configured SSH forced-command boundary. Use when an operator asks to hand off an existing ticket or a prose request instead of implementing it in the current session.
delivery
Fecha o ciclo de entrega local — build check, bump semântico, changelog e commit convencional. Deploy remoto somente sob a condição dupla do Ops. Use para "finalizar tarefa", "fazer release" ou "publicar versão".
feature-flow
Cria o diretório canônico da task (docs/todo/NNN-slug/), a branch e o scaffolding inicial. Use para "criar feature", "iniciar tarefa" ou "abrir task".
gitnexus-cli
Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki".
github-release-pr-writer
Draft or update GitHub release pull request descriptions from verified tags, commits, merged pull requests, and the release diff. Use when a PR prepares a version, aligns release metadata, promotes a prerelease, or needs a reviewer-focused release summary, exact change inventory, breaking-change section, or migration…
codex-review
Professional code review with auto CHANGELOG generation, integrated with Codex AI.