Remove distill skill#196
Merged
Merged
Conversation
Tessl Skill Lint
|
Drop the optional pre-direct distill skill and its registrations. direct's Mode B is unaffected (never hard-wired to SAMPLES.md). Bump stardust to 0.11.0. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
marketplace.json pinned stardust at 0.6.0, stale against the plugin manifest. Align it with the 0.11.0 bump. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Add a 'Use when...' trigger clause, name the four pipeline phases and concrete design axes, and clarify the impeccable dependency's role so the skill selector can disambiguate it from generic web-design skills. Co-Authored-By: Claude Opus 4.8 <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
Removes the optional
stardust:distillskill (samples →SAMPLES.md/trait-matrix.json→directMode B). It was a pre-directbranch input, not part of the mainextract → direct → prototype → migratespine.Why it's safe to remove
directis unaffected. Its Mode B (anchor-reference precedence) operates on user-typed anchor phrases and never hard-wired distill'sSAMPLES.md— the coupling was always asymmetric (distill pointed at direct; direct never pointed back).extract,prototype,migrate,uplift,prepare-migrationhave zero dependency on it. (extractonly lent distill its reference specs.)state.jsonsamplesblock was additive/optional, so dropping it is not a schema break.Changes
skills/distill/(SKILL.md + 2 reference files)tile.json— drop thedistillregistration; bump0.10.0 → 0.11.0(was lagging plugin.json)skills/stardust/SKILL.md— removedistillfrom the dispatch list and the "sample distillation artifacts" mention.claude-plugin/plugin.json— bump to0.11.0Deliberately untouched
impeccable distillreferences (an unrelated impeccable command, not this skill)CHANGELOG-redesign-adobecom.md— historical record of a past run🤖 Generated with Claude Code