mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-08-23 12:15:28 -07:00
1.3 KiB
1.3 KiB
Agent Skills
Status: active Last verified: 2026-08-23 Owner: Kyle Yasuda Read when: using, adding, or changing a repo-local agent workflow skill
Canonical Skills
.agents/skills/subminer-change-verification/- Selects the cheapest sufficient repo-native verification lane.
- Defers command ownership to
package.jsonanddocs/workflow/verification.md.
.agents/skills/subminer-release/- Prepares, cuts, publishes, or repairs stable and prerelease releases.
- Defers release procedure and policy to
docs/RELEASING.md.
Repo-local workflows stay as standalone skills. Do not add plugin packaging, marketplace metadata, or compatibility shims unless the workflow is intentionally being distributed beyond this repository.
Rules
- Keep each skill focused on one repeatable repository task.
- Prefer instructions over helper scripts unless deterministic tooling provides clear value beyond existing package commands.
- Keep trigger descriptions narrow enough to avoid invoking skills for unrelated requests.
- Update this page and the documentation catalog when skill ownership changes.
Verification
For skill or internal workflow documentation changes, run:
bun run test:docs:kb