Compare commits

..

1 Commits

Author SHA1 Message Date
Tobin South
35bc952efe Add ai-firstify to marketplace 2026-03-17 13:30:49 -07:00

View File

@@ -1040,14 +1040,16 @@
"homepage": "https://github.com/intercom/claude-plugin-external" "homepage": "https://github.com/intercom/claude-plugin-external"
}, },
{ {
"name": "optibot", "name": "ai-firstify",
"description": "AI code review that catches production-breaking bugs, business logic issues, and security vulnerabilities — directly in Claude Code.", "description": "AI-first project auditor and re-engineer based on the 9 design principles and 7 design patterns from the TechWolf AI-First Bootcamp",
"source": { "source": {
"source": "url", "source": "git-subdir",
"url": "https://github.com/Optimal-AI/optibot-skill.git", "url": "techwolf-ai/ai-first-toolkit",
"sha": "981db1f630c3116d7df0a71e5967af55b08e813c" "path": "plugins/ai-firstify",
"ref": "main",
"sha": "7f18e11d694b9ae62ea3009fbbc175f08ae913df"
}, },
"homepage": "https://getoptimal.ai" "homepage": "https://ai-first.techwolf.ai"
} }
] ]
} }