A collection of skills focused on AI training, software dev, and data analytics.
npx skills add https://github.com/zenless-lab/skills --skill python-comment-expertInstala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.
A curated collection of reusable, production-ready Agent Skills and documentation, crafted specifically to empower AI Agents (like VS Code Copilot) across varying technical domains.
Explore Skills • Quick Start • Create a Skill • Contributing
The skills repository is designed around progressive disclosure.
Each skill retains core operational instructions in SKILL.md while deep-dive context, scripts, and templates are structured into dedicated references/, scripts/, or assets/ directories. This prevents context bloat, reduces LLM hallucination, and ensures high-quality generation.
📦 skills
┣ 📂 .agents/ # Local agent configuration files
┣ 📂 .devcontainer/ # Development environment configuration
┣ 📂 .github/ # GitHub-specific configuration
┃ ┗ 📂 agents/ # Reusable agent definition files (.agent.md)
┣ 📂 skills/ # Core agent skills
│ ┣ 📂 skill-crafter/
│ ┣ 📂 agents-md-crafter/
│ ┣ 📂 readme-crafter/
...
| Domain & Skill | Description |
|---|---|
| 🤖 Agent Engineering | |
🧭 programming-guidelines |
Universal coding standards to apply before editing, refactoring, debugging, or generating code. |
🪛 skill-crafter |
Create, edit, evaluate, and optimize new Agent Skills efficiently. |
📜 agents-md-crafter |
Design and update standard AI agent instruction files like AGENTS.md. |
📝 readme-crafter |
Focused documentation agent for creating and revising README.md files. |
✅ conventional-commits |
Standardize git commit messages with Conventional Commits 1.0.0 and 50/72 rules. |
| 🧰 Dev Environment | |
📦 devcontainer-creator |
Create, edit, and update .devcontainer/devcontainer.json development environments. |
| 🐍 Python Ecosystem | |
📜 python-docstring-expert |
Expert methodology for evaluating, formatting, and generating Python docstrings. |
💬 python-comment-expert |
Expertise in writing, reviewing, and modifying Python logic code comments. |
🇬 python-google-docstring-crafter |
Google Style Python Docstring expertise: modules, classes, functions, and formatting. |
| ⚙️ Security | |
🛡️ data-leakage-prevention |
Audit staged changes, commits, directories, or repos for secrets, PII, binary-document exposure, and git identity leakage. |
This repository includes a robust Dev Container configured with Ubuntu, Python, Pre-commit, Git LFS, and AI agent dependencies.
Ctrl+Shift+P (or Cmd+Shift+P on Mac).If developing locally:
# Install pre-commit globally or in a virtualenv
pip install pre-commit
# Install git hook scripts
pre-commit install
# Run against all files manually
pre-commit run --all-files
Follow our standard directory topography when authoring new instructions:
SKILL.md: Keep it minimal and actionable. This defines the agent's persona, strict rules, and routing logic.references/: Heavy documentation and rulesets. Read dynamically by agents only when needed.assets/: Executable templates, JSON schemas, or example configurations.scripts/: Helpers (e.g., Python validation scripts).💡 Tip: Refer to the
skill-crafterto help generate your new skills!
Managed by AI, built for AI.
Check outAGENTS.mdto understand how AI operates within this repository.
For CI, repository workflows also run secret scanning checks.
Contributions are welcome! Suggested flow:
skills/pre-commit run --all-filesIf you are creating a new skill, use the custom agent definition in .github/agents/agent-instructions-maintainer.agent.md as a structural reference.
Licensed under the Apache License 2.0. See LICENSE for details.