prism-skill-forge

Scaffold and migrate PRISM skills across Claude Code, Codex, and Cursor.

Updated May 2, 2026
One-click install
npx skills add https://github.com/HunterMcGrew/PRISM --skill prism-skill-forge
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: prism-skill-forge
Source: https://github.com/HunterMcGrew/PRISM/tree/main/.cursor/skills/prism-skill-forge
Command: npx skills add https://github.com/HunterMcGrew/PRISM --skill prism-skill-forge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The PRISM Skill Forge simplifies the creation and migration of PRISM skills, allowing seamless integration and synchronization across different platforms.

Core Features & Use Cases

  • Skill Creation: Scaffold a new PRISM skill from scratch.
  • Skill Migration: Migrate existing platform skills into canonical source.
  • Use Case: Use this skill to create a new PRISM skill for PDF text extraction or to migrate a pre-existing skill into the PRISM toolkit for better synchronization across Claude Code, Codex, and Cursor.

Quick Start

Migrate a skill from Claude by running: npx @huntermcgrew/prism migrate-skill /path/to/claude/skill

Frequently Asked Questions about prism-skill-forge

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

FAQPage Schema
How do I migrate an existing skill into the PRISM toolkit for multi-platform synchronization?▼

Migrate a skill into the PRISM toolkit by running the npx @huntermcgrew/prism migrate-skill command with the source path. This normalizes the skill ID and syncs it across Claude Code, Codex, and Cursor platforms.

Can I scaffold a new PRISM skill from scratch for multiple platforms?▼

Yes, you can scaffold a new PRISM skill from scratch using the toolkit. It supports both persona and utility skill types, preparing the structure for synchronization across Claude Code, Codex, and Cursor.

Does PRISM skill migration support Claude Code, Codex, and Cursor platforms?▼

PRISM skill migration supports Claude Code, Codex, and Cursor platforms. The forge handles ID normalization and multi-platform synchronization to maintain consistency across these specific environments.

What is the best way to synchronize skills across Claude Code, Codex, and Cursor?▼

The best way to synchronize skills across these platforms is using the PRISM Skill Forge. It migrates existing skills into a canonical source and requires running pnpm prism:build to regenerate and sync the skill outputs.

Do I need pnpm prism:build to regenerate PRISM skills after migration?▼

Yes, you need to run pnpm prism:build to regenerate PRISM skills after migration or creation. This command processes the canonical source and outputs the synchronized skill files for each target platform.

Why does my migrated PRISM skill have a different ID on Cursor or Codex?▼

Migrated PRISM skills undergo ID normalization to ensure compatibility across platforms. This process standardizes the identifier format so the skill integrates correctly within Claude Code, Codex, and Cursor environments.