From edee7df8f05a9eea503347d3e0978d5749a83a3c Mon Sep 17 00:00:00 2001 From: Kumar Anirudha Date: Fri, 22 May 2026 16:50:43 +0530 Subject: [PATCH] feat(plugins): add feluda license compliance skill MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Registers the `feluda` plugin — a license compliance skill that runs automatically before committing new dependencies and surfaces GPL/AGPL/restrictive license warnings inline. Supports Rust, Node.js, Go, Python, Java, .NET, Ruby, PHP, C/C++, and R projects. --- plugins/feluda.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plugins/feluda.json diff --git a/plugins/feluda.json b/plugins/feluda.json new file mode 100644 index 0000000..128d8d8 --- /dev/null +++ b/plugins/feluda.json @@ -0,0 +1,17 @@ +{ + "name": "feluda", + "source": { + "source": "git-subdir", + "url": "https://github.com/anistark/feluda.git", + "path": "skills/feluda" + }, + "description": "License compliance skill for Claude Code — automatically runs feluda before committing new dependencies and surfaces GPL/AGPL/restrictive license warnings inline. Supports Rust, Node.js, Go, Python, Java, .NET, Ruby, PHP, C/C++, and R.", + "version": "1.0.0", + "author": { + "username": "anistark", + "name": "Kumar Anirudha" + }, + "category": "security", + "tags": ["skills", "rust", "license", "compliance"], + "license": "MIT" +}