create-skill

Create new skills in the pi-config repository and symlink them for the pi agent.

1|1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/bruno-garcia/pi-config --skill create-skill-bruno-garcia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/bruno-garcia/pi-config/tree/main/skills/create-skill
Command: npx skills add https://github.com/bruno-garcia/pi-config --skill create-skill-bruno-garcia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating and integrating new skills into the pi-config repository, ensuring consistency and proper tracking.

Core Features & Use Cases

  • Guided Skill Creation: Provides step-by-step instructions for creating a new skill directory and its SKILL.md file.
  • Repo & Pi Sync Management: Details how to copy the new skill to the pi-managed clone and create necessary symlinks for immediate discovery.
  • Use Case: When you need to add a new capability to your pi agent, like a skill to summarize meeting notes, use this to create it correctly within the project structure.

Quick Start

Use the create-skill skill to add a new skill named 'summarize-notes' to the repository.

Frequently Asked Questions about create-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create new skills for a pi agent repository?

To create new skills for a pi agent repository, use a guided process to generate a dedicated skill directory and its SKILL.md file, ensuring the new capability is properly structured for immediate discovery.

What is the process for integrating a new skill into pi-config?

Integrating a new skill into pi-config involves copying the newly created skill directory to the pi-managed clone and creating necessary symlinks, which guarantees the pi agent can discover and load the capability.

Do I need git to track new skills in the pi-config repository?

Yes, you need git to track new skills in the pi-config repository, as the lifecycle management process ensures all newly created skills are properly committed and version-controlled within the source structure.

How does symlinking work when adding capabilities to a pi agent?

Symlinking works by linking the skill directory from your pi-config source repository into the pi agent's managed environment clone, allowing the agent to immediately discover and execute the new skill without manual path configuration.

Can I use this to add a meeting notes summarization skill to my pi agent?

Yes, you can use this to add a summarization skill to your pi agent; the guided creation process correctly sets up the directory, SKILL.md file, and symlinks required for the new summarization capability.