Agent Plugins Marketplace
All plugins

agent-skills

v0.1.0

Personal, agent-agnostic collection of reusable skills.

Claude Code6 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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install agent-skills@agent-plugin-marketplace

Paste 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-skills

Clone 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

agent-skills/
├── .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

my-skill-deps-renovate-mrsskills/my-skill-deps-renovate-mrs/SKILL.md

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.

my-skill-git-branch-statusskills/my-skill-git-branch-status/SKILL.md

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.

my-skill-git-merge-masterskills/my-skill-git-merge-master/SKILL.md

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.

my-skill-gitlab-merge-requestskills/my-skill-gitlab-merge-request/SKILL.md

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.

my-skill-jira-branchskills/my-skill-jira-branch/SKILL.md

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.

my-skill-jira-reviewskills/my-skill-jira-review/SKILL.md

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

.claude-plugin/plugin.json
{
  "name": "agent-skills",
  "description": "Personal, agent-agnostic collection of reusable skills.",
  "version": "0.1.0",
  "author": {
    "name": "Dominic Toerien"
  }
}

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)