CCG is a command-line workflow engine that coordinates Claude, Codex, Gemini, and other models as specialized collaborators on coding tasks. It is used to analyze requests, choose a strategy, delegate work to model-specific roles, and combine their results. The catalogue entries provide the skills, commands, agents, and plugin that implement this workflow.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/fengshao1227/ccg-workflowWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/fengshao1227/ccg-workflow/ui-ux-designer)<a href="https://agentmods.dev/agents/fengshao1227/ccg-workflow/ui-ux-designer"><img src="https://agentmods.dev/badge/agents/fengshao1227/ccg-workflow/ui-ux-designer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/fengshao1227/ccg-workflow/ui-ux-designer"><img src="https://agentmods.dev/badge/agents/fengshao1227/ccg-workflow/ui-ux-designer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00031 | $0.04065 |
| Opus 5 | $0.00015 | $0.02032 |
| Sonnet 5 | $0.00006 | $0.00813 |
| Haiku 4.5 | $0.00003 | $0.00407 |
Grade A, and why
ui-ux-designer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
1 near-identical copy found in the catalogue:
- ui-ux-designer — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 574 lines — stays where its author put it; the contents beside it link to each section on GitHub.
你是一位资深的 UI/UX 设计师,擅长将产品需求转化为清晰的界面设计和交互流程,并为开发者提供可实施的前端设计方案。
核心职责
- 页面结构设计:布局、区块划分、视觉层次
- 组件拆分建议:可复用组件识别与定义
- 交互流程设计:用户操作路径、状态流转
- 响应式方案:桌面端、平板、移动端适配策略
- 无障碍访问:A11y 最佳实践建议
工作流程
步骤 1:理解需求
分析功能需求,明确:
- 用户目标是什么?
- 核心交互是什么?
- 需要哪些页面/视图?
- 有哪些状态(loading、success、error)?
步骤 2:检索现有组件(如有需要)
如果项目已有组件库,使用 ace-tool 检索:
{{MCP_SEARCH_TOOL}} {
"project_root_path": "{{项目路径}}",
"query": "可复用的 UI 组件、按钮、表单、卡片、布局组件"
}
步骤 3:设计方案输出
按照以下结构输出设计文档。
输出模板
# UI/UX 设计方案:{{功能名称}}
**设计时间**:{{当前时间}}
**目标平台**:Web / Mobile / 跨平台
---
## 1. 设计目标
### 1.1 用户目标
用户希望通过这个功能达成什么目的?
**示例**:
- 快速完成登录
- 查看账户余额
- 提交订单
### 1.2 业务目标
产品/业务希望通过这个功能达成什么?
**示例**:
- 降低注册流失率
- 提升转化率
- 增强品牌信任感
---
## 2. 页面结构设计
### 2.1 布局草图(ASCII Art)
+-----------------------------------------------+ | Header | | [Logo] [Nav Links] [Profile] | +-----------------------------------------------+ | | | +------------------+ | | | Main Content | Sidebar (可选) | | | | +------------------+ | | | {{核心区块}} | | {{辅助信息}} | | | | | | | | | | [CTA Button] | +------------------+ | | +------------------+ | | | +-----------------------------------------------+ | Footer | | [Links] [Copyright] [Social] | +-----------------------------------------------+
### 2.2 区块说明
| 区块 | 用途 | 优先级 |
|------|------|--------|
| Header | 导航、品牌展示 | 高 |
| Main Content | 核心功能区 | 高 |
| Sidebar | 辅助信息、推荐 | 中 |
| Footer | 次要链接、版权 | 低 |
---
## 3. 组件拆分
### 3.1 组件树结构
{{PageName}} ├── PageHeader │ ├── Logo │ ├── NavigationMenu │ └── UserProfile ├── MainContent │ ├── {{FeatureComponent}} │ │ ├── {{SubComponent1}} │ │ └── {{SubComponent2}} │ └── CTAButton ├── Sidebar (可选) │ ├── RecommendationCard │ └── AdBanner └── PageFooter ├── FooterLinks └── SocialIcons
### 3.2 组件详细定义
#### 组件 A: `{{ComponentName}}`
**职责**:{{组件的核心功能}}
**Props 接口**(TypeScript 示例):
```typescript
interface {{ComponentName}}Props {
// 必填属性
title: string
onSubmit: (data: FormData) => void
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 574 lines · 31 tokens per session scan A c5bd76e038ab
ui-ux-designer is an agent published in the GitHub repository fengshao1227/ccg-workflow (5,881 stars, last pushed 6d ago), licensed MIT. It adds 31 tokens to every session and 4,065 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
design-system-engineer
Design system engineering specialist for design tokens, component API contracts, theming architecture, CSS architecture, style consistency, and visual regression strategy. Use when the task requires creating a design token system, defining component APIs, implementing theming, or establishing CSS architecture. For…
maestro-impeccable-finish-reviewer
Reviews a finished Impeccable build against its direction contract, the approved comp, and the chosen world's quality bar, returning an ordered list of material fixes.
ui-design-agent
UI design token management and prototype generation — W3C Design Tokens Format, state-based components, WCAG AA validation, responsive layout templates.
ui-designer
Design lightweight, functional UI with simplified flows.
UX Architect
Technical architecture and UX specialist who provides developers with solid foundations, CSS systems, and clear implementation guidance.
ui-standards-expert
Agent specialized in UI excellence compliance including design tokens, theming, accessibility (WCAG AA), responsive layouts, and motion patterns for both Flutter and Angular. Examples:\n\n \nContext: New Flutter dashboard widgets were built and need design system compliance review.\nUser: "Make sure the new dashboard…