Skip to content

Commit 59c8505

Browse files
authored
feat(plugins): add iconify plugin manifest (#24)
## Add Plugin **Plugin name:** `iconify` **Source:** [@anistark/iconify](https://www.npmjs.com/package/@anistark/iconify) **License:** cc **Category:** development **Type / tags:** skills, commands ### Checklist _Uncheck any item that does not apply or has not been completed._ - [x] I have read and understood the [contributing guidelines](../../CONTRIBUTING.md) - [x] Plugin has a valid `.claude-plugin/plugin.json` manifest - [x] Plugin has a `README.md` - [x] Plugin has a `LICENSE` - [x] Plugin name is kebab-case - [x] `category` is set to one of the allowed values - [x] `tags` includes at least one component type (skills/agents/hooks/commands/mcp-servers/lsp-servers/integration/other) - [x] Plugin file added to `plugins/` directory (do not edit `marketplace.json`) - [x] Tested locally with `/plugin marketplace add` and `/plugin install` ### What does this plugin do? <!-- Brief description --> 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.
1 parent 8652245 commit 59c8505

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

plugins/iconify.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "iconify",
3+
"source": {
4+
"source": "npm",
5+
"package": "@anistark/iconify"
6+
},
7+
"description": "Turn a logo image into a favicon set (16x16.ico + 16/48/128 PNG) without leaving Claude Code.",
8+
"version": "0.2.1",
9+
"author": {
10+
"username": "anistark",
11+
"name": "Kumar Anirudha"
12+
},
13+
"category": "development",
14+
"tags": ["commands", "icons", "favicon", "images"],
15+
"license": "MIT"
16+
}

0 commit comments

Comments
 (0)