{"id":51190215,"url":"https://github.com/bacsystem/skills","last_synced_at":"2026-06-27T14:30:45.132Z","repository":{"id":362652894,"uuid":"1259888125","full_name":"bacsystem/skills","owner":"bacsystem","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-05T07:58:27.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-05T09:12:46.217Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bacsystem.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-05T00:51:12.000Z","updated_at":"2026-06-05T09:10:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bacsystem/skills","commit_stats":null,"previous_names":["bacsystem/skills"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bacsystem/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacsystem%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacsystem%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacsystem%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacsystem%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bacsystem","download_url":"https://codeload.github.com/bacsystem/skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacsystem%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34857480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-27T14:30:43.270Z","updated_at":"2026-06-27T14:30:45.127Z","avatar_url":"https://github.com/bacsystem.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# skills\n\n[![Version](https://img.shields.io/github/v/tag/bacsystem/skills?label=version\u0026sort=semver)](https://github.com/bacsystem/skills/tags)\n[![License](https://img.shields.io/github/license/bacsystem/skills)](./LICENSE)\n[![Last commit](https://img.shields.io/github/last-commit/bacsystem/skills)](https://github.com/bacsystem/skills/commits/main)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://www.conventionalcommits.org/)\n[![Keep a Changelog](https://img.shields.io/badge/changelog-Keep%20a%20Changelog-orange.svg)](https://keepachangelog.com/)\n[![Bash](https://img.shields.io/badge/Bash-3.2%2B-4EAA25?logo=gnubash\u0026logoColor=white)](https://www.gnu.org/software/bash/)\n[![Claude Code](https://img.shields.io/badge/Claude%20Code-skills-8A2BE2.svg)](https://claude.com/claude-code)\n\nColección de skills para Claude Code.\n\n## Descripción\n\nEste repositorio agrupa skills reutilizables para Claude Code. Cada skill se\ndefine en su propia carpeta con un archivo `SKILL.md` que incluye el frontmatter\n(`name`, `description`) y las instrucciones que Claude seguirá al invocarla.\n\n## Skills\n\n| Skill | Descripción |\n|---|---|\n| [`git-flow`](./git-flow) | Flujo guiado de entrega: del working tree al PR (ramas, code review, Conventional Commits, SemVer y plantilla de PR) |\n\n## Estructura\n\n```\nskills/\n├── README.md\n├── CHANGELOG.md\n├── .gitignore\n└── \u003cnombre-skill\u003e/\n    └── SKILL.md\n```\n\n## Cómo agregar una skill\n\n1. Crea una carpeta con el nombre de la skill (en `kebab-case`).\n2. Dentro, agrega un archivo `SKILL.md` con el frontmatter y las instrucciones.\n3. Registra el cambio en el [CHANGELOG](./CHANGELOG.md).\n\n## Versiones\n\nResumen de las versiones publicadas. El detalle completo está en el\n[CHANGELOG](./CHANGELOG.md).\n\n| Versión | Fecha | Highlights |\n|---|---|---|\n| [`v0.2.4`](https://github.com/bacsystem/skills/releases/tag/v0.2.4) | 2026-06-05 | Tablas de Skills y Versiones, badges y licencia MIT |\n| [`v0.2.3`](https://github.com/bacsystem/skills/releases/tag/v0.2.3) | 2026-06-05 | Script `next-version.sh` (bump SemVer) + primer runner de tests |\n| [`v0.2.2`](https://github.com/bacsystem/skills/releases/tag/v0.2.2) | 2026-06-05 | Paso «Verify», SemVer `0.x`, resolución de remoto, `verify-commands.md` |\n| [`v0.2.1`](https://github.com/bacsystem/skills/releases/tag/v0.2.1) | 2026-06-05 | Workflow `auto-tag` + READMEs + badges |\n| [`v0.2.0`](https://github.com/bacsystem/skills/releases/tag/v0.2.0) | 2026-06-05 | Skill `git-flow` inicial |\n| [`v0.1.0`](https://github.com/bacsystem/skills/releases/tag/v0.1.0) | 2026-06-05 | Estructura inicial del repositorio |\n\n## Contribuir\n\n- Sigue [Semantic Versioning](https://semver.org/lang/es/) para las versiones.\n- Documenta cada cambio relevante en el [CHANGELOG](./CHANGELOG.md).\n\n## Licencia\n\n[MIT](./LICENSE) © Christian Bacilio\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbacsystem%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbacsystem%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbacsystem%2Fskills/lists"}