with one click
configuration
Guidelines for consuming and storing configuration.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Guidelines for consuming and storing configuration.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Guidelines for creating, reviewing, and improving agent skills.
Guidelines for validation, staging, amending, and commit messages.
Guidelines for dependency injection patterns.
Guidelines for ensuring architectural changes are validated against core use cases.
Orchestrates efficient read and write interactions with the engram unified memory store via MCP tools. Provides deterministic workflows for decomposing observations into atomic memories, composing four-dimensional queries (context, similarity, relationship, time) for maximum retrieval accuracy, managing agent-managed focus context, and linking memories into associative webs at write time. Ensures memories are discoverable, precisely ranked, and structurally connected across sessions.
Guidelines for dual-use architecture (CLI and Go Library), dependency separation, and extensible registry patterns.
| name | configuration |
| description | Guidelines for consuming and storing configuration. |
Configuration should, as a rule, nest objects rather than use underscores. For example, given the configuration that sets where "state" is stored, it should be something like:
state:
redis:
address: "..."
password: "..."
database: "..."
Try and avoid underscores (e.g. use "redis.address" and not "redis_address")
Configuration parameters should be accessible via:
--slack.api.key="abcde").ANNOUNCE_SLACK_API_KEY="abcde").Use spf13/viper for implementation.
Store configuration in a path that follows the XDG standards. Use ardg/xdg for finding or writing to those files.