zcf-add-sponsor
Quickly add a new corporate sponsor to ZCF — sponsor list by default, with optional API preset and documentation ad placements
Initialize project AI context, generate/update root-level and module-level CLAUDE.md indexes
$ npx -y skills add UfoMiao/zcf --skill init-project --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/init-projectContext preview
The summary Claude sees to decide when to auto-load this skill.
Initialize project AI context, generate/update root-level and module-level CLAUDE.md indexes
name: init-project description: Initialize project AI context, generate/update root-level and module-level CLAUDE.md indexes disable-model-invocation: true allowed-tools: Read(**), Write(CLAUDE.md, **/CLAUDE.md)
`/init-project <PROJECT_SUMMARY_OR_NAME>`
Initialize project AI context using a mixed strategy of "concise at root + detailed at module level":
**Step 1**: Call the `get-current-datetime` sub-agent to obtain the current timestamp.
**Step 2**: Call the `init-architect` sub-agent once, with input:
Quickly count files and directories, identify module roots (package.json, pyproject.toml, go.mod, apps/_, packages/_, services/\*, etc.).
For each module, perform targeted reading and sampling of "entry/interfaces/dependencies/tests/data models/quality tools".
If repository is small or module scale is small, expand reading scope; if large, perform batch supplemental scanning on high-risk/high-value paths.
Output "scanned files / estimated total files, covered module ratio, ignored/skipped reasons" and list "recommended next-step deep-dive sub-paths". When running `/init-project` repeatedly, perform **incremental updates** and **breakpoint resumable scanning** based on previous index.
Repo: UfoMiao/zcf
Quickly add a new corporate sponsor to ZCF — sponsor list by default, with optional API preset and documentation ad placements
Create pull request based on current branch changes
Automate version release and code commit using changeset
Automatically check code changes since last tag and update documentation in docs/ directory (en, zh-CN, ja-JP) and CLAUDE.md to ensure consistency with actual…
Initialize or update BMad-Method (V6) in your project