Install
$ agentstack add skill-smykla-skalski-sai-generate-claude-md ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.mdgenerated 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
- Treat
claude/generate-claude-md/skills/generate-claude-md/SKILL.mdas the source workflow. - Read the needed source references from
claude/generate-claude-md/skills/generate-claude-md/references/(principles, section guide, scan spec, modularization, example). - Run the source validator
claude/generate-claude-md/skills/generate-claude-md/scripts/validate-claude-md.pyinstead of duplicating it. - 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, andCLAUDE_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.mdunless the user was explicit; otherwise writeCLAUDE.generated.mdand 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.
- Run
validate-claude-md.py --humanand read the result. - Fix any
[FAIL]check and re-run, up to a few rounds. - 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.
- Author: smykla-skalski
- Source: smykla-skalski/sai
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.