CORE

Auto-load session identity and operational defaults via YAML frontmatter and Markdown SKILL.md.

1|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/matt-fell-ai/PAI --skill core-matt-fell-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CORE
Source: https://github.com/matt-fell-ai/PAI/tree/main/skills/CORE
Command: npx skills add https://github.com/matt-fell-ai/PAI --skill core-matt-fell-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PAI's CORE defines your system identity, default response format, and core operating principles. It auto-loads at session start and provides a universal bridge across stacks.

Core Features & Use Cases

  • Auto-loads core context at session start to ensure consistent behavior across platforms.
  • Unified CLI bridge to run skills on multiple stacks via a single bin/pai interface.
  • Foundation for governance: standardizes identity, security, and delegation patterns.

Quick Start

Run: bin/pai run CORE to initialize the core context at session start and inspect your core settings.

Frequently Asked Questions about CORE

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

FAQPage Schema
How do I establish consistent session identity and defaults across CLI workflows?

CORE auto-loads at session start to define system identity, response formats, security protocols, and operational defaults. Run `bin/pai run CORE` to initialize core context and inspect settings, ensuring deterministic behavior across all workflows and platforms.

Can I run skills on multiple infrastructure stacks from a single CLI interface?

Yes. CORE provides a unified CLI bridge through `bin/pai` that enables running skills across multiple stacks with consistent identity and delegation patterns, eliminating the need for stack-specific invocation methods.

What does it mean for a skill to be platform-agnostic, and how does CORE achieve that?

Platform-agnostic means the skill operates consistently regardless of underlying stack or infrastructure. CORE achieves this via YAML frontmatter, Markdown SKILL.md conventions, and universal bridge commands that standardize lifecycle routing and cross-stack interoperability.

How does CORE apply security protocols and governance across sessions?

CORE implements standardized security protocols and governance by auto-loading identity, delegation patterns, and operational defaults at session start via CLI-based invocation, ensuring consistent policy enforcement across new and ongoing sessions.

Do I need prior setup to use CORE, or does it initialize automatically?

CORE auto-loads at session start without manual setup, establishing default context immediately. You can inspect and customize settings by running `bin/pai run CORE`, but initialization is automatic and transparent.