Skip to content

Move repository skills to .agents#1093

Open
IEvangelist wants to merge 2 commits into
mainfrom
dapine/organize-ai-skills
Open

Move repository skills to .agents#1093
IEvangelist wants to merge 2 commits into
mainfrom
dapine/organize-ai-skills

Conversation

@IEvangelist
Copy link
Copy Markdown
Member

Description

Move repository-owned AI skills into the standard .agents/skills directory, matching the repository cleanup pattern from microsoft/aspire#17534.

This consolidates skills from .github/skills, removes duplicate Aspire skill copies from .claude/skills and .opencode/skill, and updates repo-owned guidance that references those skill files. Product documentation that describes aspire agent init generated vendor-specific output paths is intentionally unchanged.

Validation

  • git diff HEAD --check
  • Verified .agents and .github have no stale references to .github/skills, .claude/skills, or .opencode/skill

Consolidate repository-owned skill files under .agents/skills and update repo guidance references to the standard location.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@IEvangelist IEvangelist marked this pull request as ready for review May 28, 2026 11:44
Copilot AI review requested due to automatic review settings May 28, 2026 11:44
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Moves repository-owned agent skills toward the standard .agents/skills location and updates selected guidance to reference the new paths.

Changes:

  • Adds Aspire, documentation, testing, Playwright, sample-update, and integration-update skills under .agents/skills.
  • Removes duplicate Aspire skill copies from .github/skills and .opencode/skill.
  • Updates release verifier and Hex1b guidance to point at .agents/skills.

Reviewed changes

Copilot reviewed 5 out of 11 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
.agents/skills/aspire/SKILL.md Adds the Aspire CLI skill in the new skill location.
.agents/skills/doc-tester/SKILL.md Adds documentation testing guidance as an agent skill.
.agents/skills/doc-writer/SKILL.md Adds documentation authoring guidance as an agent skill.
.agents/skills/doc-writer/references/terminal-recordings.md Updates Hex1b skill path reference.
.agents/skills/hex1b/SKILL.md Updates generated skill path reference.
.agents/skills/playwright-cli/SKILL.md Adds browser automation guidance as an agent skill.
.agents/skills/update-integrations/SKILL.md Adds integration data refresh guidance as an agent skill.
.agents/skills/update-samples/SKILL.md Adds sample data refresh guidance as an agent skill.
.github/agents/release-verifier.agent.md Updates dependency table to reference .agents/skills.
.github/skills/aspire/SKILL.md Removes old Aspire skill copy.
.opencode/skill/aspire/SKILL.md Removes old Aspire skill copy.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +302 to +305
| doc-tester | `.agents/skills/doc-tester/SKILL.md` | Phase 3 (content validation), Phase 6 (smoke test) |
| hex1b | `.agents/skills/hex1b/SKILL.md` | Phase 2 (preview server management), terminal capture |
| playwright-cli | `.agents/skills/playwright-cli/SKILL.md` | Phase 3d, Phase 6 (browser-based verification) |
| update-integrations | `.agents/skills/update-integrations/SKILL.md` | Phase 5 (integration docs sync) |
Update doc-writer and doc-tester guidance to direct browser-based validation through playwright-cli instead of MCP-backed browser tooling.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.

2 participants