Adding to your knowledgebase

Community

Instantly capture web knowledge, build your personal AI brain.

Authorjprokay-counterpart
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the process of converting web pages into structured Markdown and integrating them into your personal knowledge base. It eliminates manual copy-pasting and formatting, ensuring that valuable information is easily discoverable and usable by AI for future tasks, saving you time and improving recall.

Core Features & Use Cases

  • Webpage to Markdown: Convert any URL into a clean Markdown file, ready for consumption.
  • Automated Indexing: Automatically update a central INDEX.md with categorized links and descriptions, keeping your knowledge organized.
  • Structured Knowledge: Organize your collected information for efficient retrieval and AI context loading, making your AI smarter.
  • Use Case: When you find a crucial documentation page, a helpful tutorial, or an insightful article online, use this Skill to quickly save it to your knowledge base, categorized and indexed, so you or your AI can easily reference it later without searching the web again.

Quick Start

Convert a webpage to markdown and add to knowledge base

sh scripts/helper.sh https://example.com/docs my_doc.md

The script will then prompt for Category and Description.

Example prompts:

Category (e.g., Music, Programming, Documentation): Documentation

Brief description: API reference for example service

Dependency Matrix

Required Modules

html2markdown

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Adding to your knowledgebase
Download link: https://github.com/jprokay-counterpart/jprokay-counterpart/archive/main.zip#adding-to-your-knowledgebase

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository