Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:51 +08:00
commit ce6744c596
14 changed files with 664 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "cli-mastery",
"description": "Command-line excellence and Unix philosophy mastery. Expert in shell scripting, Unix pipelines, text processing (sed/awk/grep), permissions, and CLI tool composition.",
"version": "1.0.0",
"author": {
"name": "DotClaude",
"url": "https://github.com/dotclaude"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}