This repository was archived by the owner on Aug 16, 2026. It is now read-only.
Add deprecation notice pointing to the evals plugin - #9
Merged
Merged
Conversation
Amp-Thread-ID: https://ampcode.com/threads/T-01a00614-7f00-7356-be47-57fb26a17099 Co-authored-by: Amp <amp@ampcode.com>
There was a problem hiding this comment.
Pull request overview
Adds a deprecation notice to the top-level README to direct users to the new location for these skills and describe how to install them.
Changes:
- Adds a GitHub
[!IMPORTANT]callout at the top ofREADME.mdindicating this repo is deprecated. - Links to
ai-evals-course/error-discovery-skilland includes an install snippet in the callout.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+4
to
+8
| > This repository is deprecated. The skills moved to [ai-evals-course/error-discovery-skill](https://github.com/ai-evals-course/error-discovery-skill), a plugin called `evals` that Shreya Shankar and Hamel Husain maintain together. Install it with: | ||
| > | ||
| > ```bash | ||
| > npx skills add https://github.com/ai-evals-course/error-discovery-skill | ||
| > ``` |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
These skills moved to ai-evals-course/error-discovery-skill, a plugin called
evalsthat Shreya Shankar and Hamel maintain together.This adds a notice at the top of the README with the new repo and the one-line install command. Nothing else changes. After this merges, the repo can be archived on GitHub to finish the cutover.
Note
Low Risk
Documentation-only change with no code, config, or runtime behavior impact.
Overview
Adds a GitHub IMPORTANT callout at the top of
README.mdstating this repo is deprecated and that the skills now live inai-evals-course/error-discovery-skillas theevalsplugin, with a one-line install:npx skills add https://github.com/ai-evals-course/error-discovery-skill.No other files or README sections are updated in this PR; existing install instructions below the notice still reference this repository.
Reviewed by Cursor Bugbot for commit 949a641. Bugbot is set up for automated code reviews on this repo. Configure here.