install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/0000" ~/.claude/skills/majiayu000-claude-skill-registry-0000 && rm -rf "$T"
manifest:
skills/data/0000/SKILL.mdsource content
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
Non-negotiables.SKILL.md - Update
with placeholders.templates.md - Update
.conventions.md
Acceptance Criteria
-
contains the rule.SKILL.md -
no longer has hardcodedtemplates.md
.codex -
warns about identity usage.conventions.md
Risks / Dependencies
- Agents might ignore the docs; scripts should eventually enforce this (via
arg).--agent
Worklog
2026-01-04 23:31 [agent=antigravity] Created from template. 2026-01-04 23:33 [agent=antigravity] State -> Done.