Agent Plugins Marketplace
All plugins

agent-skills

v0.14.0

Portable Agent Skills: project-incubation, python-code-review, ci-cd-plumber, pr-review, postgresql-review, and ui-system-review (Web/Apple/Android UI system consistency).

Claude Code7 Skills

By Devopam Mittra0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
7 skill or MCP entries
Source updated
Sep 16, 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 agent-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 agent-skills-4@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/devopam/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/ci-cd-plumber/SKILL.md
├── skills/postgresql-review/SKILL.md
├── skills/pr-review/SKILL.md
├── skills/project-incubation/SKILL.md
├── skills/python-code-review/SKILL.md
├── skills/regulatory-compliance-applicability-scan/SKILL.md
└── skills/ui-system-review/SKILL.md

Included Skills7

ci-cd-plumberskills/ci-cd-plumber/SKILL.md

Scaffolds production-grade CI/CD pipelines and audits existing ones for structure, security, speed, reproducibility, progressive delivery, and release documentation. Use when setting up CI/CD for a new project, hardening or reviewing an existing pipeline, improving release automation, or generating/checking changelogs and release notes.

postgresql-reviewskills/postgresql-review/SKILL.md

Reviews a live PostgreSQL database across health, schema integrity, indexing, workload, maintenance, security, and hygiene via MCPg (required), producing a scored domain report with severity-ordered findings and suggested (not applied) remediations. Use when auditing or health-checking Postgres, preparing for production, investigating performance or security posture, or when MCPg is available against a database under review.

pr-reviewskills/pr-review/SKILL.md

Reviews a local change set or open PR for pre-submit readiness — local quality gates (hooks, lint, tests), intent and blast radius, test coverage for the change, docs/changelog hygiene, CI readiness, and diff-scoped security footguns — producing a merge-readiness report. Use before opening or updating a PR, when reviewing someone else's PR, or when you want to catch rework triggers before CI does.

project-incubationskills/project-incubation/SKILL.md

Sets up a new project (software, or documentation/research) with a best-practice repo structure, common architecture principles, and — for software — a tech-stack-appropriate architecture template, then re-audits an existing repo against that baseline over its lifecycle. Use when starting a new repository, scaffolding a new project, or checking an existing repository's structure, architecture, or dependencies against the conventions it was set up with.

python-code-reviewskills/python-code-review/SKILL.md

Reviews Python code across 11 domains — standards compliance, code quality, security, dependency/supply-chain security, performance, concurrency & async correctness, idioms & patterns, architecture, observability, scalability & resilience, and testing — producing a scored report. Use when reviewing Python code for quality, security, or production-readiness, before a commit or PR, or for a periodic project health check.

regulatory-compliance-applicability-scanskills/regulatory-compliance-applicability-scan/SKILL.md

Maps researched privacy regimes — GDPR plus full EU-27 and EEA overlays, UK GDPR/DPA 2018, and selected Americas/Asia/ME/AU packs plus fintech/healthcare domains — to repo evidence. Declines missing packs. Not legal advice or certification.

ui-system-reviewskills/ui-system-review/SKILL.md

Audits an existing project for UI system consistency — design tokens, shared components, themes, icon/media libraries, and form-factor adaptation (responsive web; Apple SwiftUI; Android Compose) — with a scored report and severity-ordered remediation suggestions. Use when reviewing frontend UI consistency, design-system adherence, token drift, mixed component libraries, or responsive/tablet layout discipline.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "agent-skills",
  "version": "0.14.0",
  "description": "Portable Agent Skills: project-incubation, python-code-review, ci-cd-plumber, pr-review, postgresql-review, and ui-system-review (Web/Apple/Android UI system consistency).",
  "author": {
    "name": "Devopam Mittra",
    "email": "[email protected]"
  }
}

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-4)