[nixos-configs-7hd] Add Claude skill for parallel bead processing workflow #11

Merged
johno merged 3 commits from bead/nixos-configs-7hd into main 2026-01-10 11:43:14 -08:00
Showing only changes of commit 0e5b11e55d - Show all commits

View File

@@ -89,7 +89,7 @@ in
for file in ${./skills}/*.md; do
if [ -f "$file" ]; then
filename=$(basename "$file" .md)
dest="$HOME/.claude/commands/humanlayer:''${filename}.md"
dest="$HOME/.claude/commands/''${filename}.md"
Outdated
Review

we don't need the humanlayer prefix here

we don't need the humanlayer prefix here
Outdated
Review

test reply

test reply
cp "$file" "$dest"
fi
done