Commit log

848aa5d feat(vendor): link impeccable skills

Amolith created

538ca8b Register impeccable in vendor/sources

Amolith created

4a536a9 Merge commit '56dbd5136c91e60337f0d694ed229422edbb192b' as 'vendor/impeccable'

Amolith created

56dbd51 Squashed 'vendor/impeccable/' content from commit 00d4856

Click to expand commit body
git-subtree-dir: vendor/impeccable
git-subtree-split: 00d485659af82982aef0328d0419c49a2716d123

Amolith created

3c281e6 docs: update to mention pi instead of synu/cc

Amolith created

608bb77 feat(jj): add skill

Amolith created

554ed92 chore(formatting-commi): give path in examples

Amolith created

90d0ed2 chore(subagents): give more direction

Amolith created

5581bac chore(lune): prescribe area and goal field handling

Amolith created

9d2df7d feat(munin): add third party plugin installation

Click to expand commit body
Details plugin paths, symlinking, and munin-node-configure usage.

Amolith created

2c53cc0 chore: rename reviewing-code to getting-a-code-review

Amolith created

029aea9 feat(subagents): mention how to change model

Amolith created

d4ec0e0 fix(commits): omit some trailer mentions

Amolith created

48dd53d feat(maintaining-aur-packages): add skill

Amolith created

9687754 docs(agents): document vendored skills workflow

Amolith created

dd0b46f feat(vendor): add forge charm skills

Click to expand commit body
Vendor alxxpersonal/forge as a git subtree under vendor/forge/, symlink
the 14 charm-* skills into skills/, and add:

- vendor/sources: tab-separated manifest of vendored repos
- scripts/vendor-update.fish: pulls updates for all or named vendors

Amolith created

6bdadd6 Merge commit '7fae3c3e7b89e009e19b0ab5675119e1215bf372' as 'vendor/forge'

Amolith created

7fae3c3 Squashed 'vendor/forge/' content from commit ad59e04

Click to expand commit body
git-subtree-dir: vendor/forge
git-subtree-split: ad59e044d14eeee1b37d4dd6d237d3dfca5f246b

Amolith created

26c04a7 docs(rumilo): clarify sequential query necessity

Click to expand commit body
Explicitly note that rumilo is amnesic and each invocation starts fresh,
so later queries that depend on earlier answers must include that
context. Also mention parallel execution for independent queries.

Amolith created

b8b1840 docs(tmux): add filtering, parallel work

Click to expand commit body
Add guidance on extracting command output from remote shells using
prompt patterns and random anchors. Include section on parallel work
with multiple tmux windows for concurrent tasks. Update summary pattern
to reference anchor filtering.

Amolith created

565af03 refactor(comments): use CR instead of AGENT

Amolith created

6acb0bc docs(readme): update list, stats

Amolith created

a90bff7 refactor(commits): support both commit styles

Click to expand commit body
Refactor to detect commit style from recent history and support both
Conventional Commits and kernel-style formats. Add format script for
kernel-style message formatting. Update description to reflect broader
scope beyond just git.

Amolith created

bfc6e97 docs(tmux): clarify tmux usage instructions

Click to expand commit body
Improve instructions for generating session IDs and naming windows.
Remove markdown bold from section headers. Add warning about excessive
tokens from full scrollback capture.

Amolith created

2d83c15 docs(authoring-skills): improve writing guidance

Click to expand commit body
Add paragraph about agents undertriggering and the importance of
generous trigger contexts. Add tip about explaining reasoning rather
than relying on bare directives when overriding default behaviour.

Amolith created

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