diff --git a/plugins/sutras.json b/plugins/sutras.json new file mode 100644 index 0000000..fbb464d --- /dev/null +++ b/plugins/sutras.json @@ -0,0 +1,18 @@ +{ + "name": "sutras", + "source": { + "source": "github", + "repo": "anistark/sutras" + }, + "description": "Devtool for creating, testing, and distributing Anthropic Agent Skills with lifecycle management, Skill ABI, and federated registries", + "version": "0.4.4", + "author": { + "username": "anistark", + "name": "Kumar Anirudha" + }, + "category": "development", + "tags": [ + "skills" + ], + "license": "MIT" +}