ee4171e53021b5a16a2670982f215f44254350de
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.
Recommended target-repo layout
When this skill is applied to a real repository, prefer a structure like:
AGENTS.mdai/project-map.mdai/task-templates.mdai/risk-guardrails.mdai/harness-health.md
Not every repository needs all files on day one. Start with AGENTS.md, then add the rest as the repo grows.
Examples
examples/node-project/examples/go-project/examples/rust-project/
These are sample outputs showing what project-local harness artifacts can look like.
Suggested next steps
- Add more stack references if your projects use specific frameworks
- Optionally create a second skill later for task-template generation only
- Add a small script to scaffold target-repo harness files from templates
Description
Languages
Shell
100%