From f819103da7a7f4247f26815e7f6b853c05ad64dc Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Mon, 6 Apr 2026 11:14:38 -0500 Subject: [PATCH] Add root plugin.json for Claude Code marketplace compatibility --- .claude-plugin/plugin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .claude-plugin/plugin.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..70514f0 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,10 @@ +{ + "name": "credyt", + "description": "Set up and integrate Credyt — real-time billing infrastructure for AI products. Guides you through pricing discovery, product configuration, verification, and code integration.", + "version": "1.1.0", + "author": { + "name": "Credyt" + }, + "homepage": "https://credyt.ai", + "repository": "https://github.com/credyt/ai-skills" +}