Files
ai-artifacts/projects/skills/035-slice-skill-package-verification-task.md
2026-08-01 14:05:09 -04:00

1.1 KiB

status, parent, claimed-by, claimed-at, blocked-by, tags
status parent claimed-by claimed-at blocked-by tags
resolved 031-slice-skill-map 019fbb2a-dbcd-79d2-ae72-c5bcdd1d714e 2026-07-31T23:33:26-04:00
034-slice-skill-source-task
ticket/task/afk

Slice skill package verification

Question

Verify that the new slice skill is correctly packaged by the skills repository.

What to build

Run the repository validation required for a newly added untracked skill source and fix any packaging or formatting issues that appear.

Acceptance criteria

  • nix flake check "path:$PWD" passes.
  • The new slice skill is included by the repository's skill discovery.
  • No generated skill links are edited as source.

Implementation Notes

Ran nix flake check "path:$PWD" from /home/alexion/wrk/skills. The check passed and evaluated packages.x86_64-linux.slice plus checks.x86_64-linux.slice. The command warned that incompatible systems aarch64-darwin and aarch64-linux were omitted. git status --short shows only the new untracked skills/slice/ source directory inside this repository.