agentsclimarketplace

Github

Skill sakydev/claude/skills/github

Claude skills, scripts and configs for everyday use

Install
npx -y skills add sakydev/claude --skill github

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use this skill before creating a branch, writing a commit message, or opening a pull request in this project. Trigger on: "create a branch", "commit this", "write a commit message", "open a PR", "create a pull request", "what should I name this branch", or any time a GitHub workflow action is about to happen.

SKILL.md

1.7 KB, 357 tokens by cl100k_base, as published. Nobody here has run it

GitHub Conventions

Branches

Pattern: <ticket-id>-<short-description> or no-ticket-<short-description>

FLX-123-add-storage-driver
no-ticket-add-agentic-instruction-files

Branch from origin/main. Kebab-case. No slashes. No uppercase.

Commits

Conventional Commits. Ticket number goes after the type.

feat: FLX-1234 add presigned URL download for storage files

- Introduce GetPresignedURL method on StorageService
- Add download endpoint under /storage/:id/download
- Map driver-specific errors to typed pkg/errors responses
TypeWhen
featNew feature or endpoint
fixBug fix
refactorCode change, no behaviour change
testAdding or fixing tests
choreTooling, deps, config
docsDocumentation only

Bullet points. No blank lines between them. One commit per logical change. Never --no-verify. Never force-push main.

Pull Requests

Title mirrors the commit subject: type: FLX-1234 short description. Under 70 characters.

## What

What does this PR do and why?

## Changes

- Logical changes. Not a file list.

No "this PR" in the title. No trailing period. One PR, one concern. Add Closes #<issue> when fixing a GitHub issue. No Test plan section unless explicitly asked. Never add Claude as a co-author — no Co-Authored-By lines in commits or PR descriptions.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.