From 955ac9a3a8f22800825e39fddd1ffe973eff6b4e Mon Sep 17 00:00:00 2001 From: Solomonic Date: Mon, 27 Apr 2026 15:27:24 +0700 Subject: [PATCH] Add Hanko and Tsuba to Tools & Utilities --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6bfaa1d..818d607 100644 --- a/README.md +++ b/README.md @@ -345,6 +345,8 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - [**shotgun-alpha**](https://github.com/shotgun-sh/shotgun-alpha) (3 ⭐) - Codebase-aware spec engine for Cursor, Claude Code & Lovable. - [**conductor**](https://conductor.build/) (0 ⭐) - Run a bunch of Claude Codes in parallel. - [**claude-deep-research**](https://www.google.com/search?q=https://github.com/disler/claude-deep-research) (0 ⭐) - Claude Deep Research config for Claude Code. +- [**Hanko**](https://github.com/RoninForge/hanko) (0 ⭐) - Validate Claude Code plugin manifests before submission. Catches reserved marketplace names, duplicate hooks declarations, and schema errors. Go CLI plus GitHub Action. +- [**Tsuba**](https://github.com/RoninForge/tsuba) (0 ⭐) - Scaffold marketplace-ready Claude Code skills, plugins, hooks, and agents from the command line. Generates frontmatter and validates against the marketplace schema via Hanko. ---