Skill67 estrellas del repoactualizado 3d ago
git-workflow
Git best practices for version control and collaboration
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/athola/skrills /tmp/git-workflow && cp -r /tmp/git-workflow/assets/demo-skills/git-workflow ~/.claude/skills/git-workflowDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
SKILL.md
# Git Workflow Best practices for Git version control. ## Commit Guidelines - Write clear, descriptive commit messages - Use conventional commit format (feat, fix, docs, etc.) - Keep commits atomic and focused - Reference issue numbers when applicable ## Branching Strategy - Use feature branches for new work - Keep main/master branch stable - Rebase or merge based on team conventions - Delete branches after merging ## Collaboration - Pull frequently to stay updated - Resolve conflicts carefully - Review diffs before committing - Use pull requests for code review
Del mismo repositorio
api-designerSkill
Design RESTful APIs with best practices for consistency and usability
coding-assistantSkill
Provides coding assistance with best practices and code review
debug-helperSkill
Systematic debugging approach for identifying and fixing issues
test-writerSkill
Write comprehensive tests following TDD and BDD principles
commandsSkill
Create a new skill via GitHub search, LLM generation, or both.
html-portal-generatorSkill
Convert a codebase into a self-contained HTML portal app for ingestion into AI application systems. Produces a single deployable HTML file with embedded CSS, JS, and data.