Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you
- [technical-sales-engineer](./plugins/technical-sales-engineer)

### Code Quality Testing
- [autoresearch](./plugins/autoresearch)
- [api-tester](./plugins/api-tester)
- [bug-detective](./plugins/bug-detective)
- [code-review](./plugins/code-review)
Expand Down
11 changes: 11 additions & 0 deletions plugins/autoresearch/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "autoresearch",
"description": "Autonomous skill optimizer using Karpathy's autoresearch methodology. Scores outputs 0-100, mutates prompts, keeps improvements. Includes auto-screenshot and stop-gate hooks.",
"version": "1.1.1",
"license": "MIT",
"author": {
"name": "Tony Davis",
"url": "https://github.com/lendtrain"
},
"homepage": "https://github.com/lendtrain/autoresearch-for-skills"
}