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

Agents Md Author

skill-anton-abyzov-vskill-agents-md-author · by anton-abyzov

Bootstrap or update project AI-agent instruction files (AGENTS.md for Codex, CLAUDE.md for Claude Code, or both) from the current project's structure. Triggers on: write AGENTS.md, write CLAUDE.md, generate AGENTS.md, agent instructions, project conventions for AI, bootstrap agent docs, set up project memory for Codex/Claude, document dev/test/build commands for AI coding tools, single-source pro…

No reviews yet
0 installs
15 views
0.0% view→install

Install

$ agentstack add skill-anton-abyzov-vskill-agents-md-author

✓ 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-anton-abyzov-vskill-agents-md-author)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo 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 Agents Md Author? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

agents-md-author

Generate cross-vendor project instruction files: AGENTS.md for Codex (and most other tools), CLAUDE.md for Claude Code, or both kept in sync. Load references/agents-md-spec.md if you need the cross-vendor convention details.

When to activate

  • User asks to "write AGENTS.md", "create CLAUDE.md", or "set up project instructions for AI"
  • User wants the same project doc to work in Codex, Claude Code, Cursor, or any tool that follows the AGENTS.md convention
  • User mentions onboarding a new AI tool to an existing repo and wants conventions captured

Procedure

1. Detect project context (always do this first)

Read the project root and determine:

  • Project name — from package.json name, pyproject.toml [project].name, go.mod module, Cargo.toml [package].name, or fallback to repo dir name
  • Language & runtimepackage.json (Node + lockfile flavor), requirements.txt / pyproject.toml (Python), go.mod (Go), Cargo.toml (Rust), pom.xml / build.gradle (JVM), *.csproj (.NET)
  • Common scripts — Node scripts.{dev,build,test,lint,typecheck}; Python tox.ini / Makefile; Go/Rust task tools
  • Test framework — vitest, jest, pytest, go test, cargo test, etc.
  • Repo conventions — existing .editorconfig, .prettierrc, eslint.config.*, pre-commit-config.yaml

If the user provided context (e.g., "this is a Next.js + Prisma app"), use it; otherwise infer from files. Don't ask questions you can answer from disk.

2. Decide the target file(s)

| User wants | Write | |---|---| | Codex / OpenAI tools only | AGENTS.md | | Claude Code only | CLAUDE.md | | Both, kept in sync | AGENTS.md + CLAUDE.md (identical content), or AGENTS.md plus a one-line CLAUDE.md that says "See AGENTS.md" | | Single source (recommended) | AGENTS.md + CLAUDE.md symlink → AGENTS.md |

Default to "both, identical content" unless the user specifies — it's the lowest-risk option and works everywhere.

3. Compose content

Use this canonical structure (load references/agents-md-spec.md if you need the field-by-field rationale or cross-vendor details):

# 

## Tech stack

- 
- 
- 

## Dev commands

- Install: ``
- Dev server: ``
- Build: ``
- Test: `` (unit) / `` (e2e)
- Lint / typecheck: ``

## Code conventions

- 
- 
- 
- 
- 

## Architecture notes

## Out of scope for AI agents

Keep it under ~150 lines. AI agents skim — verbose docs are skipped or ignored.

4. Write files

  • Use canonical line endings for the OS (LF on macOS/Linux)
  • Don't add a trailing summary or "generated by" footer — the file is now the user's
  • If a file already exists, read it first, propose a diff, and ask the user before overwriting

5. Verify

  • Print the relative paths written
  • If both AGENTS.md and CLAUDE.md were written, confirm they're byte-identical (or show the symlink)
  • Suggest the user commit the files

References

  • references/agents-md-spec.md — full cross-vendor convention summary (Anthropic, OpenAI, Cursor, etc.) — load on demand for spec details, vendor matrix, and the AGENTS.md ≠ SKILL.md distinction
  • Anthropic Agent Skills spec: https://github.com/anthropics/skills
  • OpenAI Codex AGENTS.md guide: https://developers.openai.com/codex/guides/agents-md
  • agents.md cross-vendor standard: https://agents.md

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.