solomd: Skill for Claude Code

.agents/skills/competitor-feedback/SKILL.md

competitor-feedback is a skill for Claude Code, Codex from zhitongblog/solomd. It costs 118 tokens per session (1,275 once invoked), scanned A, original, MIT.

A research workflow that collects public feedback about competing markdown editors and summarises recurring product needs and gaps.

In plain words
What is it for?
It is for scanning GitHub issues, discussions, releases, forums, Reddit, and RSS feeds, then identifying unmet demand and competitor features.
Why use it?
It helps a team understand what competitor users are asking for and compare those requests with SoloMD's own missing features and roadmap.

Skill for Claude CodeCodex

Written for Claude Code: allowed-tools in frontmatter. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md; mentions Codex.

This is zhitongblog/solomd's own configuration. It tells Claude Code and Codex how to work on solomd itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything solomd configures →

About the project

SoloMD is a local-first Markdown editor that stores notes as files and provides an interface for AI agents to work with that collection, or vault. It is for people who manage notes and knowledge bases while using agents such as Claude Code, Codex, or Cursor.

zhitongblog/solomd · 1,024 stars · on GitHub · solomd.app

Reuse

Borrowing it

Nothing to install: this file belongs to zhitongblog/solomd. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/zhitongblog/solomd/main/.agents/skills/competitor-feedback/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/zhitongblog/solomd

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 competitor-feedback

README.md
[![agentmods](https://agentmods.dev/badge/skills/zhitongblog/solomd/competitor-feedback/github.svg)](https://agentmods.dev/skills/zhitongblog/solomd/competitor-feedback)
Your own site
<a href="https://agentmods.dev/skills/zhitongblog/solomd/competitor-feedback"><img src="https://agentmods.dev/badge/skills/zhitongblog/solomd/competitor-feedback/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 competitor-feedback

Your own site · 80×15
<a href="https://agentmods.dev/skills/zhitongblog/solomd/competitor-feedback"><img src="https://agentmods.dev/badge/skills/zhitongblog/solomd/competitor-feedback.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,275 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.00118 $0.01275
Opus 5 $0.00059 $0.00638
Sonnet 5 $0.00024 $0.00255
Haiku 4.5 $0.00012 $0.00128

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

Security

Grade A, and why

competitor-feedback 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 10d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scan.sh, unzoo.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/competitor-feedback/SKILL.md · 97 lines

How it starts

The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Competitor feedback watch

Pulls real user feedback from SoloMD's competitors and turns it into a product signal: what their users want that we could win on, and what they ship that we lack.

Channels (which tools actually work)

The global AGENTS.md mentions an unzoo browser. The mcp__unzoo__* MCP tools are not installed — but unzoo IS available as a local REST API at http://127.0.0.1:9399 (a real headless Chromium: JS rendering, anti-bot, cookies). Use it via the bundled unzoo.sh wrapper, not MCP calls.

  • GitHub (primary, structured): the gh CLI, driven by scan.sh — gives reaction-sorted issue lists (best unmet-demand signal). This is the main channel.
  • Closed-source competitors (Typora, Obsidian, Bear, iA Writer, Tolaria…): no public issue API → use unzoo.sh to read their forums/Reddit: unzoo.sh fetch-web <forum-url> and unzoo.sh search-web "<name> bug …". unzoo.sh discover-rss <site> can find a feed to poll. WebSearch/WebFetch are fine fallbacks.
  • GitHub fallback: if gh/the GitHub API is rate-limited or EOFs (CN network), unzoo.sh search-github "<query>" / unzoo.sh fetch-github <owner> <repo> reach GitHub through the browser backend and often succeed when gh doesn't.
  • Check it's up first: unzoo.sh health{"status":"ok"}. Endpoints accept url / query / owner+repo; responses are {success, data} JSON.

Steps

  1. Pick mode.

    • Full scan (default): bash .Codex/skills/competitor-feedback/scan.sh
    • Subscribe / incremental (only issues opened since last run): bash .Codex/skills/competitor-feedback/scan.sh new
    • Restrict to some competitors: scan.sh full Logseq SiYuan
    • Tune volume with LIMIT=12 scan.sh.

    The competitor registry is competitors.json (edit to add/remove). GitHub-hosted ones are fetched directly; the script prints the GitHub digest and then lists the closed-source competitors for you to handle in step 2. It also writes .last-scan so the next new run is truly incremental — that's the "subscribe" behaviour.

Read the full file on GitHub · 97 lines

Files

What ships with it

4 files 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.

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. 10d ago First seen · 97 lines · 118 tokens per session scan A d5ab9ce35bfe

Subscribe to this mod's changes

competitor-feedback is a skill published in the GitHub repository zhitongblog/solomd (1,024 stars, last pushed today), licensed MIT. It adds 118 tokens to every session and 1,275 once invoked, about $0.0006 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

llm-wiki

Build and maintain a persistent, interlinked Obsidian-compatible markdown wiki using Karpathy's LLM Wiki pattern. Extension-backed with auto-generated metadata, guardrails, and 14 custom tools (+3 opt-in agent-trajectory tools).

zosmaai/pi-llm-wiki · 52 tokens

youtube-fetcher

Retrieve YouTube transcripts and subtitles, summarize or analyze what was said, or save an Obsidian-ready Markdown knowledge-base note with captions, creator metadata, chapters, language, and source provenance. Use for a YouTube URL or video ID when the request needs spoken content or an archival note. A bare YouTube…

JimmySadek/youtube-fetcher-to-markdown · 74 tokens

link-memory

Use after important user-approved decisions, when durable context should be proposed or reviewed, and for explicit Link memory lifecycle work: remember, recall, review, update, archive, restore, forget, or explain local memories through the CLI without requiring MCP.

gowtham0992/link · 0 tokens

link-retrieve

Use before answering work that may depend on user memory, project history, source-backed notes, or prior decisions; retrieve compact Link context through the CLI without loading the whole wiki or requiring MCP.

gowtham0992/link · 42 tokens

link-health

Use at the start of Link work when readiness is unclear, after installs or upgrades, and before repairs; verify health, inspect interrupted writes, back up, and repair generated indexes without MCP.

gowtham0992/link · 41 tokens

link-ingest

Use when raw files are present, source pages look stale, or a user asks to ingest notes into Link; refresh source-backed wiki pages, propose memories, and validate updates through the CLI without MCP.

gowtham0992/link · 44 tokens