Renamed skill to better reflect its expanded purpose: creating tasks in
Lunatask for todos, reminders, deferred work, and handoffs (not just
handoffs). Updated AGENTS.md and README.md references. Added handoff.md
reference with detailed guidance for future agent handoffs.
Assisted-by: GLM 4.7 via Crush <crush@charm.land>
Amolith
created
b12aa79
docs: use $HOME instead of ~ in Makefile examples
Click to expand commit body
Replace shell tilde expansion with explicit $HOME environment variable
in Makefile example commands for better clarity and consistency across
different shell environments.
Assisted-by: Kimi K2 Thinking via Crush <crush@charm.land>
Change description from conditional to mandatory phrasing and add
Assisted-by trailer to formatted-commit usage example.
Assisted-by: GLM 4.7 via Crush <crush@charm.land>
Amolith
created
03f09fb
build: add Makefile for skill installation
Click to expand commit body
Replace GNU Stow with Make targets for installing/uninstalling skills.
Supports tab completion for skill names and configurable SKILL_DIR.
Assisted-by: Claude Opus 4.5 via Crush <crush@charm.land>
Amolith
created
e8d7ca0
docs: improve Lunatask skill clarity and examples
Click to expand commit body
Add broader-context guidance to deferring skill, restructure resuming
skill around navigation-first philosophy, and expand CLI reference
examples.
Assisted-by: Claude Opus 4.5 via Crush <crush@charm.land>
Amolith
created
5204012
docs: emphasize navigation over completeness in handoff notes
Click to expand commit body
Restructure Lunatask skill to clarify that handoff notes are navigation
aids for future agents, not solutions. Add explicit guidance on what to
include (entry points, constraints) and what to avoid (code blocks,
exhaustive context).
Assisted-by: Claude Opus 4.5 via Crush <crush@charm.land>
Amolith
created
416f9bc
docs: add installation reference to Lunatask skill fallbacks
Click to expand commit body
Also simplify section formatting by replacing heading with horizontal
rule.
Assisted-by: Claude Opus 4.5 via Crush <crush@charm.land>
Assisted-by: Claude Opus 4.5 via Crush <crush@charm.land>
Amolith
created
c8703a6
feat: add Lunatask deferral and resumption skills
Click to expand commit body
Paired workflow skills for capturing work to resume later:
- deferring-work-through-lunatask: creates tasks with rich context
- resuming-work-through-lunatask: picks up deferred work safely
Both include CLI fallback references and installation guidance.
Assisted-by: Claude Opus 4.5 via Crush <crush@charm.land>