feat: bootstrap he maintainer skill

This commit is contained in:
2026-04-29 21:52:55 +08:00
commit c507e52dc1
10 changed files with 377 additions and 0 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
# he-skill-repo
A local repository for harness-engineering-oriented AgentSkills.
## Included skill
- `he-maintainer/` — create, audit, and maintain project-specific AI harness assets such as AGENTS.md, project maps, task templates, validation guidance, and guardrails.
## Design stance
This repo follows a hybrid model:
- keep **the method** in a reusable skill
- keep **project facts** inside each target repository
That avoids baking one project's assumptions into every other project, while still making the maintenance workflow reusable.
## Suggested next steps
1. Add example target-repo outputs under a separate examples area if you want templates
2. Add more stack references if your projects use specific frameworks
3. Optionally create a second skill later for task-template generation only