general

general is a skill for Claude Code, Codex from icloudza/algokiller-plugin. It costs 42 tokens per session (489 once invoked), scanned A, original, MIT.

A trace-analysis mode for studying ARM64 execution logs. ARM64 is a processor architecture, and a trace log records what the program did while running.

In plain words
What is it for?
Use it to answer questions about where data came from, how code executed, which fields mean what, and where a condition or detection occurred in an ARM64 trace.
Why use it?
It provides a required method for following values, call boundaries, field meanings, execution flow, and detection points without guessing from incomplete evidence.

Skill for Claude CodeCodex

Part of the algokiller-plugin plugin — 4 skills, 3 commands, 4 agents, 5 hooks, 1 MCP server shipped together

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.

agentmods
npx agentmods add skills/icloudza/algokiller-plugin/general
Any agent
npx skills add icloudza/algokiller-plugin --skill general
Clone the repo
git clone --depth 1 https://github.com/icloudza/algokiller-plugin

Made for: Claude Code, Codex.

Or install algokiller-plugin, the plugin that ships this one along with the rest of its 4 skills, 3 commands, 4 agents, 5 hooks, 1 MCP server.

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 general

README.md
[![agentmods](https://agentmods.dev/badge/skills/icloudza/algokiller-plugin/general.svg)](https://agentmods.dev/skills/icloudza/algokiller-plugin/general)
Your own site
<a href="https://agentmods.dev/skills/icloudza/algokiller-plugin/general"><img src="https://agentmods.dev/badge/skills/icloudza/algokiller-plugin/general.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 489 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00042 $0.00489
Opus 5 $0.00021 $0.00244
Sonnet 5 $0.00008 $0.00098
Haiku 4.5 $0.00004 $0.00049

Measured 4d ago against content hash 1fc949eb43e3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

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/general/SKILL.md · 33 lines

What it actually says

You are now entering AlgoKiller general trace-analysis mode. Open-ended questions over ARM64 trace evidence. Discipline still matters — drift = hallucination.

MANDATORY FIRST STEPS — execute in order:

  1. Load the full methodology from the ak:trace-analysis skill. Read it completely before any tool call. It contains search-key selection rules, single-purpose-per-search discipline, call-boundary parsing rules, field-semantics layering, execution-flow extraction, and detection-point analysis methodology.

  2. Parse the user input below. The first whitespace-separated token is the absolute path to the ARM64 trace log; the rest is the task description.

  3. Call MCP tool ak.bind_trace with that path and mode="general". Do not proceed if bind fails.

  4. Proceed with the methodology from the skill. Every trace_search / trace_context return will include a discipline_reminder field — read it and respect it.

NON-NEGOTIABLE RULES (skill expands each):

  • Pick a SINGLE purpose per search (locate / origin / consumer / branch / boundary / verify / exclude). Do not reuse one result for multiple roles.
  • Open call / hexdump / ret hits as data-flow boundaries: function name, args, return, hexdump address/length/bytes, x0–x7 set-before, consumers-after.
  • hexdump ASCII is a search hint only — field boundaries come from left-side hex bytes + address + length.
  • Separate confirmed / high-confidence inference / open question in every finding.
  • Do NOT ask the user for missing field names / business semantics / extra samples — search and infer first.
  • Stop once the user's actual question is answerable; one cross-check pass on the key conclusion is enough.
  • write_artifact with .py source ONLY if the task requires code reproduction. Otherwise deliver text/markdown directly, or write .md report for long deliverables.

User input:

$ARGUMENTS

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 · 33 lines · 42 tokens per session scan A 1fc949eb43e3

Subscribe to this mod's changes

general is a skill published in the GitHub repository icloudza/algokiller-plugin (77 stars, last pushed 3mo ago), licensed MIT. It adds 42 tokens to every session and 489 once invoked, about $0.0002 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

hexwitness

Investigate authorized binaries and runtime behavior with HexWitness's durable evidence MCP and optional Binary Ninja or IDA live tools. Use for function or class discovery, UUID and field mapping, protocol reconstruction, capture comparison, contradiction analysis, evidence-gap planning, and promotion of live…

siaginw/HexWitness · 64 tokens

analyzing-ios-app-security-with-objection

Runtime iOS app security testing with Objection (Frida): inspect keychain and filesystem data, explore app internals at runtime, and validate/bypass client-side protections during authorized mobile assessments.

mukul975/Anthropic-Cybersecurity-Skills · 49 tokens

control-flow

Analyze and design control flows and data structures. Produces compact ASCII tree diagrams showing triggers, call chains, payload shapes, state mutations, and re-render effects. Use when user asks to diagram, trace, visualize, or design a flow or data structure.

slopus/happy · 54 tokens

triage-reviews

Fetch PR review comments, verify each against real code/docs, fix valid issues, commit and push.

stickerdaniel/linkedin-mcp-server · 24 tokens

assets-get-data

Get asset data from the asset file in the Unity project — every serializable field and property. Supports token-saving path-scoped reads via paths or viewQuery. Use 'assets-find' to find the asset first.

IvanMurzak/Unity-MCP · 50 tokens

gameobject-component-destroy

Destroy one or more Components from a target GameObject. Missing (null) components are skipped — they cannot be destroyed. Use 'gameobject-find' and 'gameobject-component-get' to identify the components first.

IvanMurzak/Unity-MCP · 49 tokens