Skip to content
PiinfraCLI & tooling

Symlink clean-slides project into Pi agent skills

Session from clean-slides-sessions on Hugging Face by thomasmustier · MIT · condensed by Coders Talk

10ssession
0interventions
by library · 17h
GOAL

Create a symlink so the clean-slides project is discoverable as a skill in ~/.pi/agent/skills/.

  1. Prompt · +0
    Symlink to the clean-slides skill in ~/.pi/agent/skills/
  2. Agent did · +0m
    Checked project and skills directories, created symlink from ~/.pi/agent/skills/clean-slides to the clean-slides project, then verified it with ls -la.
  3. Outcome · +0m
    Symlink created and verified: ~/.pi/agent/skills/clean-slides -> /Users/thomasmustier/Projects/clean-slides
VERDICT

This was a trivial one-liner task and the agent nailed it in a single pass with no corrections needed. Next time I'd just run the ln -s command myself, but it was fine to hand off since it verified the symlink afterward.

I tried this · 0

Discussion · 0

How Builds work