CORE

Auto-loads core PAI identity, response format, and routing triggers at session start.

9|1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/CarbeneAI/Forge --skill core-carbeneai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: CORE
Source: https://github.com/CarbeneAI/Forge/tree/main/.claude/skills/CORE
Command: npx skills add https://github.com/CarbeneAI/Forge --skill core-carbeneai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a single, authoritative source of truth for the Personal AI Infrastructure (PAI) so sessions start with consistent identity, operating rules, and a mandatory response format that enables reliable history capture and tool orchestration. It prevents ad-hoc context drift, ensures deterministic CLI-first workflows, and makes skill routing and agent delegation discoverable and repeatable.

Core Features & Use Cases

  • Auto-loads essential PAI context at session start including identity, stack preferences, security protocols, and response format.
  • Defines mandatory structured output and the COMPLETED line used by hooks to capture sessions into the history system.
  • Provides routing triggers and progressive-disclosure guidance so natural language automatically activates the correct skills and workflows.
  • Integrates with hooks, agent delegation patterns, semantic memory search, and CLI tools to enable reproducible, testable actions.
  • Use cases: onboarding a new session with system context, routing user requests to skills, capturing work summaries to history, and enforcing security/deployment guardrails.

Quick Start

Ask the assistant to load the CORE context and summarize PAI identity, active hooks, and the mandatory response format.

Frequently Asked Questions about CORE

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

FAQPage Schema
How do I auto-load AI session context and enforce a consistent response format?▼

You can prevent context drift during AI session initialization by loading a core infrastructure skill that auto-injects identity, stack preferences, and a mandatory structured response format to ensure deterministic, reproducible CLI-first workflows.

What is the best way to enable deterministic CLI-first tooling and skill routing?▼

The best way to enable deterministic CLI-first tooling and skill routing is to establish a single source of truth that provides routing triggers and progressive-disclosure guidance, making agent delegation and skill activation discoverable and repeatable.

Can I use hook integrations to capture structured AI session history?▼

Yes, you can use hook integrations to capture structured session history by defining a mandatory COMPLETED line in the response format, which hooks automatically detect to capture work summaries into the history system for semantic search and observability.

How do I route natural language requests to specific agent workflows and skills?▼

You route natural language requests to specific agent workflows by configuring routing triggers and progressive-disclosure guidance at session start, allowing natural language queries to automatically activate the correct skills and delegation patterns.

Does progressive context loading work without external dependencies?▼

Yes, progressive context loading works without external dependencies because the core infrastructure operates independently to auto-load essential identity, security protocols, and stack preferences directly into the session context.