一键导入
list-skills
List all available custom slash commands and skills. Use when the user asks what commands are available or wants to see all skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
List all available custom slash commands and skills. Use when the user asks what commands are available or wants to see all skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Reproduce a research paper / white paper / arXiv result as a Tangle pipeline. Use when the user asks to "reproduce", "replicate", or "implement" a paper, benchmark, or arXiv link as an experiment.
Drive the open-source Tangle CLI (`tangle-cli`) via Bash for local pipeline/component workflows and API-backed run submission, status, logs, and artifacts. Use whenever an agent needs to validate, hydrate, submit, inspect, or debug Tangle pipelines and runs from the command line.
Answer Tangle product, docs, and how-to questions from a local RAG over the TangleML documentation. Use for conceptual / "what is" / "how do I" lookups, not live run or execution data.
TanStack Router patterns for routing, navigation, search params, and layouts. Use when creating routes, navigating, or working with URL state.
Comprehensive Reveal.js reference for building HTML slide decks. Use whenever the user wants to create, revise, or extend a presentation, slide deck, or talk — especially from Markdown — including transitions, Auto-Animate, Mermaid diagrams, animatable SVG, video, backgrounds, fragments, code highlighting, speaker notes, math, themes, configuration, and PDF export.
Gather, vet, and cite sources for a research question. Use when answering factual questions, comparing options, or producing an evidence-backed write-up.
| name | list-skills |
| description | List all available custom slash commands and skills. Use when the user asks what commands are available or wants to see all skills. |
| disable-model-invocation | true |
| allowed-tools | Bash(find *), Read, Glob, Grep |
List all custom skills defined in this project.
find .claude/skills -name 'SKILL.md' -type f
For each skill, extract:
name: frontmatter fielddescription: frontmatter fielddisable-model-invocation: true is set, the skill is a slash command (user-invocable via /name). Otherwise it's an auto-triggered skill that fires automatically based on context.Present the results in two groups:
These are invoked manually by typing /<name>:
| Command | Description |
|---|
These activate automatically when relevant to the task:
| Skill | Description |
|---|
Sort alphabetically within each group.