2026-01-15 14:36:56 -08:00
{
"name" : "@waynesutton/convex-skills" ,
2026-02-05 17:35:20 -08:00
"version" : "1.0.9" ,
2026-02-05 17:49:57 -08:00
"description" : "For official Convex Skills use Convex Agent Plugins at https://github.com/get-convex/convex-agent-plugins. This package provides unofficial agent skills for building production-ready Convex applications." ,
2026-02-03 18:40:48 -08:00
"author" : "Wayne Sutton - @waynesutton" ,
2026-01-15 14:36:56 -08:00
"license" : "Apache-2.0" ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/waynesutton/convexskills.git"
} ,
"homepage" : "https://github.com/waynesutton/convexskills#readme" ,
"bugs" : {
"url" : "https://github.com/waynesutton/convexskills/issues"
} ,
"keywords" : [
"convex" ,
"convex-skills" ,
"ai-skills" ,
"agent-skills" ,
"claude" ,
"codex" ,
"llm" ,
"ai-assistant" ,
"best-practices" ,
2026-02-02 20:42:12 -08:00
"developer-tools" ,
"eslint" ,
"linting"
2026-01-15 14:36:56 -08:00
] ,
"type" : "module" ,
"main" : "index.js" ,
"bin" : {
"convex-skills" : "./bin/cli.js"
} ,
"files" : [
"skills/**/*.md" ,
"templates/**/*.md" ,
"AGENTS.md" ,
"CLAUDE.md" ,
"GEMINI.md" ,
"index.js" ,
"bin/"
] ,
"scripts" : {
"prepublishOnly" : "echo 'Publishing convex-skills to npm...'" ,
"postpublish" : "echo 'Published successfully!'"
} ,
"engines" : {
"node" : ">=18.0.0"
}
}