source-command-utilize

A workflow skill for completing one PDCA cycle—plan, do, check, and act—to improve LibrAIum through one focused deliverable.

In plain words
What is it for?
Use it to choose a backlog item, build the related command, agent, skill, script, tool, or documentation, verify it, and commit it.
Why use it?
It turns the library's pending improvement ideas into a small, tested change with a clear practical benefit.

Skill for Claude CodeCodex

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 skills/nel-neru/libraium/source-command-utilize
Any agent
npx skills add nel-neru/LibrAIum --skill source-command-utilize
Clone the repo
git clone --depth 1 https://github.com/nel-neru/LibrAIum

Made for: Claude Code, Codex.

Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 790 The whole file, excluding the scripts and references it only reads on demand.
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.00027 $0.00790
Opus 5 $0.00014 $0.00395
Sonnet 5 $0.00005 $0.00158
Haiku 4.5 $0.00003 $0.00079

Measured yesterday against content hash 850ac2e45c51, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

source-command-utilize 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 yesterday.

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.

.agents/skills/source-command-utilize/SKILL.md · 47 lines

How it starts

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

source-command-utilize

Use this skill when the user asks to run the migrated source command utilize.

Command Template

Run exactly one iteration of LibrAIum's utilization loop. Where /improve hardens what exists, /utilize builds the mechanisms that make the library earn its keep: commands, agents, skills, scripts, MCP tools, docs. One iteration = one deliverable, proven useful, verified, committed.

P — Plan

Read .Codex/utilization-backlog.md and pick the highest-priority pending item that fits one focused session. If the top item is too big, split it and take the first piece. State what you picked and the utilization payoff you expect.

If the backlog is missing or Pending is empty: run a fresh ideation pass over these personas — new-project developer, maintainer/curator, Codex integration, batch automation (user-invoked only), publisher, decision support — and refill Pending with concrete, single-commit-sized items before picking. If ideation surfaces nothing that genuinely clears the value bar, write ## LOOP COMPLETE at the top of the backlog and stop honestly.

D — Do

Build the deliverable. Hard constraints (override anything the backlog says):

  • FORBIDDEN future phases: X/Twitter auto-collection, semantic search / embeddings, project bootstrap generation (scaffolding). Lexical techniques only.
  • Fully local & private. GitHub API (gh) only inside explicitly user-invoked actions — never a daemon, never a scheduled network call.
  • No new runtime dependencies unless the item is impossible without one; justify in the commit message.
  • Data-format changes touch BOTH implementations (src-tauri/src/mcp-server/lib/store.js) plus a conformance fixture — see /format-sync.
  • New entries follow the entry-authoring skill; UI changes follow DESIGN.md.
  • Match existing idiom; if commands/scripts/structure changed, update AGENTS.md and README in the same commit.

C — Check

Two gates, both required:

  1. The acceptance check from the backlog item — actually exercise the deliverable (run the command, invoke the script on real data, query the MCP tool) and show the observable result. A tool nobody ran is not done.
  2. bash scripts/verify-all.sh — all stages green. Fix root causes, not tests. For non-trivial diffs, have libraium-reviewer review before committing.

Read the full file on GitHub · 47 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. yesterday First seen · 47 lines · 27 tokens per session scan A 850ac2e45c51

Subscribe to this mod's changes

source-command-utilize is a skill published in the GitHub repository nel-neru/LibrAIum (0 stars, last pushed 5d ago), licensed MIT. It adds 27 tokens to every session and 790 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-08-31.

Related

Other skills, from other repositories

shodh-memory

Persistent memory system for AI agents. Use this skill to remember context across conversations, recall relevant information, and build long-term knowledge. Activate when you need to store decisions, learnings, errors, or context that should persist beyond the current session.

varun29ankuS/shodh-memory · 53 tokens

backlog-grooming

Review Agiflow Planning tasks for readiness, prioritize approved work, group related tasks into work units, and promote ready tasks to Todo. Use when grooming a backlog, organizing planned tasks, creating work units, or deciding what should be executed next.

hashgraph-online/awesome-codex-plugins · 55 tokens

project-plan

Turn a product goal or feature request into a clear Agiflow project plan with small, testable tasks in Planning status. Use when starting a project, decomposing a feature, clarifying requirements, or converting an idea into an actionable backlog.

hashgraph-online/awesome-codex-plugins · 52 tokens

refine-task

Refine an existing Agiflow task into an unambiguous, testable specification without expanding its intended outcome. Use when a task is vague, lacks acceptance criteria, has unclear scope or dependencies, or is not ready for backlog grooming.

hashgraph-online/awesome-codex-plugins · 52 tokens

triage

Diagnose stalled, blocked, overloaded, or unhealthy Agiflow projects and recommend specific corrective actions. Use for project health checks, blocked work, conflicting priorities, obsolete tasks, overloaded assignees, or an unmanageable backlog.

hashgraph-online/awesome-codex-plugins · 49 tokens

pad

Talk to your project. Natural-language project management — create items, check status, plan work, brainstorm ideas, and more.

PerpetualSoftware/pad · 27 tokens