ptlam-creating-skill
Installation
SKILL.md
PTLam Creating Skills
Create, review, and refactor skills for predictability: the agent should follow the same sound process on repeated runs even when the resulting content varies. Keep ordered steps in this file and disclose detailed reference only when its branch needs it.
1. Resolve the mode and target
- Resolve whether the user wants to create, update, or review a skill. Keep a review read-only unless the user also requests changes.
- Resolve the target repository, skill root, and host from explicit context and filesystem evidence. Do not assume the current directory or this skill's installation directory is the target.
- Read repository instructions, adjacent skills, host documentation, schemas, generators, and static validators relevant to that target.
- Identify authored sources, generated surfaces, supported resource directories, metadata ownership, and action authority. Preserve foreign and in-progress changes.