Agent Plugins Marketplace
All plugins

diffusers

v0.1.0

Conventions and task skills for contributing to diffusers

CodexClaude CodeAgent Plugins4 Skills

34.3k GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
4 skill or MCP entries
Source updated
Aug 20, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add diffusers@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/huggingface/diffusers

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is .ai/.

Plugin files

.ai/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/custom-blocks/SKILL.md
├── skills/diffusers-cli/SKILL.md
├── skills/model-integration/SKILL.md
└── skills/self-review/SKILL.md

Included Skills4

custom-blocksskills/custom-blocks/SKILL.md

Use when the user has written (or wants to write) a `ModularPipelineBlocks` subclass in a local Python file and needs to package it into a Hub-uploadable directory. Covers the workflow from a single `block.py` file to a published custom-block repo that consumers can load via `ModularPipeline.from_pretrained(<repo>, trust_remote_code=True)`.

diffusers-cliskills/diffusers-cli/SKILL.md

Use when the user wants to run a diffusers pipeline from a terminal (one-off generation, batch jobs, smoke-testing a new model), run on HF Sandbox hardware via `--remote`, introspect a pipeline's input schema before calling it, or attach a LoRA at inference time. Prefer this over writing ad-hoc Python scripts for generation tasks.

model-integrationskills/model-integration/SKILL.md

Use when adding a new model or pipeline to diffusers, setting up file structure for a new model, converting a pipeline to modular format, or converting weights for a new version of an already-supported model.

self-reviewskills/self-review/SKILL.md

Use before opening a PR, or whenever asked to self-review a diffusers contribution. Applies the same rubric as the `@claude` CI (checks the diff against references/review-rules.md, traces call paths for dead code). Reports findings grouped by severity, flagging what to fix before submitting (blocking issues + dead code) vs what to leave for the actual review. Report-only — does not edit files.

Plugin manifests3

.ai/.codex-plugin/plugin.json
{
  "name": "diffusers",
  "version": "0.1.0",
  "description": "Conventions and task skills for contributing to diffusers",
  "skills": "./skills/"
}
.ai/.claude-plugin/plugin.json
{
  "name": "diffusers",
  "description": "Conventions and task skills for contributing to diffusers",
  "author": {
    "name": "The Hugging Face team"
  },
  "homepage": "https://huggingface.co/docs/diffusers/main/en/conceptual/contribution#coding-with-ai-agents",
  "repository": "https://github.com/huggingface/diffusers",
  "license": "Apache-2.0",
  "keywords": [
    "diffusers",
    "diffusion-models",
    "contributing"
  ]
}
.ai/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "diffusers",
  "description": "Conventions and task skills for contributing to diffusers",
  "author": {
    "name": "The Hugging Face team"
  },
  "homepage": "https://huggingface.co/docs/diffusers/main/en/conceptual/contribution#coding-with-ai-agents",
  "repository": "https://github.com/huggingface/diffusers",
  "license": "Apache-2.0",
  "keywords": [
    "diffusers",
    "diffusion-models",
    "contributing"
  ]
}

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

[diffusers on Agent Plugins Marketplace](https://pluginsmp.com/plugins/diffusers)