원클릭으로
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.