Skip to content

normalize agents files#7635

Open
radium-v wants to merge 4 commits into
mainfrom
users/radium-v/normalize-agents-files
Open

normalize agents files#7635
radium-v wants to merge 4 commits into
mainfrom
users/radium-v/normalize-agents-files

Conversation

@radium-v

@radium-v radium-v commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

Pull Request

📖 Description

Normalizes agent and AI-tooling configuration files to a shared, tool-agnostic layout so that Copilot, Claude, and other agents read from a single source of truth.

  • Moves the skills directory from .github/skills/ to .agents/skills/ and updates internal path references accordingly.
  • Renames .github/copilot-instructions.md to AGENTS.md as the canonical instructions file.
  • Points CLAUDE.md to AGENTS.md as a symlink
  • Stubs out .claude/skills/* to point to respective .agents/skills/ files

✅ Checklist

General

  • I have tested my changes.
  • I have updated the project documentation to reflect my changes.
  • I have read the CONTRIBUTING documentation and followed the standards for this project.

@radium-v

radium-v commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator Author

The motivation behind this change is to provide compatibility with the Github CLI command, which will allow people to install our skills and use them in their projects (see https://cli.github.com/manual/gh_skill_install). There may be more changes necessary to facilitate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant