CORE

Initialize personal AI assistant sessions with deterministic core operating principles.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/vdemeester/home --skill core-vdemeester
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CORE
Source: https://github.com/vdemeester/home/tree/main/dots/.config/claude/skills/CORE
Command: npx skills add https://github.com/vdemeester/home --skill core-vdemeester

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill defines the core operating principles and governance for Claude Skills, enabling predictable behavior and clear automation architecture.

Core Features & Use Cases

  • Constitutional Foundation: Core principles, decision-making, and 3-tier context loading.
  • Policy & Behavior: Role-based response style and safety controls for automation.

Quick Start

Initialize your session with core principles loaded and visible in context.

Frequently Asked Questions about CORE

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

FAQPage Schema
How do I establish consistent behavior for AI assistants across sessions?

Constitutional rules create a deterministic operating system for personal AI assistants, establishing identity, personality, and response patterns that persist across every session. This ensures predictable behavior through self-contained core principles loaded at initialization.

What does modularity in AI tooling mean and why does it matter?

Modularity breaks AI automation into discrete primitives—Skills, Commands, Agents, MCPs—that work together without tight coupling. This enables CLI-first workflows, progressive context loading, and code-before-prompts execution while maintaining clear governance and safety boundaries.

How can I define policy and safety controls for automated AI systems?

Constitutional rules provide a 3-tier context loading framework and role-based response style that apply safety and security protocols deterministically. This satisfies requirements for strict policy enforcement while enabling flexible automation across different workflows.

What's the best way to structure AI tooling for progressive context loading?

Load core principles and governance first, then layer modular components like Skills and Commands incrementally. This approach ensures identity and safety constraints are established before processing, enabling code-before-prompts workflows with strict history capture and infrastructure documentation.

Can I use constitutional rules with existing CLI tools and frameworks?

Yes. Constitutional rules define infrastructure-agnostic principles for AI behavior that integrate with CLI-first tooling, structured documentation, and modular primitives. They work as a governance layer across different tool stacks and automation architectures.

What are the limitations of applying fixed constitutional principles to AI behavior?

Constitutional rules provide deterministic governance but require upfront definition of identity, personality, and policy constraints. Changes to core principles require session reinitialization; the framework prioritizes consistency and safety over real-time behavioral flexibility.