help
仓库创建 2026年2月12日最近提交 4 小时前SkillHot 收录 20 天前
▸ 精选理由
快速引导用户选对工具,适合新手或多命令场景。
这个 Skill 做什么
根据上下文推荐合适的 /phx: 子命令或技能路径以完成任务。
帮你从上下文里挑出最合适的 /phx: 子命令或插件技能来完成任务。适合不知道该用 review、plan、debug 还是 test 时求建议的场景,会分析请求并路由到对应命令。不会替代一般的 /help,也不用于模糊或广义的指引。
▸ 展开 SKILL.md 英文原文
Choose Phoenix review, plan, debug, or test command. Use when user asks which /phx: command or plugin skill handles a task; do not route only to a domain skill. NEVER for bare /help; NOT for ambiguous requests (use intent-detection) or a plugin tour.
505
Stars
34
Forks
40
仓库内 Skill
+35
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/oliver-kriska/claude-elixir-phoenix/main/plugins/elixir-phoenix/skills/help/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/oliver-kriska/claude-elixir-phoenix/main/plugins/elixir-phoenix/skills/help/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Plugin Help — Interactive Command Advisor Helps users find the right command, skill, or agent for their situation. ## Usage ``` /phx:help # Analyze context, suggest commands /phx:help how do I debug this? # Route to /phx:investigate /phx:help add a new feature # Route to /phx:plan -> /phx:work ``` ## Arguments - `$ARGUMENTS` — optional description of what the user wants to do - Empty = analyze current context (git status, existing plans, file patterns) ## Execution Flow ### Step 1: Gather Context If `$ARGUMENTS` is non-empty, use it as primary signal. Always gather ambient context (run in parallel): 1. Check for existing plans: use Glob on `.cl
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有