unnamed-skill

unnamed-skill is a skill for Claude Code, Codex from ComeOnOliver/skillshub. It costs 0 tokens per session (771 once invoked), scanned A, original, MIT.

A skill for updating an agent’s instructions and notes based on mistakes, feedback, and newly discovered rules.

In plain words
What is it for?
It helps record user preferences, integrate rules into existing skill text, and maintain a concise feedback history.
Why use it?
It helps keep lessons in the right place so future work can use them instead of leaving corrections as disconnected notes.

Skill for Claude CodeCodex

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

Good fit It helps record user preferences, integrate rules into existing skill text, and maintain a concise feedback history.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/comeonoliver/skillshub/unnamed-skill
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 ComeOnOliver/skillshub --skill unnamed-skill
Clone the repo
git clone --depth 1 https://github.com/ComeOnOliver/skillshub

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 unnamed-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/comeonoliver/skillshub/unnamed-skill/github.svg)](https://agentmods.dev/skills/comeonoliver/skillshub/unnamed-skill)
Your own site
<a href="https://agentmods.dev/skills/comeonoliver/skillshub/unnamed-skill"><img src="https://agentmods.dev/badge/skills/comeonoliver/skillshub/unnamed-skill/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 unnamed-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/comeonoliver/skillshub/unnamed-skill"><img src="https://agentmods.dev/badge/skills/comeonoliver/skillshub/unnamed-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 771 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.00000 $0.00771
Opus 5 $0.00000 $0.00385
Sonnet 5 $0.00000 $0.00154
Haiku 4.5 $0.00000 $0.00077

Measured 8d ago against content hash b6a011850c91, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

unnamed-skill 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 8d 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/Ceeon/videocut-skills/unnamed-skill/SKILL.md · 111 lines

What it actually says

自更新

让 Agent 从错误中学习,持续改进

快速使用

用户: 记录一下刚才的问题
用户: 更新口误识别的规则
用户: 这个教训要记下来

更新位置

内容类型 目标文件 示例
用户画像 CLAUDE.md 偏好、习惯
方法论 + 反馈 */tips/*.md 规则、教训

流程

用户触发("刚才失败了"、"记录一下")
    ↓
【自动】回溯上下文,找出问题点
    ↓
【自动】读目标文件全文,理解现有结构
    ↓
【自动】整合到正文相应位置(不是只往末尾加!)
    ↓
【自动】反馈记录只记事件,不重复规则
    ↓
汇报更新结果

关键:不要问"什么问题",直接从上下文分析!

更新原则

❌ 错误做法:往末尾加

## 反馈记录
### 2026-01-14
- 教训:审查稿末尾必须生成删除任务清单
- 教训:用户确认时要分别确认口误和静音

只加到反馈记录 = 规则散落在末尾,下次还会犯错

✅ 正确做法:整合到正文

  1. 读全文,理解章节结构
  2. 找到相应位置,把规则整合进去
  3. 反馈记录只记事件- 审查稿标记了静音,但剪辑时漏删
## 四、审查稿格式
(新增删除任务清单模板)

## 五、确认与执行流程  ← 缺这个章节就新增
(新增分别确认口误和静音的流程)

## 反馈记录
### 2026-01-14
- 审查稿标记了静音,但剪辑时漏删(只删了口误)

触发条件

  • 用户纠正 AI 错误
  • 用户说"记住这个"、"以后注意"
  • 发现新的通用规律

反例

2026-01-13

❌ 错误:
用户: 刚才失败了,更新到skills
AI: 请告诉我你发现了什么问题?  ← 不该问!

✅ 正确:
AI: [自动回溯上下文,找到失败点]
AI: [执行更新]

2026-01-14

❌ 错误:
AI: 已更新,在反馈记录新增3条教训  ← 只加末尾!

✅ 正确:
AI: [读全文,理解结构]
AI: [整合到正文相应位置]
AI: [反馈记录只记事件]
AI: 已更新:新增第五章"确认与执行流程",更新第四章模板

原则:规则要整合到正文,反馈记录只是事件日志

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. 8d ago First seen · 111 lines · 0 tokens per session scan A b6a011850c91

Subscribe to this mod's changes

unnamed-skill is a skill published in the GitHub repository ComeOnOliver/skillshub (63 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 771 tokens. 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

strategic-compact

Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction. Use when a session is approaching a context limit and a task phase is a natural place to compact.

affaan-m/ECC · 47 tokens

unified-memory

Share durable, inspectable context and handoffs between Claude, Codex, Hermes, Cursor, OpenCode, and other agents through the local ECC Memory Vault. Use when an agent must save work state, transfer context, resume another agent's task, or search shared project knowledge.

affaan-m/ECC · 60 tokens

agent-carnet

Use this skill when the user asks to save, recall, find, or organize notes. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check the notebook', 'find in carnet'. Also use proactively when discovering findings worth preserving across sessions.

yamadashy/repomix · 67 tokens

taiyi-compress

A workflow tool for shrinking large coding-agent conversations and work files into shorter context notes. It can also coordinate separate agents for parallel development and create handoff notes for continuing work in a new session.

Dong90/oh-my-taiyiforge · 51 tokens

chat-history

Recovers decisions, previous fixes, research, and subsequent actions from past AI conversations. Use when asked to "search past chats", "we fixed this before", "what followed this prompt", "why did the plan change", or use Claude Code Search for historical context. Supports local Claude Code, Codex, Grok, Cursor, and…

mblode/agent-skills · 78 tokens

maestro

Curador del conocimiento local de un proyecto bajo bucle ralph. Mantiene un conjunto de skills locales (metodologías, pitfalls y decisiones del proyecto) para que futuras iteraciones planifiquen y ejecuten sin dar palos de ciego. Su acción review lee el plan y los logs tras una tarea y crea, extiende o borra esas…

SantanderAI/ralph · 80 tokens