Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计提醒

note-management笔记管理

Agent Skill

note-management 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

188

周安装

8

GitHub Stars

2

下载量

66
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:note-management(笔记管理)
来源仓库:https://github.com/sidetoolco/org-charts
仓库路径:skills/note-management
安装命令:
npx skills add https://github.com/sidetoolco/org-charts --skill note-management
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/sidetoolco/org-charts --skill note-management

简介

用于查找、检索和筛选相关信息,快速定位候选结果。

  • 适合在关键词搜索、任务场景或来源线索下使用,提升信息获取效率。
  • 可结合来源仓库和原始 README 核验具体用法,确保适用性。
  • 安装方式:通过 npx 从 GitHub 仓库添加,支持 Codex、Claude、Cursor、Gemini CLI。
  • 注意:安装前建议确认权限范围和维护状态,避免触发不必要的联网或文件操作。

SKILL.md

Note Management

Specialized skill for managing and organizing an extensive documentation system with 17,000+ markdown files across multiple domains.

When to use this skill

Use this skill when:

  • Creating new documentation or notes
  • Searching for existing notes or information
  • Organizing and categorizing documentation
  • Maintaining WARP.md and context.md files
  • Archiving outdated materials
  • Cross-referencing related documents
  • Establishing documentation standards
  • Managing knowledge base

System Overview

Structure

Location: notes/ directory (3.3MB, 17,000+ files)

Main Categories:

  • Business Operations: kleva, sidetool documentation
  • Client Work: proposals, project notes
  • Internal: team notes, strategy, learning
  • Archive: historical and merged documents
  • Communications: emails, email-writer templates
  • Financial: personal-finance, mel-inversiones
  • Meetings: meeting notes and agendas
  • Projects: project-specific documentation

Key Subdirectories

Active Business:

  • kleva/ (27 files): Business documentation, roadmaps, sales materials
  • sidetool/ (33 files): Product documentation
  • proposals/ (21 files): Client proposals and pitches

Communication:

  • email-writer/ (75 files): Email templates and drafts
  • emails/ (68 files): Important correspondence

Strategic:

  • strategy/ (15 files): Strategic planning documents
  • team/ (12 files): Team coordination and management

Personal:

  • personal-finance/ (15 files): Financial planning
  • mel-inversiones/ (9 files): Investment notes
  • learning/ (5 files): Learning resources

Reference:

  • archive/ (26 files): Historical documents
  • meetings/ (9 files): Meeting records
  • ogpm/ (11 files): OGPM-related notes

Organization Principles

File Naming Conventions

  • Use lowercase with hyphens: sales-sequence-v2.md
  • Include dates for versioned content: proposal-2024-12-15.md
  • Be descriptive but concise: kleva-linkedin-campaign-q1.md
  • Use consistent prefixes within categories

Directory Structure

  • Group by topic, not document type
  • Keep hierarchy shallow (max 2-3 levels)
  • Use clear, self-explanatory folder names
  • Maintain parallel structure across similar areas

Metadata Files

Each major directory should have:

  • WARP.md: Overview, last updated, contents, status
  • context.md: Detailed purpose, organization, usage notes

Common Workflows

Creating New Notes

  1. Determine category

- What domain does this belong to? - Is there an existing subdirectory? - Should this create a new category?

  1. Choose location

- Active work: appropriate subdirectory - Reference material: archive if not current - Project-specific: under projects/

  1. Name appropriately

- Follow naming conventions - Make it searchable - Include version/date if relevant

  1. Add metadata

- Frontmatter if structured - Clear headings and sections - Links to related documents

  1. Update parent WARP.md

- Add to contents list if significant - Update last modified date - Note any structural changes

Finding Existing Notes

Search Strategies:

  1. Check relevant subdirectory first
  2. Use grep for keyword search
  3. Check WARP.md files for overview
  4. Look in archive/ for historical content
  5. Cross-reference related areas

Search Commands:

# Find files by name
find notes/ -name "*keyword*"

# Search content
grep -r "search term" notes/

# Recent files
find notes/ -type f -mtime -7

Organizing Content

