vladimiracunadev-create/claude-skills-toolkit

GitHub: vladimiracunadev-create/claude-skills-toolkit

面向 Claude Code 的生产级 Skills 智能体工具包,通过对话触发自动执行安全审计、代码规范检查、Docker 清理等重复性开发任务。

Stars: 0 | Forks: 0

# 🧰 claude-skills-toolkit ### ⚡ 面向 [Claude Code](https://claude.com/claude-code) 及兼容运行时的生产级 Skills 智能体 自动化重复性的开发任务 — 🔒 多源安全审计、📋 YAML lint、📝 Markdown lint、🐳 Docker 清理、🩺 `compose.yml` 诊断和 🛡️ pre-push 守护者。 **无多余依赖** — 大多数仅使用 Python 标准库。 [![License: MIT](https://img.shields.io/badge/license-MIT-yellow.svg)](LICENSE) [![Python 3.11+](https://img.shields.io/badge/python-3.11+-3776AB?logo=python&logoColor=white)](https://www.python.org/) [![Skills](https://img.shields.io/badge/skills-7-1f6feb)](#-目录) [![Platforms](https://img.shields.io/badge/platforms-linux%20%7C%20macOS%20%7C%20windows-555?logo=linux&logoColor=white)](#-安装) [![CI](https://static.pigsec.cn/wp-content/uploads/repos/cas/ad/ad5834178f7599af9fdda11629d49cae07f2997beec49821b2920eff5bfd50e7.svg)](https://github.com/vladimiracunadev-create/claude-skills-toolkit/actions/workflows/ci.yml) [![Tests](https://img.shields.io/badge/tests-8%20passing-brightgreen?logo=pytest&logoColor=white)](tests/) [![Supply chain hardened](https://img.shields.io/badge/supply%20chain-hardened-2da44e?logo=shieldsdotio&logoColor=white)](docs/supply-chain-security.md) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?logo=github)](CONTRIBUTING.md) [![Made with ❤ in Chile](https://img.shields.io/badge/made_in-Chile-d52b1e)](https://github.com/vladimiracunadev-create) [**📦 安装**](#-instalación) · [**🗂️ 目录**](#-catálogo) · [**🚀 使用**](#-uso) · [**🧭 设计**](#-diseño) · [**📚 文档**](#-documentación) · [**🤝 贡献**](CONTRIBUTING.md)
## 💡 什么是 "skill"? **Skill** 是一个独立的文件夹,智能体在启动会话时会加载它: ``` skills// ├── SKILL.md # Contrato · frontmatter YAML + descripción + triggers ├──