Practical, production-ready Claude Skills for running real work with AI. Each skill is a self-contained folder you drop into Claude.ai or Claude Code — no boilerplate, no fluff.
Part of the Built with AI project.
| Skill | What it does |
|---|---|
woocommerce-ai |
Run real shop work on a WooCommerce store through its MCP — bulk product descriptions, store analytics, conversion-ready product pages, and photo→listing. Safe (read-free, write-confirmed), brand-voice configurable, never fabricates product data. |
More skills coming.
Claude.ai (web / desktop):
- Grab the skill's ZIP from Releases (or download this repo and zip the skill folder).
- Settings → Capabilities → Skills → Upload skill → pick the ZIP.
- Connect any MCP / tools the skill needs, then just ask.
Claude Code (CLI):
git clone https://github.com/maxx3250/built-with-ai-skills.git
cp -r built-with-ai-skills/woocommerce-ai ~/.claude/skills/ # personal scope
# or into <project>/.claude/skills/ for a project-scoped skillThe skill auto-triggers when a task matches its description.
<skill-name>/
SKILL.md ← entry point + rules (Claude loads this automatically)
references/ ← playbooks & templates loaded on demand
Issues and PRs welcome. Released under the MIT License — free to use, adapt, and share.
Built with AI · markusstoeger.com