intro
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
Plugin Introduction Tutorial
Interactive walkthrough of the Elixir/Phoenix plugin in 6 sections (~5 min).
Arguments
$ARGUMENTSmay contain--section Nto jump to a specific section (1-6)- No arguments = start from Section 1
Execution Flow
- Read
${CLAUDE_SKILL_DIR}/references/tutorial-content.mdfor all section content - Parse
$ARGUMENTSfor--section Nflag (1-6) - If
--section Nspecified, jump directly to that section - Otherwise start from Section 1
Section Presentation Loop
For each section:
- 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
AskUserQuestioncall; content composed only in thinking is invisible to the user - After presenting, use
AskUserQuestionwith options: - If sections remain: "Next: [next section title]", "Skip to Cheat Sheet", "Stop here"
- 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
- ONE section at a time — never dump all content at once
- User controls pace — always offer to stop between sections
- Clean formatting — use tables and code blocks, not walls of text
- 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 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…