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.
npx agentmods add skills/skyfox-io/memex/lintnpx skills add Skyfox-io/Memex --skill lintgit clone --depth 1 https://github.com/Skyfox-io/MemexWrote 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.
[](https://agentmods.dev/skills/skyfox-io/memex/lint)<a href="https://agentmods.dev/skills/skyfox-io/memex/lint"><img src="https://agentmods.dev/badge/skills/skyfox-io/memex/lint.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00107 | $0.02741 |
| Opus 5 | $0.00053 | $0.01371 |
| Sonnet 5 | $0.00021 | $0.00548 |
| Haiku 4.5 | $0.00011 | $0.00274 |
Grade A, and why
lint 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 236 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Memex - Lint
Wikilink rule: Use [[filename]] for every file reference in markdown.
Audit drift and structural integrity, read-only by default. Nine checks, one report.
Step 1: Detect workspace
Run WORKSPACE_ROOT=$(pwd) && echo "$WORKSPACE_ROOT" via Bash, then check for _MANIFEST.md: missing -- "Memex is not initialized. Run /memex:init first." Stop. Present (with or without <!-- memex-managed marker) -- continue.
Step 2: Read manifest
Parse _MANIFEST.md: Tier 1 table (always-loaded files), Tier 2 sections (domain hub references), Tier 3 table (archived files), Hub Map (domain-to-hub mapping).
Resolve paths via: config table (if present) > convention (memory/) > search.
Step 3: Run checks
Run checks in order, collecting WARN (actionable) or INFO (observational) findings.
3.1 Status Freshness
Read status.md's Last updated: YYYY-MM-DD line.
- WARN if more than 3 days old (include exact date and day count).
- PASS if 3 days or fewer.
- WARN if no
Last updatedline at all.
3.2 Decision Consistency
Read decisions.md in full. Scan newer entries for override language referencing earlier entries:
supersedes, replaces, dropped, no longer, instead of, reverses, overrides
Flag each match whose referenced older entry isn't annotated with ~~strikethrough~~.
- WARN for each unannotated superseded entry. Include both old and new text.
- PASS if no unannotated contradictions found.
Only flag explicit override relationships -- don't infer contradictions from topical similarity.
3.3 Orphan Files
For each domain in the Hub Map:
- Source of truth for the domain:
- Closets-only hub (v2.1+): parse
<hub-folder>/_CLOSETS.md's## [[stem]]headings as registered members. - Legacy hub (with
[domain]-index.md): registered = union of the file table's[[wikilinks]]and closets entries.
- Closets-only hub (v2.1+): parse
- List all
.mdfiles on disk in that domain's folder, excluding the hub index (if any),_CLOSETS.md, and_CLOSETS-archive.md. - Compare.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 5d ago First seen · 236 lines · 107 tokens per session scan A 6b6bed302cf8
lint is a skill published in the GitHub repository Skyfox-io/Memex (17 stars, last pushed 2mo ago), licensed MIT. It adds 107 tokens to every session and 2,741 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-30.
Other skills, from other repositories
obsidian
Comprehensive guidelines for Obsidian.md plugin development including ESLint rules from eslint-plugin-obsidianmd v0.4.1, TypeScript best practices, memory management, API usage (requestUrl vs fetch), UI/UX standards, popout window compatibility, community.obsidian.md submission process, and Scorecard optimization. Use…
cease-desist
Draft a cease-and-desist letter (send mode) or triage one you received (receive mode). Use when asserting your rights against an infringer with a demand letter calibrated to your enforcement posture, or when an incoming C&D needs triage into a structured options memo with a recommendation.
claim-chart
Build or review an element chart — a patent claim chart (infringement, invalidity, or review) or a civil element chart for any cause of action or defence — with every cell pin-cited and gap detection as the priority output. Use when the user asks for a claim chart, element chart, proof chart, infringement or…
cold-start-interview
Run the cold-start interview — learns your UK AI governance practice and writes /.claude/plugins/config/uk-legal-plugins/ai-governance-legal-uk/CLAUDE.md from your AI policy, a reference impact assessment, and key vendor AI agreements. Use when the practice profile is missing or contains [PLACEHOLDER] markers, or when…
internal-investigation
Reference: shared framework for managing internal investigations from intake through final memo — privileged investigation log, document processing with needle-finding, source coverage tracking, Q&A against the log, memo drafting, and audience summaries. Loaded by /investigation-open, /investigation-add…
churn-prevention
When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also trigger on "churn", "cancel flow", "cancellation", "save offer", "dunning", "failed payment recovery", "win-back", "retention", "exit survey", "pause subscription"…