NoteOrganizer — community NoteOrganizer, kownledgeBase, community, ide skills

v1.0.0

About this Skill

Perfect for Knowledge Management Agents needing automated note organization and categorization capabilities. Organizes notes into the personal knowledge base based on predefined rules. Use when the user wants to save, categorize, or organize notes and ideas.

Kang-chen Kang-chen
[0]
[0]
Updated: 3/8/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reviewed Landing Page Review Score: 9/11

Killer-Skills keeps this page indexable because it adds recommendation, limitations, and review signals beyond the upstream repository text.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review Locale and body language aligned
Review Score
9/11
Quality Score
54
Canonical Locale
en
Detected Body Locale
en

Perfect for Knowledge Management Agents needing automated note organization and categorization capabilities. Organizes notes into the personal knowledge base based on predefined rules. Use when the user wants to save, categorize, or organize notes and ideas.

Core Value

Empowers agents to analyze input and organize content into a structured personal knowledge base, utilizing prefix triggers like `[[[` and providing a comprehensive content analysis.

Ideal Agent Persona

Perfect for Knowledge Management Agents needing automated note organization and categorization capabilities.

Capabilities Granted for NoteOrganizer

Automating note categorization
Generating structured knowledge bases
Organizing content with prefix triggers

! Prerequisites & Limits

  • Requires user-provided content
  • Prefix trigger `[[[` needed for activation

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is NoteOrganizer?

Perfect for Knowledge Management Agents needing automated note organization and categorization capabilities. Organizes notes into the personal knowledge base based on predefined rules. Use when the user wants to save, categorize, or organize notes and ideas.

How do I install NoteOrganizer?

Run the command: npx killer-skills add Kang-chen/kownledgeBase/NoteOrganizer. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for NoteOrganizer?

Key use cases include: Automating note categorization, Generating structured knowledge bases, Organizing content with prefix triggers.

Which IDEs are compatible with NoteOrganizer?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for NoteOrganizer?

Requires user-provided content. Prefix trigger `[[[` needed for activation.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add Kang-chen/kownledgeBase/NoteOrganizer. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use NoteOrganizer immediately in the current project.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

NoteOrganizer

Install NoteOrganizer, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

NoteOrganizer Skill

This skill is responsible for automatically categorizing and storing notes in the personal knowledge base.

When to Use

  • Use this skill when the user wants to save a new note or idea
  • Use this skill when content needs to be organized into the knowledge base
  • Use this skill when the user provides content prefixed with [[[
  • This skill is helpful for maintaining a structured personal knowledge base

Instructions

Workflow

  1. Analyze Input: Analyze the user's input to identify the main topic and relevant keywords.

  2. Consult Rules: Read the rule files located in .cursor/rules/ to determine the appropriate category and directory for the note. The rules are:

    • knowledge_base_structure.mdc: General structure and formatting.
    • planning_notes.mdc: For notes about planning, roadmaps, etc.
    • programming_notes.mdc: For notes about coding, algorithms, etc.
    • biology_notes.mdc: For notes about biology, bioinformatics, etc.
  3. Determine Target Path: Based on the matching rule, determine the target directory (e.g., knowledge/planning/).

  4. Generate File Name: Create a descriptive, hyphen-separated filename from the note's title (e.g., my-new-research-plan.md).

  5. Format Content:

    • Add a YAML frontmatter block with creation_date and tags.
    • Ensure the content is in valid Markdown format.
  6. Save File: Use the edit_file tool to create a new file with the formatted content in the determined target path.

  7. Update Changelog: Add an entry to knowledge/logs/changelog.md with timestamp, operation type, and description in Chinese.

  8. Confirm: Report the successful creation and location of the new note to the user.

Directory Structure

/knowledge/
├── planning/      # Notes related to project planning, roadmaps, and goals.
├── programming/   # Notes related to software development, algorithms, and coding.
├── biology/       # Notes related to biology, bioinformatics, and research.
├── inbox/         # Inbox for unprocessed notes and ideas.
└── logs/          # Logs for tracking changes and activities.

File Naming Convention

  • File names should be in English, using lowercase letters
  • Words should be separated by hyphens (-)
  • The file extension should be .md
  • Example: my-research-notes.md

Related Skills

Looking for an alternative to NoteOrganizer or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer