magician

magician is a skill for Claude Code, Codex from sidtheone/tarot-skills. It costs 159 tokens per session (1,811 once invoked), scanned A, original, no licence file.

A coding guideline for checking what the codebase, programming language, or platform already provides before adding dependencies or new patterns.

In plain words
What is it for?
It is for reviewing implementation choices and finding simpler solutions using available code or platform features.
Why use it?
It helps avoid unnecessary libraries, abstractions, and frameworks when existing tools can solve the problem.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit It is for reviewing implementation choices and finding simpler solutions using available code or platform features.

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

Made for: Claude Code, Codex.

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 magician

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/sidtheone/tarot-skills/magician"><img src="https://agentmods.dev/badge/skills/sidtheone/tarot-skills/magician.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 159 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,811 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.00159 $0.01811
Opus 5 $0.00079 $0.00905
Sonnet 5 $0.00032 $0.00362
Haiku 4.5 $0.00016 $0.00181

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

Security

Grade A, and why

magician 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.

magician/SKILL.md · 92 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. 11d ago First seen · 92 lines · 159 tokens per session scan A 51c5f6fb22e3

Subscribe to this mod's changes

magician is a skill published in the GitHub repository sidtheone/tarot-skills (2 stars, last pushed 5mo ago), with no licence file. It adds 159 tokens to every session and 1,811 once invoked, about $0.0008 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

agents-sdk

Build, debug, or review Cloudflare Agents SDK applications using the agents package.

fcakyon/claude-codex-settings · 19 tokens

supabase-cli

This skill should be used when user asks to "use supabase CLI", "supabase init", "supabase start", "run migrations", "deploy edge functions", "manage Supabase project", or works with the supabase command-line tool for local development and project management.

fcakyon/claude-codex-settings · 60 tokens

supabase-js

This skill should be used when user asks to "use supabase-js", "query Supabase database", "supabase auth", "supabase storage", "supabase realtime", "supabase edge functions", or works with the @supabase/supabase-js JavaScript/TypeScript SDK.

fcakyon/claude-codex-settings · 64 tokens

durable-objects

Build, debug, or review Cloudflare Durable Objects code for persistent state and coordination.

fcakyon/claude-codex-settings · 22 tokens

openobserve-api

This skill should be used when user asks to "query OpenObserve", "create OpenObserve dashboard", "edit OpenObserve panel", "fetch OpenObserve logs", "run OpenObserve search", "list OpenObserve streams", "ingest into OpenObserve", or works with OpenObserve Cloud / self-hosted via REST API. Covers auth, search/SQL…

fcakyon/claude-codex-settings · 108 tokens

lov-optimize-tauri-backend

Optimize Tauri backend architecture and development ergonomics for Tauri 2 apps, especially Rust restart pain, oversized src-tauri/src/lib.rs files, excessive #[tauri::command] surfaces, stringly invoke APIs, long IPC streams, and dev-state recovery. Use when the user asks about Tauri hot reload, Rust-side restarts…

lovstudio/skills · 125 tokens