skills

by dragonfruit-aiVerified

Installable AI-agent skills and plugins for practical workflows across ecommerce, image processing, operations, and more.

0
Stars
0
Forks
JavaScript
Language
8/24/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/dragonfruit-ai/skills

Getting Started

Guides for using skills like skills.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

Chompute Skills

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.

Packages

PackageTypeBest listing URLWhat it does
Image Background RemoverStandalone skill and pluginhttps://github.com/dragonfruit-ai/skills/tree/main/plugins/image-background-removerRemoves an image background and saves a transparent PNG.
License Plate RecognizerStandalone skill and pluginhttps://github.com/dragonfruit-ai/skills/tree/main/plugins/license-plate-recognizerReads license plates from authorized vehicle images and returns structured results.
Shopify SkillsPlugin bundlehttps://github.com/dragonfruit-ai/skills/tree/main/plugins/shopify-skillsInstalls 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-remover
  • https://github.com/dragonfruit-ai/skills/tree/main/skills/chompute-lpr

Repository layout

.
├── .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

Claude Code install

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 install

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

Access Key setup

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:

  1. Claude plugin configured Access Key: ${user_config.chompute_api_key}
  2. CHOMPUTE_API_KEY
  3. CLAUDE_PLUGIN_OPTION_chompute_api_key
  4. CLAUDE_PLUGIN_OPTION_CHOMPUTE_API_KEY as a legacy fallback
  5. chompute_key.txt in the legacy skill-specific location

Do 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.

Safety notes

  • Use Image Background Remover only for background removal and transparent PNG generation.
  • Use License Plate Recognizer only on vehicle images the user is authorized to process.
  • Use Shopify Skills only with stores the user owns, manages, or is authorized to operate.
  • Shopify write-capable workflows should be preview-first and require user approval before applying changes.

Validation

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.

Frequently Asked Questions

What is skills?

skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by dragonfruit-ai. Installable AI-agent skills and plugins for practical workflows across ecommerce, image processing, operations, and more. It has 0 GitHub stars.

Is skills safe to use?

Yes. skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install skills?

Clone the repository with "git clone https://github.com/dragonfruit-ai/skills" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is skills written in?

skills is primarily written in JavaScript. It is open-source under dragonfruit-ai on GitHub, so you can review or fork the full source.

Are there alternatives to skills?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh skills against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details