asyar: Skill for Claude Code

.agents/skills/review-ipc/SKILL.md

review-ipc is a skill for Claude Code, Codex from Xoshbin/asyar. It costs 43 tokens per session (1,903 once invoked), scanned A, original, GPL-3.0.

A review checklist for messages exchanged between extensions and the Asyar host application. It covers the rules that let these two parts communicate safely.

In plain words
What is it for?
Use it when adding an SDK service or proxy method, changing a postMessage message type, or checking permission coverage.
Why use it?
It helps catch mismatched message formats, missing permission checks, and broken connections before they cause failures.

Skill for Claude CodeCodex

Written for Claude Code: allowed-tools in frontmatter. Also seen: installed under .agents/ (shared by several agents).

This is Xoshbin/asyar's own configuration. It tells Claude Code and Codex how to work on asyar itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything asyar configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Xoshbin/asyar. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Xoshbin/asyar/main/.agents/skills/review-ipc/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Xoshbin/asyar

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 review-ipc

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/xoshbin/asyar/review-ipc"><img src="https://agentmods.dev/badge/skills/xoshbin/asyar/review-ipc.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,903 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00043 $0.01903
Opus 5 $0.00022 $0.00951
Sonnet 5 $0.00009 $0.00381
Haiku 4.5 $0.00004 $0.00190

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

Security

Grade A, and why

review-ipc 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.

.agents/skills/review-ipc/SKILL.md · 116 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

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 · 116 lines · 43 tokens per session scan A 0cc9c0719475

Subscribe to this mod's changes

review-ipc is a skill published in the GitHub repository Xoshbin/asyar (733 stars, last pushed yesterday), licensed GPL-3.0. It adds 43 tokens to every session and 1,903 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

simplicio-orient

Terminal-first execution — answer facts with the shell, never with the LLM. Use whenever a step needs a fact about the filesystem, git, processes, or system resources, or runs a build/test/lint/diff whose output would flood context. Substitutes deterministic shell/CLI calls for native LLM operations and clamps their…

wesleysimplicio/simplicio · 119 tokens

anarlog

Query Anarlog meetings, notes, summaries, transcripts, participants, action items, and recurring history. Use when a user asks about their Anarlog meeting data or needs meeting context for another task.

fastrepl/anarlog · 44 tokens

reflect

Use Recall Reflect to review AI coding workflow history as a conversation-first timeline and discuss observed patterns before changing behavior. Trigger when the user asks to reflect on a project, review AI coding workflow, inspect workflow friction, discuss repeated corrections, review handoffs, or explore possible…

samzong/Recall · 57 tokens

architecture-audit

Systematic architecture audit and refactoring methodology for Rust + TypeScript codebases. Use when performing refactoring, cleanup, unification, code review, dead code removal, module reorganization, or tech debt elimination. Ensures no naming confusion, semantic overloading, hidden defaults, duplicate logic, or…

org2AI/ORG2 · 70 tokens

presentations

Build PowerPoint (PPTX) decks — pptxgenjs when Node is present, python-pptx when not; edit existing decks in place via OOXML — with visual QA before delivery.

brightwave-inc/tidebreak · 44 tokens

pdf-documents

Generate PDFs with fpdf2 and merge, split, or fill existing PDFs with pypdf, with visual QA before delivery.

brightwave-inc/tidebreak · 30 tokens