Get a production readiness score for a feature compared against named peer products.
See every gap in a feature ranked by how much fixing it would matter.
Catch an AI assistant repeating the same fix in a loop without real progress.
Run a structured sanity check midway through a coding task.
| targix/agent-skills | 0xallam/my-recipe | 0xhassaan/nn-from-scratch | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | Python | Python | Python |
| Last pushed | — | 2022-11-22 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Install via the GitHub CLI skill installer for your chosen agent, such as Claude Code or Codex.
This project offers a pair of portable skills for AI coding assistants that are meant to fix a common problem: assistants like Claude Code often tell you something looks good in a vague way, without a clear standard for what good actually means. These skills give that judgment a fixed reference point instead. The main skill, called production bar, audits a feature or system you built and compares it against named, well known peer products that are considered top tier in that space. It then gives a single production readiness score based on a calibrated scale showing how far the work is from that peer level, and separately ranks every gap it finds by how much fixing it would actually matter. The goal is not to make the assistant more critical for its own sake, but to make its approval something that is earned and specific rather than another version of good enough. A second skill, common sense check, rechecks that the assistant's work still lines up with the original goal as it proceeds, catches situations where it is repeating the same small fix over and over without real progress, and provides a structured way to run an explicit sanity check partway through a task. Both skills follow an open specification called Agent Skills, which means they are not limited to Claude Code and can also be installed for other compatible assistants such as Codex, GitHub Copilot, Cursor, and Gemini CLI using a GitHub command line installer. You can preview a skill before installing it. The repository also includes eight test cases, including one that specifically checks that the skill correctly refuses to invent a score when there is not enough evidence to give one. The project is released under the MIT License.
Agent skills that make an AI coding assistant compare your work against named top tier products instead of giving vague approval.
Mainly Python. The stack also includes Python, Markdown, Agent Skills.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.