From story-skills
Creates and manages story world elements like locations, magic systems, politics, economies as Markdown files with YAML frontmatter and character cross-references. Auto-activates on 'create location', 'magic system', 'build world' requests.
npx claudepluginhub danjdewhurst/story-skills --plugin story-skillsThis skill uses the workspace's default tool permissions.
Create and manage world elements for a story project. Locations and systems (magic, politics, technology, etc.) are stored as markdown files in the `worldbuilding/` directory with YAML frontmatter. All elements cross-reference characters and other story elements.
Initializes structured markdown folder layout for new fiction story projects: story bible, character registry, worldbuilding index, plot structure, timeline, and chapter tracker with YAML frontmatter.
Maintains wiki-style world bibles for collaborative fiction, organizing characters, locations, history, factions, rules, culture, and meta info for shared universes.
Generates 14 planning documents (7 categories) for epic fantasy novels using Crucible Structure via interactive multi-choice questions from a premise.
Share bugs, ideas, or general feedback.
Create and manage world elements for a story project. Locations and systems (magic, politics, technology, etc.) are stored as markdown files in the worldbuilding/ directory with YAML frontmatter. All elements cross-reference characters and other story elements.
A story project must already exist (created via the story-init skill). Verify by checking for story.md in the project root.
story.md for genre, era, and tone contextworldbuilding/_index.md for existing locations and systemsreferences/location-template.mdworldbuilding/locations/{name-kebab}.mdworldbuilding/_index.md locations tablestory.md for genre and themes contextworldbuilding/_index.md for existing systemsreferences/world-element-types.md for the relevant promptsreferences/system-template.mdworldbuilding/systems/{name-kebab}.mdworldbuilding/_index.md systems tableworldbuilding/_index.md if name, type, or status changednotable-characters in frontmatterlocations field links backworldbuilding/_index.md world overview section current as elements are addedreferences/location-template.md - Template for location filesreferences/system-template.md - Template for system filesreferences/world-element-types.md - Detailed prompts for each system type (magic, political, technology, religion, economic, military, social)