Skip to content

docs(skills): split generic supernote-plugin-dev skill from make-space - #57

Merged
gorlix merged 1 commit into
mainfrom
docs/split-generic-and-project-skills
Sep 2, 2026
Merged

docs(skills): split generic supernote-plugin-dev skill from make-space#57
gorlix merged 1 commit into
mainfrom
docs/split-generic-and-project-skills

Conversation

@gorlix

@gorlix gorlix commented Sep 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • The user hand-authored a cleaned-up, project-agnostic version of the supernote-plugin-dev skill (generalized frontmatter, project-specific facts removed, a few real gotchas merged in from other Supernote plugin work — INTERNET permission gating, custom logcat tags, adb forward TCP debugging), intended to eventually become its own standalone repo shared across plugins.
  • .claude/skills/supernote-plugin-dev/ now holds that generic-only content.
  • New .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.
  • Both skills' frontmatter point at each other so they compose without duplicating content.

Test plan

  • npm run typecheck / lint / format / test:ci — all clean, 25/25 passing (only App.tsx's doc comment path changed)
  • Verified no stray references to the old skill layout remain in the repo

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>
@gorlix
gorlix merged commit 249bc69 into main Sep 2, 2026
4 checks passed
@gorlix
gorlix deleted the docs/split-generic-and-project-skills branch September 2, 2026 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant