mcpbeat

Enforce Agent Identity in Skill

majiayu000/0000-dorgonman-kano-agent-backlog-s-59370436

599 tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
532
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/majiayu000/claude-skill-registry --skill 0000-dorgonman-kano-agent-backlog-s-59370436

What comes with it

1 100 bytes besides the instruction
metadata.json

The instruction itself

7 sections, as written by the author

Context

To maintain the integrity of audit logs, we must ensure that agents use their real identities in worklogs, rather than blindly copying "codex" from templates.

Goal

Update the skill documentation and templates to explicitly require agents to use their real identity.

Non-Goals

  • Technical enforcement in the script code (documentation only for now).

Approach

  • Update SKILL.md Non-negotiables.
  • Update templates.md with placeholders.
  • Update conventions.md.

Acceptance Criteria

  • [ ] SKILL.md contains the rule.
  • [ ] templates.md no longer has hardcoded codex.
  • [ ] conventions.md warns about identity usage.

Risks / Dependencies

  • Agents might ignore the docs; scripts should eventually enforce this (via --agent arg).

Worklog

2026-01-04 23:31 [agent=antigravity] Created from template.

2026-01-04 23:33 [agent=antigravity] State -> Done.

How to use it

Copy the folder

Take majiayu000/0000-dorgonman-kano-agent-backlog-s-59370436 from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.