- **Date:** 2026-08-21 - **Type:** refactor - **Scope:** `skills`, `web`, `docs` - **PR:** [#400](https://github.com/Prism-Shadow/penguin-harness/pull/400) - **Breaking:** yes — the library Skill `agent-creation` no longer exists under that name [中文版](2026-08-21-agent-initialization-skill.zh.md) The Agent Tuning group's `agent-creation` Skill is now **`agent-initialization`**. The name says what it does: it initializes an Agent's settings — AGENTS.md, identity metadata, and the Skills that Ag...
Scanned 9/2/2026
Install to Claude Code
npx -y skills add Prism-Shadow/penguin-harness --skill 0.2.4 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of 0.2.4?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/prism-shadow-0-2-4)More formats (shields.io, HTML) on the badges page.
# `agent-creation` renamed to `agent-initialization`
- **Date:** 2026-08-21
- **Type:** refactor
- **Scope:** `skills`, `web`, `docs`
- **PR:** [#400](https://github.com/Prism-Shadow/penguin-harness/pull/400)
- **Breaking:** yes — the library Skill `agent-creation` no longer exists under that name
[中文版](2026-08-21-agent-initialization-skill.zh.md)
The Agent Tuning group's `agent-creation` Skill is now **`agent-initialization`**. The name says what it
does: it initializes an Agent's settings — AGENTS.md, identity metadata, and the Skills that Agent needs —
rather than creating an Agent, which the product does elsewhere.
The Skill's own copy follows the name (`# Agent Initialization`, a rewritten description and both short
descriptions), and its `version` moves to 8. Behaviour is unchanged: same steps, same output, same files
written.
Every live reference moves with it — the group registry, the Skills library table in the docs, the draft
screen's example task that pins it, the SDK Skill's cross-reference, the READMEs and the SDK example.
Published blog posts and the frozen changelog entries of released versions keep the old name: they record
what was true when they were written.
## Compatibility
An Agent that already installed `agent-creation` keeps its copy at `agent_state/skills/agent-creation/`.
That copy still works — it is a self-contained directory — but it no longer corresponds to any library
Skill, so it will never be updated again, and the library will offer `agent-initialization` alongside it as
uninstalled. **Installing the new one leaves both on disk, doing the same job under two names.**
There is no automatic migration, by decision. To move over: install `agent-initialization` from the Skill
library, then delete `agent-creation` from the Agent's Skills tab. Anything that pins the Skill by name —
a prompt saying "use the agent-creation skill", a saved shortcut, an `AGENTS.md` that names it — needs the
new name; a stale pin resolves to nothing rather than failing loudly.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!