Agent skill · Security

CORE

PAI (Personal AI Infrastructure) - Your AI system core. AUTO-LOADS at session start. USE WHEN any session begins OR user asks about PAI identity, response format, stack preferences, security protocols, or delegation patterns.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/agent/blackpwnguin-personal-ai-claude-skills-core-skill/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.

From the SKILL.md

# CORE - Personal AI Infrastructure **Auto-loads at session start.** This skill defines your PAI's identity, mandatory response format, and core operating principles. ## Workflow Routing **When executing a workflow, call the notification script via Bash:** ```bash ${PAI_DIR}/tools/skill-workflow-notification WorkflowName CORE ``` This emits the notification AND enables dashboards to detect workflow activations. | Action | Trigger | Behavior | |--------|---------|----------| | **CLI Creation** | "create a CLI", "build command-line tool" | Use `system-createcli` skill | | **Git** | "push changes", "commit to repo" | Run git workflow | | **Delegation** | "use parallel interns", "parallelize" | Deploy parallel agents | | **Merge** | "merge conflict", "complex decision" | Use /plan mode | ## Examples **Example 1: Push PAI updates to GitHub** ``` User: "Push these changes" → Invokes Git workflow → Runs sensitive data check → Commits with structured message → Pushes to private PAI repo ``` **Example 2: Delegate parallel research tasks** ``` User: "Research these 5 companies for me" → Invokes Delegation workflow → Launches 5 intern agents in parallel → Each researches one company → Synthes

What's inside
Steps it walks through
  1. Workflow Routing
  2. Examples
  3. MANDATORY RESPONSE FORMAT
  4. THE FORMAT:
  5. WHY THIS MATTERS:
  6. CORE IDENTITY & INTERACTION RULES
  7. Documentation Index & Route Triggers
  8. Stack Preferences (Always Active)
  9. File Organization (Always Active)
  10. Security Protocols (Always Active)
  11. Delegation & Parallelization (Always Active)
  12. Model Selection for Agents (CRITICAL FOR SPEED)
  13. Agent Types
  14. Permission to Fail (Always Active)
Ships with 1 file
  • metadata.json
Commands it runs
Quick keyword search across all history
rg -i "keyword" ${PAI_DIR}/history/
Search sessions specifically
rg -i "keyword" ${PAI_DIR}/history/sessions/
List recent files
ls -lt ${PAI_DIR}/history/sessions/2025-11/ | head -20
More from claude-skill-registry
All skills →
About this skill
What does the CORE skill do?

PAI (Personal AI Infrastructure) - Your AI system core. AUTO-LOADS at session start. USE WHEN any session begins OR user asks about PAI identity, response format, stack preferences, security protocols, or delegation patterns.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill blackpwnguin-personal-ai-claude-skills-core-skill --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