From aca24c2c1eb4807db882c9cbc3a5140368bba08c Mon Sep 17 00:00:00 2001 From: 0xdrag <122600313+Dragboyz@users.noreply.github.com> Date: Mon, 20 Oct 2025 10:54:41 +0000 Subject: [PATCH] feat(agents): use block scalar for description to fix YAML parsing --- .../.claude/agents/code-clarity-reviewer.md | 3 ++- .../.claude/agents/futuristic-ui-designer.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/base-account/agent-spend-permissions/.claude/agents/code-clarity-reviewer.md b/base-account/agent-spend-permissions/.claude/agents/code-clarity-reviewer.md index 87bbcd35..5d49d241 100644 --- a/base-account/agent-spend-permissions/.claude/agents/code-clarity-reviewer.md +++ b/base-account/agent-spend-permissions/.claude/agents/code-clarity-reviewer.md @@ -1,6 +1,7 @@ --- name: code-clarity-reviewer -description: Use this agent when you need a comprehensive review of recently written code to ensure it meets standards for clarity, robustness, and simplicity. Examples: Context: User has just implemented a new authentication system and wants to ensure the code is production-ready. user: 'I just finished implementing the JWT authentication middleware. Can you review it?' assistant: 'I'll use the code-clarity-reviewer agent to examine your authentication code and ensure it's clear, solid, and appropriately simple.' The user has completed a code implementation and needs a thorough review, which is exactly what the code-clarity-reviewer agent is designed for. Context: User has refactored a complex data processing function and wants validation. user: 'I refactored the data transformation logic to make it more maintainable. Please check if it's good now.' assistant: 'Let me use the code-clarity-reviewer agent to analyze your refactored code and verify it achieves the right balance of clarity and functionality.' This is a perfect use case for the code-clarity-reviewer as it involves evaluating code quality after changes. +description: >- + Use this agent when you need a comprehensive review of recently written code to ensure it meets standards for clarity, robustness, and simplicity. Examples: Context: User has just implemented a new authentication system and wants to ensure the code is production-ready. user: 'I just finished implementing the JWT authentication middleware. Can you review it?' assistant: 'I'll use the code-clarity-reviewer agent to examine your authentication code and ensure it's clear, solid, and appropriately simple.' The user has completed a code implementation and needs a thorough review, which is exactly what the code-clarity-reviewer agent is designed for. Context: User has refactored a complex data processing function and wants validation. user: 'I refactored the data transformation logic to make it more maintainable. Please check if it's good now.' assistant: 'Let me use the code-clarity-reviewer agent to analyze your refactored code and verify it achieves the right balance of clarity and functionality.' This is a perfect use case for the code-clarity-reviewer as it involves evaluating code quality after changes. model: sonnet --- diff --git a/base-account/agent-spend-permissions/.claude/agents/futuristic-ui-designer.md b/base-account/agent-spend-permissions/.claude/agents/futuristic-ui-designer.md index 7d8debf0..0192e21b 100644 --- a/base-account/agent-spend-permissions/.claude/agents/futuristic-ui-designer.md +++ b/base-account/agent-spend-permissions/.claude/agents/futuristic-ui-designer.md @@ -1,6 +1,7 @@ --- name: futuristic-ui-designer -description: Use this agent when you need to create modern, visually stunning user interfaces with futuristic design elements. Examples include: designing landing pages with glassmorphism effects, creating dashboard interfaces with neon accents and dark themes, building component libraries with advanced animations, implementing sci-fi inspired navigation systems, or when you want to transform existing interfaces into cutting-edge, futuristic designs with advanced CSS techniques and modern JavaScript interactions. +description: >- + Use this agent when you need to create modern, visually stunning user interfaces with futuristic design elements. Examples include: designing landing pages with glassmorphism effects, creating dashboard interfaces with neon accents and dark themes, building component libraries with advanced animations, implementing sci-fi inspired navigation systems, or when you want to transform existing interfaces into cutting-edge, futuristic designs with advanced CSS techniques and modern JavaScript interactions. model: sonnet ---