Community寫作與編輯github.com

simonpokorny/knowledgebase

git-versioned institutional memory for coding agents: schema-enforced findings, learnings and decisions, written by agents, reviewed by humans

knowledgebase 是什麼?

knowledgebase is a Claude Code agent skill that git-versioned institutional memory for coding agents: schema-enforced findings, learnings and decisions, written by agents, reviewed by humans.

相容平台~Claude Code~Codex CLI~Cursor
npx skills add simonpokorny/knowledgebase

Installed? Explore more 寫作與編輯 skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

在你喜歡的 AI 中提問

開啟一個已預先載入此 Agent Skill 的新對話。

說明文件

Write one small, schema-clean entry into the repo's .knowledgebase/. If the repo has no .knowledgebase/, stop and tell the user to run the /setup-knowledgebase skill first.

  1. Pick the type:

    It isTypePath
    a claim about the system, true and worth not rediscoveringfinding.knowledgebase/entries/finding-<topic-kebab>.md
    a rule of behavior, usually born from a mistakelearning.knowledgebase/entries/learning-<topic-kebab>.md
    a choice between alternatives, with a trade-offdecision.knowledgebase/entries/decision-NNNN-<topic-kebab>.md
  2. Write the entry. The frontmatter fields, statuses, limits, and body conventions are in ENTRY-FORMAT.md; read it before writing. Worked examples ship in this plugin's templates/ directory.

  3. Check the status is honest. For findings and learnings: verified only when you proved the claim yourself in this session, and then set verified-by: agent and put the evidence in the body (a Source link or the check you ran). Anything you could not prove stays unverified; those are the entries the human is asked to verify in review. New decisions get status: decided and come in two kinds:

    • Implementation decisions: fundamental choices you made yourself while building. Record them with the why and the trade-off, as decided-by: agent.
    • Planning decisions: made together with the user, not inferable from the code. Record them as decided-by: agent too, then hand the user the adopt line from the session-end report so the entry becomes decided-by: human. Never set decided-by: human yourself; only a human does. Either kind can later be superseded by a newer decision.
  4. If the entry is a learning that forbids a command, add a guard: regex so the rule enforces itself. Guard-writing rules are in ENTRY-FORMAT.md; test the regex with grep -E before committing.

  5. Commit the entry on the same branch as the change that produced it, so it rides the same commit. Do not batch entries for later.

相關技能

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community