meta(agents): Update configured skills list#241
Conversation
Replace deprecated create-pr and skill-creator entries with pr-writer and skill-writer.\nSync agents.toml, agents.lock, and .agents/.gitignore so local skill metadata stays consistent. Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| # Bundled skills (installed by warden init, canonical source in skills/) | ||
| /skills/warden | ||
| /skills/warden-sweep | ||
| /skills/skill-writer/ |
There was a problem hiding this comment.
Removed gitignore entries for still-installed bundled skills
Medium Severity
The "Bundled skills" .gitignore entries for /skills/warden and /skills/warden-sweep were removed, but the warden init command (src/cli/commands/init.ts installBundledSkills) still copies these skills from the repo-root skills/ directory into .agents/skills/. Without the .gitignore entries, running warden init on this repo will cause .agents/skills/warden and .agents/skills/warden-sweep to appear as untracked files, risking accidental commits of duplicate skill content.


Update configured agent skills to match the current skill set.
This removes deprecated
create-prandskill-creatorentries and replacesthem with
pr-writerandskill-writerinagents.tomlandagents.lock..agents/.gitignoreis updated to keep ignored skill paths aligned.The goal is to keep local skill metadata consistent so skill-driven workflows
resolve the expected implementations.