Second brain aphorism
Public Hermes skill tap maintained by harrylabsj
npx -y skills add harrylabsj/hermes-skills --skill second-brain-aphorismAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Generate grounded Chinese reflections, aphorisms, maxims, quote-card lines, article endings, daily thoughts, or short "感悟" from the user's second brain, GBrain, llm-wiki, cognitive anchors, notes, and long-term questions. Use when the user asks for 感悟、箴言、金句、短句、每日一念、一段话、文章结尾、卡片文案, or asks to distill an idea from 第二大脑, GBrain, llm-wiki, wiki, notes, anchors, or personal knowledge context.
SKILL.md
4.9 KB, as published. Nobody here has run it
Second Brain Aphorism
Use this skill to turn the user's second-brain material into a concise, personally grounded thought. The result should feel like a distilled insight from the user's own thinking, not a generic inspirational quote.
Default to Chinese unless the user asks for another language.
Workflow
- Clarify the requested shape only when necessary.
- If the user says "感悟", produce one short paragraph.
- If the user says "箴言", "金句", or "短句", produce concise aphoristic lines.
- If unspecified, produce one
感悟and one compressed箴言.
- Run lightweight second-brain recall.
- Prefer the user's local second brain over web knowledge.
- Resolve local paths without hardcoded personal information:
- Prefer
SECOND_BRAIN_WIKI_ROOTwhen set. - Otherwise try
$SECOND_BRAIN_ROOT/llm-wikiwhenSECOND_BRAIN_ROOTis set. - Otherwise try common user-local candidates such as
~/Hbrain/llm-wiki. - If no likely wiki root exists, infer it from the current project or ask one concise question.
- Prefer
- Once the wiki root is found, use:
- Core questions:
<wiki-root>/my-core-questions.md - Anchor index:
<wiki-root>/links/index.md
- Core questions:
- Read
my-core-questions.mdandlinks/index.mdif they exist. - Select 1-3 relevant anchor pages from
links/*.mdand read only those pages. - Run focused recall when available:
gbrain search "<user's exact topic>" --limit 5
gbrain search "<selected anchor or close synonym>" --limit 5
cm context "<user's exact topic>" --json --limit 5 --history 5
- Extract a "seed of tension" before writing.
- Name the lived tension: what is being pulled against what?
- Name the user's recurring anchor or long-term question.
- Name the practical turn: what changes in how one sees, chooses, or acts?
- Generate the line or paragraph.
- Write from the recalled context, not from generic advice.
- Prefer concrete verbs, precise nouns, and a small paradox.
- Remove motivational filler, slogans, and abstract padding.
- If the recall is thin, be transparent and write a lower-confidence draft.
- Present the result.
- For normal requests, output:
感悟:one paragraph, 80-180 Chinese characters箴言:one line, 8-32 Chinese characters
- For batch requests, give 3-7 numbered candidates.
- Include a concise
第二大脑回路receipt unless the user explicitly asks for copy-only output.
- For normal requests, output:
Style Guide
Read references/style-guide.md when the user asks for a specific tone, more variants, quote-card copy, article endings, or when the first draft risks sounding generic.
Grounding Rules
- Do not claim the user believes something unless it is supported by recall.
- Do not invent book titles, source notes, anchors, or personal experiences.
- Do not search the web unless the user explicitly asks for outside references.
- Do not write back to the second brain unless the user explicitly asks to save, archive, 沉淀, 写入, or update.
- If recall tools fail, continue with available anchor files and briefly state what failed.
Writeback
Default to no writeback. When the user explicitly asks to save the result:
- Choose the smallest durable target:
queries/for reusable generated answers or quote collections.concepts/for a stable idea that should become a concept page.links/only when updating an existing cognitive anchor.practices/only when the output implies a repeatable routine.
- Preserve existing frontmatter and content.
- Add the generated line plus the recall receipt or source context.
- Bump
updateddates on edited wiki pages.
Quality Checklist
- It can be traced to at least one recalled anchor, note, or core question.
- It says one thing sharply instead of three things vaguely.
- It contains a tension, reversal, or implication.
- It sounds like a private notebook becoming public for a moment.
- It remains useful even if stripped of decorative language.