run-tests-safely

run-tests-safely is a skill for Claude Code from ctxr-dev/llm-wiki-memory. It costs 47 tokens per session (80 once invoked), scanned A, original, MIT.

A repository-specific skill for running the llm-wiki-memory test suite. It provides a procedure for avoiding unnecessary files in the system temporary directory while testing.

In plain words
What is it for?
Use it when editing or debugging this repository: clean old temporary workspaces, test one file at a time, and run the full npm test command once.
Why use it?
It reduces the chance that stale temporary workspaces or repeated test runs fill available temporary storage.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

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/ctxr-dev/llm-wiki-memory/run-tests-safely
Any agent
npx skills add ctxr-dev/llm-wiki-memory --skill run-tests-safely
Clone the repo
git clone --depth 1 https://github.com/ctxr-dev/llm-wiki-memory

Made for: Claude Code.

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 run-tests-safely

README.md
[![agentmods](https://agentmods.dev/badge/skills/ctxr-dev/llm-wiki-memory/run-tests-safely.svg)](https://agentmods.dev/skills/ctxr-dev/llm-wiki-memory/run-tests-safely)
Your own site
<a href="https://agentmods.dev/skills/ctxr-dev/llm-wiki-memory/run-tests-safely"><img src="https://agentmods.dev/badge/skills/ctxr-dev/llm-wiki-memory/run-tests-safely.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 80 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.1 $0.00047 $0.00080
Opus 5 $0.00023 $0.00040
Sonnet 5 $0.00009 $0.00016
Haiku 4.5 $0.00005 $0.00008

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

Security

Grade A, and why

run-tests-safely 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 6d 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/run-tests-safely/SKILL.md · 9 lines

What it actually says

Follow the canonical procedure (edit that file, never this shadow):

@../../../.agents/skills/run-tests-safely.md

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. 6d ago First seen · 9 lines · 47 tokens per session scan A 8ebe185cb82e

Subscribe to this mod's changes

run-tests-safely is a skill published in the GitHub repository ctxr-dev/llm-wiki-memory (130 stars, last pushed 8d ago), licensed MIT. It adds 47 tokens to every session and 80 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

mfs-ingest

Register, update, or re-sync data sources for MFS so they become searchable — postgres / mysql / mongo / snowflake / bigquery, github / jira / linear / notion / hubspot / zendesk, slack / discord / gmail / feishu, s3 / gdrive / web / file. Use whenever the user wants to ADD a new data source to MFS, change an existing…

zilliztech/mfs · 196 tokens

mfs-find

Search, grep, browse, and read across registered MFS data sources via the mfs CLI — codebases, docs, PDFs, web crawls, databases (postgres/mysql/mongo/snowflake/bigquery), issue trackers (jira/linear/github), CRMs (hubspot), chat (slack/discord/gmail/feishu), object stores (s3/gdrive). Use whenever the user asks to…

zilliztech/mfs · 225 tokens

deep-research

Answer a broad, open-ended, or multi-part question by iteratively searching MFS-indexed sources, following up on gaps, and synthesizing a cited report — the same "reason and search over private data" job zilliztech/deep-searcher does, but as a skill on top of mfs-find instead of a standalone framework. Use when the…

zilliztech/mfs · 219 tokens

open-tag-admin

Admin/control console for an Open Tag Slack tag-in workflow backed by MFS. Use to set up a new Open Tag bot from scratch, check what is currently running (backend, permitted MFS scopes, Slack channel), change settings, add or remove data sources, switch the CLI agent backend (claude -p / codex exec), invite or move…

zilliztech/mfs · 96 tokens

engrama-onboard

Build a personalized Engrama memory graph for any user through a conversational interview. Use this skill whenever someone says "set up Engrama", "create my graph", "onboard", "build my profile", "configure Engrama for me", or asks how to start using Engrama. Also use when the user mentions they have a different role…

scops/engrama · 104 tokens

handoff

Save a session handoff to Engram for future sessions. Captures decisions, todos, blockers, mental model, and next steps as a structured memory. Use when the user wants to preserve session context before ending work.

edg-l/engram-mcp · 47 tokens