Add commit categorization into three types:
- Feature branch representation (drop and re-pick)
- Already merged upstream (drop without re-picking)
- Personal-only (keep as-is)
Includes detection of merged upstream commits via git log --grep, and
explicit user categorization for ambiguous commits.
Amolith
created
f1f0b20
fix(formatting-commits): use snake_case for tags
Adds guidance on crafting effective rumilo queries, emphasizing scope
and coupling considerations. Includes a comparison of overloaded vs
sequenced queries, with examples showing how to break down complex
research tasks into focused calls.
Sends push notifications via ntfy.sh when the user explicitly asks to be
notified. Includes curl examples in SKILL.md and alternative HTTP client
references (ht, httpie, wget, python, nodejs) for environments where
curl is unavailable.
Amolith
created
3231253
docs: add researching-with-rumilo to skill list
Convert skill descriptions from declarative to imperative form. Add
references to tools and projects mentioned throughout the descriptions.
Improve clarity and conciseness across all 21 skills.
Add new skill for generating git tag annotations with formatted-tag CLI.
Also update formatting-commits skill to reference git-format tool and
regenerate token stats in README.
Change default skills directory from ~/.config/crush/skills to
~/.config/agents/skills across Makefile and documentation. This makes the
path more generic and accommodates multiple agents that use this location
(Crush, Octofriend, Shelley, and Amp). Also adds documentation about tested
agents and updates the agent directories table to reflect current
configurations.
Assisted-by: GLM 4.7 via Crush <crush@charm.land>
Amolith
created
33bc3b2
docs(formatting-commits): use sr.ht trailer format
Amolith
created
1f2d22f
feat(rebasing): add break step and bulk guidance
Click to expand commit body
Restructure the fork rebase workflow to use a break after dropping stale
commits, enabling clean re-picking of feature branches before personal
commits are replayed.
- Rename Step 5 to clarify the drop+break pattern with sed command
- Add new Step 7 for continuing the rebase after re-picks
- Add section on handling bulk mechanical changes (renames, formatting)
- Add explicit warning to never skip commits during conflicts
- Fix anchor link reference to match new section name
Assisted-by: Kimi K2.5 via Crush