Skip to content

meta(agents): Update configured skills list#241

Merged
dcramer merged 1 commit intomainfrom
meta/update-agent-skills
Mar 5, 2026
Merged

meta(agents): Update configured skills list#241
dcramer merged 1 commit intomainfrom
meta/update-agent-skills

Conversation

@dcramer
Copy link
Member

@dcramer dcramer commented Mar 5, 2026

Update configured agent skills to match the current skill set.

This removes deprecated create-pr and skill-creator entries and replaces
them with pr-writer and skill-writer in agents.toml and agents.lock.
.agents/.gitignore is updated to keep ignored skill paths aligned.

The goal is to keep local skill metadata consistent so skill-driven workflows
resolve the expected implementations.

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>
@dcramer dcramer marked this pull request as ready for review March 5, 2026 22:48
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idc

@dcramer dcramer enabled auto-merge (squash) March 5, 2026 22:53
@dcramer dcramer merged commit 579ecb8 into main Mar 5, 2026
11 checks passed
@dcramer dcramer deleted the meta/update-agent-skills branch March 5, 2026 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant