Agent Plugins Marketplace
All plugins

ai

v1.1.0

Centralized AI agents, skills, and coding rules for all projects

Claude Code9 Skills4 MCP serversstdio

By judigot0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
13 skill or MCP entries
Source updated
Sep 17, 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 ai 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 ai-2@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/judigot/ai

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

ai/
├── .claude-plugin/plugin.json
├── skills/cloud-dev-desktop/SKILL.md
├── skills/find-skills/SKILL.md
├── skills/frontend-design/SKILL.md
├── skills/junit-test-implementation/SKILL.md
├── skills/scaffolder/SKILL.md
├── skills/self-audit/SKILL.md
├── skills/setup-entrypoint/SKILL.md
├── skills/tdd-ci/SKILL.md
├── skills/use-ai-skills/SKILL.md
└── .mcp.json

Included Skills9

cloud-dev-desktopskills/cloud-dev-desktop/SKILL.md

Set up or operate an ephemeral AWS EC2 development desktop where a user can watch an OpenCode agent test a web UI, capture screenshots and videos, and preserve evidence before teardown. Use for visible cloud development workstations and browser-testing workflows.

find-skillsskills/find-skills/SKILL.md

Use this skill when the user asks how to do X, whether a skill exists for X, or wants to extend agent capabilities. Look skills up on skills.sh and fetch the published page. Do not install or copy third-party skills into this repo.

frontend-designskills/frontend-design/SKILL.md

Build or adapt React UI using an existing design system, shared components, layout ownership, and localization. Use for component or page implementation and HTML mockup conversion.

junit-test-implementationskills/junit-test-implementation/SKILL.md

Find Java test coverage gaps, implement JUnit tests, and diagnose failures in existing Maven and Spring projects. Use for scoped backend test additions or maintenance.

scaffolderskills/scaffolder/SKILL.md

Generate an app or schema-based modules through the Scaffolder agent API and return a draft GitHub PR. Use for Scaffolder requests, greenfield projects, public GitHub starters, in-house Core templates, destination repository creation, and regeneration of an existing scaffolder PR. Support GitHub App or request-scoped PAT authentication. Do not clone Scaffolder to use the API.

self-auditskills/self-audit/SKILL.md

Use this skill before finishing a task, opening a PR, or claiming the work is done. Check commits, push, tests/CI, PR checklist, scope, and coding-rule regressions. Fix failures before stopping.

setup-entrypointskills/setup-entrypoint/SKILL.md

Load the workflow overlay before implementation, confirm the working project, and route unclear goals to clarification or planning.

tdd-ciskills/tdd-ci/SKILL.md

Use this skill when implementing a feature or bugfix that can be covered by tests. Drive red-green-refactor, commit each slice, and treat CI as the success signal. Fetch Matt Pocock tdd from settings/references.md if you want his loop; do not install it.

use-ai-skillsskills/use-ai-skills/SKILL.md

Dynamically discover and execute the smallest sufficient set of skills from the live public `judigot/ai` GitHub repository. Use only when the user explicitly invokes `@use-ai-skills`, `$use-ai-skills`, or asks to use the skills in `judigot/ai`; do not activate implicitly for ordinary technical tasks.

MCP servers4

context7stdio
command
npx
args
-y @upstash/context7-mcp@latest
fetchstdio
command
npx
args
-y @anthropic/mcp-server-fetch
memorystdio
command
npx
args
-y @anthropic/mcp-server-memory
playwrightstdio
command
npx
args
@playwright/mcp@latest

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "ai",
  "version": "1.1.0",
  "description": "Centralized AI agents, skills, and coding rules for all projects",
  "author": {
    "name": "judigot"
  },
  "skills": "./skills",
  "commands": "./commands",
  "hooks": "./hooks/hooks.json",
  "mcpServers": "./.mcp.json"
}

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

[ai on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ai-2)