seon-context-config

Manage Seon runtime configuration and context-loading via EDN manifests.

1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/seantempesta/seon --skill seon-context-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seon-context-config
Source: https://github.com/seantempesta/seon/tree/main/.claude/skills/seon-context-config
Command: npx skills add https://github.com/seantempesta/seon --skill seon-context-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a centralized, durable reference for managing the complex configuration and context-loading behavior of the Seon runtime, preventing common setup errors and configuration footguns.

Core Features & Use Cases

  • Configuration Management: Provides clear guidance on editing system and agent-level EDN manifests to control agent behavior, skill loadouts, and render caps.
  • Context Tuning: Explains how to manage agent context blocks, namespace visibility, and token budgets to optimize the AI's operational surface.
  • Use Case: When you need to adjust which skills are always-on for a specific cluster or tune the agent's context eviction dials, this skill provides the necessary architectural context to perform those edits safely.

Quick Start

Use the seon-context-config skill to guide you through updating the system.edn manifest to enable a new set of agent skills.

Frequently Asked Questions about seon-context-config

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

FAQPage Schema
How do I manage Seon agent context and system configuration using EDN manifests?

To control Seon agent behavior, you edit system-level and agent-specific EDN manifests to adjust skill loadouts and render caps. This approach provides a centralized, durable reference for safely tuning the Clojure AI runtime configuration without setup errors.

What is namespace visibility and how does it affect agent context loading?

Namespace visibility in the Seon runtime determines which namespaces are exposed to an agent during context loading. Managing these policies, alongside token budgets and context blocks, optimizes the AI's operational surface and ensures consistent behavior.

How do I configure always-on skills for a specific Seon agent cluster?

To configure always-on skills for a Seon agent cluster, you update the relevant system EDN manifest. This skill provides the architectural context needed to safely perform those edits and adjust which skills are persistently loaded for that cluster.

Does the Seon agent framework require Clojure runtime environment variables?

The Seon agent framework relies on runtime environment variables to ensure consistent agent behavior. This skill documents these environment variables alongside durable configuration patterns to prevent common setup errors and configuration footguns.

How do I tune context eviction dials and token budgets in a Clojure AI runtime?

To tune context eviction dials and token budgets, you adjust agent context blocks within the Seon runtime configuration. This skill explains how to manage these parameters to optimize the AI's operational surface and control context loading lifecycle.

What are the limitations of manually editing system.edn manifests for agent configuration?

Manually editing system.edn manifests risks configuration footguns and inconsistent agent behavior. This skill mitigates those limitations by providing centralized, durable documentation on safe configuration patterns, namespace visibility policies, and context loading lifecycle management.