Skills by Bing

简体中文

A personal monorepo of Agent Skills maintained by Bing Bryan. Each Skill lives in its own folder and can be installed independently.

Install

Install all Skills:

npx skills add Bing-Bryan/skills-by-bing

Install one Skill:

npx skills add Bing-Bryan/skills-by-bing --skill skill-discovery-optimizer

Works with agents supported by npx skills, including Claude Code, Cursor, Codex, Copilot, and Gemini CLI.

Available Skills

Skill What it does
parallel-imagegen Solves slow Codex image generation for multi-image workflows. Instead of waiting for images one by one, it runs independent generation or editing tasks concurrently across separate codex exec processes, reducing total batch completion time with bounded concurrency, isolated retries, and evidence-backed verification. It speeds up the overall multi-image workflow, not a single image.
skill-discovery-optimizer Through pre-publish checks, optimization, and verification, it makes Skills easier for Agents to discover, invoke correctly, and install successfully.
xianyu-publish A local-first workflow for personal Xianyu sellers: inspect photos, research comparables, protect pricing, write honest copy, publish after confirmation, verify, and track lightly.

Repository structure

skills-by-bing/
└── <skill-name>/
    ├── SKILL.md
    └── optional resources

The repository index and release documentation are maintained in English and Simplified Chinese.

License

MIT