← 返回 Skills 市场
136
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install claude-md-initializer
功能描述
Use when onboarding a repository into Claude Code by creating or improving CLAUDE.md, and optionally identifying useful skills, hooks, and verifier setup.
使用说明 (SKILL.md)
CLAUDE MD Initializer
Use this skill when a repo needs onboarding documentation for future agent sessions.
Workflow
- Read the repository structure, README, existing instructions, and tooling config.
- Identify key build, test, and run commands.
- Summarize the high-level architecture and important conventions.
- Create or improve
CLAUDE.mdwithout stuffing it with generic advice. - Suggest follow-on skills, hooks, or verifier setup if they materially help.
Guardrails
- Do not invent commands or conventions.
- Focus on repo-specific knowledge, not generic coding advice.
- Keep the file practical for future agent sessions.
Example Requests
- Analyze this repo and produce a strong CLAUDE.md for future agent sessions.
- Upgrade the existing CLAUDE.md so future coding agents onboard faster.
Inputs
- Repository structure
- Existing docs and config
- Important commands and conventions
Outputs
- New or improved CLAUDE.md
- Optional follow-up recommendations
Success Criteria
- Repo-specific commands are captured correctly.
- Architecture notes are practical, not generic.
- The file helps future agents move faster.
Non-Goals
- Generic engineering advice
- Invented commands or undocumented workflows
Source Provenance
Derived from src/commands/init.ts.
安全使用建议
This skill appears coherent and appropriate for producing repository onboarding docs. Before installing, consider: (1) review or augment the SKILL.md to explicitly exclude reading or embedding secrets (e.g., .env, private keys, CI secrets) and add an exclusion list; (2) run the skill on a fork or read-only copy first to confirm it doesn't surface sensitive data; (3) review any generated CLAUDE.md for accidental inclusion of credentials before committing; (4) because the skill's source is unknown, prefer installing it in a limited/sandboxed environment or after verifying its origin if you require higher assurance.
功能分析
Type: OpenClaw Skill
Name: claude-md-initializer
Version: 1.0.0
The skill bundle is a documentation utility designed to initialize or improve a CLAUDE.md file for repository onboarding. It contains no executable code, only markdown instructions (SKILL.md) and configuration files (agents/openai.yaml). The workflow is limited to reading local repository structure and configuration to summarize architecture and commands, and it includes explicit guardrails against inventing information or providing generic advice. No indicators of data exfiltration, malicious execution, or prompt injection were found.
能力评估
Purpose & Capability
Name, description, and SKILL.md align: the skill's stated goal is to read a repository and produce a CLAUDE.md and optional recommendations. It does not request unrelated binaries, env vars, or config paths.
Instruction Scope
Instructions ask the agent to read repository structure, README, existing instructions, and tooling config — which is appropriate for onboarding documentation. Recommend adding an explicit guardrail to avoid reading or including secrets (e.g., .env, private keys, credentials) in the produced CLAUDE.md; the current guardrails prohibit inventing commands but don't explicitly restrict handling of sensitive files.
Install Mechanism
No install spec and no code files; instruction-only skills have minimal disk/write footprint and the lowest install risk.
Credentials
The skill declares no required environment variables, credentials, or config paths — proportional to its purpose.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes. disable-model-invocation is false (normal). Nothing in the skill attempts to modify other skills or agent configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install claude-md-initializer - 安装完成后,直接呼叫该 Skill 的名称或使用
/claude-md-initializer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial extraction from local Claude Code source
元数据
常见问题
CLAUDE MD Initializer 是什么?
Use when onboarding a repository into Claude Code by creating or improving CLAUDE.md, and optionally identifying useful skills, hooks, and verifier setup. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 136 次。
如何安装 CLAUDE MD Initializer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install claude-md-initializer」即可一键安装,无需额外配置。
CLAUDE MD Initializer 是免费的吗?
是的,CLAUDE MD Initializer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
CLAUDE MD Initializer 支持哪些平台?
CLAUDE MD Initializer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 CLAUDE MD Initializer?
由 wimi321(@wimi321)开发并维护,当前版本 v1.0.0。
推荐 Skills