setting-up-implementation-worktree
Use when starting implementation work that needs isolation, before executing implementation plans, or when user says to begin development - creates clean worktree with verified environment, committed state, installed dependencies, and passing tests before ANY implementation begins
using-git-worktrees
开始需要与当前工作区隔离的功能开发或执行实施计划前使用。创建隔离的 git worktrees,智能选择目录并进行安全验证。Use for feature work isolation or before implementation plans - creates isolated git worktrees with smart directory selection.
go-project-structure
Standard Go project structure for CLI applications with Makefile, GitHub Actions CI/CD, and professional documentation.
readme-maintainer
Maintain README.md files with GitHub advanced formatting (tables, badges, diagrams, collapsible sections)
create-pr
Esta skill debe usarse cuando el usuario pide "crea el PR", "prepara el PR", "escribe el PR", "genera el PR", "draft del PR", "documenta el PR", "crea la descripción del PR", o menciona crear pull request manualmente. Proporciona formato estructurado adaptado al tamaño de los cambios.
use-worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans
atomic-commits
Create atomic commits grouped by logical features with README.md and CLAUDE.md awareness.
code-review
コードレビュースキル。現在のブランチとリモートオリジンの作成元ブランチとの差分を分析。Use when: コードレビュー、PR前チェック、変更点確認を依頼された時。
git-subtree-manager
Manages git subtrees for external library references. Use when adding new library sources or updating existing subtrees in docs/.
commit-chunks
Review and commit changes in meaningful chunks. Use when the user has multiple uncommitted changes that should be organized into logical, atomic commits.
git-advanced-workflows
Use when cleaning up Git history, applying commits across branches, finding bug introductions, or recovering from mistakes. Covers rebase, cherry-pick, bisect, worktrees, and reflog.
session-bootstrap
Initialize a new local session log from the conversation.compact.md.template at the start of a work session.
git-pushing
Stage, commit, and push git changes with conventional commit messages with intelligent security checks. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests.
draft-commit-message
Use when asked to draft a Conventional Commits message based on a short summary of changes.
config-builder
Creates new KrakenD configurations with best practices, proper structure, and edition-appropriate features
git-worktree
This skill manages Git worktrees for isolated parallel development. It handles creating, listing, switching, and cleaning up worktrees with a simple interactive interface, following KISS principles.
git-commit-messages
Generates consistent git commit messages following project conventions. Use when committing changes, creating PRs, or when asked to write commit messages.
using-git-worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
pr-description
Generate and update PR description on GitHub based on changes
commit-chunks
Review and commit git changes in meaningful, atomic chunks. Use when a user asks to review uncommitted changes, group them into logical commits, stage selectively, and create conventional-commit messages, including running status/diff and showing recent log.
self-review
セルフレビュースキル。計画していた実装が完了したときにブランチ差分をチェック。Use when: セルフレビュー、実装完了後のチェック、PR作成前の確認、コミット前の確認を依頼された時。
github-issue
GitHub Issue作成スキル。.github/ISSUE_TEMPLATE/のテンプレート形式に準拠したIssueを作成。Use when: Issue作成、タスク管理、バグ報告、機能提案を依頼された時。
graphiti-memory
Use when starting a session, beginning a new task, or encountering errors. Graphiti is the knowledge graph memory system for storing patterns, fixes, preferences and learnings across all projects.