From edc667c61bbaa86a42b42fc7e36c9b7a2a61e053 Mon Sep 17 00:00:00 2001 From: Kumar Anirudha Date: Tue, 5 May 2026 15:12:18 +0530 Subject: [PATCH] feat(plugins): add iconify plugin manifest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Registers the `@anistark/iconify` npm plugin, which converts a logo image into a favicon set (16×16 ICO + 16/48/128 PNG) without leaving Claude Code. Authored by anistark (Kumar Anirudha), MIT-licensed, categorized under development. --- plugins/iconify.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 plugins/iconify.json diff --git a/plugins/iconify.json b/plugins/iconify.json new file mode 100644 index 0000000..72afd85 --- /dev/null +++ b/plugins/iconify.json @@ -0,0 +1,16 @@ +{ + "name": "iconify", + "source": { + "source": "npm", + "package": "@anistark/iconify" + }, + "description": "Turn a logo image into a favicon set (16x16.ico + 16/48/128 PNG) without leaving Claude Code.", + "version": "0.2.1", + "author": { + "username": "anistark", + "name": "Kumar Anirudha" + }, + "category": "development", + "tags": ["commands", "icons", "favicon", "images"], + "license": "MIT" +}