feat: Separate custom skills into .agents/skills-custom/ with dedicated manifest section#65
Merged
lmajano merged 4 commits intodevelopmentfrom May 6, 2026
Merged
Conversation
…d manifest section Agent-Logs-Url: https://github.com/ColdBox/coldbox-cli/sessions/bd6c5d76-044f-4462-b8fb-459c2651fc07 Co-authored-by: lmajano <137111+lmajano@users.noreply.github.com>
… cleaner iteration Agent-Logs-Url: https://github.com/ColdBox/coldbox-cli/sessions/bd6c5d76-044f-4462-b8fb-459c2651fc07 Co-authored-by: lmajano <137111+lmajano@users.noreply.github.com>
…, string interpolation Agent-Logs-Url: https://github.com/ColdBox/coldbox-cli/sessions/bd6c5d76-044f-4462-b8fb-459c2651fc07 Co-authored-by: lmajano <137111+lmajano@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Consider preserving a custom skills folder for project-specific AI skills
feat: Separate custom skills into May 6, 2026
.agents/skills-custom/ with dedicated manifest section
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.
All skills previously lived flat in
.agents/skills/, making it impossible to.gitignoreauto-managed framework skills while committing project-specific ones.Changes
New directory structure
.agents/skills/— framework/core skills, auto-managed by CLI (safe to.gitignore).agents/skills-custom/— project-authored skills (should be committed)Manifest
customSkills: []as a separate top-level key — not SHA-hash-managed (noowner/repo/shatracking)skills[]now contains only remote-fetched framework skillsrefresh()initializescustomSkillson old manifestsSkillManagergetCustomSkillsDirectory()— returns.agents/skills-custom/getCustomSkillFilePath()— custom-only lookupensureCustomSkillsSection()— private helper for backwards-compat initializationcreateCustomSkill()/createSkillOverride()— write toskills-custom/, record inmanifest.customSkillsgetSkillFilePath()— searchesskills/, thenskills-custom/, then.claude/skills/hasSkill()/removeSkillFromProject()— check/operate on both directoriesrefresh()step 4/5 — prune deleted custom skills fromcustomSkills, scanskills-custom/for untracked new entriesdiagnose()— validates bothskillsandcustomSkillsmanifest sectionsAIServiceskills-custom/increateAIDirectoryStructure()getInfo()returnscustomSkills;getStats()counts and sizes both directoriesCommands & templates
create,overridecommands useskills-custom/listcommand groups and totals from bothinfo.skills+info.customSkills