From aidotnet-moyucode
Generates barcode images in Code128, EAN-13, UPC-A, Code39 formats via Python CLI tool. Activates on /barcode command or barcode generation needs like product codes.
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin aidotnet-moyucodeThis skill uses the workspace's default tool permissions.
Generate various barcode formats including Code128, EAN-13, UPC-A, Code39, and more.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Generates images from structured JSON prompts via Python script execution. Supports reference images and aspect ratios for characters, scenes, products, visuals.
Generate various barcode formats including Code128, EAN-13, UPC-A, Code39, and more.
/barcode command# Generate Code128 barcode
python scripts/barcode_generator.py "ABC123" --format code128 --output barcode.png
# Generate EAN-13
python scripts/barcode_generator.py "5901234123457" --format ean13
# Generate with custom size
python scripts/barcode_generator.py "12345" --format code39 --width 400 --height 100
barcode, code128, ean, upc, generator