actually-lsp-ignore

actually-lsp-ignore is a skill for Claude Code from technicalpickles/pickled-claude-plugins. It costs 82 tokens per session (382 once invoked), scanned A, original, MIT.

A project setting that dismisses setup reminders for the actually-lsp language-server tool in Rust, TypeScript or Ruby projects.

In plain words
What is it for?
Use it to mark one of those language ecosystems as ignored in the project’s .claude/actually-lsp.json file.
Why use it?
It stops repeated setup prompts for an ecosystem you do not want to configure.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the actually-lsp plugin — 2 skills, 1 hook shipped together

Good fit Use it to mark one of those language ecosystems as ignored in the project’s .claude/actually-lsp.json file.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/technicalpickles/pickled-claude-plugins/actually-lsp-ignore
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 technicalpickles/pickled-claude-plugins --skill actually-lsp-ignore
Clone the repo
git clone --depth 1 https://github.com/technicalpickles/pickled-claude-plugins

Made for: Claude Code.

Or install actually-lsp, the plugin that ships this one along with the rest of its 2 skills, 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 actually-lsp-ignore

README.md
[![agentmods](https://agentmods.dev/badge/skills/technicalpickles/pickled-claude-plugins/actually-lsp-ignore/github.svg)](https://agentmods.dev/skills/technicalpickles/pickled-claude-plugins/actually-lsp-ignore)
Your own site
<a href="https://agentmods.dev/skills/technicalpickles/pickled-claude-plugins/actually-lsp-ignore"><img src="https://agentmods.dev/badge/skills/technicalpickles/pickled-claude-plugins/actually-lsp-ignore/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 actually-lsp-ignore

Your own site · 80×15
<a href="https://agentmods.dev/skills/technicalpickles/pickled-claude-plugins/actually-lsp-ignore"><img src="https://agentmods.dev/badge/skills/technicalpickles/pickled-claude-plugins/actually-lsp-ignore.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 382 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 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.00082 $0.00382
Opus 5 $0.00041 $0.00191
Sonnet 5 $0.00016 $0.00076
Haiku 4.5 $0.00008 $0.00038

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

Security

Grade A, and why

actually-lsp-ignore 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.

plugins/actually-lsp/skills/actually-lsp-ignore/SKILL.md · 44 lines

What it actually says

/actually-lsp-ignore

Parse args:

  • rust | typescript | ruby as an arg ignores that ecosystem directly.
  • No args: read .claude/actually-lsp.json in the current project root, present the detected ecosystems, and ask the user which to ignore.

Action

Update the project state file at .claude/actually-lsp.json: set .ecosystems.<ecosystem>.dismissed to true. If the file doesn't exist, create it with version 1 schema:

{
  "version": 1,
  "ecosystems": {
    "<ecosystem>": {
      "state": "dismissed",
      "dismissed": true,
      "last_check_at": null,
      "last_marker_mtime": null,
      "last_plugin_list_hash": null,
      "last_error": null
    }
  }
}

If the file exists, preserve all other fields and only flip dismissed.

The internal state value stays dismissed (that's the state-machine name from CONTEXT.md); only the user-facing skill name is ignore.

Confirmation output

Output a one-line confirmation per ignored ecosystem:

Ignoring <ecosystem> for this project. To re-enable, manually edit .claude/actually-lsp.json and set dismissed back to false. (A re-enable command is a future extension.)
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 · 44 lines · 82 tokens per session scan A 238604a7cc96

Subscribe to this mod's changes

actually-lsp-ignore is a skill published in the GitHub repository technicalpickles/pickled-claude-plugins (10 stars, last pushed yesterday), licensed MIT. It adds 82 tokens to every session and 382 once invoked, about $0.0004 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

project-memory

Generate a project-specific context file from a brief so an AI assistant remembers your editorial constraints, voice, audience, and quality bar across sessions.

ur-grue/autopunk-media-skills · 31 tokens

project-retrospective

Generate a LESSONS.md from a finished project: what worked, what didn't, what to reuse, what to retire — formatted for next-project carry-over.

ur-grue/autopunk-media-skills · 37 tokens

template-selector

Recommend the right skill bundle, agent, and workflow sequence for a new project — so media professionals can start producing instead of browsing a 394-skill library.

ur-grue/autopunk-media-skills · 35 tokens

absolute-simplify

Use when the user wants to simplify, clean up, refactor, tidy, or refine code — their staged/unstaged git changes or a target file/path. Reduces complexity, flattens nesting, removes redundancy and dead code, scores each change by value (holding low-value churn), then runs tests to prove nothing broke. Invoke on…

maddhruv/absolute · 178 tokens

absolute-ui

Build polished, intentional UIs with concrete CSS/Tailwind values — typography, color, layout, spacing, dark mode, accessibility, animations, components. Encodes specific, opinionated rules with exact values, not vague advice. Covers buttons, cards, forms, tables, navigation, dashboards, landing pages, onboarding, and…

maddhruv/absolute · 121 tokens

absolute-work

End-to-end, phase-gated SDLC for AI coding agents: relentless design interview → reviewed spec → dependency-graphed task board → safe-wave TDD execution → verification → converge. Handles features, bugs, refactors, greenfield projects, planning breakdowns, and migrations. Triggers on "absolute work", "build this…

maddhruv/absolute · 104 tokens