Agent Plugins Marketplace
All plugins

third-party-skills

v0.1.0

Bundled Third-Party Suite - Curated external skills (Anthropic, RooCode, Community)

Claude Code12 Skills

By Alfredo Oliviero0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
12 skill or MCP entries
Source updated
Sep 24, 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 third-party-skills for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install third-party-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/primax79/agentic-coding-kit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/third-party/.

Plugin files

plugins/third-party/
├── .claude-plugin/plugin.json
├── skills/agent-md-refactor/SKILL.md
├── skills/changelog-generator/SKILL.md
├── skills/file-organizer/SKILL.md
├── skills/frontend-design/SKILL.md
├── skills/grill-me/SKILL.md
├── skills/mcp-builder/SKILL.md
├── skills/mcp-redmine/SKILL.md
├── skills/playwright/SKILL.md
├── skills/redmine-rest-helper/SKILL.md
├── skills/skill-creator/SKILL.md
├── skills/terraform/SKILL.md
└── skills/theme-factory/SKILL.md

Included Skills12

agent-md-refactorskills/agent-md-refactor/SKILL.md

Refactor bloated AGENTS.md, CLAUDE.md, or similar agent instruction files to follow progressive disclosure principles. Splits monolithic files into organized, linked documentation.

changelog-generatorskills/changelog-generator/SKILL.md

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.

file-organizerskills/file-organizer/SKILL.md

Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.

frontend-designskills/frontend-design/SKILL.md

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

grill-meskills/grill-me/SKILL.md

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions `grill me`.

mcp-builderskills/mcp-builder/SKILL.md

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

mcp-redmineskills/mcp-redmine/SKILL.md

Redmine MCP server integration for managing issues, tracking bugs, and interacting with Redmine ticket workflows via the Model Context Protocol.

playwrightskills/playwright/SKILL.md

Playwright MCP server integration for browser automation, web testing, and page scraping.

redmine-rest-helperskills/redmine-rest-helper/SKILL.md

Generic fallback skill for interacting with a Redmine issue tracker via its REST API and curl when an MCP server is not available. Provides instructions on how to fetch, read, and comment on Redmine tickets using HTTP requests.

skill-creatorskills/skill-creator/SKILL.md

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

terraformskills/terraform/SKILL.md

HashiCorp Terraform MCP server integration for authoring, validating, and managing Infrastructure as Code (IaC) configurations.

theme-factoryskills/theme-factory/SKILL.md

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

Plugin manifests1

plugins/third-party/.claude-plugin/plugin.json
{
  "name": "third-party-skills",
  "version": "0.1.0",
  "description": "Bundled Third-Party Suite - Curated external skills (Anthropic, RooCode, Community)",
  "author": {
    "name": "Alfredo Oliviero"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[third-party-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/third-party-skills)