Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This is the master repository for curated Claude Code workflow collections.
Sign in to like and favorite skills
This is the master repository for curated Claude Code workflow collections.
IMPORTANT: All
AGENTS.md files in this project MUST be written in English only. This ensures consistent AI behavior across different language contexts.
AGENTS.md - English only (AI instructions)README.md - English (primary)README_cn.md - Chinese translation (optional)ai-workflow/ ├── AGENTS.md # This file (AI context) ├── README.md # User documentation (update after creating workflows) ├── .claude/skills/ # Shared skills for this project │ ├── workflow-creator/ # Create new workflows │ └── skill-creator/ # Create new skills ├── workflows/ │ ├── content-creator-workflow/ # Example workflow │ ├── marketing-pro-workflow/ # Example workflow │ └── <new-workflow>/ # New workflows created here
Trigger: "create workflow", "new workflow", "set up workflow", "build a xxx-workflow"
Creates complete workflow directories with:
Trigger: "create skill", "new skill", "build a skill"
Creates new skills following Anthropic's specification.
When user requests a new workflow:
workflow-creator/scripts/create_workflow.py (default target: workflows/)workflow-creator/references/skill-sources.mdworkflow-creator/scripts/download_skill.pyAfter creating any workflow, ALWAYS update the project README.md:
workflows/<workflow name>/ ├── README.md # User documentation ├── AGENTS.md # AI instructions (concise, <500 lines) ├── .claude/ │ ├── settings.json │ └── skills/ # Downloaded skills (primary storage) ├── .codex/ │ └── skills -> ../.claude/skills ├── .cursor/ │ └── skills -> ../.claude/skills ├── .opencode/ │ └── skill -> ../.claude/skills ├── .agents/ │ └── skills -> ../.claude/skills ├── .kilocode/ │ └── skills -> ../.claude/skills ├── .roo/ │ └── skills -> ../.claude/skills ├── .goose/ │ └── skills -> ../.claude/skills ├── .gemini/ │ └── skills -> ../.claude/skills ├── .agent/ │ └── skills -> ../.claude/skills ├── .github/ │ └── skills -> ../.claude/skills ├── skills -> .claude/skills ├── .factory/ │ └── skills -> ../.claude/skills └── .windsurf/ └── skills -> ../.claude/skills
github.com/anthropics/skillsskill-sources.mdBefore completing workflow creation: