chore: add SKILL.md, AGENTS.md for agentic project documentation; update repository URLs in package.json files#41
Merged
olamide226 merged 1 commit intomainfrom Mar 17, 2026
Conversation
…sitory URLs in package.json files
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds agent-facing documentation (project context + inferred development patterns) and normalizes GitHub repository URLs in plugin package.json metadata.
Changes:
- Update
repository.urlandhomepagecasing in the Vite and Next plugins’package.json. - Add
AGENTS.mdwith a comprehensive architecture + conventions reference for REP. - Add
.agents/skills/rep/SKILL.mdas an auto-generated “development patterns” skill document.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| plugins/vite/package.json | Updates repository/homepage URLs to https://github.com/RuachTech/rep for consistent casing. |
| plugins/next/package.json | Same URL casing update for the Next plugin package metadata. |
| AGENTS.md | Introduces a large agent context document describing REP architecture, structure, conventions, and commands. |
| .agents/skills/rep/SKILL.md | Adds an auto-generated skill document describing repo patterns and workflows. |
Notes / required follow-ups:
.agents/skills/rep/SKILL.mdis entirely wrapped in a top-level ```markdown fenced block, which will render the whole file as code (headings/links won’t render as Markdown). The outer fence should be removed so the document renders normally.AGENTS.mdcontains a few internal consistency issues with the rest of the repo’s current metadata: it states the org asgithub.com/ruachtechwhile the repo/package metadata useshttps://github.com/RuachTech/rep, and the “Status” line lists much older component versions even though the repository changelogs indicate newer released versions. It should be updated (or made version-agnostic) to avoid becoming misleading documentation.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.