📖 docs: restructure examples folder into copy-paste templates #2
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.
Restructures
examples/to contain only ready-to-use template files that users can directly copy into their projects, while consolidating all explanatory documentation into the main README.Changes
New templates in
examples/:copilot.instructions.md- GitHub Copilot custom instructions with frontmatterAGENTS.md- Generic AI agent instructions for Codex, Claude, Cursor, WindsurfDeleted:
examples/EXAMPLES.md(content merged into README)README.md additions:
README.md cleanup:
examples/EXAMPLES.mdreference from "Learn More" sectionUsage
Final Structure
Original prompt
Summary
Restructure the
examples/folder to be a pure copy-paste resource for users, and merge the existing documentation into the root README.Changes Required
1. Add new template files to
examples/examples/copilot.instructions.md- GitHub Copilot custom instructions template:examples/AGENTS.md- AI agents template for Codex, Claude, Cursor, Windsurf, etc.:2. Delete
examples/EXAMPLES.mdRemove this file as its content will be merged into the root README.
3. Update
README.mdAdd the following sections to the README (after the existing "GitHub Copilot Integration" section):
Add "Real-World Examples" section with content from EXAMPLES.md:
Include examples for:
Add "AI Integration" section:
Update "Learn More" section:
Remove the reference to
examples/EXAMPLES.mdsince it will be deleted.Final Structure