Git & Version Control
6462 skills in Tools > Git & Version Control
PDF document processing and manipulation. Tools: Python (PyPDF2, pdfplumber, reportlab), CLI tools. Capabilities: text extraction, table extraction, form filling, merge/split documents, create PDFs, add annotations, watermarks, page manipulation. Actions: extract, create, merge, split, fill, annotate PDFs. Keywords: PDF, text extraction, table extraction, form fill, PDF form, merge PDF, split PDF, create PDF, reportlab, PyPDF2, pdfplumber, annotation, watermark, page rotation, PDF metadata, bookmarks, OCR. Use when: extracting text/tables from PDFs, filling PDF forms, merging/splitting documents, creating PDFs programmatically, adding annotations/watermarks, processing PDFs at scale.
daily-report-generator
GitコミットログとCalendar情報から日報・週報を自動生成するSkill。「日報を作って」「週報を書いて」「今週何やったか教えて」「スタンドアップノート」などのリクエストで自動発火する。
github
Manage GitHub issues using gh CLI - create, list, view, update, close, and assign issues. Use when working with GitHub issues, bug tracking, or project management tasks.
sprint-planner
Use this skill to plan a new sprint. It uses the Gemini CLI to intelligently decompose approved specs into atomic GitHub issues for the development team. Triggers include "plan sprint", "create sprint", or "start new sprint".
test-guidelines
테스트 작성 원칙과 모범 사례를 제공합니다. 테스트 코드 작성, Mock 과다 진단, DI 구조 개선, 테스트 리뷰가 필요할 때 사용하세요. (project, gitignored)
github-actions-inspection
Inspect GitHub Actions workflow runs, check status, analyze logs, debug failures, and identify root causes. Use when investigating CI/CD failures, checking workflow status, or debugging GitHub Actions issues.
quality-run-linters
Run all configured linters including mojo format, markdownlint, and pre-commit hooks. Use before committing code to ensure quality standards are met.
commit-message
Generate a conventional commit message from staged git changes. Use this skill when the user wants to create a commit message for their staged changes.
github-actions-authentication-and-security
GitHub Actions security and authentication for Claude Code including API keys, OIDC, AWS Bedrock, Google Vertex AI, secrets management, and permission scoping. Use when setting up authentication or discussing security for GitHub Actions workflows.
dev-swarm-npm-publish
Publish JavaScript/TypeScript packages to the npm registry with consistent metadata, versioning, and release checks. Use when preparing or executing an npm release.
mcp-deepwiki
This skill provides guidance for using DeepWiki MCP to explore GitHub repository documentation. Use when researching repository structure, understanding library APIs, asking questions about open-source projects, or exploring documentation for any GitHub repository.
research
Gather information about users from materials, profile config, GitHub, and web search to inform portfolio content and design decisions.
rules-manager
Manages practice rules. Use when user states a preference or approach, or asks to add/modify rules for coding, architecture, tooling, or best practices.
infrastructure-terraform
Infrastructure as Code with Terraform including HCL configuration, state management,modular design, and plan-apply workflows. Covers cloud and on-prem resource provisioning,remote backends, and Terraform modules.Use when user mentions Terraform, HCL, terraform plan, terraform apply, tfstate,infrastructure as code, or IaC provisioning.
rg-history
Search your conversation history using ripgrep. Use when you need to find previous messages, file edits, tool calls, or decisions from earlier in the session.
commit
Create a git commit at the end of a work increment. Use when you have completed a meaningful unit of work and need to hand off to a colleague.
multi-agent-coordination
Coordinate work between multiple AI agents in Agent Hive. Use this skill when multiple agents need to collaborate, managing dependencies between projects, preventing conflicts, using the coordination server, or understanding multi-agent workflows.
vitest-testing
Vitest test runner for JavaScript and TypeScript. Fast, modern alternative to Jest.Vite-native, ESM support, watch mode, UI mode, coverage, mocking, snapshot testing.Use when setting up tests for Vite projects, migrating from Jest, or needing fast test execution.
nixos-advisor
NixOS configuration advisor using MCP tools. Use when helping with NixOS/Home Manager configs, searching packages/options, or providing NixOS-specific guidance. Validates packages exist before suggesting them.
property-based-testing
Property-based testing with fast-check (TypeScript/JavaScript) and Hypothesis (Python).Generate test cases automatically, find edge cases, and test mathematical properties.Use when user mentions property-based testing, fast-check, Hypothesis, generatingtest data, QuickCheck-style testing, or finding edge cases automatically.