Agent skill · Workflow & Productivity

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.

oliver-kriskagithub.com/oliver-kriskaGitHub ↗
claude-codeMIT
Install
npx skills add oliver-kriska/claude-elixir-phoenix --skill intro --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: plugins/elixir-phoenix/skills/intro/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 515
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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: - 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

What's inside
Steps it walks through
  1. Arguments
  2. Execution Flow
  3. Section Presentation Loop
  4. Section Titles
  5. Iron Laws
  6. Closing Message
  7. Notes
Ships with 1 file
  • references/tutorial-content.md
More from claude-elixir-phoenix
All skills →
About this skill
What does the intro skill do?

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.

How do I install it?

Run `npx skills add oliver-kriska/claude-elixir-phoenix --skill intro --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From oliver-kriska/claude-elixir-phoenix, a repository with 515 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going