Maven Plugins
Description
Official GitHub Maven Plugins
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
GitHub Maven Plugins [](https://travis-ci.org/github/maven-plugins)
Collection of [Maven](http://maven.apache.org/) plugins that integrate with GitHub. These plugins are built on top of [API v3](http://developer.github.com/) through the [GitHub Java library](https://github.com/eclipse/egit-github/tree/master/org.eclipse.egit.github.core).
Released builds are available from [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Ccom.github.github).
Core Configuration
The plugins support several configuration options that can either be expressed in your project's POM file or in your `settings.xml` file. Where you put the plugin settings depends on whether you want a specific setting to be configured globally or on a per-project basis.
All GitHub Maven plugins support the following core configuration elements.
The notation below shows the plugin configuration property name followed by the settings configuration property in parentheses.
host(github.global.host)- Domain of GitHub API calls (defaults to
api.github.com)
- Domain of GitHub API calls (defaults to
oauth2Token(github.global.oauth2Token)- OAuth2 access token for API authentication
- More about GitHub OAuth support
userName(github.global.userName)- GitHub user name used for API authentication
password(github.global.password)- GitHub password used for API authentication
server(github.global.server)- Id of the
serverelement from thesettings.xml. To use standard authentication set theusernameandpasswordelements in theserverssection of yoursettings.xmlfile along with anid. Configure an OAuth2 token by leaving theusernameelement blank/missing and just specify the token in thepasswordelement. - This option should be used instead of configuring any of
userName,passwordoroauth2Tokenin the pluginconfigurationelement or as a
- Id of the
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