15 lines
394 B
JSON
15 lines
394 B
JSON
{
|
|
"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"
|
|
]
|
|
} |