Collection of agent skills for AI coding assistants (Claude Code, Warp, Cursor, Copilot, etc.).
| Skill | Description | Skill Path |
|---|---|---|
| dify-workflow-builder | Generate production-quality Dify workflow DSL/YAML files (v1.12+, 22+ node types) | skills/dify-workflow-builder/SKILL.md |
Replace ~/.agents/skills/ with the skills directory for your agent:
- Warp:
~/.agents/skills/ - Claude Code:
~/.claude/skills/ - Cursor:
~/.cursor/skills/ - GitHub Copilot:
~/.copilot/skills/ - Codex:
~/.codex/skills/ - Gemini CLI:
~/.gemini/skills/
# Example: install dify-workflow-builder
git clone https://github.com/R3flector/skills.git /tmp/r3f-skills
cp -r /tmp/r3f-skills/skills/dify-workflow-builder ~/.agents/skills/dify-workflow-builder
rm -rf /tmp/r3f-skillsgit clone https://github.com/R3flector/skills.git /tmp/r3f-skills
cp -r /tmp/r3f-skills/skills/* ~/.agents/skills/
rm -rf /tmp/r3f-skills- Create
skills/<skill-name>/SKILL.mdwith frontmatter:--- name: skill-name description: What this skill does. ---
- Add supporting files in the same directory
- Update this README's table
MIT