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 --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 20 KB
Bundled scripts: none
Path: skills/agent/core-danielmiessler-personal-ai-infrastr/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 auto-loads at session start and provides the authoritative reference for how the PAI system works, how to use it, and all system-level configuration. It is designed to be used when any session begins, particularly for questions about the system, identity, configuration, workflows, security, or any other aspect of how the PAI operates.

How it works

The skill is organized as a self-activating module that is invoked automatically at the start of a session and is intended to guide users through system behavior, configuration, and security concepts. It references broader PAI architecture and workflow concepts and is designed to respond to inquiries about system operation and settings.

When to use it

Use 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.

What it can touch

The provided material specifies interaction with system-level configuration and operational references. It does not enumerate external tools or scripts beyond mentioning tools like claude-code in the skill declaration.

Caveats

The skill is described as the authoritative reference for PAI system operation and configuration. It emphasizes auto-loading at session start and usage for system-related inquiries. No explicit limitations or licensing notes beyond the MIT license stated in the skill’s metadata.

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. UNDERSTANDING MY GOALS
  11. SYSTEM/USER Two-Tier Architecture
  12. PAI Directory Structure
  13. Configuration
  14. Workflow Routing
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 --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