complete-skill

complete-skill is a skill for Claude Code, Codex from luna-prompts/skillnote. It costs 32 tokens per session (268 once invoked), scanned A, original, MIT.

A rating step for recording how well a skill worked after it was used in Codex. It sends a score from 1 to 5 and a short outcome description.

In plain words
What is it for?
Use it after applying a SkillNote skill to submit the skill's rating and a one- or two-sentence result.
Why use it?
It creates a consistent record of whether a skill was useful, unclear, unsuitable, or problematic for the task.

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/luna-prompts/skillnote/complete-skill
Any agent
npx skills add luna-prompts/skillnote --skill complete-skill
Clone the repo
git clone --depth 1 https://github.com/luna-prompts/skillnote

Made for: Claude Code, Codex.

Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 268 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00032 $0.00268
Opus 5 $0.00016 $0.00134
Sonnet 5 $0.00006 $0.00054
Haiku 4.5 $0.00003 $0.00027

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

Security

Grade A, and why

complete-skill scanned grade A with 1 finding 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 3d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -sf -X POST "http://${HOST}:8082/v1/analytics/ratings" \
plugin-codex/skills/complete-skill/SKILL.md · 28 lines

What it actually says

Rate a Skill

After applying a SkillNote skill, record how well it worked.

HOST=$(cat ~/.skillnote/host 2>/dev/null | tr -d '[:space:]'); HOST=${HOST:-localhost}
curl -sf -X POST "http://${HOST}:8082/v1/analytics/ratings" \
  -H "Content-Type: application/json" \
  -d '{"skill_slug": "<SLUG>", "rating": <1-5>, "outcome": "<one or two sentences>", "agent_name": "codex"}'

Arguments: <SLUG> = skill slug (without the skillnote- sync prefix), <1-5> = rating, <outcome> = short result description.

Rating scale

  • 5 — Perfect fit, followed instructions exactly
  • 4 — Good, mostly helpful with minor adjustments
  • 3 — Okay, partially useful
  • 2 — Poor, unclear or wrong approach
  • 1 — Not applicable or caused issues

Keep the outcome to 1–2 sentences.

Files

What ships with it

1 file 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.

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. 3d ago First seen · 28 lines · 32 tokens per session scan A 10e8665b29a7

Subscribe to this mod's changes

complete-skill is a skill published in the GitHub repository luna-prompts/skillnote (59 stars, last pushed 19d ago), licensed MIT. It adds 32 tokens to every session and 268 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.