スキル一覧に戻る
Kang-chen

noteorganizer

by Kang-chen

0🍴 0📅 2026年1月12日
GitHubで見るManusで実行

SKILL.md


name: NoteOrganizer description: Organizes notes into the personal knowledge base based on predefined rules. Use when the user wants to save, categorize, or organize notes and ideas.

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

スコア

総合スコア

35/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です