Regular Maintenance:

  1. Review and update WARP.md files quarterly
  2. Archive completed projects
  3. Consolidate duplicate information
  4. Remove outdated materials
  5. Update cross-references

Archiving Process:

  1. Identify completed/outdated content
  2. Move to archive/ with date prefix
  3. Update any links pointing to archived content
  4. Document archival reason in WARP.md
  5. Consider creating summary if extensive

Cross-Referencing

Link Patterns:

  • Relative links within notes: [text](../category/file.md)
  • Absolute paths for cross-domain: Full path from notes/
  • Reference Code repos: Code/holding/kleva/...
  • External resources: Full URLs with context

Maintaining Links:

  • Check links when moving files
  • Update references in WARP.md files
  • Document related materials
  • Create "see also" sections

Documentation Standards

Markdown Structure

# Title

## Overview
Brief description and purpose

## Contents
- Section 1
- Section 2

## Key Information
Main content organized logically

## Related Documents
- [Related item](path/to/file.md)

## Status
Current state and next actions

WARP.md Template

# WARP - notes/[category]

## folder overview
Brief description of purpose and contents

## last updated
YYYY-MM-DD

## contents
- Key files and subdirectories
- Major documents

## related to
- Cross-references to other areas

## status
active/archived/under review

Context.md Template

# context - notes/[category]

## purpose
Detailed explanation of folder purpose

## organization system
How content is structured and why

## key areas
Major subcategories and their focus

## usage
How to use these notes effectively

## maintenance
Update schedule and responsibilities

## status
Current state

Best Practices

Content Quality

  • Write for future you, not just present you
  • Include context and rationale
  • Use clear headings and structure
  • Add dates to time-sensitive content
  • Link to related materials

Maintenance

  • Review regularly, don't just accumulate
  • Archive rather than delete
  • Update WARP.md files when structure changes
  • Keep README or index files current
  • Version important documents

Searchability

  • Use descriptive titles
  • Include key terms in content
  • Add tags or categories when helpful
  • Create index files for large collections
  • Maintain consistent terminology

Efficiency

  • Template common document types
  • Reuse good structures
  • Create shortcuts for frequent tasks
  • Batch similar operations
  • Automate repetitive tasks

Integration with Other Systems

Code Repositories

Notes often reference:

  • holding/kleva/: Active Kleva projects
  • holding/sidetool/: Sidetool development
  • personal-projects/: Personal project code
  • Link bidirectionally when relevant

Version Control

  • Commit notes regularly
  • Use meaningful commit messages
  • Tag major milestones
  • Branch for major reorganizations
  • Document structural changes

Backup and Sync

  • iCloud sync active
  • Git provides version history
  • Consider export for critical docs
  • Maintain redundancy for essential content

Common Patterns

Meeting Notes

Location: notes/meetings/ Structure:

  • Date and attendees
  • Agenda items
  • Discussion points
  • Action items with owners
  • Follow-up needed

Proposals

Location: notes/proposals/ Structure:

  • Executive summary
  • Problem statement
  • Proposed solution
  • Timeline and deliverables
  • Budget and terms
  • Next steps

Project Documentation

Location: notes/projects/ Structure:

  • Project overview
  • Goals and success metrics
  • Timeline
  • Resources and dependencies
  • Status updates
  • Decisions and rationale

Troubleshooting

Too Many Files

  • Use find with filters
  • Check modification dates
  • Review by category
  • Consider consolidation
  • Archive aggressively

Duplicate Information

  • Search for similar content
  • Consolidate into single source
  • Link to canonical version
  • Archive redundant copies
  • Update cross-references

Lost Content

  • Check archive/
  • Search by date modified
  • Review git history
  • Check related directories
  • Look in similar categories

Related Skills

  • Use context-manager for large documentation projects
  • Use kleva-business for Kleva-specific notes
  • Use health-data-analysis for health documentation
  • Combine with agent skills for content creation

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

27.53%
按下载量换算18

windsurf

24.72%
按下载量换算16

trae

16.44%
按下载量换算11

OpenCode

12.22%
按下载量换算8

Codex

7.87%
按下载量换算5

Antigravity

3.96%
按下载量换算3

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills