docs(skills): add mise, melange, and apko tooling skills - #36
Merged
Conversation
Add three focused agent skills under .agents/skills — mise, melange, apko — documenting how each tool is used IN THIS REPO, adapted from the same skills in the downstream template-go-api (its session 016). Each leads with repo wiring + non-obvious operations, states the tool's lane as numbered rules, and ships a version-stamped command reference grounded in the pinned CLIs (mise 2026.6.14, melange v0.54.0, apko v1.2.19). Adapted to this repo's actual config: the mise skill covers this repo's tool set (go, python, golangci-lint, uv, moon, melange, apko, cosign — no sqlc/goose/ mockery) and drops the API-only sqlc-no-checksum caveat (every pinned tool here carries a checksum); the melange/apko skills use the template-go binary/image names, the CLI --version/--message smoke test (no OpenAPI), and the single image-local task (no compose stack-up). Force-added because .agents/ is gitignored (matching the existing committed skills). Not added to .journal/SKILLS.md: these are task-specific, surveyed and loaded per task, not always-load like git/worktrunk. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds three focused agent skills under
.agents/skills/— mise, melange, apko — documenting how each tool is used in this repo. Ported from the same skills in the downstreamtemplate-go-api(its session 016), then adapted to this repo's actual config so they're accurate rather than a blind copy.These document the exact tooling introduced by the recent migration (#30/#31/#35): mise as the pinned-tool source of truth, melange (source → signed Wolfi apk), apko (apk → minimal multi-arch nonroot image).
What changed
.agents/skills/mise/—SKILL.md+references/mise-commands.md.agents/skills/melange/—SKILL.md+references/melange-commands.md.agents/skills/apko/—SKILL.md+references/apko-commands.mdEach leads with repo wiring + non-obvious operations, states the tool's "lane" as numbered rules, and ships a version-stamped command reference grounded in the pinned CLIs (mise 2026.6.14, melange v0.54.0, apko v1.2.19).
Adaptations from the API repo's versions
go,python,golangci-lint,uv,moon,melange,apko,cosign) — droppedsqlc/goose/mockery. Removed the API-only sqlc-publishes-no-checksum caveat (every pinned tool here carries a checksum), corrected theprovenancesubset, and the singleimage-localtask (nostack-up).template-gobinary + image names,/usr/bin/template-goentrypoint, the CLI--version/--messagesmoke test (no OpenAPI export), no embedded SQL/Cedar assets, nocompose.yaml.Verified every claim against this repo's actual
mise.toml,mise.lock,melange.yaml, andapko.yaml.Notes
.gitignoreblanket-ignores.agents/here (matching how the existinggit/worktrunk/session-*skills are committed). The API repo refined its.gitignoreto track.agents/skillsnormally — a worthwhile follow-up for this template, but out of scope for this PR..journal/SKILLS.md: these are task-specific (surveyed and loaded per task), not always-load likegit/worktrunk.🤖 Generated with Claude Code