ptlam-setup
Installation
SKILL.md
PTLam Setup
Install or refresh PTLam's general agent instructions in one project. Run this only when the user explicitly asks to initialize or update those instructions.
The bundled PTLAM_AGENTS.md asset is the source of truth for
AGENTS.override.md. The override outranks the project-specific guidance in
AGENTS.md and stays local to the project.
How are the defaults installed without replacing project rules?
flowchart LR
InspectProject["Resolve one project and inspect its files"] --> RefreshOverride["Create or refresh AGENTS.override.md"]
RefreshOverride --> IgnoreOverride["Ignore it in .gitignore"]
IgnoreOverride --> LinkFromAgents["Create or refresh the AGENTS.md block"]
LinkFromAgents --> VerifyInstallation["Verify the installation"]