pneuma-mode-maker

Create and validate complete Pneuma mode packages with manifest, viewer, and skill prompt files.

154|15|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/pandazki/pneuma-skills --skill pneuma-mode-maker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pneuma-mode-maker
Source: https://github.com/pandazki/pneuma-skills/tree/main/modes/mode-maker/skill
Command: npx skills add https://github.com/pandazki/pneuma-skills --skill pneuma-mode-maker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pneuma Mode Maker provides a cohesive blueprint and workflow for building Pneuma mode packages, ensuring consistent structure, proper manifest wiring, and clear skill prompts across modes.

Core Features & Use Cases

  • Scaffolds a complete Pneuma mode package, including manifest.ts, pneuma-mode.ts, viewer, and a skill prompt.
  • Documents and enforces the development workflow with references to manifest-reference.md and viewer-guide.md.
  • Streamlines publishing and mode setup in real projects, enabling rapid iteration and onboarding of new modes.

Quick Start

Open a Pneuma mode package workspace and follow the Development Workflow to create or edit manifest.ts, pneuma-mode.ts, viewer components, and the mode's SKILL.md.

Frequently Asked Questions about pneuma-mode-maker

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

FAQPage Schema
How do I create a Pneuma mode package with a valid manifest and viewer?

To build a Pneuma mode package, supply a complete manifest.ts with valid fields, a Preview.tsx viewer, and a SKILL.md prompt in the prescribed directory structure. This scaffolds the entire mode, ensuring proper wiring and clear skill documentation.

What files do I need to define a custom mode workflow and skill prompt?

Defining a mode workflow requires manifest.ts, pneuma-mode.ts, a viewer component, and a skill/SKILL.md prompt. Optional references and seed templates can be added to provide further documentation and proper dependencies.

What is a ModeManifest and how does it wire into a viewer component?

A ModeManifest defines the configuration fields within manifest.ts for a Pneuma mode package. It wires into the viewer by supplying required properties to the Preview.tsx component, enabling consistent mode rendering and skill execution.

Can I use optional seed templates and references when scaffolding a Pneuma mode?

Yes, you can include optional references and seed templates alongside the required manifest, viewer, and skill prompt. These additions help document the workflow and provide baseline configurations for rapid mode iteration and onboarding.

What is the best way to document skills within a Pneuma mode package?

The best way to document skills is by writing clear instructions in the skill/SKILL.md file. This prompt file is required in the directory structure and guides how the mode operates across typical workflows.

Why does my Pneuma mode setup fail validation during development?

Mode setup fails validation when manifest.ts lacks valid fields or the directory structure is incomplete. You must ensure all required files, including the viewer and skill/SKILL.md, are properly configured before publishing.