One Shopify operations bundle with 27 workflow skills for reports, exports, discounts, product copy, inventory, SEO, and more.
Generate on-brand announcement-bar copy variants for a Shopify store with a preview HTML snippet styled to the store's brand colors.
Generate an SEO blog post HTML for a Shopify store with optional automatic product links embedded in the body.
Audit every URL redirect on a Shopify store via the Admin API and flag the ones whose target points at a product, collection, or page handle that no longer exists. Returns a CSV report with suggested replacement paths matched against live handles. This skill is report-only and uses ONLY the Shopify Admin API - no outbound HTTP probes, no scraping.
Generate a branded abandoned-cart recovery email template + pull the most recent abandoned checkouts so the merchant can send personalized emails via their ESP.
Analyze a Shopify catalog + sales history and propose smart-collection rules (bestsellers, new arrivals, by tag/type/vendor, price band, theme).
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
This plugin requires configuration values that are prompted when the plugin is enabled. Sensitive values are stored in your system keychain.
chompute_api_keySign up at https://chompute.ai/skills to get your Access Key.
${user_config.chompute_api_key}Installable AI-agent skills for practical workflows across ecommerce, image
processing, operations, and more. The repository is structured for Claude Code,
Codex, Cursor, and other tools that understand SKILL.md style agent skills.
| Package | Type | Best listing URL | What it does |
|---|---|---|---|
| Image Background Remover | Standalone skill and plugin | https://github.com/dragonfruit-ai/skills/tree/main/plugins/image-background-remover | Removes an image background and saves a transparent PNG. |
| License Plate Recognizer | Standalone skill and plugin | https://github.com/dragonfruit-ai/skills/tree/main/plugins/license-plate-recognizer | Reads license plates from authorized vehicle images and returns structured results. |
| Shopify Skills | Plugin bundle | https://github.com/dragonfruit-ai/skills/tree/main/plugins/shopify-skills | Installs one Shopify operations bundle with 27 workflow skills plus a setup helper. |
Standalone skill folders are also available at:
https://github.com/dragonfruit-ai/skills/tree/main/skills/chompute-bg-removerhttps://github.com/dragonfruit-ai/skills/tree/main/skills/chompute-lpr.
├── .agents/plugins/marketplace.json # Codex marketplace
├── .claude-plugin/marketplace.json # Claude Code marketplace
├── plugins/
│ ├── image-background-remover/ # Plugin with one background-removal skill
│ ├── license-plate-recognizer/ # Plugin with one LPR skill
│ └── shopify-skills/ # Plugin with 27 Shopify workflow skills
├── skills/
│ ├── chompute-bg-remover/ # Raw standalone skill
│ └── chompute-lpr/ # Raw standalone skill
└── docs/
├── marketplace-listings.md
└── testing.md
From inside Claude Code:
/plugin marketplace add dragonfruit-ai/skills
/plugin install image-background-remover@chompute-skills
/plugin install license-plate-recognizer@chompute-skills
/plugin install shopify-skills@chompute-skills
/reload-plugins
From a shell:
claude plugin marketplace add dragonfruit-ai/skills
claude plugin install image-background-remover@chompute-skills
claude plugin install license-plate-recognizer@chompute-skills
claude plugin install shopify-skills@chompute-skills
Claude Code plugin skills are namespaced by plugin. Example prompts:
/image-background-remover:chompute-bg-remover Remove the background from ./product.jpg.
/license-plate-recognizer:chompute-lpr Read the license plate from this authorized vehicle image.
/shopify-skills:chompute-shopify-setup Set up my Shopify store.
Codex can read this repository as a plugin marketplace:
codex plugin marketplace add dragonfruit-ai/skills --ref main
Then open Codex, run /plugins, select Chompute Skills, and install
the package you want.
If your local Codex CLI does not yet expose the codex plugin subcommands, use
the /plugins UI in a Codex build that supports plugins, or install the raw
standalone skills below for local testing.
For raw standalone skills in Codex, you can also install directly from the GitHub skill directory:
$skill-installer install https://github.com/dragonfruit-ai/skills/tree/main/skills/chompute-bg-remover
$skill-installer install https://github.com/dragonfruit-ai/skills/tree/main/skills/chompute-lpr
These skills require an Access Key. Sign up at https://chompute.ai/skills to get
your Access Key. The skills check for the key in this order:
${user_config.chompute_api_key}CHOMPUTE_API_KEYCLAUDE_PLUGIN_OPTION_chompute_api_keyCLAUDE_PLUGIN_OPTION_CHOMPUTE_API_KEY as a legacy fallbackchompute_key.txt in the legacy skill-specific locationDo not commit Access Keys to this repository or any user project. For public
install pages, show package information only and direct users to
https://chompute.ai/skills to get their Access Key.
Run:
python3 scripts/validate_repo.py
This validates JSON manifests, parses skill frontmatter, checks required package URLs, and confirms the Shopify bundle contains 27 workflow skills plus the setup helper.
npx claudepluginhub dragonfruit-ai/skills --plugin shopify-skillsRemove image backgrounds and save transparent PNG outputs from an AI agent.
Read license plates from authorized vehicle images and return structured recognition data.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.