A curated collection of Claude skills designed specifically for Fulfil merchants. These skills leverage the Fulfil MCP (Model Context Protocol) connector to analyze data, generate insights, and automate workflows directly within Claude.
For complete documentation, installation guides, and examples, visit:
https://fulfil.io/resources/claude-skills
Download ready-to-use skills from the Fulfil website:
https://fulfil.io/resources/claude-skills
Determine your most profitable free shipping threshold using data-driven analysis of your order patterns.
- Download a skill from the link above
- Extract the ZIP file
- Upload the files to Claude in a new conversation
- Ask Claude to run the analysis
For detailed instructions, see the full documentation.
Skills are automatically built and deployed to GitHub Pages via GitHub Actions.
How it works:
- When changes are pushed to the
masterbranch, GitHub Actions workflow triggers - The workflow scans for skill directories matching the
##-skill-namepattern - Each skill is packaged into a ZIP file in the
downloads/directory - The downloads directory is deployed to GitHub Pages
- Skills are available at
https://fulfilio.github.io/dtc-claude-skills/downloads/
The build process automatically creates ZIP packages from all skill directories that contain a SKILL.md file.
Each skill folder follows this structure:
##-skill-name/
├── SKILL.md # Comprehensive guide for Claude
├── README.md # User-facing documentation
└── QUICK_REFERENCE.md # Quick reference card
The skill package (ZIP file) includes all files in the skill directory.
We welcome contributions! To add a new skill:
- Fork this repository
- Create a new skill folder:
##-skill-name/ - Include all three markdown files (SKILL.md, README.md, QUICK_REFERENCE.md)
- Submit a pull request
Your skill will be automatically packaged and deployed to GitHub Pages via GitHub Actions once merged.
For contribution guidelines and skill development best practices, see the documentation and SKILLS_BEST_PRACTICES.md.
MIT License