Skip to content

saladpuk/SecondBrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tags description ai_ignore
note
readme
howto
Overview of the Second Brain project and its folder structure.
true

🤖Second Brain with Agentic AI

This repository is designed for easy document discovery and personal knowledge management. It uses Agentic AI to assist in managing and retrieving information effectively, making it easier to navigate and interact with stored content.

All documents are organized into two main directories:

  1. Projects/: For project-specific work, rules, plans, and deliverables.
  2. Resources/: For reference materials, guides, and topic-based knowledge, organized by subdirectory.

Document Structure

Each markdown document should start with a YAML front matter block. This helps with organizing, searching, and filtering documents efficiently. The actual content of the document should follow the front matter.

Example:

---
tags:
  - tag1
  - tag2
description: Brief summary of the document
ai_ignore: false
confidential: false
---
# Document Title
Document content goes here...
Field Type Description Default
tags Array List of keywords/topics for search and categorization
description String Short summary of the document's purpose
ai_ignore Boolean Set to true to exclude the document from AI processing false
confidential Boolean Set to true if the document is confidential false

How to Create a New Document

To add a new document, create a .md file in the appropriate folder:

  • Use the Projects/ folder for project-related work.
  • Use the Resources/ folder for reference materials or topic-based content.
  • Name the file clearly based on its content to make it easier to find and manage later.

About

Second Brain method with Agentic AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published