sk-code-mobile-cli

sk-code-mobile-cli is a skill for Claude Code, OpenCode from MichelKerkmeester/skilled-agent-harness_spec-driven-loops. It costs 25 tokens per session (6,873 once invoked), scanned C, original, MIT.

A read-only guide to the Svelte design system and source conventions of the Pi Remote Mobile-CLI app. Svelte is a framework for building web interfaces, and SvelteKit is its application framework.

In plain words
What is it for?
Use it when implementing, debugging, or verifying changes in the mobile CLI, relay, or shared protocol code.
Why use it?
It provides project-specific rules for safely editing the app and checking changes without relying on guesswork.

Skill for Claude CodeOpenCode

Written for Claude Code and OpenCode: allowed-tools in frontmatter, but also installed under .opencode/. Also seen: mentions OpenCode.

Good fit Use it when implementing, debugging, or verifying changes in the mobile CLI, relay, or shared protocol code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/sk-code-mobile-cli
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.

Any agent
npx skills add MichelKerkmeester/skilled-agent-harness_spec-driven-loops --skill sk-code-mobile-cli
Clone the repo
git clone --depth 1 https://github.com/MichelKerkmeester/skilled-agent-harness_spec-driven-loops

Made for: Claude Code, OpenCode.

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 sk-code-mobile-cli

README.md
[![agentmods](https://agentmods.dev/badge/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/sk-code-mobile-cli.svg)](https://agentmods.dev/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/sk-code-mobile-cli)
Your own site
<a href="https://agentmods.dev/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/sk-code-mobile-cli"><img src="https://agentmods.dev/badge/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/sk-code-mobile-cli.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,873 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.00025 $0.06873
Opus 5 $0.00013 $0.03436
Sonnet 5 $0.00005 $0.01375
Haiku 4.5 $0.00003 $0.00687

Measured 4d ago against content hash 41d92d76b55a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade C, and why

sk-code-mobile-cli scanned grade C 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 4d ago.

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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- Keywords: pi-remote, mobile-cli, app-mobile, app-relay, packages/pi-rpc-protocol, svelte, sveltekit, runes, scoped-styles, app.css, design-system, token-library, component-tokens, retint-recipes, theme-remap, commen
.opencode/skills/sk-code/sk-code-mobile-cli/SKILL.md · 455 lines

How it starts

The opening of the file, as written. The whole thing — 455 lines — stays where its author put it; the contents beside it link to each section on GitHub.

mobile-cli Surface — Pi Remote Design-System and Svelte Evidence

Read-only evidence for code work on the Pi Remote Mobile-CLI app (app-mobile/ and its relay peer app-relay/, with the shared protocol in packages/pi-rpc-protocol/). The shipped web surface is a SvelteKit app with Svelte runes and component-scoped styles. When the hub bundles this surface, a code workflow gains the app's formalized design system, source-tree conventions, natural inline-comment grammar, guardrails that keep designer edits out of logic and the security boundary, and the browser-free verification gate this codebase actually uses.


1. WHEN THE HUB BUNDLES THIS

  • The task's CWD or changed/target files sit under app-mobile/, app-relay/, or packages/pi-rpc-protocol/ in the Mobile CLI app repository. The hub's surface detection resolves PI_REMOTE.
  • The active workflow phase needs the app's design-system evidence: the primitive → semantic → component token model, the natural inline-comment editability convention, the Do not edit — <why> guardrail notes, or the browser-free verification gate.
  • The active workflow needs the shipped Svelte source grammar: kebab-case names, SvelteKit route exemptions, runes lifecycle rules, shared-folder ownership, section banners, or paired source-folder documentation.
  • This surface never owns edits, tests, or verification itself. The bundled workflow mode does the work (for example, sk-code-quality or sk-code-review) and this packet supplies the evidence it must honor. A typical resolution is [sk-code-quality, sk-code-mobile-cli] or [sk-code-review, sk-code-mobile-cli].

Read the full file on GitHub · 455 lines

Files

What ships with it

60 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. 4d ago First seen · 455 lines · 25 tokens per session scan C 41d92d76b55a

Subscribe to this mod's changes

sk-code-mobile-cli is a skill published in the GitHub repository MichelKerkmeester/skilled-agent-harness_spec-driven-loops (34 stars, last pushed today), licensed MIT. It adds 25 tokens to every session and 6,873 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

uniapp-app-generate-skill

This skill should be used when the user wants to create a standardized uni-app project for WeChat mini-program, H5, and App from scratch. It guides through pre-development brainstorming, project initialization with uni-app + Vue3 + TypeScript + Pinia, dynamic theme system setup, static asset generation, layout design…

jiushiwon/wg-skills · 120 tokens

capacitor-vue

Guides the agent through Vue-specific patterns for Capacitor app development. Covers Vue 3 Composition API with Capacitor plugins, custom composables for native features, reactive plugin state, lifecycle hook patterns, Vue Router deep link integration, platform detection, PWA Elements setup, Quasar Framework…

capawesome-team/skills · 103 tokens

ionic-vue

Guides the agent through Ionic Vue development patterns — project structure, Vue-specific Ionic components (IonPage, IonRouterOutlet, IonTabs), navigation with Vue Router and useIonRouter, Ionic lifecycle hooks (onIonViewWillEnter, onIonViewDidEnter, onIonViewWillLeave, onIonViewDidLeave), composable utilities…

capawesome-team/skills · 167 tokens

uview-pro

A component guide for uView Pro, a UI library for uni-app applications. uni-app is a Vue-based framework for building apps for mobile, web, and several mini-program platforms.

uview-pro/skills · 53 tokens

mobile-responsive

A guide for making Vue 3 and Element Plus administration pages work well on phones as well as desktop screens. Vue 3 is a JavaScript interface framework, and Element Plus is its UI component library.

nongjun/feishu-cursor-claw · 86 tokens

frontend-specialist

Skill "frontend-specialist" from Prorise-cool/Claude-Code-Multi-Agent, covering frontend specialist, when to use this skill, capabilities, android sdk and angular.

Prorise-cool/Claude-Code-Multi-Agent · 40 tokens