Skip to main content
Repositório GitHub

my-claude-skills

my-claude-skills contém 25 skills coletadas de couimet, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
25
Stars
1
atualizado
2026-07-28
Forks
1
Cobertura ocupacional
2 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

add-github-dependency
Desenvolvedores de software

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

2026-07-28
auto-number
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-07-28
changelog
Desenvolvedores de software

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

2026-07-28
cleanup-issue
Desenvolvedores de software

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

2026-07-28
commit-msg
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-07-28
ensure-gitignore
Desenvolvedores de software

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
Outras ocupações de informática

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
Desenvolvedores de software

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
Outras ocupações de informática

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
Desenvolvedores de software

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
Outras ocupações de informática

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
Outras ocupações de informática

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
Outras ocupações de informática

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
Outras ocupações de informática

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
Desenvolvedores de software

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
Outras ocupações de informática

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
Outras ocupações de informática

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
Outras ocupações de informática

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
Outras ocupações de informática

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

2026-07-28
start-side-quest
Outras ocupações de informática

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

2026-07-28
tackle-pr-comment
Outras ocupações de informática

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

2026-07-28
tackle-scratchpad-block
Outras ocupações de informática

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
Desenvolvedores de software

Proect-specific for /finish-issue

2026-07-15