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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Workflow Routing
- Examples
- MANDATORY RESPONSE FORMAT
- THE FORMAT:
- WHY THIS MATTERS:
- CORE IDENTITY & INTERACTION RULES
- Documentation Index & Route Triggers
- Stack Preferences (Always Active)
- File Organization (Always Active)
- Security Protocols (Always Active)
- Delegation & Parallelization (Always Active)
- Model Selection for Agents (CRITICAL FOR SPEED)
- Agent Types
- Permission to Fail (Always Active)
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 -20What 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.
