← All plugins
helm-brief
v1.9.1|
Claude Code1 skill
by tonone-aiMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-agency/tonone/skills/helm-brief/ inside the repository.
Layout
plugins/ai-agency/tonone/skills/helm-brief/
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
helm-briefSKILL.md
Use when asked to write a product brief, turn a feature idea into a spec, define requirements for something to build, or clarify what a product should do and why. Examples: "write a brief for X", "turn this idea into a spec", "what should we build here", "help me define requirements".
Manifests1
plugins/ai-agency/tonone/skills/helm-brief/.claude-plugin/plugin.json
{
"name": "helm-brief",
"version": "1.9.1",
"description": "|",
"author": {
"name": "tonone-ai",
"url": "https://tonone.ai"
},
"repository": "https://github.com/tonone-ai/tonone",
"license": "MIT",
"type": "skill",
"keywords": [
"helm",
"skill"
]
}