ciel-meta-and-utility

ciel-meta-and-utility is a skill for Claude Code, Codex from jxoesneon/Ciel. It costs 22 tokens per session (530 once invoked), scanned A, original, Apache-2.0.

A collection of procedures for discovering skills, isolating work in Git worktrees, auditing available capabilities, and processing documents with OCR, or text recognition from images.

In plain words
What is it for?
It supports skill selection, safe worktree setup, capability inventories, and document conversion, rotation, text extraction, translation, and PDF output.
Why use it?
It helps agents choose relevant tools, avoid conflicting parallel changes, and inspect the workspace before acting.

Skill for Claude CodeCodex

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

Good fit It supports skill selection, safe worktree setup, capability inventories, and document conversion, rotation, text extraction, translation, and PDF output.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jxoesneon/ciel/ciel-meta-and-utility
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 jxoesneon/Ciel --skill ciel-meta-and-utility
Clone the repo
git clone --depth 1 https://github.com/jxoesneon/Ciel

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 ciel-meta-and-utility

README.md
[![agentmods](https://agentmods.dev/badge/skills/jxoesneon/ciel/ciel-meta-and-utility/github.svg)](https://agentmods.dev/skills/jxoesneon/ciel/ciel-meta-and-utility)
Your own site
<a href="https://agentmods.dev/skills/jxoesneon/ciel/ciel-meta-and-utility"><img src="https://agentmods.dev/badge/skills/jxoesneon/ciel/ciel-meta-and-utility/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 ciel-meta-and-utility

Your own site · 80×15
<a href="https://agentmods.dev/skills/jxoesneon/ciel/ciel-meta-and-utility"><img src="https://agentmods.dev/badge/skills/jxoesneon/ciel/ciel-meta-and-utility.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 530 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.00022 $0.00530
Opus 5 $0.00011 $0.00265
Sonnet 5 $0.00004 $0.00106
Haiku 4.5 $0.00002 $0.00053

Measured 7d ago against content hash 3c010354b551, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

ciel-meta-and-utility 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.

skills/ciel-meta-and-utility/SKILL.md · 56 lines

What it actually says

CIEL ADAPTATION: Meta & Utility (The Orchestrator)

This skill formalizes the self-management of CIEL and specialized utility workflows.

Skill Discovery (Superpowers)

  1. Hard Mandate: If there is a 1% chance a skill applies, you MUST invoke it.
  2. Priority: Process skills (Brainstorming/Debugging) > Implementation skills.
  3. Integrity: Follow Rigid skills (TDD) exactly; adapt Flexible skills (Patterns) to context.

Workspace Isolation (Worktrees)

  • Directory: Follow priority: Existing .worktrees/ -> CLAUDE.md preference -> Ask user.
  • Safety (Hard Gate): Verify the directory is in .gitignore before creation. Fix immediately if not.
  • Baseline: Run tests in the fresh worktree to ensure a clean start before implementing.

Workspace Surface Audit

  • Inventory: Identify configured MCPs, environment keys, and installed skills.
  • Parity Check: Compare workspace capabilities against official benchmarks.
  • Next Moves: Propose concrete additions (Skills, Hooks, Agents) ordered by business impact.

Visa Doc Intelligence

  • Workflow: Conversion -> Rotation -> OCR -> Translation -> PDF.
  • OCR Hierarchy: macOS Vision -> EasyOCR -> Tesseract.
  • Integrity: Preserve original structure and names. Annotate as "Certified English translation."

Anti-Patterns

  • Worktree Pollution: Committing worktree metadata to the main repository.
  • Amnesiac Audit: Summarizing "How" to install instead of "What" is actually missing.
  • Silent Skill Skipping: Skipping a relevant skill because you "remembered the logic."
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. 7d ago First seen · 56 lines · 22 tokens per session scan A 3c010354b551

Subscribe to this mod's changes

ciel-meta-and-utility is a skill published in the GitHub repository jxoesneon/Ciel (1 stars, last pushed 4d ago), licensed Apache-2.0. It adds 22 tokens to every session and 530 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.

Related

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.

watt-mind/factory · 47 tokens

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".

rcelebrone/DotAgents · 50 tokens

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".

rcelebrone/DotAgents · 49 tokens

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".

Kacper0199/Opencode-Ultrathinker · 59 tokens

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…

flc1125/skills · 80 tokens

codex-review

Professional code review with auto CHANGELOG generation, integrated with Codex AI.

agent-skills-hub/agent-skills-hub · 18 tokens