mit einem Klick
oss-styles
// 为开源项目生成专业宣传视频,传入 {owner}/{repo} 参数 Triggers on "生成开源视频", "宣传视频", "oss video", "remotion video".
// 为开源项目生成专业宣传视频,传入 {owner}/{repo} 参数 Triggers on "生成开源视频", "宣传视频", "oss video", "remotion video".
Control native macOS, Windows, and Linux desktop apps through the `open-computer-use` MCP server. Use when the user asks to operate local apps with accessibility-tree context plus screenshots, inspect the screen, click UI, type text, press shortcuts, scroll, drag, or interact with OS-level GUI software.
Control browser pages using the Playwright MCP server. Use when the user asks to open, inspect, navigate, click, type, test, or automate websites, localhost web apps, browser tabs, forms, and web UI.
Control the local desktop using the `computer` MCP tool from computer-use-mcp. Use when the user asks to operate local Mac/Windows apps, inspect the screen, click UI, type text, press shortcuts, scroll, drag, or interact with native GUI software.
帮助用户快速配置和使用微信通道功能。当用户想要"配置微信"、"连接微信"、"设置微信机器人"、"weixin setup"、"wechat channel"时使用此技能。
Use CodeScope to analyze any indexed codebase via its graph database (neug) and vector index (zvec). Supports Python, JavaScript/TypeScript, C, and Java (including Hadoop-scale repositories). Covers call graphs, dependency analysis, dead code detection, hotspots, module coupling, architectural layering, commit history, change attribution, semantic code search, impact analysis, full architecture reports, and bug root cause analysis from GitHub issues. Use this skill whenever the user asks about code structure, code dependencies, who calls what, why something changed, finding similar functions, generating architecture reports, understanding module boundaries, analyzing GitHub issues/bugs, finding bug root causes, understanding why a project has many bugs, tracing bugs to code, indexing Java projects, or any question that benefits from a code knowledge graph — even if they don't mention "CodeScope" by name. If a `.codegraph` or similar index directory exists in the workspace, this skill applies.
Build full-stack dashboard applications using React/Next.js + shadcn/ui + Tailwind CSS + Recharts + Express with customizable data sources. Use when creating data visualization dashboards, business intelligence interfaces, monitoring systems, KPI displays, analytics platforms, or any project requiring data visualization with modern UI components and dynamic effects.
| name | oss-styles |
| description | 为开源项目生成专业宣传视频,传入 {owner}/{repo} 参数 Triggers on "生成开源视频", "宣传视频", "oss video", "remotion video". |
| metadata | {"version":"1.0.0"} |
自动克隆 oss-video-skill 项目并触发其中的 SKILL.md 执行流程,为开源项目生成专业宣传视频。
根据用户提供的 GitHub 仓库,生成带有统计数据动画的专业宣传视频。
输入: 用户意图
输出: 项目代码
完成条件: {WORKSPACE_DIR}/oss-video-skill 目录存在且包含 .qoder/skills/oss-video/SKILL.md
是否阻塞: 否
cd {WORKSPACE_DIR}
git clone git@github.com:heimanba/oss-video-skill.git
输入: 克隆完成的项目
输出: 加载项目内的 SKILL.md
完成条件: 成功读取 {WORKSPACE_DIR}/oss-video-skill/.qoder/skills/oss-video/SKILL.md
是否阻塞: 否
项目克隆完成后,触发执行 {WORKSPACE_DIR}/oss-video-skill/.qoder/skills/oss-video/SKILL.md 中定义的 Workflow。
输入: 项目内的 SKILL.md 输出: 按照该项目 SKILL 的定义执行后续步骤 完成条件: 完成项目 SKILL 中定义的所有步骤 是否阻塞: 根据项目 SKILL 中的定义
项目内的 SKILL 通常包含以下步骤:
MUST:
{WORKSPACE_DIR}/oss-video-skillMUST NOT:
# 1. 克隆项目
cd {WORKSPACE_DIR}
git clone git@github.com:heimanba/oss-video-skill.git
# 2. 触发项目内的 SKILL.md 执行
# 读取并执行 {WORKSPACE_DIR}/oss-video-skill/.qoder/skills/oss-video/SKILL.md
{WORKSPACE_DIR}/oss-video-skill/.qoder/skills/oss-video/SKILL.md