From 710bc8f62aa6c35d016cd5418c04bab0aad85000 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 18 Mar 2026 15:48:36 +0100 Subject: Add README --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e1ad56b --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# Skills + +A collection of agentic skills, primarily for the [pi](https://pi.dev/) coding agent. + +Skills are self-contained capability packages that an agent loads on-demand, providing specialized workflows, setup instructions, helper scripts, and reference documentation. + +## Available Skills + +| Skill | Description | +|-------|-------------| +| [youtube-transcript](youtube-transcript/) | Fetch and save YouTube video transcripts as clean plain text | + +## Usage + +Install a skill directly from this repo using pi: + +``` +pi install skill /skill-name +``` + +Or manually copy a skill directory into your skills folder — either globally (`~/.pi/agent/skills/`) or into a project-level `.pi/agent/skills/` directory. + +## Adding a Skill + +Each skill lives in its own directory and must contain a `SKILL.md` file with frontmatter (`name`, `description`) and usage instructions. See the [Agent Skills specification](https://agentskills.io/specification) for details. -- cgit v1.3.1