Loading...
Loading...
Improve an existing skill in diegocanepa/agent-skills based on conversation learnings and submit the changes via a Pull Request.
npx skill4agent add diegocanepa/agent-skills skill-improvementswe-orchestratorvcs-commitSKILL.mdskills/<skill-name>/SKILL.mddescriptionProposed Improvements:
- [ ] [Section/Line]: [What changes and why]
- [ ] [Section/Line]: [What changes and why]skills/<skill-name>/SKILL.mdImprovement Review:
- [ ] The `description` frontmatter still accurately triggers the skill
- [ ] New instructions are self-contained and clear
- [ ] No existing correct behavior was accidentally removed
- [ ] References to other skills use relative paths (e.g. [vcs-commit](../vcs-commit/SKILL.md))
- [ ] Change is focused — does not introduce unrelated refactoringvcs-branchfix/improve-skill-<skill-name>feat/enhance-skill-<skill-name>vcs-commitgit add skills/<skill-name>/SKILL.md
git commit -m "fix(skills): improve <skill-name> - <short description of what changed>"
git push -u origin fix/improve-skill-<skill-name>vcs-change-requestdiegocanepaagent-skillshttps://github.com/diegocanepa/agent-skillsfix/improve-skill-<skill-name>main## Summary
Improves the **<skill-name>** skill.
## Problem
<What was unclear, missing, or broken in the current version.>
## Changes
- [Section changed]: <What was added/modified and why>
- [Section changed]: <What was added/modified and why>
## Conversation Context
This improvement was identified from a conversation about: <topic>.
## Checklist
- [ ] Existing correct behavior preserved
- [ ] Instructions are clearer and more actionable
- [ ] No unrelated changes introduced"I've applied the improvements toand the PR is ready at<skill-name>. Does the diff look correct?"https://github.com/diegocanepa/agent-skills
add-skilldescription