Skip to main content
Dépôt GitHub

my-claude-skills

my-claude-skills contient 25 skills collectées depuis couimet, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
25
Stars
1
mis à jour
2026-07-28
Forks
1
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

add-github-dependency
Développeurs de logiciels

Add a dependency relationship between GitHub issues using the native addBlockedBy mutation

2026-07-28
auto-number
Développeurs de logiciels

Reusable file sequence numbering with prefix (NNNN-name) and suffix (name-NNNN) modes. Returns the next available zero-padded sequence number for a given directory.

2026-07-28
breadcrumb
Développeurs de logiciels

Drop a timestamped note for the current issue - collected by /finish-issue for PR descriptions

2026-07-28
changelog
Développeurs de logiciels

Create or update CHANGELOG entries with tone guardrails, thematic grouping, and implementation-detail leak detection.

2026-07-28
cleanup-issue
Développeurs de logiciels

Delete an issue's working directory (.claude-work/issues/<ID>/) after confirming with the user via interactive prompt

2026-07-28
commit-msg
Développeurs de logiciels

Create a commit message file in .claude-work/commit-msgs/ with auto-numbered filenames. Focuses on WHY not WHAT. The diff already shows what changed. User reviews and commits manually.

2026-07-28
create-github-issue
Développeurs de logiciels

Create a GitHub issue from a file draft or inline description, with smart label discovery and sub-issue linking

2026-07-28
ensure-gitignore
Développeurs de logiciels

Ensures the project root .gitignore contains the Claude skill working directory sentinel. Shell script handles check-and-append in one Bash call. No file contents loaded into context.

2026-07-28
file-placement
Autres occupations informatiques

Determines where to place files based on their purpose. Auto-consulted when Claude needs to create a new file and is deciding between .claude-work/ subdirectories or docs/.

2026-07-28
finish-issue
Développeurs de logiciels

Wrap up issue or side-quest work on the current issues/* or side-quest/* branch. Runs verification, checks documentation needs, and generates a PR description

2026-07-28
issue-context
Autres occupations informatiques

Contract for target-path.sh and claude-work-root.sh, the shell scripts that resolve .claude-work/ file paths from the current git branch. Referenced by name from /scratchpad, /question, /commit-msg; not auto-consulted.

2026-07-28
label-discovery
Développeurs de logiciels

Fetches GitHub labels, classifies them as defaults vs structured, and prompts the user for selection. Auto-consulted by /create-github-issue.

2026-07-28
note
Autres occupations informatiques

Capture a quick note, finding, or result in a timestamped file under .claude-work/. Lightweight alternative to /scratchpad with no foundation skill dependencies

2026-07-28
pre-write
Autres occupations informatiques

Think-before-writing rule for content-generating skills. Complete all reasoning before producing any file content. Auto-consulted before any skill writes file content.

2026-07-28
prose-style
Autres occupations informatiques

Canonical prose and reference formatting rules for any skill that writes to a file: hard-wrap rule, code reference syntax, GitHub reference syntax. Auto-consulted whenever a skill produces file content.

2026-07-28
question
Autres occupations informatiques

Create a questions file in .claude-work/questions/ for gathering user input on design decisions. Questions go to file (never terminal). The user edits answers in-file as the single source of truth.

2026-07-28
rebase-issue
Développeurs de logiciels

Rebase the current issue branch onto origin/main (or a specified target) after upstream PRs merge. Handles conflict resolution, squashes to a single commit, and runs autonomously

2026-07-28
scratchpad-ref-format
Autres occupations informatiques

Defines the 4 invocation forms for referencing scratchpad steps: step-ID (#S), line-range (#L), space-separated, and bare-path auto-select. Auto-consulted by /tackle-scratchpad-block when parsing its argument.

2026-07-28
scratchpad
Autres occupations informatiques

Create an auto-numbered working document in .claude-work/scratchpads/: implementation plans, PR descriptions, analysis notes, architecture decisions, issue drafts.

2026-07-28
skill-hooks
Autres occupations informatiques

Explains the skill extension hook mechanism — how projects can customize global skills like /start-issue and /finish-issue with project-local additions

2026-07-28
start-issue
Autres occupations informatiques

Start working on a GitHub issue - analyze, explore codebase, and create detailed implementation plan

2026-07-28
start-side-quest
Autres occupations informatiques

Start a side-quest branch for orthogonal improvements discovered while working on an issue

2026-07-28
tackle-pr-comment
Autres occupations informatiques

Tackle a PR comment - analyze feedback, explore code, and create implementation working document

2026-07-28
tackle-scratchpad-block
Autres occupations informatiques

Execute a single step from a scratchpad plan. Transitions status, runs tests, creates a commit message. Main execution engine for /start-issue → /finish-issue.

2026-07-28
finish-issue-hook
Développeurs de logiciels

Proect-specific for /finish-issue

2026-07-15