knowledge-base
4
总安装量
2
周安装量
#47954
全站排名
安装命令
npx skills add https://github.com/jacobrask/claude-skills --skill knowledge-base
Agent 安装分布
claude-code
2
junie
1
openclaw
1
trae
1
opencode
1
cursor
1
Skill 文档
Knowledge Base
Topic-based collection of curated links and notes at ~/knowledge/.
Structure
~/knowledge/
âââ _index.md # Topic listing
âââ _inbox.md # Unprocessed items
âââ topics/*.md # Articles, concepts, best practices
âââ tools/*.md # Software, libraries (organized by use case)
âââ archive/YYYY-MM/ # Full article content (link rot protection)
Entry Formats
Topics (articles/concepts):
**[Title](url)** â Author
1-2 paragraph summary focusing on core insights. Be extremely concise, disregard grammar.
Tools (software/libraries):
### [tool-name](url)
**Platform:** macOS / JavaScript / Web Service
**Install:** Installation method
**Use case:** Problem it solves
Brief summary of why it's useful and when to use it.
**Alternatives:** other-tool (tradeoff)
Workflow: Adding from Safari
- Get tabs:
get_tabs.sh markdownorget_tabs.sh -w N markdown - Process in batches of 8-10 to avoid context overflow
- For each batch:
- Fetch content from URLs
- Read existing topic files
- Route to appropriate topic based on content
- Archive substantial/unique articles to
archive/YYYY-MM/ - Items not fitting existing topics â
_inbox.md
- Update
_index.mdwhen done
Routing
Articles/concepts â topics/:
- Match by content, not just title
- Prefer more specific topics
- If unsure, add to
_inbox.mdwith suggested topic - If topic >500 lines or >30 entries, ask user to split
Software/tools â tools/ by use case:
- Libraries, CLI tools, apps, web services all go here
- Articles about tools â
topics/ - Create new use-case files as needed
Quality Control
When bulk adding, pause and ask if you encounter:
- Out of place or low-quality content
- GitHub repos/gists (ask for routing confirmation)
- Failed fetches (summarize at end, ask if should add URL-only)
Archiving
Archive to archive/YYYY-MM/ when:
- Substantial content (>500 words)
- Likely to disappear (personal blogs)
- Unique insights
Skip: GitHub repos, YouTube, frequently-updated docs, news
File Format Reference
Topic files: YAML frontmatter with tags, updated, then sections with entries
Tools files: Same frontmatter, then ### [tool](url) entries with metadata
Update _index.md with new topics/tools after adding resources.
Finding Resources
Check tools/ before web search when user needs software/library.