agent-skills
v0.1.0Personal, agent-agnostic collection of reusable skills.
By Dominic Toerien0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 6 skill or MCP entries
- Source updated
- Aug 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install agent-skills@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/rm-dominictoerien/agent-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/my-skill-deps-renovate-mrs/SKILL.md├── skills/my-skill-git-branch-status/SKILL.md├── skills/my-skill-git-merge-master/SKILL.md├── skills/my-skill-gitlab-merge-request/SKILL.md├── skills/my-skill-jira-branch/SKILL.md└── skills/my-skill-jira-review/SKILL.md
Included Skills6
Show open (unmerged) renovate dependency-bump merge requests in GitLab and what is blocking each one, including real pipeline status. Use when the user asks what dependency MRs are outstanding, what renovate has raised, or why a bump has not landed.
Check whether the current branch in one or many git repos is behind its default branch and needs master merged in. Use when the user asks if their branches are up to date with master/main, whether they need to merge master, or wants a branch status overview across repos.
Bring one or many repos up to date with their default branch (master/main) - merging it into feature branches and fast-forwarding when already on it, skipping anything dirty and aborting cleanly on conflicts. Use when the user wants to bring branches up to date with master, merge master across several repos at once, pull fresh code into several repos, or act on a my-skill-git-branch-status report.
Open a draft GitLab merge request for the current branch, with the project's template filled in from the ticket and the code review. Refuses if the code has not been reviewed. Use when the user wants to raise an MR, open a merge request, or put a branch up for review.
Create git branches for the Jira tickets currently In Progress and assigned to the user, named <type>/<TICKET-KEY> from a freshly fetched default branch. Use when the user wants branches set up for their tickets, asks what they should be working on, or wants to start work on a ticket.
Review the current branch's changes against the Jira ticket its name encodes - is every acceptance criterion actually met, is anything wrong, and does the code follow this repo's standards. Use when the user wants their work reviewed against the ticket, asks whether a ticket is complete or ready for a merge request, or wants a full code review of a branch.
Plugin manifests1
{
"name": "agent-skills",
"description": "Personal, agent-agnostic collection of reusable skills.",
"version": "0.1.0",
"author": {
"name": "Dominic Toerien"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[agent-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-skills)