agent-skills
v0.14.0Portable Agent Skills: project-incubation, python-code-review, ci-cd-plumber, pr-review, postgresql-review, and ui-system-review (Web/Apple/Android UI system consistency).
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install agent-skills-4@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/devopam/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/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
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.
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.
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.
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.
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.
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.
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
{
"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]"
}
}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-4)