AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Generate Claude Md

skill-smykla-skalski-sai-generate-claude-md · by smykla-skalski

Generate a lean, high-signal `CLAUDE.md` for a repository by reusing the source workflow under `claude/generate-claude-md`. Use when the user wants a CLAUDE.md created or refreshed in Codex.

— No reviews yet
0 installs
0 views
— view→install

Install

$ agentstack add skill-smykla-skalski-sai-generate-claude-md

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-smykla-skalski-sai-generate-claude-md)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 11d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Generate Claude Md? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Generate CLAUDE.md

Use this skill when the user wants a CLAUDE.md file created, scaffolded, or refreshed for a repository from codebase analysis.

This is a thin Codex wrapper around claude/generate-claude-md/skills/generate-claude-md/SKILL.md. Reuse the source workflow, references, and validator from the Claude skill directory instead of maintaining duplicated Codex copies.

Use This Skill

  • Use this skill when the user wants a CLAUDE.md generated or refreshed for a project.

Do Not Use This Skill

  • Do not use this skill to audit an existing CLAUDE.md against a checklist — that is review-claude-md.
  • Do not use this skill for generic markdown authoring unrelated to CLAUDE.md.

Source Material

  • Source skill: claude/generate-claude-md/skills/generate-claude-md/SKILL.md
  • Source directory: claude/generate-claude-md/skills/generate-claude-md/
  • Codex metadata: agents/openai.yaml

Load only the source files needed for the current task. Do not recreate or copy the Claude-side bundled resources into this Codex skill.

Workflow

  1. Treat claude/generate-claude-md/skills/generate-claude-md/SKILL.md as the source workflow.
  2. Read the needed source references from claude/generate-claude-md/skills/generate-claude-md/references/ (principles, section guide, scan spec, modularization, example).
  3. Run the source validator claude/generate-claude-md/skills/generate-claude-md/scripts/validate-claude-md.py instead of duplicating it.
  4. Apply the deletion test to every line; produce a short, project-specific file.

Codex Notes

  • Ignore Claude-only frontmatter and runtime wiring such as allowed-tools, context: fork, $ARGUMENTS, and CLAUDE_SKILL_DIR.
  • Infer the repo root and flags from the user request and local context before asking follow-up questions.
  • Write safety: never overwrite an existing CLAUDE.md unless the user was explicit; otherwise write CLAUDE.generated.md and report.
  • If a source script fails because of sandbox restrictions, rerun it with escalation and a short justification.

Verification

After generating, run the source validator on the written file and report the verdict.

  1. Run validate-claude-md.py --human and read the result.
  2. Fix any [FAIL] check and re-run, up to a few rounds.
  3. Report what was verified, the final line count, and any residual risk.

Examples

User: "Use Generate CLAUDE.md for this repo." Assistant: Opens claude/generate-claude-md/skills/generate-claude-md/SKILL.md, scans the codebase, synthesizes a lean CLAUDE.md, validates it, and reports.

User: "Make a CLAUDE.md for this project." Assistant: Reuses the source material from claude/generate-claude-md/skills/generate-claude-md/, writes a short project-specific file, and runs the validator before reporting.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.