Add ai-ready external plugin#1542
Closed
johnpapa wants to merge 1 commit intogithub:stagedfrom
Closed
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
|
@aaronpowell - Tagging as per our chat |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the external ai-ready plugin to this repo’s plugin registry so it appears in the generated Copilot CLI marketplace listing.
Changes:
- Added
ai-readymetadata toplugins/external.json(source of truth for external plugins). - Updated
.github/plugin/marketplace.jsonto include the new external plugin entry.
Show a summary per file
| File | Description |
|---|---|
| plugins/external.json | Registers the ai-ready external plugin (GitHub source + metadata). |
| .github/plugin/marketplace.json | Marketplace listing updated to include ai-ready. |
Copilot's findings
- Files reviewed: 2/2 changed files
- Comments generated: 0
Contributor
Author
|
Closing in favor of a new approach — submitting as a lightweight wrapper skill instead of an external plugin. The wrapper installs the full skill from johnpapa/ai-ready, keeping the content in my repo while making it discoverable here. New PR incoming. |
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.
What
Adds the
ai-readyexternal plugin to the awesome-copilot marketplace — a Copilot CLI skill that analyzes any repository and generates AI-ready configuration assets.What it does
When a user says "make this repo ai-ready", the skill:
copilot-instructions.mdai-readyGitHub topicWhy
Contributors (human and AI) don't know a repo's conventions. Maintainers waste time re-teaching them in every PR review. AI agents compound this — more PRs, same quality gap. This plugin closes the gap by teaching AI how to work in the repo correctly.
Technical details
ghCLI to auto-discover contextTested on
Changes in this PR
.github/plugin/marketplace.jsonai-readyentry (external,source.repo: johnpapa/ai-ready)plugins/external.jsonai-readyentry (matches existing external plugin format)Plugin repo
https://github.com/johnpapa/ai-ready
Install (once merged)