please-plugins
v2.0.0Auto-detect project dependencies and recommend matching Claude Code plugins from the pleaseai marketplace
By Passion FactoryLicense: MIT15 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- 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 please-plugins for Codex and Claude Code
codex plugin marketplace add pleaseai/claude-code-plugins
codex plugin marketplace upgrade pleaseai
codex plugin add please-plugins@pleaseaiPaste and run these commands in a terminal with Codex. They add and refresh the pleaseai catalog, then install this plugin.
Compatibility: the page URL and API slug “please-plugins” remain stable.
- Codex:
please-plugins@agent-plugin-marketplace→please-plugins@pleaseai
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/pleaseai/claude-code-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/please-plugins/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/find-plugin/SKILL.md
Included Skills1
Helps users discover and install Claude Code plugins from the pleaseai marketplace. Use this skill whenever a user asks "how do I do X", "find a plugin for X", "is there a plugin that can...", "recommend a plugin", "what plugins are available", wants to extend Claude Code capabilities, or mentions a technology/framework and could benefit from a plugin they haven't installed yet. Also use when the user is stuck on a task that an available plugin could solve, even if they don't explicitly ask for a plugin.
Plugin manifests2
{
"name": "please-plugins",
"version": "2.0.0",
"description": "Auto-detect project dependencies and recommend matching Claude Code plugins from the pleaseai marketplace",
"author": {
"name": "Passion Factory",
"url": "https://github.com/pleaseai"
},
"interface": {
"displayName": "Please Plugins",
"shortDescription": "Auto-detect project dependencies and recommend matching Claude Code plugins from the pleaseai marketplace",
"longDescription": "Auto-detect project dependencies and recommend matching Claude Code plugins from the pleaseai marketplace",
"developerName": "Passion Factory",
"category": "Tooling",
"capabilities": [
"Skill"
],
"defaultPrompt": [
"Help me use Please Plugins for my current task."
],
"websiteURL": "https://github.com/pleaseai/claude-code-plugins"
},
"homepage": "https://github.com/pleaseai/claude-code-plugins",
"repository": "https://github.com/pleaseai/claude-code-plugins",
"license": "MIT",
"keywords": [
"please-plugins",
"discovery",
"marketplace",
"auto-detect",
"setup"
]
}{
"name": "please-plugins",
"version": "2.0.0",
"description": "Auto-detect project dependencies and recommend matching Claude Code plugins from the pleaseai marketplace",
"author": {
"name": "Passion Factory",
"url": "https://github.com/pleaseai"
},
"homepage": "https://github.com/pleaseai/claude-code-plugins",
"repository": "https://github.com/pleaseai/claude-code-plugins",
"license": "MIT",
"keywords": [
"please-plugins",
"discovery",
"marketplace",
"auto-detect",
"setup"
]
}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.
[please-plugins on Agent Plugins Marketplace](https://pluginsmp.com/plugins/please-plugins)