Regen AI Claude Configuration: Architecture & New Skills
Overview
As part of the Regen AI development (see Announcing Regen AI and
Regen KOI MCP: The Knowledge Brain of Regeneration), weβve established a structured configuration system for Claude Code that enables
tiered access, reusable skills, and domain-specific context injection.
This post documents the architecture and introduces two new skills now available to the core team.
Configuration Repository Architecture
We maintain two complementary repositories:
Public Configuration: GitHub - regen-network/regen-ai-claude: Regen AI marketplace for claude code plugins.
regen-ai-claude/
βββ plugins/ # MCP server plugins
β βββ koi/ # KOI Knowledge Commons
β βββ ledger/ # Regen Ledger queries
β βββ registry-review/ # Registry automation
βββ public/
β βββ CLAUDE.md # Public tier context
β βββ .mcp.json # Basic MCP config
βββ README.md
Purpose: Publicly accessible Claude Code plugins and basic configuration. Anyone can use these to connect to Regen AI infrastructure.
Core Configuration: https://github.com/regen-network/regen-ai-core
regen-ai-core/
βββ CLAUDE.md # Core team extended context
βββ contexts/
β βββ ECOCREDIT.md # Ecocredit module knowledge
β βββ GOVERNANCE.md # Governance patterns
β βββ KOI_KNOWLEDGE.md # KOI protocol details
β βββ REGEN_LEDGER.md # Ledger architecture
βββ skills/
β βββ code-review/ # Code review automation
β βββ credit-analysis/ # Credit class analysis
β βββ ledger-query/ # Ledger query patterns
β βββ weekly-digest/ # Weekly digest generation
β βββ living-language-tone/ # NEW: Executive communication
β βββ metaprompt/ # NEW: Prompt engineering
βββ agents/
βββ templates/ # Agent configurations
Purpose: Extended context and specialized skills for core team members. Accessible via @regen.network authentication.
New Skills Added
- Living Language Tone Skill
Location: https://github.com/regen-network/regen-ai-core/blob/main/skills/living-language-tone/SKILL.md
Purpose: Transform drafts into credible, executive-ready language that carries living systems logic without esoteric terminology.
When to Use:
- Investor decks and board materials
- Partner communications
- Governance documentation
- Technical specs for non-technical audiences
Core Transformation Pattern:
ββββββββββββββββββ¬βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β From β To β
ββββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β βoptimizeβ β fit, durability, adaptability, resilience β
ββββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β βtokenomicsβ β incentive design, coordination infrastructure β
ββββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β βgovernanceβ β decision-making infrastructure, legitimacy mechanisms β
ββββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β βregenerativeβ β long-term stewardship, systems health, adaptive capacity β
ββββββββββββββββββ΄βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Example:
Before: βThe $REGEN token optimizes ecosystem value capture and aligns stakeholder incentives through governance participation.β
After: βThe $REGEN token coordinates decision-making across network participants and directs transaction fees toward activities that strengthen the networkβs
long-term capacity to verify ecological outcomes.β
- Meta-Prompt Engineering Skill
Location: https://github.com/regen-network/regen-ai-core/blob/main/skills/metaprompt/SKILL.md
Purpose: Systematically improve AI output quality through structured prompt design, context engineering, and multi-phase analysis.
When to Use:
- Refining vague requests into precise directives
- Extracting structured data from unstructured sources
- Designing complex multi-tool workflows
- Creating reusable prompt templates
The Meta-Prompt Anatomy:
- Context Block β Domain, input source, constraints
- Objective Block β Primary output, success criteria
- Extraction Framework β Categories, hierarchy, priorities
- Output Structure β Format, length, citations
- Quality Gates β Verification checklist
- Meta Instructions β Edge cases, uncertainty handling
Extraction Primitives:
- EXTRACT-TEMPORAL β Past/Present/Future analysis
- EXTRACT-STAKEHOLDER β Earth/Community/Customers/Investors lens
- EXTRACT-DECISION β Options/Trade-offs/Recommendation structure
How It Connects to HTTP Config Endpoint
These repositories feed into the feat: Implement Claude Config HTTP endpoint by glandua Β· Pull Request #3 Β· DarrenZal/koi-research Β· GitHub (now merged), which enables:
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Claude Code Session (any platform) β
β GET /api/koi/claude-config/bundle β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Tier Determination β
β - Unauthenticated β public tier β
β - @regen.network email β core tier β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Response: Merged CLAUDE.md + contexts + skills β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
This means core team members get automatic access to these skills and contexts in any Claude Code sessionβlocal, cloud, or co-workβwithout manual configuration.
Using the Skills
In Claude Code
Skills are invoked contextually. When working on investor materials:
βApply the living-language-tone skill to this draftβ¦β
When designing a complex extraction workflow:
βUse the metaprompt skill to structure this analysisβ¦β
Contributing New Skills
Skills follow a standard format:
[Skill Name]
Purpose
What this skill does
When to Use
Trigger conditions
Methodology
Step-by-step process
Examples
Before/after demonstrations
Quality Checklist
Verification criteria
Submit new skills via PR to https://github.com/regen-network/regen-ai-core.
Related Resources
- Regen AI Announcement: Announcing Regen AI
- KOI MCP Documentation: Regen KOI MCP: The Knowledge Brain of Regeneration
- Connecting to Regen AI: Connecting to Regen AI
- Public Plugins Repo: GitHub - regen-network/regen-ai-claude: Regen AI marketplace for claude code plugins.
- Core Config Repo: https://github.com/regen-network/regen-ai-core (private)
Discussion
- What skills would be most useful for your work?
- Are there communication patterns or analysis workflows we should systematize?
- Feedback on the living-language-tone transformations?
Configuration architecture developed as part of Regen AI Phase 2 β February 2026