agent-identifier
Use when creating or configuring Claude Code agents and their frontmatter.
This skill should be used when the user asks to create a new skill, repair an existing skill, improve trigger descriptions, reorganize skill structure, or make a Claude skill more reusable and internally consistent.
$ npx -y skills add Galaxy-Dawn/claude-scholar --skill skill-development --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/skill-developmentContext preview
The summary Claude sees to decide when to auto-load this skill.
This skill should be used when the user asks to create a new skill, repair an existing skill, improve trigger descriptions, reorganize skill structure, or make a Claude skill more reusable and internally consistent.
name: skill-development description: This skill should be used when the user asks to create a new skill, repair an existing skill, improve trigger descriptions, reorganize skill structure, or make a Claude skill more reusable and internally consistent. version: 0.2.0
Use this skill to create or repair Claude skills in the **current local environment**, not in an abstract plugin template.
Produce a skill that is:
Before writing anything:
Use the local inventory as the authority. Do not write guidance against an imagined plugin layout.
Define four things before editing: 1. what the skill does, 2. what triggers it, 3. what it explicitly does **not** do, 4. which bundled resources are actually needed.
If the skill only needs a short workflow, keep it short. Do not create `references/`, `examples/`, or `scripts/` just because the directories are conventional.
The frontmatter should:
Prefer descriptions of this form:
--- name: skill-name description: This skill should be used when the user asks to "...", "...", or needs help with .... ---
A good `SKILL.md` should usually contain:
Move these out of the main file when they get long:
Use bundled resources deliberately:
If a resource is mentioned in `SKILL.md`, it must exist. If a resource exists but is never referenced or used, delete it.
At minimum, verify:
When creating or repairing a skill, prefer ending with:
Load only what is needed:
Semi-automated research assistant for academic research and software development. Supports Claude Code, Codex CLI, Kimi Code CLI, and OpenCode across ideation, coding, experiments, writing, and publication.
Repo: Galaxy-Dawn/claude-scholar
Use when creating or configuring Claude Code agents and their frontmatter.
Use only when creating new registrable ML components that require Factory or Registry patterns.
This skill should be used when the user asks to "debug this", "fix this error", "investigate this bug", "troubleshoot this issue", "find the problem",…
This skill provides reference guidance for citation verification in academic writing. Use when the user asks about "citation verification best practices", "how…
This skill should be used when the user asks to review a diff or pull request, write review comments, audit code quality, establish review standards, or…
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command…