help-me-get-started

help-me-get-started is a skill for Claude Code from data-goblin/power-bi-agentic-development. It costs 79 tokens per session (2,545 once invoked), scanned B, original, GPL-3.0.

A friendly guide for people who are new to coding agents and Power BI agent development. It explains basic terms, setup, tools, models, prompts, and working environments in plain language.

In plain words
What is it for?
Use it for getting started, installing prerequisites, understanding agent concepts, answering safety questions, or learning how Power BI agent development works.
Why use it?
It removes uncertainty about what must be installed, how the terminal works, and how an agent uses instructions and tools.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the goblin-mode plugin — 2 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/data-goblin/power-bi-agentic-development/help-me-get-started
Any agent
npx skills add data-goblin/power-bi-agentic-development --skill help-me-get-started
Clone the repo
git clone --depth 1 https://github.com/data-goblin/power-bi-agentic-development

Made for: Claude Code.

Or install goblin-mode, the plugin that ships this one along with the rest of its 2 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for help-me-get-started

README.md
[![agentmods](https://agentmods.dev/badge/skills/data-goblin/power-bi-agentic-development/help-me-get-started.svg)](https://agentmods.dev/skills/data-goblin/power-bi-agentic-development/help-me-get-started)
Your own site
<a href="https://agentmods.dev/skills/data-goblin/power-bi-agentic-development/help-me-get-started"><img src="https://agentmods.dev/badge/skills/data-goblin/power-bi-agentic-development/help-me-get-started.svg" alt="Measured on agentmods" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,545 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00079 $0.02545
Opus 5 $0.00039 $0.01273
Sonnet 5 $0.00016 $0.00509
Haiku 4.5 $0.00008 $0.00254

Measured 6d ago against content hash 739feb2c7176, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade B, and why

help-me-get-started scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/show_explainer.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Strips warnings and disclaimersmediumAnti-refusal

Omitting safety caveats hides risk from the user and is a common jailbreak preamble.

Three beliefs run through everything and are the opinionated heart of this guide. Don't lecture them as rules; let them fall out of the pillars naturally, and name them once where they fit:
plugins/goblin-mode/skills/help-me-get-started/SKILL.md · 109 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 109 lines · 79 tokens per session scan B 739feb2c7176

Subscribe to this mod's changes

help-me-get-started is a skill published in the GitHub repository data-goblin/power-bi-agentic-development (900 stars, last pushed 28d ago), licensed GPL-3.0. It adds 79 tokens to every session and 2,545 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (strips warnings and disclaimers). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

playwright

Use when the task requires capturing or automating a real browser from the terminal.

openai/openai-agents-python · 19 tokens

check-understanding

Phase quiz for AI Engineering from Scratch. Trigger with "quiz me", "test phase", "check my understanding", "do I know phase 3", or /check-understanding .

rohitg00/ai-engineering-from-scratch · 44 tokens

find-your-level

Interactive quiz that maps your AI/ML knowledge to a starting point in the 523-lesson, 20-phase AI Engineering from Scratch curriculum. Trigger phrases: "where should I start", "find my level", "what do I know", "which phase", "assess my knowledge", "placement test", "skip ahead".

rohitg00/ai-engineering-from-scratch · 71 tokens

learn-agent-skills

Focused interactive tutor for the Agent Skills Engineering path in AI Engineering from Scratch. Start or resume this route when a learner wants to create, discover, invoke, secure, evaluate, package, or port Agent Skills. Teaches one lesson per invocation and records evidence in AGENT-SKILLS-LEARNING.md.

rohitg00/ai-engineering-from-scratch · 67 tokens

learn

Interactive lesson tutor for the AI Engineering from Scratch curriculum. Reads LEARNING.md, fetches the next lesson, teaches it section by section in the terminal, quizzes at the end, and records progress. Works cloned or entirely over raw.githubusercontent.com — no setup required. Trigger phrases: "next lesson"…

rohitg00/ai-engineering-from-scratch · 80 tokens

start-learning

One-time onboarding for the AI Engineering from Scratch curriculum (523 lessons, 20 phases). Interviews the learner, runs the placement quiz, and writes LEARNING.md, a persistent study plan the learn skill drives. Trigger phrases: "start learning", "set up the course", "begin the curriculum", "onboard me", "create my…

rohitg00/ai-engineering-from-scratch · 74 tokens