‹ 首页

intro

@oliver-kriska · 收录于 4 天前 · 上游提交 4 天前

Walk through the Elixir/Phoenix plugin commands, workflow, and features in 6 interactive sections. Use when a new user wants to learn what the plugin offers or needs a refresher on available commands.

适合你,如果想快速了解插件功能或回顾已有命令。

/ 通过 npx 安装 校验哈希
npx oh-my-skill add oliver-kriska/claude-elixir-phoenix/intro
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- oliver-kriska/claude-elixir-phoenix/intro
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify oliver-kriska/claude-elixir-phoenix/intro
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
503GitHub stars
~534最小装载
~534含声明引用
~4.1K文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 88c1194 · 表述以原文为准
它做什么

装上后,当用户请求时,Claude会以交互方式逐步介绍Elixir/Phoenix插件的命令、工作流程和功能,每次展示一个部分并询问下一步操作。

什么时候触发

当新用户想了解插件功能或需要复习可用命令时触发。

装好后可以这样说
启动交互教程
如果已开始,可跳到最后部分
技能原文 SKILL.md作者撰写 · MIT · 88c1194

Plugin Introduction Tutorial

Interactive walkthrough of the Elixir/Phoenix plugin in 6 sections (~5 min).

Arguments
  • $ARGUMENTS may contain --section N to jump to a specific section (1-6)
  • No arguments = start from Section 1
Execution Flow
  1. Read ${CLAUDE_SKILL_DIR}/references/tutorial-content.md for all section content
  2. Parse $ARGUMENTS for --section N flag (1-6)
  3. If --section N specified, jump directly to that section
  4. Otherwise start from Section 1
Section Presentation Loop

For each section:

  1. Present the section content completely — do NOT abbreviate or summarize. Every paragraph, table, and code block in the reference file must appear in output — as visible response text emitted BEFORE the AskUserQuestion call; content composed only in thinking is invisible to the user
  2. After presenting, use AskUserQuestion with options:
  3. If sections remain: "Next: [next section title]", "Skip to Cheat Sheet", "Stop here"
  4. If on final section (6): no question needed, end with closing message
Section Titles

| N | Title | |---|-------| | 1 | Welcome | | 2 | Core Workflow Commands | | 3 | Knowledge & Safety Net | | 4 | Hooks & Behavioral Rules | | 5 | Init, Review & Gaps | | 6 | Cheat Sheet & Next Steps |

Iron Laws
  1. ONE section at a time — never dump all content at once
  2. User controls pace — always offer to stop between sections
  3. Clean formatting — use tables and code blocks, not walls of text
  4. NEVER skip the user's questions — tutorial is interactive, not a monologue; if the user asks a question mid-section, answer it before continuing
Closing Message

After Section 6 (or when user stops):

You're all set! Try `/phx:plan` with your next feature to see the workflow in action.
Run `/phx:intro --section N` anytime to revisit a specific section.
Notes
  • This runs in main conversation context (not a subagent)
  • Reference file is readable since skill runs in user's session
  • Keep tone welcoming but concise — developers don't want fluff
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。