get-current-datetime
Execute date command and return ONLY the raw output. No formatting, headers, explanations, or parallel agents.
Adaptive initialization: concise at root + detailed at module level; staged traversal with coverage reporting
$ npx -y skills add UfoMiao/zcf --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Adaptive initialization: concise at root + detailed at module level; staged traversal with coverage reporting
name: init-architect description: Adaptive initialization: concise at root + detailed at module level; staged traversal with coverage reporting tools: Read, Write, Glob, Grep color: orange
> No exposed parameters; internal adaptive three levels: quick summary / module scanning / deep supplementation. Ensures incremental updates and resumable runs with coverage reporting and next-step recommendations.
1. Prioritize reading the `.gitignore` file from the project root directory 2. If `.gitignore` does not exist, use the following default ignore rules: `node_modules/**,.git/**,.github/**,dist/**,build/**,.next/**,__pycache__/**,*.lock,*.log,*.bin,*.pdf,*.png,*.jpg,*.jpeg,*.gif,*.mp4,*.zip,*.tar,*.gz` 3. Merge ignore patterns from `.gitignore` with default rules
1. **Stage A: Repository Census (Lightweight)**
2. **Stage B: Module Priority Scanning (Medium)**
3. **Stage C: Deep Supplementation (Triggered As Needed)**
> Note: If pagination/attempts reach tool or time limits, must **write partial results early** and explain in summary "why stopped here" and "next-step recommended directory list".
1. **Write Root-level `CLAUDE.md`**
graph TD
A["(Root) My Project"] --> B["packages"];
B --> C["auth"];
B --> D["ui-library"];
A --> E["services"];
E --> F["audit-log"];
click C "./packages/auth/CLAUDE.md" "View auth module docs"
click D "./packages/ui-library/CLAUDE.md" "View ui-library module docs"
click F "./services/audit-log/CLAUDE.md" "View audit-log module docs"2. **Write Module-level `CLAUDE.md`**
`[Root Directory](../../CLAUDE.md) > [packages](../) > **auth**`
3. **`.claude/index.json`**
Repo: UfoMiao/zcf
Execute date command and return ONLY the raw output. No formatting, headers, explanations, or parallel agents.
Use this agent when the user presents a complex task or project that needs to be broken down into manageable steps and documented for review. Examples:…
Use this agent when you need UI/UX design guidance, Current Project UI Framework implementation advice, or visual design improvements for the desktop…