Skip to content

Add AGENTS.md and /implement skill#1114

Merged
Twinsen81 merged 4 commits intotrunkfrom
add-agents-md-skill
Feb 23, 2026
Merged

Add AGENTS.md and /implement skill#1114
Twinsen81 merged 4 commits intotrunkfrom
add-agents-md-skill

Conversation

@Twinsen81
Copy link
Contributor

@Twinsen81 Twinsen81 commented Feb 20, 2026

Maintenance

Adds agent guidance files and a unified /implement skill for coding agents working in this repository.

Files added:

  • AGENTS.md — Repository architecture overview, module structure, code navigation, build/test commands, common crash patterns
  • CLAUDE.md — Symlink to AGENTS.md
  • .agents/skills/implement/SKILL.md — End-to-end implementation workflow (plan -> implement -> verify -> commit -> draft PR)
  • .claude/skills — Symlink to .agents/skills

Test

  • Check out the add-agents-md-skill branch
  • Open it in an agentic IDE or CLI
  • Ask the agent to implement a small feature. For example:
Implement a feature: the redacted action changes the background color to red and crosses out the selected text. Add a corresponding button to the toolbar. Create a new branch off this one for this feature.
  • Verify the agent:
    • Presents an implementation plan for approval
    • Implements, verifies, and waits for your approval
    • Commits and creates a draft PR
  • Delete the draft PR

- AGENTS.md with repo architecture, build commands, code navigation
- CLAUDE.md symlink to AGENTS.md
- /implement skill: plan, implement, verify, commit, draft PR workflow
- .claude/skills symlink to .agents/skills
- Agent should write tests for new/changed logic when feasible
- Skip and notify developer when effort would be disproportionate
@Twinsen81 Twinsen81 force-pushed the add-agents-md-skill branch 2 times, most recently from 46cf52a to 6cc4b6c Compare February 20, 2026 12:33
@Twinsen81 Twinsen81 requested a review from zwarm February 20, 2026 13:04
@Twinsen81 Twinsen81 marked this pull request as ready for review February 20, 2026 13:04
@zwarm zwarm self-assigned this Feb 20, 2026
Copy link
Contributor

@zwarm zwarm left a comment

Choose a reason for hiding this comment

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

@Twinsen81 - All looks good. It followed along with the skill. I have suggested a few changes, but none are required. Looks like CI is failing though.

- Add git history protection rule to AGENTS.md
- Fix missing colon in gradle test command
- Improve test rule wording for production code changes
@Twinsen81 Twinsen81 merged commit fac6b23 into trunk Feb 23, 2026
11 of 14 checks passed
@Twinsen81 Twinsen81 deleted the add-agents-md-skill branch February 23, 2026 17:32
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.

2 participants