Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add HazAT/pi-config --skill "reload-after-skill"
Install specific skill from multi-skill repository
# Description
|
# SKILL.md
name: reload-after-skill
description: |
Applies immediately after creating a new skill via the self-improve workflow.
After writing a new SKILL.md file, use the execute_command tool to run '/reload'
so the skill is activated immediately without user action.
Reload After Creating Skills
When you create a new skill, make it immediately available by running /reload.
Process
- Create the skill β Write the SKILL.md as usual
- Execute reload β Use the
execute_commandtool to run/reload - Skill is active β No user action needed
How to Execute
After creating a skill, call:
execute_command(command="/reload", reason="Activating the new skill")
This automatically reloads extensions, skills, prompts, and themes.
Why
Without reloading, newly created skills won't be in the system prompt until the next session.
By auto-executing /reload, the skill is immediately available.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.