cognitive-load

cognitive-load is a skill for Claude Code, Codex from fabioc-aloha/Alex_Skill_Mall. It costs 14 tokens per session (1,356 once invoked), scanned A, original, MIT.

A writing guide for explaining complex ideas in small, manageable pieces. It uses chunking, scaffolding, and short summaries to reduce the amount a reader must hold in mind at once.

In plain words
What is it for?
Use it to structure explanations, introduce difficult subjects gradually, summarize key points, and build connections between concepts.
Why use it?
It helps prevent information overload, especially when a topic contains many new ideas or technical terms.

Skill for Claude CodeCodex

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

Good fit Use it to structure explanations, introduce difficult subjects gradually, summarize key points, and build connections between concepts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fabioc-aloha/alex_skill_mall/cognitive-load
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 fabioc-aloha/Alex_Skill_Mall --skill cognitive-load
Clone the repo
git clone --depth 1 https://github.com/fabioc-aloha/Alex_Skill_Mall

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 cognitive-load

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/fabioc-aloha/alex_skill_mall/cognitive-load"><img src="https://agentmods.dev/badge/skills/fabioc-aloha/alex_skill_mall/cognitive-load.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,356 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.00014 $0.01356
Opus 5 $0.00007 $0.00678
Sonnet 5 $0.00003 $0.00271
Haiku 4.5 $0.00001 $0.00136

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

Security

Grade A, and why

cognitive-load 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 7d 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.

plugins/communication-people/cognitive-load/skills/cognitive-load/SKILL.md · 202 lines

How it starts

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

Cognitive Load Skill

Don't overwhelm — chunk, scaffold, summarize first.

Core Principle

Working memory holds 4±1 items (Miller's Law). Exceed this → comprehension drops, frustration rises. Every explanation must respect this limit.

Cognitive Load Types

Type Definition Goal Example
Intrinsic Inherent task complexity Manage via scaffolding Learning recursion is inherently complex
Extraneous Load from poor presentation Minimize aggressively Cluttered UI, jargon, irrelevant details
Germane Load from building mental models Maximize Analogies, examples, connections to prior knowledge

Key insight: We can't reduce intrinsic load, but we can minimize extraneous and maximize germane.

Chunking Strategies

The 3-5 Rule

Break any complex response into 3-5 logical chunks. Each chunk should be digestible in isolation.

## Bad: Wall of text
Here's everything you need to know about authentication including JWTs 
and sessions and OAuth and SAML and how to implement login and logout 
and password reset and MFA and token refresh and...

## Good: Chunked
### 1. Authentication Basics
Brief explanation of what authentication is.

### 2. Token-Based (JWT)
Just the JWT pattern.

### 3. Session-Based
Just the session pattern.

### 4. When to Use Which
Comparison table.

Group Related Items

Present related concepts together, separated from unrelated ones.

## Good structure
### Input Validation
- Check required fields
- Validate formats
- Sanitize user input

### Database Operations
- Connect to DB
- Execute query
- Handle results

## Bad: Mixed concerns
- Check required fields
- Connect to DB
- Validate formats
- Execute query (why is this here?)

Progressive Disclosure

Level 1: Summary (everyone gets this) Level 2: Details (for those who want more) Level 3: Implementation (only when requested)

## Level 1: Summary
OAuth is a protocol that lets users grant third-party apps access 
to their data without sharing passwords.

## Level 2: Details (expand if asked)
OAuth 2.0 defines four roles: Resource Owner, Client, Authorization 
Server, and Resource Server. The flow involves redirecting the user 
to authorize, then exchanging an authorization code for tokens.

## Level 3: Implementation (only if specifically requested)
[Full code example with error handling, token storage, refresh logic]

Read the full file on GitHub · 202 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. 7d ago First seen · 202 lines · 14 tokens per session scan A 3cf61d1853e8

Subscribe to this mod's changes

cognitive-load is a skill published in the GitHub repository fabioc-aloha/Alex_Skill_Mall (4 stars, last pushed today), licensed MIT. It adds 14 tokens to every session and 1,356 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-09-03.

Related

Other skills, from other repositories

apply-coaching-habit

Use when a manager wants to shift their default interaction style from advice-giving to question-asking — so that direct reports build self-sufficiency rather than dependence, and the manager's time is freed from problems the team can solve themselves.

jeffreytse/grimoire-core · 54 tokens

apply-grow-coaching

Use when a manager wants to help a direct report solve a problem, develop a skill, or reach a goal through structured questioning rather than advice-giving — because telling people answers builds dependency while coaching builds self-sufficiency.

jeffreytse/grimoire-core · 50 tokens

apply-intrinsic-motivation

Use when a manager wants to design work, roles, or conditions that sustain employee motivation over the long term — by understanding what drives internal engagement rather than relying primarily on compensation, perks, or external incentives.

jeffreytse/grimoire-core · 49 tokens

give-developmental-feedback

Use when a manager needs to deliver specific, in-the-moment developmental feedback to a direct report — separate from a formal performance review — to improve a behavior or reinforce a strength using observable evidence.

jeffreytse/grimoire-core · 44 tokens

apply-reverse-mentoring-strategy

Use when trying to gain access to a senior leader or "big name" during a period of rapid technological or generational change — identify the specific new domain (a technology, platform, or cultural shift) that person doesn't understand but fears being left behind on, position yourself as someone who genuinely does…

jeffreytse/grimoire-core · 96 tokens

apply-five-commander-virtues

Use when assessing, developing, or hiring for leadership capability — to evaluate a leader against the five virtues that Sun Tzu identifies as determinants of strategic success and diagnose which virtue deficits are causing organisational or competitive failures.

jeffreytse/grimoire-core · 50 tokens