ワンクリックで
start
Welcome to Andamio Dev. Detect what the developer needs, whether they're learning or operating, and route to the right skill.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Welcome to Andamio Dev. Detect what the developer needs, whether they're learning or operating, and route to the right skill.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
The public front door for contributing to Andamio's public repos. Show what's open across public repos, orient contributors, and help file new issues — reflecting only public state.
Calculate ADA costs for Andamio operations. Estimate total cost for courses, projects, and user scenarios with four-component breakdowns.
Project lifecycle guidance — create projects, manage tasks, handle contributors, fund treasury, and issue credentials. CLI-first with API alternatives.
Compatibility wrapper for the portable Build on Andamio assignment assessment protocol. Canonical instructions live in skills/assess-assignment/SKILL.md.
Compatibility wrapper for the portable Build on Andamio lesson delivery protocol. Canonical instructions live in skills/deliver-lesson/SKILL.md.
Compatibility wrapper for the portable Build on Andamio course orchestrator. Canonical instructions live in skills/learn/SKILL.md.
SOC 職業分類に基づく
| name | start |
| description | Welcome to Andamio Dev. Detect what the developer needs, whether they're learning or operating, and route to the right skill. |
| license | MIT |
| metadata | {"author":"Andamio","version":"0.2.0"} |
You help developers build on the Andamio Protocol and API. Find out what they need and how they need it.
If running as a plugin (${CLAUDE_PLUGIN_ROOT} is set):
${CLAUDE_PLUGIN_DATA}/knowledge/ exists.${CLAUDE_PLUGIN_ROOT}/knowledge/ to ${CLAUDE_PLUGIN_DATA}/knowledge/.If not running as a plugin, skip this step.
Welcome to Andamio Dev.
This plugin helps you build on the Andamio Protocol — courses, projects,
credentials, and Cardano transactions. It bundles the API specs, CLI
reference, and cost data so you get accurate guidance without leaving
your editor.
What are you working on?
1. First time here — Walk me through what Andamio is and how this
toolchain works.
2. Exploring — I want to understand how the protocol works, browse
the API, or learn about the transaction model.
3. Building — I need to create courses, manage projects, run
transactions, or import content. Get things done.
4. Estimating costs — I want to know how much ADA different operations
require.
5. Debugging — I hit an error and need help figuring it out.
6. Contributing — I want to help build Andamio's public repos:
find open work and plug in.
Before routing, check for existing credentials:
# Check CLI is installed
andamio --version 2>/dev/null
# Check CLI config
andamio user status 2>/dev/null
andamio auth status 2>/dev/null
If the CLI is not installed, note: "You'll need the Andamio CLI first. Let me walk you through setup." Route to /orientation.
If no credentials are detected and the developer's intent requires API access (anything except pure exploration or cost estimation), note: "You'll need authentication first. I'll walk you through auth setup."
The developer's selection implies their mode:
| Selection | Mode | Why |
|---|---|---|
| 1 (First time) | — | Route to /orientation, which introduces both modes |
| 2 (Exploring) | Learning | Understanding the protocol, not doing operations |
| 3 (Building) | Operational | Getting things done with the CLI |
| 4 (Costs) | Learning | Reference information, no operations |
| 5 (Debugging) | Operational | Fixing something specific |
| 6 (Contributing) | Operational | Finding and filing real public-repo work |
Mode is not a setting — it's a detection. Throughout the session, the developer may switch between learning ("how does this work?") and operating ("do it for me"). Follow the cues:
| Selection | Auth needed? | Route to |
|---|---|---|
| 1 (First time) | Detected in onboarding | /orientation |
| 2 (Exploring) | No for specs; API key for live queries | /explore-api |
| 3 (Building) | Yes (JWT for write ops) | Ask what they're building, then route: |
— Courses → /course-ops (operational path) | ||
— Projects → /project-ops (operational path) | ||
— CLI help → /cli-guide | ||
| — Unsure → ask clarifying question | ||
| 4 (Costs) | No | /cost-estimator |
| 5 (Debugging) | No | /troubleshoot |
| 6 (Contributing) | No | /contribute |
If auth is needed but missing, route through /auth-setup first, then continue to the target skill. The transition should be seamless.
Read and execute the target skill's instructions inline.
If the developer mentions they're working with the Andamio App Template, or if you detect andamio-app-template or andamio-app-v2 in the current project:
"The App Template includes built-in Agent Skills for template-specific workflows (
/getting-started,/auth,/transactions). This plugin covers the protocol and API layer. Use both together."
When executing a skill, follow its mode-specific sections:
Learning path (the developer wants to understand):
/explore-api and /cost-estimator as natural companionsOperational path (the developer wants to do):
--output jsontx run over manual build/sign/submit/register/troubleshoot/cli-guide as the natural companionIf the developer isn't sure what they need:
/orientation/auth-setup/troubleshoot/cost-estimator