adjust-behavior

Merge behavioral rule adjustments into MemoryGraph rule sets with diff validation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ste-bah/archon --skill adjust-behavior
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adjust-behavior
Source: https://github.com/ste-bah/archon/tree/main/.claude/agents/.claude/skills/adjust-behavior
Command: npx skills add https://github.com/ste-bah/archon --skill adjust-behavior

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Adjusting behavioral rules for a custom agent (or globally) is a delicate, error-prone process that benefits from a controlled, traceable merging workflow. This skill uses an LLM-mediated diff-based merging approach to integrate changes while preventing the introduction of hallucinated or conflicting rules, with strict validation and versioning in MemoryGraph.

Core Features & Use Cases

  • LLM-mediated merging of behavior rules with diff validation and versioning.
  • Context-aware recall of active agent-scoped and global rules for safe updates.
  • Generates a structured merge payload suitable for storage in MemoryGraph and regeneration of local rule documentation.

Quick Start

Provide the target agent scope (or 'global') and a detailed adjustment description to start the merge workflow.

Frequently Asked Questions about adjust-behavior

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

FAQPage Schema
How do I safely merge new behavioral rules into an existing agent ruleset?

Merging behavioral rules safely requires a diff-aware approach that recalls active agent-scoped and global rules, then uses an LLM subagent to produce a validated JSON merge payload.

What is LLM-mediated behavioral rule merging for agents?

Behavioral rule merging is a structured workflow that integrates new adjustments into agent rulesets using a diff-aware LLM process to prevent hallucinated or conflicting rules.

Can I apply behavior adjustments globally instead of just to a single agent scope?

Yes, you can apply behavior adjustments globally by specifying 'global' as the target scope, which triggers context-aware recall of active global rules for the merge workflow.

What is the best way to prevent conflicting rules when updating agent behavior?

The best way to prevent conflicts is using an LLM-mediated diff-based merging approach that enforces constraints like agent scope validation and character limits during the update.

How do I start modifying agent behavioral rules in MemoryGraph?

To start modifying rules in MemoryGraph, provide the target agent scope or 'global' context and a detailed adjustment description to initiate the merge workflow.

What limitations apply when adjusting agent behavior rules?

Limitations when adjusting behavior rules include strict agent scope validation and character limits enforced during the LLM merge process to ensure safe, traceable rule modifications.