using-arkhe-skills

using-arkhe-skills is a skill for Claude Code from joaquimscosta/arkhe-claude-plugins. It costs 69 tokens per session (1,128 once invoked), scanned A, original, MIT.

A guide for using arkhe skills across several coding-agent command-line tools, including Codex CLI, Claude Code, and Gemini CLI. It explains how platform-specific agent actions map to equivalent actions on other platforms.

In plain words
What is it for?
Use it when starting a conversation or adapting arkhe skills and their tool references to a particular coding-agent platform.
Why use it?
It helps users follow the same skill instructions when the coding agent or command-line tool changes.

Skill for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: mentions CLAUDE.md; mentions subagents; names the AskUserQuestion tool.

Part of the core plugin — 5 skills, 7 commands, 6 agents shipped together

Good fit Use it when starting a conversation or adapting arkhe skills and their tool references to a particular coding-agent platform.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/joaquimscosta/arkhe-claude-plugins/using-arkhe-skills
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 joaquimscosta/arkhe-claude-plugins --skill using-arkhe-skills
Clone the repo
git clone --depth 1 https://github.com/joaquimscosta/arkhe-claude-plugins

Made for: Claude Code.

Or install core, the plugin that ships this one along with the rest of its 5 skills, 7 commands, 6 agents.

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 using-arkhe-skills

README.md
[![agentmods](https://agentmods.dev/badge/skills/joaquimscosta/arkhe-claude-plugins/using-arkhe-skills/github.svg)](https://agentmods.dev/skills/joaquimscosta/arkhe-claude-plugins/using-arkhe-skills)
Your own site
<a href="https://agentmods.dev/skills/joaquimscosta/arkhe-claude-plugins/using-arkhe-skills"><img src="https://agentmods.dev/badge/skills/joaquimscosta/arkhe-claude-plugins/using-arkhe-skills/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for using-arkhe-skills

Your own site · 80×15
<a href="https://agentmods.dev/skills/joaquimscosta/arkhe-claude-plugins/using-arkhe-skills"><img src="https://agentmods.dev/badge/skills/joaquimscosta/arkhe-claude-plugins/using-arkhe-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,128 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00069 $0.01128
Opus 5 $0.00034 $0.00564
Sonnet 5 $0.00014 $0.00226
Haiku 4.5 $0.00007 $0.00113

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

Security

Grade A, and why

using-arkhe-skills scanned grade A with 0 findings 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 11d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/core/skills/using-arkhe-skills/SKILL.md · 74 lines

How it starts

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

Using arkhe Skills Across Platforms

arkhe plugins ship the same SKILL.md files across CLI harnesses. This bootstrap establishes how to access skills and how to translate platform tool names into equivalent operations on Claude Code, Antigravity CLI (agy), Gemini CLI, and Codex CLI.

How to Access Skills

  • Claude Code: Use the Skill tool. When invoked, the skill content is loaded and presented to follow directly.
  • Antigravity CLI (agy): Skill metadata (name + description) is auto-loaded into the system prompt at session start. When triggers fire, use view_file to load skills/<skill-name>/SKILL.md from the plugin directory, then follow its instructions.
  • Gemini CLI (Legacy): Skill metadata is loaded into system prompt. Use read_file to load skills/<skill-name>/SKILL.md.
  • Codex CLI: Skill index and trigger phrases are inlined in AGENTS.md at install time. Follow the skill body directly when a trigger phrase fires.

Platform Tool Mapping

arkhe SKILL.md files reference core agent primitives. On each platform, substitute the equivalent operation from this table.

Primitive / Claude tool Antigravity CLI (agy) equivalent Gemini CLI (Legacy) equivalent Codex CLI equivalent
AskUserQuestion ask_question (native interactive modal with chip UI options) Ask a plain-text question with numbered choices and await reply. Plain-text question with numbered choices.
TaskCreate / TaskUpdate manage_task or inline TODO list rendered on each turn Inline TODO list rendered on each turn Inline TODO list rendered on each turn
EnterPlanMode / ExitPlanMode Native --mode plan / accept-edits mode Announce plan mode and gate writes on approval Announce plan mode and gate writes on approval
Skill tool (Skill) view_file on skills/<name>/SKILL.md read_file on skills/<name>/SKILL.md Skill content inlined in AGENTS.md
Agent tool (subagent_type) invoke_subagent / define_subagent (native background/concurrent subagent execution) Inline agent prompt into current session Inline agent prompt into current session

Read the full file on GitHub · 74 lines

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. 11d ago First seen · 74 lines · 69 tokens per session scan A c9dd22915819

Subscribe to this mod's changes

using-arkhe-skills is a skill published in the GitHub repository joaquimscosta/arkhe-claude-plugins (21 stars, last pushed 27d ago), licensed MIT. It adds 69 tokens to every session and 1,128 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. 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

skill-capture

Turn a recurring in-session workflow into a reusable Claude Code skill. Load this the moment you notice you have run the SAME multi-step sequence (same ordered steps or commands, small variation allowed) about three times in the current session, or when open candidates are waiting in .credo/skill-candidates.md at…

Marcel-Bich/marcel-bich-claude-marketplace · 170 tokens

pm

Universal, project-agnostic PRODUCT MANAGER playbook — the scope-disciplined PM that plans a project, gates its launch, and says no. Five modes, one workflow each: prd (turn a spec or a user request into a build-ready PRD — objectives, in-scope, out-of-scope guards, an acceptance-criteria table mapping every success…

endorphin-ai/hasbrains-agent-kit · 310 tokens

cross-cutting-checklist-generator

Detect when a concern is scattered across many places in a project (config keys, enums, translations, feature flags, API endpoints, doc references) and auto-generate a project-local checklist so that same concern is never partially updated again. Use whenever you add or change something that also exists in several…

Marcel-Bich/marcel-bich-claude-marketplace · 94 tokens

test-writer

Generate comprehensive tests including unit, integration, and property-based tests.

kivo360/OmoiOS · 12 tokens

git-workflow

Git branching, commits, and PR workflow following GitFlow conventions.

kivo360/OmoiOS · 12 tokens

refactor-planner

Plan safe refactoring with dependency analysis, impact assessment, and rollback strategies.

kivo360/OmoiOS · 14 tokens