get-context

get-context is a skill for Claude Code, Codex from agentlas-ai/agentlas-desktop. It costs 29 tokens per session (326 once invoked), scanned A, original, Apache-2.0.

A brief design-requirements check that confirms what is being designed, who it is for, what they should achieve, and which platform it targets.

In plain words
What is it for?
Use it at the start of a design, prototype, or user-interface request before moving into ideas or implementation.
Why use it?
It prevents design work from starting with an unclear screen, user goal, or device format.

Skill for Claude CodeCodex

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/agentlas-ai/agentlas-desktop/get-context
Any agent
npx skills add agentlas-ai/agentlas-desktop --skill get-context
Clone the repo
git clone --depth 1 https://github.com/agentlas-ai/agentlas-desktop

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 get-context

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentlas-ai/agentlas-desktop/get-context.svg)](https://agentmods.dev/skills/agentlas-ai/agentlas-desktop/get-context)
Your own site
<a href="https://agentmods.dev/skills/agentlas-ai/agentlas-desktop/get-context"><img src="https://agentmods.dev/badge/skills/agentlas-ai/agentlas-desktop/get-context.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 326 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.00029 $0.00326
Opus 5 $0.00015 $0.00163
Sonnet 5 $0.00006 $0.00065
Haiku 4.5 $0.00003 $0.00033

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

Security

Grade A, and why

get-context 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.

plugins/design/skills/get-context/SKILL.md · 26 lines

What it actually says

Skill Purpose

Establishes the fundamental requirements for a new design, prototype, or UI exploration task quickly by confirming the target surface and user outcome without long surveys.

Preconditions

  • A design or build request is initiated where the specific design target (component, screen, app, website) or intended user goal is missing or ambiguous.
  • Consult $user-context for saved product background or user preferences when available.

Steps

  1. Analyze Requirements: Check if (1) design target, (2) intended user outcome, and (3) target platform (mobile/desktop/web) are clearly identified in the request.
  2. Targeted Clarification: If any critical piece is missing, ask exactly one focused question. Do not re-ask details that are already obvious or answered.
  3. Playback Brief: Once the brief is clear, play back the core target and sensible defaults in a single concise note.
  4. Handoff Immediately: Transition directly to the next focused workflow ($ideate, $url-to-code, or $image-to-code) in the same turn without pausing for explicit confirmation.

Outputs

  • Confirmed design brief summary (target surface, user goal, form factor).
  • Execution trigger for the subsequent workflow.

Verification

  • Ensure the design target and user outcome are concretely specified.
  • Verify that the workflow proceeded directly to execution without blocking on redundant questions.
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 · 26 lines · 29 tokens per session scan A b956954fbf24

Subscribe to this mod's changes

get-context is a skill published in the GitHub repository agentlas-ai/agentlas-desktop (5 stars, last pushed yesterday), licensed Apache-2.0. It adds 29 tokens to every session and 326 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

shadcn

Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for…

ensemblr-hq/ensemblr · 90 tokens

accessibility

Primary accessibility skill for VS Code. REQUIRED for new feature and contribution work, and also applies to updates of existing UI. Covers accessibility help dialogs, accessible views, verbosity settings, signals, ARIA announcements, keyboard navigation, and ARIA labels/roles.

microsoft/vscode · 54 tokens

frame-macos-notification

拟真 macOS 通知 banner + app icon + 标题正文, 适合 video overlay / 产品发布预告.

nexu-io/html-anything · 31 tokens

visualize

Render a polished visual inline in the chat as part of your answer — a diagram, a chart, an interactive explainer, or a UI mockup. Load it proactively whenever an explanation would land better as a picture than as prose. Do not wait to be asked.

vellum-ai/vellum-assistant · 57 tokens

gui-settings-ui

GUI desktop app only. How to build a Settings page in the Warp client (app/src/settingsview) so its widgets and settings search behave correctly — picking a PageType, deciding whether a heading belongs in the page-title slot or inside a widget, gating a widget, and scoping searchterms per widget. Use when adding or…

warpdotdev/warp · 86 tokens

figma-code-connect-components

Connects Figma design components to code components using Code Connect mapping tools. Use when user says "code connect", "connect this component to code", "map this component", "link component to code", "create code connect mapping", or wants to establish mappings between Figma designs and code implementations. For…

warpdotdev/warp · 81 tokens