From holocron
This skill should be used when the user asks to "create a character", "develop a character", "develop the antagonist's backstory", "develop Kira", "build a character document", "revise X's character sheet", "give X a backstory", "what does X want", or invokes `/holocron:character`. Spawns the character-developer agent and produces a Want/Need/Lie/Ghost/Flaw character document.
How this skill is triggered — by the user, by Claude, or both
Slash command
/holocron:character [name|revise name][name|revise name]holocron:character-developerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Develop a character using the `character-developer` agent. Produces a structured character document that the writer agent and reviewers can both load as context.
Develop a character using the character-developer agent. Produces a structured character document that the writer agent and reviewers can both load as context.
character-developer agent.characters/<name>.md with the following sections:
/holocron:character # Develop a new character (asks for name)
/holocron:character Sacha # Develop a specific named character
/holocron:character revise Jennifer # Revise existing character doc
If arguments provided: $ARGUMENTS
Use this skill when the character is load-bearing — protagonist, antagonist, deuteragonist, primary mentor, primary foil. For walk-on characters with one or two scenes, the writer agent can sketch them inline; producing a full document for everyone bloats the project and dilutes attention from the characters that matter.
The character-developer agent reads references/character.md (Want/Need/Lie/Ghost/Flaw framework) and the project's architecture.md (so the character can be grounded in the story's central question). Era / faction context comes from world/ and the master knowledge/ base — relevant when, e.g., developing a Mandalorian (load knowledge/people/ and Traviss Mando'a register) or a Sith (load knowledge/force/sith-philosophy.md).
Produces or updates characters/<name>.md. Updates progress.md to log the character's arc-trajectory commitment so reviewers can flag drift later.
npx claudepluginhub petitchu/holocron --plugin holocronGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.