Initial commit
This commit is contained in:
11
.claude-plugin/plugin.json
Normal file
11
.claude-plugin/plugin.json
Normal file
@@ -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"
|
||||
]
|
||||
}
|
||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# hanlho-cmds
|
||||
|
||||
Curated most useful & frequently used Claude Code commands for Claude development and workflow automation
|
||||
7
commands/bbh.md
Normal file
7
commands/bbh.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
description: Request brutally honest feedback by appending "Be brutally honest." to your prompt
|
||||
---
|
||||
|
||||
{{prompt}}
|
||||
|
||||
Be brutally honest.
|
||||
45
plugin.lock.json
Normal file
45
plugin.lock.json
Normal file
@@ -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": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user