效率工具
任务自动化、办公工作流和个人效率
Skills 列表

ljg-book
读书助手,将一本书重构为 x → f → f(x):它处理的问题、作者的核心回答、以及该回答如何改变判断或行动。当用户提供书名、PDF、摘录或提出“拆书”、“分析这本书”、“这本书在讲什么”、“压缩一本书”或“book”时使用。默认保存为 org 笔记。不适用于章节总结、框架审计、论文、单一概念深挖或领域排名。
lijigang
press-release
Write an Amazon-style press release that defines customer value before building. Use when aligning stakeholders on a new product, feature, or strategic bet.
deanpeters
positioning-statement
Create a Geoffrey Moore-style positioning statement. Use when clarifying who you serve, what problem you solve, your category, and why you're different from alternatives.
deanpeters
user-story-mapping
Create a user story map that lays out activities, steps, tasks, and release slices. Use when planning a workflow, backlog, or MVP around the user journey.
deanpeters
jobs-to-be-done
Uncover customer jobs, pains, and gains in a structured JTBD format. Use when clarifying unmet needs, repositioning a product, or improving discovery and messaging.
deanpeters
autoresearch
Autonomous iteration loop: modify, verify, keep/discard against any metric
uditgoenka
memory-defrag
Defragment and reorganize agent memory files: split bloated files, merge duplicates, remove stale information, and restructure the memory hierarchy. Use when memory files have grown unwieldy, contain redundancies, or need reorganization. Run periodically (weekly) or on demand.
basicmachines-co
memory-lifecycle
Manage entity status transitions in Basic Memory: archive completed work, move notes between status folders, update frontmatter, and handle edge cases. Use when marking items complete, archiving old entities, or managing any folder-based status workflow.
basicmachines-co
memory-ingest
Process unstructured external input (meeting transcripts, conversation logs, pasted documents) into structured Basic Memory entities. Extracts entities, searches for existing matches, proposes new entities with approval, creates notes with observations and relations, and captures action items.
basicmachines-co
memory-literary-analysis
Analyze a complete literary work into a structured Basic Memory knowledge graph. Covers schema design, entity seeding, chapter-by-chapter processing, cross-referencing, validation, and graph exploration.
basicmachines-co
memory-research
Research an external subject using web search, synthesize findings into a structured Basic Memory entity. Use when asked to research a company, person, technology, or topic — or when a bare name or URL is provided that implies a research request.
basicmachines-co
memory-schema
Schema lifecycle management for Basic Memory: discover unschemaed notes, infer schemas, create and edit schema definitions, validate notes, and detect drift. Use when working with structured note types (Task, Person, Meeting, etc.) to maintain consistency across the knowledge graph.
basicmachines-co
memory-metadata-search
Structured metadata search for Basic Memory: query notes by custom frontmatter fields using equality, range, array, and nested filters. Use when finding notes by status, priority, confidence, or any custom YAML field rather than free-text content.
basicmachines-co
memory-tasks
Task management via Basic Memory schemas: create, track, and resume structured tasks that survive context compaction. Uses BM's schema system for uniform notes queryable through the knowledge graph.
basicmachines-co
memory-reflect
Sleep-time memory reflection: review recent conversations and daily notes, extract insights, and consolidate into long-term memory. Use when triggered by cron, heartbeat, or explicit request to reflect on recent activity. Runs as background processing to improve memory quality over time.
basicmachines-co
memory-continue
Resume prior work by rebuilding context from the Basic Memory knowledge graph — pick up where you left off using memory:// URLs, recent activity, and search. Use when starting a session or when the user says 'continue with...', 'back to...', or 'where were we?'
basicmachines-co
memory-capture
Capture the current state of a working thread or conversation into a single coherent Basic Memory note — synthesize where it landed, don't append a log. On re-capture, rewrite the same note in place instead of duplicating. Use mid-thread or end-of-thread when decisions, insights, or context are worth preserving.
basicmachines-co
memory-curate
Curate the Basic Memory knowledge graph: find orphan notes and suggest links, propose typed relations, merge duplicates, audit tags and folders, and build hub notes. Use to organize, connect, and improve a knowledge base as notes accumulate.
basicmachines-co
memory-notes
How to write well-structured Basic Memory notes: frontmatter, observations with semantic categories, relations with wiki-links, and best practices for building a rich knowledge graph. Use when creating or improving notes.
basicmachines-co
bpmn
基于 PlantUML 语法,结合 BPMN、EIP 及精益价值流图(Lean Mapping)模具图标绘制业务流程图。适用于工作流自动化、审批链、基于消息的集成模式以及价值流图映射等场景。
markdown-viewer
dart-fix-runtime-errors
利用 get_runtime_errors 与 lsp 获取实时堆栈信息,定位出错代码行并完成修复,最后通过 hot_reload 验证修复结果。
flutter
dart-resolve-package-conflicts
修复依赖包版本冲突的操作流程。当由于包版本不兼容导致 `pub get` 报错失败时使用。
flutter
flutter-implement-json-serialization
使用 `dart:convert` 创建包含 `fromJson` 与 `toJson` 方法的模型类。适用于简单数据结构下手动将 JSON 键映射为类属性的场景。
flutter
breakout-trade-planner
根据VCP筛选器输出生成Minervini风格的突破交易计划,包含最坏情况风险计算、投资组合热度管理以及兼容Alpaca的订单模板(预放置用止损限价单,确认后用限价单)。当用户有VCP筛选器结果并希望获得包含入场/止损/目标价位和仓位规模的可行交易计划时使用。
tradermonty