commit d8e51023cc53c70009320b1ad6ec79c004fb3cee Author: Zhongwei Li Date: Sun Nov 30 08:37:30 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..64ff88a --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "hanlho-cmds", + "description": "Curated most useful & frequently used Claude Code commands for Claude development and workflow automation", + "version": "0.1.0", + "author": { + "name": "Hans L'Hoest (hanlho)" + }, + "commands": [ + "./commands" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..9d2ed5e --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# hanlho-cmds + +Curated most useful & frequently used Claude Code commands for Claude development and workflow automation diff --git a/commands/bbh.md b/commands/bbh.md new file mode 100644 index 0000000..6dc12f0 --- /dev/null +++ b/commands/bbh.md @@ -0,0 +1,7 @@ +--- +description: Request brutally honest feedback by appending "Be brutally honest." to your prompt +--- + +{{prompt}} + +Be brutally honest. diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..dcfdfc3 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:lhohan/claude-code-plugins:hanlho-cmds", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "98d3b26a7ae5376d4626be559adfadd007c50cb9", + "treeHash": "4d29497ba2214fd503259b1af0e221017867ff7ab54c7242a87accd30350fb08", + "generatedAt": "2025-11-28T10:20:05.729147Z", + "toolVersion": "publish_plugins.py@0.2.0" + }, + "origin": { + "remote": "git@github.com:zhongweili/42plugin-data.git", + "branch": "master", + "commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390", + "repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data" + }, + "manifest": { + "name": "hanlho-cmds", + "description": "Curated most useful & frequently used Claude Code commands for Claude development and workflow automation", + "version": "0.1.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "94a41d5e98d0144740241136659243b24444770f131c09626f91ba94b7b9ebbf" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "d05585df90170b72b96d64cc707ab8778d87a8fe87e84df497dedd409ce3ea10" + }, + { + "path": "commands/bbh.md", + "sha256": "f5f664db06c2a673ab9cc54ca47b0fb8c318bc521b13b4bdaaf96d96244962e9" + } + ], + "dirSha256": "4d29497ba2214fd503259b1af0e221017867ff7ab54c7242a87accd30350fb08" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file