liquid-rank

liquid-rank is a skill for Claude Code from U0001F3A2/liquid-org. It costs 198 tokens per session (803 once invoked), scanned A, original, no licence file.

A tool that ranks available coding-agent skills by how relevant they are to a task. It is used only when explicitly requested.

In plain words
What is it for?
Use it to request a relevance ranking of skills for a particular task.
Why use it?
It helps choose among installed skills when several might apply, without selecting skills automatically.

Skill for Claude Code

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

Part of the liquid-org plugin — 2 skills shipped together

Good fit Use it to request a relevance ranking of skills for a particular task.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/u0001f3a2/liquid-org/liquid-rank
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 U0001F3A2/liquid-org --skill liquid-rank
Clone the repo
git clone --depth 1 https://github.com/U0001F3A2/liquid-org

Made for: Claude Code.

Or install liquid-org, 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 liquid-rank

README.md
[![agentmods](https://agentmods.dev/badge/skills/u0001f3a2/liquid-org/liquid-rank/github.svg)](https://agentmods.dev/skills/u0001f3a2/liquid-org/liquid-rank)
Your own site
<a href="https://agentmods.dev/skills/u0001f3a2/liquid-org/liquid-rank"><img src="https://agentmods.dev/badge/skills/u0001f3a2/liquid-org/liquid-rank/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 liquid-rank

Your own site · 80×15
<a href="https://agentmods.dev/skills/u0001f3a2/liquid-org/liquid-rank"><img src="https://agentmods.dev/badge/skills/u0001f3a2/liquid-org/liquid-rank.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 198 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 803 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 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.00198 $0.00803
Opus 5 $0.00099 $0.00402
Sonnet 5 $0.00040 $0.00161
Haiku 4.5 $0.00020 $0.00080

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

Security

Grade A, and why

liquid-rank 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 9d 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.

skills/liquid-rank/SKILL.md · 65 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 9d ago First seen · 65 lines · 198 tokens per session scan A 3d8b1734acfa

Subscribe to this mod's changes

liquid-rank is a skill published in the GitHub repository U0001F3A2/liquid-org (1 stars, last pushed 1mo ago), with no licence file. It adds 198 tokens to every session and 803 once invoked, about $0.0010 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-31.

Related

Other skills, from other repositories

fleet

Parallel campaign orchestrator. Runs multiple campaigns in coordinated waves within a single session. Spawns 2-3 agents per wave in isolated worktrees, collects discoveries, shares context between waves. Use when work decomposes into 3+ independent streams that can run simultaneously.

SethGammon/Citadel · 56 tokens

archon

Autonomous multi-session campaign agent. Decomposes large work into phases, delegates to sub-agents, reviews output, and maintains campaign state across context windows. Use for work that spans multiple sessions and needs persistent state, quality judgment, and strategic decomposition.

SethGammon/Citadel · 54 tokens

daemon

Continuous autonomous operation mode. Keeps campaigns running 24/7 by chaining Claude Code sessions via RemoteTrigger. Each session picks up from the campaign's continuation state, works until context runs low or the phase completes, then schedules the next session. Auto-stops on campaign completion or budget…

SethGammon/Citadel · 69 tokens

improve

Autonomous quality improvement loop. Scores a target against a rubric, selects the highest-leverage axis, attacks it, verifies, documents, and loops. No pre-planning between iterations — each loop re-scores from scratch.

SethGammon/Citadel · 48 tokens

setup

First-run experience for the harness. Three modes: Recommended (guided, 3 min), Full Tour (guided + skill walkthrough, 8 min), and Express (zero questions, 30 sec). Installs hooks first, detects stack, configures harness.json, runs a live demo on real code, and prints a reference card.

SethGammon/Citadel · 69 tokens

dashboard

Real-time harness observability dashboard. Reads campaigns, fleet sessions, telemetry, and pending queues to present a snapshot of harness state at a glance. Invoked by /dashboard, /do status, or phrases like "what's happening" and "show activity".

SethGammon/Citadel · 54 tokens