agent-creator
Author, edit, review, or refactor meridian agent profiles — the markdown files with YAML frontmatter that live in an `agents/` directory and define reusable spawn configurations (model, system prompt, tools, permissions, skills). Load this skill whenever you're writing an agent from scratch, tweaking an existing profile, splitting one agent into several, reviewing an agent for quality, or deciding whether something should be an agent at all. Phrases that should trigger this skill: "write an agent", "create a profile", "edit this agent", "add a reviewer agent", "refactor the coder agent", "this agent's prompt needs work", "add tools to this profile", "tighten up this agent's description". --- # agent-creator A guide for writing meridian agent profiles that are reusable, caller-agnostic, and age well as models and workflows evolve. Load this skill before touching any file under a `meridian-base/`, `meridian-dev-workflow/`, or similar source submodule's `agents/` directory. ## Hard rule: edit source, never `.agents/` `.agents/` is generated output from `meridian mars sync`. Anything you edit there is overwritten the next time someone runs sync, so the edit is invisible to everyone else and disappears on the next pull. Edit the source submodule instead — `meridian-base/agents/<name>.md`, `meridian-dev-workflow/agents/<name>.md`, or whichever repo owns the profile.
Changelog: Source: GitHub https://github.com/meridian-flow/meridian-cli
Loading comments...