markji-card-syntax

markji-card-syntax is a skill for Claude Code, Codex from maimemo/memo-skills. It costs 118 tokens per session (505 once invoked), scanned A, original, MIT.

A guide for writing Markji cards, also called 墨墨记忆卡, in Chinese. Markji cards are study cards that can include formats such as blanks, multiple-choice questions, styling, formulas, media, and links between cards.

In plain words
What is it for?
Use it to turn notes into cards, create ready-to-paste study content, revise existing cards, or troubleshoot cards whose formatting does not work.
Why use it?
It helps produce cards that follow Markji's exact formatting rules. It also helps find errors involving brackets, escaping, nesting, or unsupported formats.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to turn notes into cards, create ready-to-paste study content, revise existing cards, or troubleshoot cards whose formatting does not work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/maimemo/memo-skills/markji-card-syntax
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 maimemo/memo-skills --skill markji-card-syntax
Clone the repo
git clone --depth 1 https://github.com/maimemo/memo-skills

Made for: Claude Code, Codex.

Its marketplace also offers this one on its own, as the plugin markji-card-syntax/plugin install markji-card-syntax after adding the marketplace above.

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 markji-card-syntax

README.md
[![agentmods](https://agentmods.dev/badge/skills/maimemo/memo-skills/markji-card-syntax/github.svg)](https://agentmods.dev/skills/maimemo/memo-skills/markji-card-syntax)
Your own site
<a href="https://agentmods.dev/skills/maimemo/memo-skills/markji-card-syntax"><img src="https://agentmods.dev/badge/skills/maimemo/memo-skills/markji-card-syntax/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 markji-card-syntax

Your own site · 80×15
<a href="https://agentmods.dev/skills/maimemo/memo-skills/markji-card-syntax"><img src="https://agentmods.dev/badge/skills/maimemo/memo-skills/markji-card-syntax.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 505 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.
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.00505
Opus 5 $0.00059 $0.00253
Sonnet 5 $0.00024 $0.00101
Haiku 4.5 $0.00012 $0.00051

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

Security

Grade A, and why

markji-card-syntax 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.

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.

markji-card-syntax/SKILL.md · 29 lines

What it actually says

Markji 卡片语法

工作方式

  1. 在生成或修改卡片前,完整阅读 references/markji-card-syntax.md
  2. 先确定学习内容和卡片形式;信息足够时直接生成,不为可合理推断的细节追问。
  3. 优先使用纯文本和最少量的语法,只在样式或交互确有必要时增加语法块。
  4. 严格套用参考文档中的拼写、大小写、分隔符、换行位置和嵌套规则。
  5. 输出前按参考文档末尾的检查清单逐项自检。

输出要求

  • 默认只输出一个 text 代码块,内容应可直接粘贴使用;用户要求讲解时再补充说明。
  • 使用中文说明和自然、简洁的卡片文案,但保留语法标签的规定拼写。
  • 不虚构图片、音频或关联卡片的 ID。用户未提供 ID 时,改用无媒体的表达;仅在用户明确要求模板时使用醒目的占位符。
  • 不输出解析结果、内部数据结构、实现代码、安装命令或开发者接入方式。
  • 不依赖容错行为。遇到无法可靠表达的格式,退回纯文本或受支持的较简单写法。

修改已有内容

  • 保留用户未要求改变的文字、顺序、换行和已有有效语法。
  • 只修正确定有误的标签、参数、括号、转义、块级位置或嵌套。
  • 若用户的目标与语法限制冲突,简要说明限制,并给出最接近且可用的版本。
Files

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.

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 · 29 lines · 118 tokens per session scan A 70062e5fdaa6

Subscribe to this mod's changes

markji-card-syntax is a skill published in the GitHub repository maimemo/memo-skills (39 stars, last pushed 1mo ago), licensed MIT. It adds 118 tokens to every session and 505 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

hr-onboarding

A new-hire onboarding plan as a single page — first week schedule, buddy + manager intro, learning track, equipment checklist, and "you're set when…" outcomes. Use when the brief mentions "onboarding", "new hire", "first week plan", or "入职".

nexu-io/open-design · 62 tokens

book-mirror

Take any book (EPUB/PDF), produce a personalized chapter-by-chapter analysis. Each chapter is preserved in detail (The Chapter) and mirrored back to the reader's actual life (The Mirror) using brain context. The mirror observes and resonates — a friend pointing out parallels, NOT a consultant rearranging the reader's…

garrytan/gbrain · 138 tokens

miniapp

Build a tiny interactive HTML playground only when someone asks to see, play with, or step through a mechanism.

yc-software/qm · 25 tokens

eli5

Explain research, papers, or technical ideas in plain English with minimal jargon, concrete analogies, and clear takeaways. Use when the user says "ELI5 this", asks for a simple explanation of a paper or research result, wants jargon removed, or asks what something technically dense actually means.

companion-inc/feynman · 63 tokens

deck-course-module

A course or workshop slide template with persistent learning goals, teaching pages, multiple-choice self-tests, and a wrap-up.

nexu-io/html-anything · 25 tokens

master-yinguang

A reference-based assistant for questions about Yinguang and Pure Land Buddhism, a Buddhist tradition focused on faith, ethical living, and practice connected with rebirth in the Pure Land. It can answer in Yinguang’s historical teaching style.

xr843/Master-skill · 274 tokens