chore: mark docs maintenance skill internal#733
Conversation
Signed-off-by: Johnny Greco <jogreco@nvidia.com>
Greptile SummaryMarks the
|
| Filename | Overview |
|---|---|
| .agents/skills/datadesigner-docs/SKILL.md | Adds metadata: internal: true to hide the skill from public discovery — consistent with all other .agents/skills/ entries (commit, review-code, search-docs, search-github, create-pr, update-pr). |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["skills add . --list"] --> B{Read SKILL.md frontmatter}
B --> C{metadata.internal == true?}
C -- "Yes (datadesigner-docs\ncommit, review-code,\nsearch-docs, etc.)" --> D["Skip — hidden from listing"]
C -- "No (data-designer)" --> E["Include in public list"]
Reviews (2): Last reviewed commit: "Merge branch 'main' into johnny/chore-hi..." | 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