inject-standards
Deploy relevant standards into the AI's context using either direct content injection or file references.
Instructions
- •Analyze Context: Determine the current task scenario (Conversation, Skill Creation, or Planning).
- •Read Index: Consult
agent-os/standards/index.ymlfor available standards. - •Match & Suggest: Present 2-5 relevant standards to the user based on their current work.
- •Inject Standards:
- •Conversation Mode: Use
read_fileto fetch the full content and output it into the chat. - •Reference Mode: Output
@file references (e.g.,@agent-os/standards/api/response-format.md). This is preferred for building Skills or Specs to keep context lightweight.
- •Conversation Mode: Use
- •Verify Resolution: Ensure Cline can resolve any injected file paths.
Usage
- •
/inject-standards(Auto-suggest) - •
/inject-standards {path}(Explicit injection)