asa-reader-layer-writer

asa-reader-layer-writer is a skill for Claude Code, Codex from 3yesore/LetUenforskills. It costs 27 tokens per session (827 once invoked), scanned A, original, MIT.

A supporting skill that turns structured analyses of skills into beginner explanations, expert documentation, reports, or Obsidian notes.

In plain words
What is it for?
Use it to create learning material, implementation guides, reusable reference cards, or visual documentation from skill analyses.
Why use it?
It makes technical skill information easier to read without losing important implementation details and evidence.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create learning material, implementation guides, reusable reference cards, or visual documentation from skill analyses.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/3yesore/letuenforskills/asa-reader-layer-writer
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 3yesore/LetUenforskills --skill asa-reader-layer-writer
Clone the repo
git clone --depth 1 https://github.com/3yesore/LetUenforskills

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 asa-reader-layer-writer

README.md
[![agentmods](https://agentmods.dev/badge/skills/3yesore/letuenforskills/asa-reader-layer-writer/github.svg)](https://agentmods.dev/skills/3yesore/letuenforskills/asa-reader-layer-writer)
Your own site
<a href="https://agentmods.dev/skills/3yesore/letuenforskills/asa-reader-layer-writer"><img src="https://agentmods.dev/badge/skills/3yesore/letuenforskills/asa-reader-layer-writer/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 asa-reader-layer-writer

Your own site · 80×15
<a href="https://agentmods.dev/skills/3yesore/letuenforskills/asa-reader-layer-writer"><img src="https://agentmods.dev/badge/skills/3yesore/letuenforskills/asa-reader-layer-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 827 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.00027 $0.00827
Opus 5 $0.00014 $0.00413
Sonnet 5 $0.00005 $0.00165
Haiku 4.5 $0.00003 $0.00083

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

Security

Grade A, and why

asa-reader-layer-writer 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 12d 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/asa-reader-layer-writer/SKILL.md · 118 lines

How it starts

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

ASA Reader Layer Writer

Use this internal meta-skill when structured decomposition must become a readable report, Obsidian note, tutorial, or visual surface.

This skill fixes the failure mode where reports repeat the same summary, assume too much skill-design knowledge, bury implementation details without a reading path, or fail to expose reusable anchor cards for learning and operation.

Inputs

  • Inventory, structure analysis, workflow analysis, reviewer output, and patterns.
  • Reader intent: beginner learning, expert implementation, reuse, comparison, or audit.
  • Available surfaces: web report, cinema narrative, Obsidian vault, graph, and data files.

Process

  1. Start with a reader guide that explains how to read the report.
  2. Write a beginner layer that explains concepts without jargon.
  3. Write an expert layer that preserves implementation details, constraints, and evidence.
  4. Put identity, trigger, workflow, resources, evidence, and reuse in a clear order.
  5. Avoid repeating the same sentence in hero, snapshot, manual, and appendix.
  6. Explain specialized terms such as trigger, boundary, context, evidence, and workflow.
  7. Convert key concepts, learning notes, and operational guidance into reader anchors.
  8. Keep Chinese as the default layer when project language is bilingual.
  9. Preserve bilingual structure so English can mirror the same meaning.

Output Contract

Return reader-layer guidance suitable for report and vault exporters:

reader_layers:
  beginner:
  expert:
  glossary: []
  reading_order: []
  report_notes: []
  obsidian_notes: []
  anchors:
    anchor_card:
      - id:
        source_anchor_id:
        title:
          zh:
          en:
        one_sentence:
          zh:
          en:
        why_it_matters:
          zh:
          en:
        reader_level: beginner | intermediate | expert | operator
        source_section:
        evidence: []
    learning_note_anchor:
      - id:
        topic:
        explains:
          zh:
          en:
        prerequisites: []
        examples: []
        common_misreadings: []
        obsidian_links: []
        evidence: []
    operator_guide_anchor:
      - id:
        task:
        when_to_use:
        steps: []
        expected_inputs: []
        expected_outputs: []
        safety_checks: []
        reuse_modes: []
        evidence: []

Read the full file on GitHub · 118 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. 12d ago First seen · 118 lines · 27 tokens per session scan A dac1e891107c

Subscribe to this mod's changes

asa-reader-layer-writer is a skill published in the GitHub repository 3yesore/LetUenforskills (2 stars, last pushed 2mo ago), licensed MIT. It adds 27 tokens to every session and 827 once invoked, about $0.0001 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

transformer-attention

Use when reasoning about Transformer self-attention, multi-head attention, positional encoding, masked decoder attention, or why attention replaced recurrence/convolutions in sequence models; not for generic NLP or unrelated attention topics.

VectifyAI/OpenKB · 46 tokens

link-memory

Use after important user-approved decisions, when durable context should be proposed or reviewed, and for explicit Link memory lifecycle work: remember, recall, review, update, archive, restore, forget, or explain local memories through the CLI without requiring MCP.

gowtham0992/link · 0 tokens

link-retrieve

Use before answering work that may depend on user memory, project history, source-backed notes, or prior decisions; retrieve compact Link context through the CLI without loading the whole wiki or requiring MCP.

gowtham0992/link · 42 tokens

link-health

Use at the start of Link work when readiness is unclear, after installs or upgrades, and before repairs; verify health, inspect interrupted writes, back up, and repair generated indexes without MCP.

gowtham0992/link · 41 tokens

link-ingest

Use when raw files are present, source pages look stale, or a user asks to ingest notes into Link; refresh source-backed wiki pages, propose memories, and validate updates through the CLI without MCP.

gowtham0992/link · 44 tokens

lookup-topic

Look up a help topic with progressive depth. First call returns concept, repeat calls escalate to task then reference. Triggers on: look up topic, open template, tell me more, go deeper, start over.

Smart-AI-Memory/attune-ai · 46 tokens