Files
agent-skills/README.md

31 lines
1013 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# agent-skills
> 个人 Agent Skill 仓库,持续孵化中 🚀
## 目录结构
```
skills/
└── <skill-name>/
├── SKILL.md # Skill 主文件(元数据 + 使用说明)
├── scripts/ # 辅助脚本(可选)
└── references/ # 参考文档(可选)
```
## Skills 列表
| Skill | 描述 |
|-------|------|
| [tencentcloud-terraform](skills/tencentcloud-terraform/) | 腾讯云 Terraform IaC 管理,支持 CVM/VPC/TKE/COS/CFS/DNSPod 等资源 |
| [helm-chart-creator](skills/helm-chart-creator/) | helm charts生成支持 各类charts生成并推送到仓库|
| [prometheus-dignose](skills/prometheus-dignose/) | 精通监控API适合各类资源监控和故障诊断|
| [skill-L10n](skills/skill-L10n/) | 专为skill的汉化而设计让skill阅读学习更轻松|
## 使用方式
每个 Skill 目录下的 `SKILL.md` 包含完整的使用说明和参考文档索引。
---
> 后续会持续在此仓库孵化更多 Skills。