skills(experimental/databricks-execution-compute): tighten description to ≤200 chars#107
Open
jamesbroadhead wants to merge 1 commit into
Open
skills(experimental/databricks-execution-compute): tighten description to ≤200 chars#107jamesbroadhead wants to merge 1 commit into
jamesbroadhead wants to merge 1 commit into
Conversation
…n to ≤200 chars The frontmatter description was a 9-line, 26-trigger paragraph naming every plausible synonym for "run code" and "manage cluster". Replaces with a 175-char clinical sentence that mirrors the stable-side description style (cf. databricks-apps, databricks-dabs, databricks-jobs): state what the skill does, list the languages and compute modes, no 'MUST be invoked' / 'ALWAYS prefer' demands. ## Test plan - `python3 scripts/skills.py validate` passes (description propagates cleanly into manifest.json). This PR was prepared by Claude.
b814525 to
198bc2f
Compare
jamesbroadhead
added a commit
that referenced
this pull request
May 28, 2026
- Drop ../../../experimental/... cross-skill links that 404 when installed
(skills install flat under ~/.claude/skills/, not under stable/ vs
experimental/). Use plain skill-name references instead.
- Replace ai-dev-kit-specific tag examples ("aidevkit_project") with a
neutral "project": "demo" so a d-a-s skill doesn't bleed a-d-k convention.
- Tighten SKILL.md description from ~870 chars to ~290 chars, matching the
convention being established in PR #107.
Co-authored-by: Isaac
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
Replaces a 9-line, 26-trigger description in
experimental/databricks-execution-compute/SKILL.mdwith a 175-char clinical sentence.Before (482 chars, 26 trigger phrases):
After (175 chars):
Why
Stable-side descriptions are tight (≤200-ish chars, 1–3 sentences, no demand verbs). This experimental import still ships the 26-trigger paragraph from a-d-k. Trigger lists in frontmatter compete with the agent's own keyword extraction and bloat manifest.json without measurable benefit.
Test plan
python3 scripts/skills.py validatepasses — description propagates cleanly into manifest.json.This pull request and its description were written by Claude.