一键导入
working-with-helm-templates
Work with Helm templates locally for development, rendering, and debugging before any deployment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Work with Helm templates locally for development, rendering, and debugging before any deployment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Generate comprehensive, professional project documentation structures including README, ARCHITECTURE, USER_GUIDE, DEVELOPER_GUIDE, and CONTRIBUTING files. Use when the user requests project documentation creation, asks to "document a project", needs standard documentation files, or wants to set up docs for a new repository. Adapts to Python/Go projects and OpenSource/internal contexts.
Proofread text for spelling, grammar, punctuation, and clarity without changing the intended meaning.
Ask another AI model for a second opinion on a question, approach, or draft response.
| name | working-with-helm-templates |
| description | Work with Helm templates locally for development, rendering, and debugging before any deployment. |
| license | MIT |
| compatibility | opencode |
| metadata | {"version":"1.0.0"} |
Use this skill when debugging or developing Helm charts locally.
helm dependency update first so dependencies are up to date.helm template to render manifests locally without deploying.helm template -f values.yaml -f values-staging.yaml .
tmp, for example:helm template -f values.yaml . > tmp-output.yaml
charts/ directory and the relevant templates and values files to identify the issue.tmp files.