Convert prompts folder to agent skills standard#1401
Merged
fabian-hiller merged 1 commit intomainfrom Jan 28, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
commit: |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR migrates the repository's AI agent documentation from a custom prompts/ folder structure to the standardized Agent Skills format in the /skills/ directory. This conversion improves discoverability and compatibility with tools that support the Agent Skills open standard.
Changes:
- Added frontmatter metadata (name and description) to all six skill files following the Agent Skills standard
- Updated all internal cross-references from old prompt file names to new skill names (e.g.,
document-source-code.md→repo-source-code-documentskill) - Fixed a grammatical typo and code block formatting issues in skill documentation
- Removed the deprecated
prompts/index.mdfile - Updated
AGENTS.mdto reference the new skills-based system
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
skills/repo-website-guide-create/SKILL.md |
Added Agent Skills frontmatter with name and description |
skills/repo-website-api-update/SKILL.md |
Added frontmatter and updated cross-reference to use skill name instead of file path |
skills/repo-website-api-create/SKILL.md |
Added frontmatter and fixed grammatical typo ("It make" → "It makes") |
skills/repo-structure-navigate/SKILL.md |
Added frontmatter and updated directory structure to show skills/ folder |
skills/repo-source-code-review/SKILL.md |
Added frontmatter and updated cross-references to use skill names |
skills/repo-source-code-document/SKILL.md |
Added frontmatter, fixed code block formatting (4 backticks → 3 backticks), and improved code example formatting |
prompts/index.md |
Removed deprecated index file for old prompts system |
AGENTS.md |
Replaced "Detailed Guides" section with "Agent Skills" section referencing new standard |
Comments suppressed due to low confidence (1)
skills/repo-structure-navigate/SKILL.md:22
- This line references a 'prompts/' directory that no longer exists in the repository after the migration to the agent skills standard. Since the prompts folder has been removed (as evidenced by the deletion of prompts/index.md in this PR), this line should be removed from the directory structure diagram.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.