← Back to Skills Marketplace
wimi321

CLAUDE MD Initializer

by wimi321 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
136
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install claude-md-initializer
Description
Use when onboarding a repository into Claude Code by creating or improving CLAUDE.md, and optionally identifying useful skills, hooks, and verifier setup.
README (SKILL.md)

CLAUDE MD Initializer

Use this skill when a repo needs onboarding documentation for future agent sessions.

Workflow

  1. Read the repository structure, README, existing instructions, and tooling config.
  2. Identify key build, test, and run commands.
  3. Summarize the high-level architecture and important conventions.
  4. Create or improve CLAUDE.md without stuffing it with generic advice.
  5. 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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install claude-md-initializer
  3. After installation, invoke the skill by name or use /claude-md-initializer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial extraction from local Claude Code source
Metadata
Slug claude-md-initializer
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 136 downloads so far.

How do I install CLAUDE MD Initializer?

Run "/install claude-md-initializer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is CLAUDE MD Initializer free?

Yes, CLAUDE MD Initializer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does CLAUDE MD Initializer support?

CLAUDE MD Initializer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created CLAUDE MD Initializer?

It is built and maintained by wimi321 (@wimi321); the current version is v1.0.0.

💬 Comments