PAI

Define architectural rules and governance for Personal AI Infrastructure skills.

186|24|Updated Jan 1, 2026
One-click install
npx skills add https://github.com/Steffen025/pai-opencode --skill pai-steffen025
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: PAI
Source: https://github.com/Steffen025/pai-opencode/tree/main/.opencode/skills/PAI
Command: npx skills add https://github.com/Steffen025/pai-opencode --skill pai-steffen025

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The PAI unit defines the foundational principles and governance that enable a reliable, extensible Personal AI Infrastructure.

Core Features & Use Cases

  • Establishes the Foundational Principles, system architecture, and policy guidance for PAI operations.
  • Documents the two-tier (SYSTEM vs USER) extension pattern, enabling private customization without altering core code.
  • Defines canonical skill structure, naming conventions, and global routing rules to ensure consistent skill loading and execution.

Quick Start

  • Use this skill as a reference for building and canonicalizing new skills within the PAI ecosystem.

Frequently Asked Questions about PAI

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

FAQPage Schema
What is personal AI infrastructure and how does it manage skill architecture?

Personal AI infrastructure provides the core architectural rules and governance for managing skills. It defines canonical skill structure, naming conventions, and global routing rules to ensure consistent loading and execution across system and user tiers.

How do I customize AI skills without breaking the core architecture?

You can customize AI skills without breaking the core architecture by using the two-tier extension pattern. This system versus user tier approach enables private customization and additions without altering foundational code or system operations.

How do I structure and canonicalize new skills for consistent loading?

To structure and canonicalize new skills, follow the foundational principles defined by the infrastructure. This involves adhering to canonical skill structure, naming conventions, frontmatter requirements, and global routing rules to ensure reliable loading and execution.

Does this personal AI infrastructure support private skill customization?

Yes, personal AI infrastructure supports private skill customization through its two-tier extension pattern. This pattern separates system and user tiers, enabling private extensions and component additions while maintaining overall architectural consistency and safety.

What are the limitations of a two-tier system and user skill architecture?

The two-tier skill architecture requires strict adherence to canonicalization rules and frontmatter definitions. While it enables safe extensibility, any new components must follow the established naming and routing rules to avoid breaking the overall infrastructure governance.

Why does my skill architecture need canonicalization rules and frontmatter?

Your skill architecture needs canonicalization rules and frontmatter to ensure consistent skill loading and execution. These governance rules enforce structural consistency, safety, and proper context loading when skills are invoked across the infrastructure.