pleaseai

A catalogue of 103 Claude Code plugins, including add-ons for image generation, Flutter and Dart, specification work, code review, and security checks. A plugin is an add-on that gives Claude Code extra commands or context.

In plain words
What is it for?
Use it to browse PleaseAI's available plugins and find add-ons for areas such as mobile development, image work, code review, or security.
Why use it?
It provides one marketplace listing for finding and installing plugins from the PleaseAI collection. The entry identifies each plugin's source repository and category.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add pleaseai/claude-code-plugins
agentmods
npx agentmods add plugins/pleaseai/claude-code-plugins/marketplace
Clone the repo
git clone --depth 1 https://github.com/pleaseai/claude-code-plugins

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

pleaseai scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Reads agent configuration directorieslowAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

"filesRead": ["**/.claude-plugin/**", "**/.claude/settings.json", "**/hooks/hooks.json"]

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

.claude-plugin/marketplace.json · 1,659 lines

How it starts

The opening of the file, as written. The whole thing — 1,659 lines — stays where its author put it; the contents beside it link to each section on GitHub.

{
  "$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
  "name": "pleaseai",
  "homepage": "https://github.com/pleaseai/claude-code-plugins",
  "repository": "https://github.com/pleaseai/claude-code-plugins",
  "owner": {
    "name": "Passion Factory",
    "email": "[email protected]"
  },
  "metadata": {
    "version": "0.2.0",
    "description": "Bundled plugins for Claude Code"
  },
  "plugins": [
    {
      "name": "nanobanana",
      "description": "Claude Code Plugin for Nano Banana (Gemini 2.5 Flash Image) model - generate and manipulate images with text prompts",
      "category": "ai",
      "keywords": ["image-generation", "gemini", "ai", "flash"],
      "tags": ["mcp", "image"],
      "source": {
        "source": "github",
        "repo": "pleaseai/nanobanana-plugin"
      }
    },
    {
      "name": "flutter",
      "description": "Enables several Flutter and Dart-related commands and context.",
      "category": "mobile",
      "keywords": ["flutter", "dart", "mobile", "cross-platform"],
      "tags": ["framework", "mobile"],
      "source": {
        "source": "github",
        "repo": "pleaseai/flutter-plugin"
      },
      "relevance": {
        "topic": "Flutter",
        "signals": {
          "cli": ["flutter", "dart"],
          "filesRead": ["**/*.dart", "**/pubspec.yaml"]
        }
      }
    },
    {
      "name": "spec-kit",
      "description": "💫 Claude Code plugin for GitHub's Spec-Kit - Toolkit for Spec-Driven Development",
      "version": "0.0.61",
      "category": "development",
      "keywords": ["spec", "specification", "tdd", "requirements"],
      "tags": ["workflow", "spec-driven"],
      "source": {
        "source": "github",
        "repo": "pleaseai/spec-kit-plugin"
      },
      "relevance": {
        "topic": "Spec-Driven Development",
        "signals": {
          "cli": ["specify"],
          "filesRead": ["**/.specify/**"]
        }
      }
    },
    {
      "name": "code-review",
  

Read the full file on GitHub · 1,659 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 1,659 lines scan A d9e200c961dd

Subscribe to this mod's changes

pleaseai is a plugin published in the GitHub repository pleaseai/claude-code-plugins (13 stars, last pushed 7d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.