chore(claude): adopt supernote-plugin-dev as an installed plugin - #58
Merged
Conversation
The generic Supernote SDK knowledge got extracted, cleaned, verified against a second real plugin (sn-tcp-tunnel), and published as a standalone versioned Claude Code plugin: https://github.com/gorlix/supernote-plugin-dev (v1.0.1, MIT). Diff-checked before removing anything: this repo's local copy of the generic skill (.claude/skills/supernote-plugin-dev/) was byte-identical to the published v1.0.1 content across every file — nothing to upstream. - Install the plugin at project scope (not user/global — this is a repo-specific tool): `.claude/settings.json` now declares the marketplace + enables the plugin, so it auto-loads for anyone who clones this repo with Claude Code, no manual install step needed. - Delete the now-redundant local copy at .claude/skills/supernote-plugin-dev/. - Move the project-specific skill from .claude/skills/make-space/ to .claude/make-space-plugin/, matching the naming convention used in sn-tcp-tunnel's .claude/tcp-tunnel-plugin/ for consistency across repos. Content unchanged (already covered current architecture, incidents, release workflow — see the prior commit). - .gitignore: explicitly ignore .claude/settings.local.json (machine- local permission allowlist) — everything else under .claude/ is meant to be committed and shared. Co-Authored-By: Claude Sonnet 5 <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.
Summary
.claude/settings.json(committed) declares the marketplace + enables it, so it auto-loads for anyone cloning this repo — no manual install step..claude/skills/supernote-plugin-dev/local copy..claude/skills/make-space/to.claude/make-space-plugin/, matching the naming convention used in the sn-tcp-tunnel repo's.claude/tcp-tunnel-plugin/..gitignore: explicitly ignore.claude/settings.local.json(machine-local permission allowlist only).Verification
claude plugin list→supernote-plugin-dev@supernote-plugin-dev, Version 1.0.1, Scope: project, enabled.npm run typecheck/lint/format/test:ci— all clean, 25/25 passing..claude/skills/*paths remain (App.tsx doc comment updated).🤖 Generated with Claude Code