Add /ask-minimax-with-context skill

Walks CONTEXT.md and CLAUDE.md files from a given folder up to the git
root, assembles them into a context bundle via shell redirects (file
contents never enter the calling session), then delegates a one-line
question to MiniMax M2.7. Token cost to the main session: paths only.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Paul O'Reilly
2026-05-11 21:43:29 +12:00
parent 0d4b43dd5e
commit e5dbe95acb
3 changed files with 206 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
- [Process Lessons](memory/process-lessons.md) — Container agent workflow patterns, skill development rules
- [Decisions](memory/decisions.md) — Task orchestration architecture decisions, harness design rationale
- [skill-ask-minimax-with-context](memory/skill-ask-minimax-with-context.md) — Walk CONTEXT.md+CLAUDE.md up to git root, bundle via shell redirects, delegate question to MiniMax
## Task Orchestration Skills (2026-03-24)