🛠️

Git & Version Control

6462 skills in Tools > Git & Version Control

git-branch-cleanup

ローカルGitブランチを分析し、安全にクリーンアップします。マージ状態、古さ、リモート追跡状況によってブランチを分類し、削除すべきブランチを特定します。ユーザーが「ブランチを整理」「古いブランチを削除」と依頼した時にアクティベートします。

majiayu000/claude-skill-registry
0
0
Mis à jour 1w ago

plugin-dev

Marketplace

This skill should be used when creating extensions for Claude Code or OpenCode, including plugins, commands, agents, skills, and custom tools. Covers both platforms with format specifications, best practices, and the ferg-engineering build system.

v1truv1us/ferg-engineering-system
0
0
Mis à jour 1w ago

batch-report-generator

Generate GenuVerity fact-check reports from structured input (Gemini research output). Use /batch-report to process research into HTML reports. Optimized for token efficiency - expects pre-researched sources.

chrisklop/genuverity7
0
0
Mis à jour 1w ago

ansible-vault-conventions

Ansible Vault file naming, encryption, and template conventions for managing secrets. Covers vault_ prefix patterns, entire-file encryption patterns, template file requirements, .gitignore rules, and setup workflows for consistent secret management across environments.

enuno/home-lab
0
0
Mis à jour 1w ago

prd-generator

PRD 기반 프로젝트 부트스트래핑 & 스킬 관리 시스템.[Mode 1 - 새 프로젝트] "PRD 만들어줘", "새 프로젝트", "프로젝트 시작"[Mode 2 - 스킬 추가] "스킬 추가해줘", "frontend 스킬 만들어줘", "backend 스킬 적용"[Mode 2 - 디자인 참조] "이 사이트처럼 만들어줘", "이 디자인 참고해줘" + URL[Mode 2 - 동적 스킬] "AI 스킬 추가해줘", "이 패턴 스킬로 만들어줘" (템플릿 없어도 생성)[Mode 3 - 동기화] "PRD 변경사항 반영해줘", "스킬 동기화"[Mode 4 - 코드 역분석] "PRD 만들어줘" + 기존 코드 존재, "코드 분석해서 PRD 만들어줘"[Mode 5 - 문서 검증] "프로젝트 분석해줘" + PRD/CLAUDE.md 존재, "문서 검증해줘"

naegeon/claude-skill-cli
0
0
Mis à jour 1w ago

github-issues-manager

Gerencia issues do GitHub: listar, ver detalhes, comentar, fechar e triagem via MCP Docker.

ericnunes30/frame-code-cli
0
0
Mis à jour 1w ago

docs-seeker

Searching internet for technical documentation using llms.txt standard, GitHub repositories via Repomix, and parallel exploration. Use when user needs: (1) Latest documentation for libraries/frameworks, (2) Documentation in llms.txt format, (3) GitHub repository analysis, (4) Documentation without direct llms.txt support, (5) Multiple documentation sources in parallel

Hieubkav/wincellarCloneBackend
0
0
Mis à jour 1w ago

moai-foundation-git

Enterprise GitFlow automation, PR policy enforcement, Git 2.47-2.50 features, trunk-based development, comprehensive branching strategies, commit conventions, GitHub CLI 2.83.0 integration

majiayu000/claude-skill-registry
0
0
Mis à jour 1w ago

github-issue

Create and manage standalone GitHub issues. Use this for creating new independent issues, stories, bugs, or feature requests that are NOT part of another issue. For issues that belong to a parent issue, use the github-sub-issue skill instead.

naroga/eggsnmilk
0
0
Mis à jour 1w ago

temporal

Manage Temporal workflows: server lifecycle, worker processes, workflow execution, monitoring, and troubleshooting for Python SDK with temporal server start-dev.

steveandroulakis/temporal-a2a-development-agent
0
0
Mis à jour 1w ago

notebooks-back-end

Use when building, deploying, or setting up notebooks. Covers Makefile targets (make build, make data, make etl), GitHub Actions workflows, CI/CD, and creating new notebook repositories.

data-desk-eco/uscg-incidents
0
0
Mis à jour 1w ago

update-task-board

Manage TASK_BOARD.md by reading project logs and synchronizing task status. Use when tasks are completed, when progress is made, or when needing to sync task tracking. Reads MIGRATION_LOG.md, DEBUG_LOG.md, GIT_LOG.md to assess actual progress and updates TASK_BOARD.md accordingly. Does NOT modify CLAUDE.md or MIGRATION_LOG.md.

dudusoar/VRP-Toolkit
0
0
Mis à jour 1w ago

gh-cli

Use GitHub CLI (gh) to interact with GitHub repositories, pull requests, issues, CI/CD workflows, and security alerts. Use when the user asks about remote repository status, workflow runs, PR/issue management, or GitHub operations.

ymat19/dotfiles
0
0
Mis à jour 1w ago

github-actions

Create, configure, and optimize GitHub Actions including action types, triggers, runners, security practices, and marketplace integration

JohnnyVicious/copilot-cli-examples
0
0
Mis à jour 1w ago

http-api-cloudbase

Use CloudBase HTTP API to access CloudBase platform features (database, authentication, cloud functions, cloud hosting, cloud storage, AI) via HTTP protocol from backends or scripts that are not using SDKs.

binggg/GALAXY-VORTEX
0
0
Mis à jour 1w ago

skill-authoring

Best practices for creating and updating Claude Code skills including YAML frontmatter structure, description patterns for discoverability, content organization, progressive disclosure, and testing strategies. Use when creating new skills or updating existing skills to follow proven patterns.

randalmurphal/claude-config
0
0
Mis à jour 1w ago

tester-detective

Marketplace

⚡ PRIMARY TOOL for: 'what's tested', 'find test coverage', 'audit test quality', 'missing tests', 'edge cases', 'test patterns'. Uses claudemem v0.3.0 AST with callers analysis for test discovery. GREP/FIND/GLOB ARE FORBIDDEN.

involvex/involvex-claude-marketplace
0
0
Mis à jour 1w ago

git-worktree-setup

Automates creation and management of headless git worktree structures. Use when the user requests to clone a repository with worktree setup, convert an existing repository to use worktrees, or add new worktrees to a bare repository. Triggers on requests like "set up worktrees", "headless git setup", "bare repo with worktrees", or "add a worktree for branch X".

majiayu000/claude-skill-registry
0
0
Mis à jour 1w ago

testing-test-writing

Write focused, strategic tests for core user flows with behavior-based testing, clear naming, and proper mocking of external dependencies. Use this skill when writing unit tests, integration tests, or end-to-end tests. When working on files in tests/, __tests__/, spec/, or *.test.ts, *.spec.ts files. When deciding what to test during feature development. When naming test cases descriptively. When mocking databases, APIs, or external services. When focusing on testing behavior rather than implementation details.

mshafei721/Turbocat
0
0
Mis à jour 1w ago

vitest-config-generator

Generate Vitest configuration files for fast unit testing of JavaScript/TypeScript projects. Triggers on "create vitest config", "generate vitest configuration", "vitest setup", "unit test config".

majiayu000/claude-skill-registry
0
0
Mis à jour 1w ago