tim-skills — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited tim-skills (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A small collection of agent skills, shareable two ways: as a Claude Code plugin (one-command install + updates) or as plain skill folders any other agent (Codex, Cursor, etc.) can copy and use.
| Skill | What it does |
|---|---|
domain-search | Check domain-name availability and brainstorm brandable names across TLDs (.com/.ai/.io/…). |
ssr-market-research | Run synthetic (LLM-simulated) market research using Semantic Similarity Rating (SSR), from Maier et al. 2025 (arXiv:2510.08338) — estimate adoption, purchase intent, and willingness-to-pay without surveying real users. |
okf-new-kb | Scaffold a new Open Knowledge Format personal wiki / knowledge base — Markdown + YAML frontmatter, Obsidian-ready, with operating manual, templates, and a validator. |
okf-ingest | Ingest a source/concept into an OKF knowledge base: verify the source, write a conformant page, cross-link it, update the index + changelog, and lint. |
okf-query | Answer a question using only an OKF knowledge base, with citations and honest gaps. |
okf-lint | Validate an OKF knowledge base (spec conformance + house rules). |
The four okf-* skills form a family for an OKF / agent-managed / Obsidian wiki: scaffold one with okf-new-kb, fill it with okf-ingest, read it with okf-query, and keep it conformant with okf-lint.
/plugin marketplace add thattimc/skills
/plugin install tim-skills@thattimc/plugin update tim-skills pulls the latest version later.
The skills are plain folders — no Claude-specific runtime needed. Either:
cp -R skills/domain-search ~/.claude/skills/ (or wherever your tool reads skills from), orAGENTS.md / system prompt at the relevant skills/<name>/SKILL.md, which contains the full instructions.| Skill | Needs |
|---|---|
domain-search | bash + curl (queries RDAP via rdap.org — no API key) |
ssr-market-research | python3 + numpy. Embeddings backend is either local (model2vec, no key) or openai (openai package + OPENAI_API_KEY). Defaults to openai, falls back to local. |
okf-new-kb / okf-lint | python3 (the validator is zero-dependency; pyyaml optional for max fidelity). |
okf-ingest | curl / web fetch to verify sources before writing (e.g. the arXiv API); python3 for the lint step. |
okf-query | none beyond a shell (grep); reads plain Markdown. |
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.