Agent Skills: Initialize PRISM Context System

Initialize PRISM .context folder in current project. Use when starting PRISM work in a new project or setting up context management.

UncategorizedID: resolve-io/.prism/init-context

Install this agent skill to your local

pnpm dlx add-skill https://github.com/resolve-io/.prism/tree/HEAD/plugins/prism-devtools/skills/init-context

Skill Files

Browse the full folder contents for init-context.

Download Skill

Loading file tree…

plugins/prism-devtools/skills/init-context/SKILL.md

Skill Metadata

Name
init-context
Description
Initialize PRISM .context folder in a new project with context modules and CLAUDE.md setup.

Initialize PRISM Context System

Set up the .context/ folder structure with PRISM context modules, CLAUDE.md, and a marker file.

Steps

  1. Check if .context/ already exists; skip or backup if so
  2. Create directory structure: core/, safety/, workflows/, project/, cache/
  3. Copy template files from plugins/prism-devtools/templates/.context/
  4. Create or update CLAUDE.md with context references
  5. Create .prism-installed marker and verify all 7 context modules are present

For detailed instructions, see instructions.md.