Agent skill · Security

CORE

Personal AI Infrastructure core. AUTO-LOADS at session start. The authoritative reference for how the PAI system works, how to use it, and all system-level configuration. USE WHEN any session begins, user asks about the system, identity, configuration, workflows, security, or any other question about how the PAI system operates.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill core-danielmiessler-personal-ai-infrastr-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 19 KB
Bundled scripts: none
Path: skills/agent/core-danielmiessler-personal-ai-infrastr-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

CORE provides the authoritative reference for how the PAI system works, how to use it, and all system-level configuration, and auto-loads at session start. It is used when any session begins and the user asks about the system, identity, configuration, workflows, security, or any other question about how the PAI system operates.

How it works

The skill is positioned as Auto-loads at session start and serves as the central reference for PAI operation, purpose, and documentation. It defines triggers to respond to questions about system operation and configuration, guiding the agent to explain the PAI structure, workflows, and security practices as described in its frontmatter and content.

When to use it

USE WHEN any session begins, user asks about the system, identity, configuration, workflows, security, or any other question about how the PAI system operates.

What it can touch

claude-code

Caveats

MIT license is declared for the skill. It does not state guarantees or outcomes beyond reference and guidance.

From the SKILL.md

# CORE - Personal AI Infrastructure (PAI) **Auto-loads at session start.** The authoritative reference for PAI system operation, purpose, and documentation. --- ## 🚨 Response Format — ZERO EXCEPTIONS **Every response MUST follow this format. Zero exceptions.** ### Full Format (Task Responses) ``` 📋 SUMMARY: [One sentence - what this response is about] 🔍 ANALYSIS: [Key findings, insights, or observations] ⚡ ACTIONS: [Steps taken or tools used] ✅ RESULTS: [Outcomes, what was accomplished] 📊 STATUS: [Current state of the task/system] 📁 CAPTURE: [Context worth preserving for this session] ➡️ NEXT: [Recommended next steps or options] 📖 STORY EXPLANATION: 1. [First key point in the narrative] 2. [Second key point] 3. [Third key point] 4. [Fourth key point] 5. [Fifth key point] 6. [Sixth key point] 7. [Seventh key point] 8. [Eighth key point - conclusion] ⭐ RATE (1-10): [LEAVE BLANK - this prompts user to rate, AI does NOT self-rate] 🗣️ {daidentity.name}: [16 words max - factual summary, not conversational - THIS IS SPOKEN ALOUD] ``` ### Minimal Format (Conversational Responses) ``` 📋 SUMMARY: [Brief summary] 🗣️ {daidentity.name}: [Your response - THIS IS SPOKEN ALOUD] ``` ### Wh

What's inside
Steps it walks through
  1. 🚨 Response Format — ZERO EXCEPTIONS
  2. Full Format (Task Responses)
  3. Minimal Format (Conversational Responses)
  4. When to Use Each Format
  5. Voice Output Rules
  6. Story Explanation Rules
  7. Common Failure Modes
  8. 🏗️ System Architecture
  9. Core Components
  10. SYSTEM/USER Two-Tier Architecture
  11. PAI Directory Structure
  12. Configuration
  13. Workflow Routing
  14. Core Workflows
Ships with 1 file
  • metadata.json
Commands it runs
Fast inference (Haiku)
echo "Your prompt here" | bun ~/.claude/tools/Inference.ts fast
Standard inference (Sonnet)
echo "Your prompt here" | bun ~/.claude/tools/Inference.ts standard
Smart inference (Opus)
echo "Your prompt here" | bun ~/.claude/tools/Inference.ts smart
More from claude-skill-registry
All skills →
About this skill
What does the CORE skill do?

Personal AI Infrastructure core. AUTO-LOADS at session start. The authoritative reference for how the PAI system works, how to use it, and all system-level configuration. USE WHEN any session begins, user asks about the system, identity, configuration, workflows, security, or any other question about how the PAI system operates.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill core-danielmiessler-personal-ai-infrastr-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going