add-content

Create knowledge-base files with RULE.md-governed directory placement and metadata.

6|Updated Oct 16, 2025
One-click install
npx skills add https://github.com/eternnoir/claude-tool --skill add-content
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-content
Source: https://github.com/eternnoir/claude-tool/tree/main/akashicrecords/skills/add-content
Command: npx skills add https://github.com/eternnoir/claude-tool --skill add-content

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users often struggle to decide where to save new information, leading to disorganized knowledge bases and lost content. Manually organizing content according to specific rules is tedious and time-consuming.

Core Features & Use Cases

  • Smart Classification: Analyzes content (text, URLs, code) and intelligently recommends the best directory based on RULE.md purposes, ensuring content is always saved in the right place.
  • Automated Archival: Fetches and converts web content from URLs into structured markdown, complete with metadata, for easy future reference.
  • Rule-Driven Formatting: Automatically applies naming conventions, frontmatter, and directory structures as defined in the target RULE.md, maintaining consistency across your knowledge base.
  • Use Case: Share a URL with the AI and say "readlater." The Skill will fetch the article, convert it to markdown, save it in your ReadLater/Articles/ directory with the correct date-based structure, and update the README.md index, all without manual intervention.

Quick Start

Save this article for later: https://example.com/new-ai-breakthrough

Frequently Asked Questions about add-content

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I organize saved content automatically by folder rules?

Automated content classification analyzes your input—URLs, text, or code—and scans RULE.md across candidate directories to map purposes and select the best target folder. The Skill saves properly named files with required frontmatter, maintains your governance structure, and updates README indexes without manual sorting.

Can I save web articles to a knowledge base with metadata intact?

Yes. Provide a URL and the Skill fetches the article, converts it to structured markdown with metadata, applies naming conventions from your RULE.md, and saves it to the classified directory with date-based structure and index updates.

What file formats and content types does this support?

The Skill handles URLs, plain text notes, code snippets, and structured data. It converts web content to markdown and generates files adhering to your RULE.md frontmatter and naming requirements across all supported input types.

How does RULE.md governance ensure consistent file organization?

RULE.md defines directory purposes, naming conventions, and required metadata. The Skill scans this file to classify content against those purposes, applies the declared structure to generated files, and updates governance READMEs to maintain consistency.

Do I need to manually create directory structures before saving content?

No. The Skill resolves target directories by reading your existing RULE.md and knowledge base structure, then saves files with the correct naming and frontmatter. Manual setup is not required—governance rules drive placement.