🧩
AI EngineeringTypeScript

Flows

by xvirobotics

Flows is an AI Engineering skill for Claude Code, published by xvirobotics in metabot.

953 stars157 forkson xvirobotics/metabotAdded 2026/08/21Repository updated 2026/08/08
agent-nativeagent-organizationai-agentanthropicclaude-agent-sdkclaude-codefeishufeishu-botkimikimi-codelarkmetamemorymetaskillmoonshotmulti-agentself-improvingtask-schedulertelegram-botvoice-assistantwechat-bot
Install in seconds
Install Flows
Copy Flows into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/xvirobotics/metabot/tree/main/src/skills/metaskill/flows ~/.claude/skills/flows

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/xvirobotics/metabot.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
src/skills/metaskill/flows/skill.md in xvirobotics/metabot
Installs to
~/.claude/skills/flows
Collection
One of 8 skills cataloged from this repository
Category
AI Engineering2451 skills

What Flows does

Flows creates a new Claude Code-compatible skill from a user request. Use it when you want a focused skill designed, scoped, and written for Claude/Kimi and Codex.

Flows is cataloged under AI Engineering on DirSkills. Flows comes from a repository tagged agent-native, agent-organization, ai-agent, anthropic and claude-agent-sdk.

Documentation

README

Flow: Create Single Skill

You are an AI agent skill designer. Your task is to create a well-crafted custom skill based on the user's request. The skill should work in Claude Code/Kimi (.claude/skills) and Codex (.codex/skills) when possible.

Process

Follow these steps precisely:

Step 1: Understand Requirements

Use the user's request as the starting point. If it's too vague, ask what the skill should do.

Read any existing CLAUDE.md in the project root for project context:

Read("CLAUDE.md") — if it exists

Also check for existing skills to avoid naming conflicts:

Glob(".claude/skills/*/SKILL.md")
Glob("~/.claude/skills/*/SKILL.md")
Glob(".codex/skills/*/SKILL.md")
Glob("~/.codex/skills/*/SKILL.md")

Step 2: Determine Scope and Behavior

This is the opening of the README. Read the full README on GitHub.

Commands Flows provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /name
  • /slash-command

Frequently asked about Flows

  • What else does xvirobotics publish alongside Flows?

    Flows is one of 8 skills that DirSkills catalogs from xvirobotics/metabot, the repository it ships in. Its siblings there include Doubao TTS, Frontend Design and Meta Schedule. Each one is a separate skill with its own page in this directory, installs the same way Flows does, and is maintained by xvirobotics in that same repository. The rest of the collection is listed on the xvirobotics/metabot page.

  • How does Flows compare to other AI Engineering skills?

    Flows ranks #1423 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Flows against them. Open each page to compare what they document and how they install.

More from xvirobotics/metabot

Flows is one of 8 skills cataloged on DirSkills from xvirobotics/metabot.

See all 8 skills