Rebrand: llm-wiki → scridos (Section I of #2)#3
Open
dshanklin-bv wants to merge 5 commits into
Open
Conversation
Mechanical rebrand of plugin identifiers, slash command, log prefix, data dir, install/uninstall paths, and brand references. Files: - .claude-plugin/plugin.json: name + author - .claude-plugin/marketplace.json: name + owner + plugin entry - commands/wiki.md: skill ref llm-wiki:wiki → scridos:wiki - skills/wiki/SKILL.md: trigger phrases, description, H1 - scripts/install-deps.sh: [llm-wiki] log prefix → [scridos] - README.md: title, install/uninstall commands, all examples; added explicit upstream attribution to ekadetov/llm-wiki - WALKTHROUGH.md: title, plugin-data-dir paths, marketplace install line (ekadetov/llm-wiki → eidos-agi/scridos), all examples Preserved (per proposal Section I): - "LLM Wiki pattern" / "LLM Wiki" wherever it refers to Karpathy's named pattern (descriptions, "What is an LLM Wiki?" section) - ekadetov/llm-wiki upstream attribution in README Closes Section I of #2. Sections II–X remain. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes Section I of #2.
Summary
Mechanical rebrand of plugin identifiers, slash command syntax, log prefix, data-dir paths, install/uninstall commands, and brand references. The proposal called this out as "the smallest commit; everything else is the actual upgrade."
Files touched (7)
.claude-plugin/plugin.json—name→scridos, author → Eidos AGI.claude-plugin/marketplace.json—name,owner,plugins[].name→ scridos / Eidos AGIcommands/wiki.md— skill refllm-wiki:wiki→scridos:wikiskills/wiki/SKILL.md— trigger phrases, description, H1scripts/install-deps.sh—[llm-wiki]log prefix →[scridos]README.md— title, install/uninstall, all/scridos:wikiexamples; added upstream attribution toekadetov/llm-wikiat the topWALKTHROUGH.md— title,~/.claude/plugins/data/scridos/data-dir paths,eidos-agi/scridosmarketplace install line, all examplesPreserved (per proposal Section I)
ekadetov/llm-wikiupstream attribution — added explicitly to the README header where it was previously absent.Migration note for existing users
Plugin data dir name follows the plugin
namefield, so on upgrade users get a fresh~/.claude/plugins/data/scridos/instead of the old~/.claude/plugins/data/llm-wiki/. This means qmd/marp will re-install on first session start after upgrade. The old dir can be deleted by the user. No wiki data lives there.Test plan
claude plugin install /path/to/scridossucceeds locally/scridos:wikiappears in the Claude Code skill list/scridos:wiki init test-wikicreates~/ObsidianVault/03-Resources/test-wiki/🤖 Generated with Claude Code