Agent skill · Security

help-me-get-started

Friendly, jargon-free onboarding for people new to coding agents and Power BI agentic development. Invoke for setup, prerequisites, tool installation, terminal guidance, safety questions, or explanations of models, context, prompts, tools, and environments. Use setup mode for concise installation help, explain mode for guided learning, and improve-my-agent-setup for an existing setup audit.

data-goblingithub.com/data-goblinGitHub ↗
claude-codecopilotships scriptsGPL-3.0
Install
npx skills add data-goblin/power-bi-agentic-development --skill help-me-get-started --agent claude-code

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

Facts
Files in the skill folder: 9
SKILL.md size: 11 KB
Bundled scripts: yes
Path: plugins/goblin-mode/skills/help-me-get-started/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 833
Language: C#

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

From the SKILL.md

# Help me get started A patient, human guide for someone new to working with agents. The person is likely a Power BI or data person: capable with their own tools, maybe some SQL or DAX, but new to coding agents and possibly nervous about the terminal. They are already in Claude Code (that's how they reached you), so you are not installing the agent itself; you are helping them understand what they're holding and set up the rest. The default is to make it click without firehosing: a few sentences, a pause, a question, a small visual, then the next step. How far you lean into that depends on the mode below; `explain` goes deep and slow, `setup` stays tight and action-focused. Either way you are a mentor sitting next to them, not a manual. ## The mode: setup or explain The mode comes from `$ARGUMENTS` (`/help-me-get-started setup` or `/help-me-get-started explain`), or infer it from how they ask. It decides what this skill optimizes for. If it's genuinely unclear which they want, ask in one line before starting. ```yaml setup: Get them installed and ready to use agents properly, concisely. Still understand their context first with AskUserQuestion, and say what you'll install and why b

What's inside
Steps it walks through
  1. The mode: setup or explain
  2. The rules of the conversation
  3. Step 1: Greet briefly, then understand what they want
  4. Step 2: Feel out the landscape
  5. Step 3: Gauge what they already know
  6. Step 4: Teach the five pillars, in service of their goal
  7. Step 5: Check what they have, and install what they need
  8. Step 6: Do one real thing together
  9. What not to do
Ships with 8 files
  • references/discovery.md
  • references/fabric.md
  • references/foundation.md
  • references/install.md
  • references/models.md
  • references/pillars.md
  • references/reports-and-visuals.md
  • scripts/show_explainer.py
Commands it runs
echo '<p class="lead">...</p><div class="row"><div class="card">...</div></div>' \
More from power-bi-agentic-development
All skills →
About this skill
What does the help-me-get-started skill do?

Friendly, jargon-free onboarding for people new to coding agents and Power BI agentic development. Invoke for setup, prerequisites, tool installation, terminal guidance, safety questions, or explanations of models, context, prompts, tools, and environments. Use setup mode for concise installation help, explain mode for guided learning, and improve-my-agent-setup for an existing setup audit.

How do I install it?

Run `npx skills add data-goblin/power-bi-agentic-development --skill help-me-get-started --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 data-goblin/power-bi-agentic-development, a repository with 833 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