mirror of
https://github.com/kochetkov-ma/claude-brewcode.git
synced 2026-09-14 20:16:41 +08:00
e50cf7b8c2
- Add glm-design-to-code-trial standalone skill for npx skills distribution - Add brewpage-reference.png test asset - Gitignore d2c-output/ (generated artifacts)
21 lines
587 B
JSON
21 lines
587 B
JSON
{
|
|
"name": "brewtools",
|
|
"version": "3.4.26",
|
|
"description": "Brewtools - universal utilities for Claude Code: text optimization, humanization, secrets scanning",
|
|
"author": {
|
|
"name": "Maksim Kochetkov",
|
|
"email": "apmatypa88@gmail.com",
|
|
"url": "https://github.com/kochetkov-ma"
|
|
},
|
|
"homepage": "https://github.com/kochetkov-ma/claude-brewcode",
|
|
"repository": "https://github.com/kochetkov-ma/claude-brewcode.git",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"brewtools",
|
|
"text-optimization",
|
|
"secrets-scan",
|
|
"developer-tools"
|
|
],
|
|
"skills": "./skills/"
|
|
}
|