feat(fiction-assistance): register plugin with full bespoke command set

Snapshot of the fiction-assistance plugin in its original Universalis-
specific form before generalization. Adds the missing plugin.json
manifest (subdirectory command paths explicitly listed), moves the two
stray root-level review files into their proper homes (review-all.md
into the reviewing-fiction skill, review-final.md as a command with
frontmatter), and registers the plugin in the marketplace.

Preserved here so the original card-generation and vault-maintenance
commands remain recoverable when the plugin is reduced to a portable
guidance-and-analysis subset in the next commit.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
movq
2026-05-16 18:24:15 -05:00
parent 87b6bb1d8c
commit 65c29d795b
31 changed files with 3260 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "fiction-assistance",
"version": "1.0.0",
"description": "Fiction writing tools — scene analysis, character cards, continuity checks, story statistics, developmental and strategic review. Built around an Obsidian-based novel workspace.",
"author": {
"name": "Adam Knight"
},
"keywords": ["fiction", "writing", "novel", "editing", "obsidian"],
"commands": [
"./commands",
"./commands/analyze",
"./commands/generate",
"./commands/review"
]
}