What problem does it solve?
This Skill eliminates the risk of creating bloated, duplicative, or inconsistent specialized agents that waste context window space and fragment project knowledge and conventions.
Core Features & Use Cases
- Justification & Deduplication Checks: Ensures new agents are necessary and don't overlap with existing ones, avoiding redundant context usage.
- Standardized Structure Enforcement: Automatically applies the project's required frontmatter, body skeleton, length limits, and tool constraints for all new agents.
- Context Bloat Prevention: Guides authors to link to existing project rules instead of restating them, keeping agent files lean and maintainable.
- Use Case: When a user requests a new agent for automated API endpoint testing, this Skill ensures it follows the project's existing agent patterns, doesn't duplicate the existing typescript-fixer agent, and includes only the required tools and verification steps.
Quick Start
Use the write-agent skill to create a new specialized agent for automated Slack message formatting that adheres to the project's existing agent conventions.