Dev Agent Skills
Description
Agent skills for development workflows - Git, GitHub, and skill authoring.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
dev-agent-skills
Agent skills for development workflows - Git, GitHub, and skill authoring.
These skills are designed for [Claude Code](https://claude.com/claude-code), the CLI tool by Anthropic.
Why these skills?
Claude Code already knows how to commit, create PRs, and review code. But without structured guidance it tends to:
- Use inconsistent commit formats across a session
- Skip target branch confirmation and create PRs against the wrong branch
- Not search for task documentation or validate task completion before opening a PR
- Suggest labels that don't exist in the project
- Process review comments in random order instead of by severity
- Use the wrong GitHub API syntax for replying to threads (
-finstead of--input -) - Generate verbose merge messages that clutter the git log
- Merge without verifying all review comments have been addressed
These skills add structured workflows that prevent these issues. They don't replace Claude's capabilities - they guide them through the right sequence of steps.
There are no official Anthropic skills for Git/GitHub workflows. This plugin fills that gap.
Quick install
# Add marketplace
/plugin marketplace add fvadicamo/dev-agent-skills
# Install plugins
/plugin install github-workflow@dev-agent-skills
/plugin install skill-authoring@dev-agent-skills
How skills work
Skills are **model-invoked** - Claude automatically activates them based on your request:
- "Create a commit" -> activates
git-commit - "Open a PR" -> activates
github-pr-creation - "Merge the PR" -> activates
github-pr-merge - "Address review comments" -> activates
github-pr-review - "Help me create a skill" -> activates
creating-skills
Plugin: github-workflow
Skills for Git and GitHub workflows following [Conventional Commits](https://www.conventionalcommits.org/).
git-commit
Creates commits following Conventional Commits format with type/scope/subject.
...
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git