docs(skills): split generic supernote-plugin-dev skill from make-space - #57
Merged
Merged
Conversation
The user hand-authored a cleaned-up, project-agnostic version of the supernote-plugin-dev skill (generalized frontmatter, project facts removed, a few real gotchas merged in from other Supernote plugin work: INTERNET permission gating, custom logcat tags, adb-forward TCP debugging) meant to eventually become its own standalone repo shared across plugins. - .claude/skills/supernote-plugin-dev/ now holds that generic-only content (SKILL.md + all references except make-space.md). - .claude/skills/make-space/ is new: project-specific knowledge for THIS repo only (current architecture incl. the Above/Below buttons, locked decisions, known incidents, release workflow, InkHub tracking). references/make-space.md moved here from the old skill and refreshed to cover both cut directions (was still describing the below-only v1 flow) and the Pending-Button-ID direction wiring. - The two skills are designed to be used together without duplicating each other: make-space's frontmatter tells Claude to read it first for this-repo facts, then use supernote-plugin-dev for anything generic it doesn't repeat (and vice versa in supernote-plugin-dev's frontmatter). 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
supernote-plugin-devskill (generalized frontmatter, project-specific facts removed, a few real gotchas merged in from other Supernote plugin work — INTERNET permission gating, custom logcat tags,adb forwardTCP debugging), intended to eventually become its own standalone repo shared across plugins..claude/skills/supernote-plugin-dev/now holds that generic-only content..claude/skills/make-space/holds project-specific knowledge for this repo only, refreshed to cover the "Above/Below" feature (was still describing the below-only v1 flow), the Pending-Button-ID direction wiring, and all known incidents.Test plan
npm run typecheck/lint/format/test:ci— all clean, 25/25 passing (onlyApp.tsx's doc comment path changed)