Commit log

0962e0b feat(bdd): separate ideation and automation skills

Click to expand commit body
Add ideating-with-bdd for collaborative discovery and formulation of
behaviour. Update testing-with-gocuke-and-gherkin to focus on
automation.

Separates concerns:
- ideating-with-bdd: Discovery, brainstorming, requirements gathering
- testing-with-gocuke-and-gherkin: Automation, running tests, TDD

Amolith created

53ffcda feat: add keld, init, and munin skills

Amolith created

5fe0fa6 feat(idk): add skill for updating LLM clients

Amolith created

e7575e3 feat(exe): add skill

Amolith created

df7ffda chore(tmux): don't assume already in tmux

Amolith created

6a7fe83 chore(gocuke): mention incompatibility with LSP

Amolith created

ac4a751 feat: add my own stoopid acronym way to LLM dev

Amolith created

8359488 chore: update stats model, use pi for subagents

Amolith created

afa4b4d feat(pr.pico.sh): best-effort jj support

Amolith created

f08556f lic: relicense skills to GPL 3 or later

Click to expand commit body
Change all skills authored by Amolith from AGPL-3.0-or-later to
GPL-3.0-or-later.

Affected skills:
- auditing-repositories
- authoring-skills
- collaborating-through-pr-pico-sh
- creating-tasks-through-lunatask
- formatting-commits
- frontend-accessibility
- handling-customer-data
- invoking-subagents
- managing-and-navigating-worktrees
- researching-with-rumilo
- resuming-work-through-lunatask
- reviewing-code
- scripting-with-go
- writing-git-tags
- writing-roc-lang
- writing-rust

Amolith created

daa0910 feat(git-pr): add skill

Amolith created

f55b7a4 refactor(review): dissuade from any timeout

Amolith created

225b095 refactor(rumilo): dissuade from any timeout

Amolith created

32d3ad0 refactor(review): kodus bad

Amolith created

ce707d6 refactor(review): better example

Amolith created

77e0f59 refactor(reviewing-code): punt to external tooling

Amolith created

dffe4ea docs(notifying-through-ntfy): add scheduled notification support

Click to expand commit body
Document X-At and X-In headers for delayed notifications with examples
for both duration-based (X-In) and absolute time (X-At) scheduling.

Amolith created

c429923 docs(readme): Remove deleted skill from list

Amolith created

a6881fa chore(skills): remove querying-documentation skill

Amolith created

fa3e5e6 docs(agents): standardize skill listing tense

Amolith created

54b848d feat: add auditing-repositories skill

Amolith created

bcf7498 fix(rumilo): mention timeout

Amolith created

b715c46 fix(lunatask): remove editor_v2 ref

Amolith created

d890daa docs: update README

Click to expand commit body
Add notifying-through-ntfy skill to the list and update token stats.

Amolith created

f927184 fix(rebasing-with-git): refine rebasing flow

Click to expand commit body
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

Amolith created

64c786a feat(rumilo): add prompting guide

Click to expand commit body
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.

Amolith created

933ffd7 feat: add notifying-through-ntfy skill

Click to expand commit body
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

Amolith created

79d1495 docs(readme): update git-format CLI reference

Amolith created

9eb6740 docs(readme): rewrite skill descriptions

Click to expand commit body
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.

Amolith created

797c568 docs: update stats, list

Amolith created

d33e006 feat(add rust skill):

Amolith created

1dd4304 feat: yeet resolving secrets again

Amolith created

4955b5a docs: clarify when to ask about worktrees

Amolith created

5f2bfac docs: remove push behavior from cloning docs

Click to expand commit body
Update cloning.md to reflect that wt no longer automatically pushes
after clone.

Amolith created

b0b1cd6 docs(lunatask): clarify workflow and subcommand

Amolith created

1a33ac6 feat: add writing-git-tags skill

Click to expand commit body
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.

Amolith created

deec350 docs(install): update default skills path

Click to expand commit body
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

Amolith created

8c05521 feat(rebasing): add skill

Click to expand commit body
Very much a WIP, that's why I haven't listed it yet.

Amolith created

d91f8e1 fix(humanizer): move version field

Amolith created

49b01d2 docs(list): mention addressing-agent-comments

Amolith created

9cc3c71 feat(tmux): add

Amolith created

05b3ca3 feat(ast-grep): add

Amolith created

657c953 docs(list): alphabetise skills

Amolith created

8a26a34 feat(humanizer): add personal version of skill

Amolith created

019adcf docs(wt): document init file preservation

Click to expand commit body
wt init now copies untracked/ignored files to the worktree before
cleanup.

Assisted-by: Claude Opus 4.5 via Amp

Amolith created

e41c695 docs(list): mention worktree skill

Amolith created