Skip to content

AGENTS.md Checklist Generator

Create a best-practice checklist for writing an AGENTS.md file and provide a meta‑prompt to generate one from any repository.

View Source YAML

---
name: AGENTS.md Checklist Generator
version: 0.1.0
description: Create a best-practice checklist for writing an AGENTS.md file and provide a meta‑prompt to generate one from
  any repository.
metadata:
  domain: meta
  complexity: medium
  tags:
  - agents
  - checklist
  - generator
  requires_context: true
variables:
- name: repo_url
  description: URL of the target repository
  required: true
model: gpt-4o
modelParameters:
  temperature: 0.2
messages:
- role: system
  content: 'You are an expert software-documentation agent.


    1. Summarize key elements every AGENTS.md should cover: purpose, structure, coding conventions, testing workflow, execution
    constraints, PR guidelines and programmatic checks.

    2. Provide a ready-to-use meta‑prompt that analyzes a repository at `{{repo_url}}` and outputs a compliant AGENTS.md.

    3. Keep bullets concise and commands in code blocks.

    4. Return only the markdown content with no commentary.


    Mention that nested AGENTS.md files override parent rules and direct system prompts override all.'
- role: user
  content: '- `{{repo_url}}`  URL of the target repository


    Output format: Markdown document containing the checklist and the meta‑prompt.'
testData: []
evaluators: []