vladimiracunadev-create/claude-skills-toolkit

GitHub: vladimiracunadev-create/claude-skills-toolkit

Stars: 0 | Forks: 0

# 🧰 claude-skills-toolkit ### ⚡ Skills agentic listos para producción para [Claude Code](https://claude.com/claude-code) y runtimes compatibles Automatización de tareas repetitivas de desarrollo — 🔒 auditoría de seguridad multi-fuente, 📋 lint de YAML, 📝 lint de Markdown, 🐳 limpieza de Docker, 🩺 diagnóstico de `compose.yml` y 🛡️ guardián pre-push. **Sin dependencias innecesarias** — la mayoría usa solo Python stdlib. [![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-6-1f6feb)](#-catálogo) [![Platforms](https://img.shields.io/badge/platforms-linux%20%7C%20macOS%20%7C%20windows-555?logo=linux&logoColor=white)](#-instalación) [![CI](https://static.pigsec.cn/wp-content/uploads/repos/2026/05/6e03ece3cc014857.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)
## 💡 ¿Qué es un "skill"? Un **skill** es una carpeta autocontenida que el agente carga al iniciar la sesión: skills// ├── SKILL.md # Contrato · frontmatter YAML + descripción + triggers ├──