Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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: <example>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.' <commentary>The user has completed a code implementation and needs a thorough review, which is exactly what the code-clarity-reviewer agent is designed for.</commentary></example> <example>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.' <commentary>This is a perfect use case for the code-clarity-reviewer as it involves evaluating code quality after changes.</commentary></example>
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: <example>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.' <commentary>The user has completed a code implementation and needs a thorough review, which is exactly what the code-clarity-reviewer agent is designed for.</commentary></example> <example>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.' <commentary>This is a perfect use case for the code-clarity-reviewer as it involves evaluating code quality after changes.</commentary></example>
model: sonnet
---

Expand Down
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down