agentskills.codes

Install

mkdir -p .claude/skills/git-videojs && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13455" && unzip -o skill.zip -d .claude/skills/git-videojs && rm skill.zip

Installs to .claude/skills/git-videojs

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Git workflow conventions for Video.js 10. Commit messages, PR descriptions, branch naming, and scope inference. Triggers: "commit", "push", "create PR", "conventional commit", "branch name", "open pull request".
211 charsno explicit “when” trigger

About this skill

Git

Git workflow conventions for Video.js 10.

Reference Material

TaskLoad
Writing commitsreferences/commit.md
Inferring scopereferences/scope.md
Creating/updating PRsreferences/pr.md
Naming branchesreferences/branch.md

Quick Reference

Commit: type(scope): lowercase description

Branch: type/short-description

PR Title: Same as commit (or RFC: / Discovery: prefix)

Process

  1. Create branch following naming convention
  2. Make changes
  3. Commit with conventional message
  4. Push and create PR with proper description

For the /commit-pr command, all steps after branching are automated.

Search skills

Search the agent skills registry