jim60105/copilot-prompt

create-agentsmd-instructions

Create `AGENTS.md` file for a project. Use when the user wants to set up custom instructions, configure AI coding assistant behavior, or create project-specific coding guidelines for AI agents.

First seen Aug 14, 2026

Installation

$ npx skills add jim60105/copilot-prompt --skill create-agentsmd-instructions

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from jim60105/copilot-prompt · top by installs.

npx skills add jim60105/copilot-prompt

Browse all from jim60105/copilot-prompt

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 21
License LICENSE
Default branch master
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseGFDL-1.3-or-later
Declared agents claude-code github-copilot
More metadata

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,838 B
  • docs SUMMARY.md 229 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Create AGENTS.md Instructions

Create or update AGENTS.md file for the project.

Steps

  1. Review all following documentations to understand what constitutes a well-crafted AGENTS.md

- https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot - https://claude.com/blog/the-new-rules-of-context-engineering-for-claude-5-generation-models

  1. Conduct a thorough examination of the codebase to understand the architecture and stylistic conventions.
  2. Check if AGENTS.md, .github/copilot-instructions.md or CLAUDE.md already exists. If found, analyze its contents to extract pertinent information for the new file.
  3. Compose a AGENTS.md document including:

- A concise summary of the project's objectives and functionalities. - A clear delineation of coding style and formatting standards. - Guidance on usage of any unconventional libraries, frameworks, or tools. - Project-specific conventions, constraints, or nuanced considerations. - The designated language for in-code annotations and commentary.

  1. Create or rewrite the AGENTS.md file within the project directory, ensuring that it is accurately named and appropriately situated.

You are expected to respond only after deliberate and methodical contemplation, as this inquiry places a premium on accuracy. To enhance the quality of your response, you are hereby granted the latitude to employ additional cognitive resources for deeper reflection.

Let's do this step by step.