chore: mark docs maintenance skill internal#733
Conversation
Signed-off-by: Johnny Greco <jogreco@nvidia.com>
Greptile SummaryAdds
|
| Filename | Overview |
|---|---|
| .agents/skills/datadesigner-docs/SKILL.md | Adds metadata: internal: true to the YAML frontmatter, matching the identical pattern used in all other internal skills in .agents/skills/. No logic changes. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[skills.sh / npx skills add . --list] --> B{metadata.internal == true?}
B -- Yes --> C[Hidden from public listing]
B -- No --> D[Shown to users]
subgraph Internal Skills [Internal Skills - hidden]
C --> E[commit]
C --> F[create-pr]
C --> G[review-code]
C --> H[search-docs]
C --> I[search-github]
C --> J[update-pr]
C --> K[datadesigner-docs - this PR]
end
subgraph Public Skills [Public Skills - visible]
D --> L[data-designer]
end
Reviews (1): Last reviewed commit: "chore: mark docs maintenance skill inter..." | Re-trigger Greptile
Code Review: PR #733 — chore: mark docs maintenance skill internalSummaryThis PR adds FindingsCorrectness
Style / Conventions
Testing
Risk / Blast radius
Suggestions
VerdictLGTM. Trivial, well-scoped chore that closes a small gap in the internal-skill metadata convention. Safe to merge. |
📋 Summary
Hide the contributor-only
datadesigner-docsskill from generic skills.sh discovery. The public install flow should only offer the user-facingdata-designerskill.🔗 Related Issue
N/A
🔄 Changes
metadata.internal: trueto.agents/skills/datadesigner-docs/SKILL.md, matching the other internal.agents/skillsentries.🧪 Testing
git diff --checknpx --yes skills add . --listshows onlydata-designer✅ Checklist