creating-lenses

creating-lenses is a skill for Claude Code from chrisgagne/grounded-forge. It costs 94 tokens per session (5,771 once invoked), scanned A, original, MIT.

A guided process for defining a lens, meaning a perspective or method that shapes how source material is selected, weighted, and described during a distillation.

In plain words
What is it for?
It helps specify one person-based, real-person, or non-person-based lens and save it as a reusable specification for later distillation work.
Why use it?
It prevents loose labels such as “a CFO” or “a senior engineer” from being treated as complete perspectives without clear circumstances or boundaries.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions subagents.

Part of the grounded-forge plugin — 12 skills, 2 agents, 1 hook shipped together

Good fit It helps specify one person-based, real-person, or non-person-based lens and save it as a reusable specification for later distillation work.

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

Made for: Claude Code.

Or install grounded-forge, the plugin that ships this one along with the rest of its 12 skills, 2 agents, 1 hook.

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 creating-lenses

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/chrisgagne/grounded-forge/creating-lenses"><img src="https://agentmods.dev/badge/skills/chrisgagne/grounded-forge/creating-lenses.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,771 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.00094 $0.05771
Opus 5 $0.00047 $0.02885
Sonnet 5 $0.00019 $0.01154
Haiku 4.5 $0.00009 $0.00577

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

Security

Grade A, and why

creating-lenses 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 10d 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.

.claude/skills/creating-lenses/SKILL.md · 287 lines

How it starts

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

Creating Lenses

A lens is a window with characteristic salience, weighting, and vocabulary. The matrix stays 2D by default (reference × task); a lens optionally shapes a distillation at projection time. This skill produces the spec the lens-applicability gate consumes.

Dialogue skill, one lens per session, no subagents. Output feeds creating-distillations Pass G: see projection-protocol.md §Lens-as-optional-framing for the four-outcome applicability gate.

Three kinds of lens are first-class: personifiable-archetype, named-real-person, non-personifiable-frame.

When to use

  • The operator wants to add a lens to a forked or in-development application and needs to scope it rigorously before any per-distillation projection.
  • An existing role label ("a CFO", "a senior engineer") is being used as if it were a lens but has no circumstance attached, and the looseness is producing thin lens-shaped artefacts.
  • The operator has source material for a real person (LinkedIn, posts, talks) and wants a lens grounded in that material rather than an archetype.
  • Two candidate lenses look like one (or one looks like two) and the boundary needs spelled.

When not to use

  • The lens is already well-scoped and stable; the operator is in implementation mode and needs creating-distillations.
  • The frame is a one-off prompt-shaping, not a library-level artefact.
  • The operator is asking for a lens index across many lenses. This skill scopes one lens at a time.

Inputs

  • Optional: a candidate lens name or rough idea ("we should have a CFO lens", "I want a queue-physics lens").
  • Optional: source material for the named-real-person case (LinkedIn URL, posts, talks). The operator pastes or cites; the skill treats it as a mini-reference.
  • Optional: existing lenses or task axes the new lens might overlap with.

Output

A lens spec at corpus.commons/{corpus}/lenses/{lens-slug}.md. Slug conventions:

  • Personifiable-archetype: {role-or-archetype}-{distinguishing-circumstance}.md, e.g. engineering-manager-post-incident.md.
  • Named-real-person: {first-last}-{role-or-distinguisher}.md, e.g. jane-doe-acme-cfo.md. The slug names the person; the circumstance is in the file.
  • Non-personifiable-frame: {frame-name}-lens.md, e.g. loss-aversion-lens.md, queue-physics-lens.md.

Read the full file on GitHub · 287 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. 10d ago First seen · 287 lines · 0 tokens per session scan A 986a427752da

Subscribe to this mod's changes

creating-lenses is a skill published in the GitHub repository chrisgagne/grounded-forge (7 stars, last pushed 19d ago), licensed MIT. It adds 94 tokens to every session and 5,771 once invoked, about $0.0005 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.