效率工具

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

750 个 Skills 可用

Skills 列表

ljg-book

ljg-book

6.6Kproductivity

读书助手,将一本书重构为 x → f → f(x):它处理的问题、作者的核心回答、以及该回答如何改变判断或行动。当用户提供书名、PDF、摘录或提出“拆书”、“分析这本书”、“这本书在讲什么”、“压缩一本书”或“book”时使用。默认保存为 org 笔记。不适用于章节总结、框架审计、论文、单一概念深挖或领域排名。

lijigang avatarlijigang
获取
press-release

press-release

6.5Kproductivity

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 avatardeanpeters
获取
positioning-statement

positioning-statement

6.5Kproductivity

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 avatardeanpeters
获取
user-story-mapping

user-story-mapping

6.3Kproductivity

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 avatardeanpeters
获取
jobs-to-be-done

jobs-to-be-done

6.3Kproductivity

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 avatardeanpeters
获取
autoresearch

autoresearch

5.8Kresearch-knowledge

Autonomous iteration loop: modify, verify, keep/discard against any metric

uditgoenka avataruditgoenka
获取
memory-defrag

memory-defrag

4Kagent-workflows

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 avatarbasicmachines-co
获取
memory-lifecycle

memory-lifecycle

4Kresearch-knowledge

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 avatarbasicmachines-co
获取
memory-ingest

memory-ingest

4Kresearch-knowledge

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 avatarbasicmachines-co
获取
memory-literary-analysis

memory-literary-analysis

4Kresearch-knowledge

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 avatarbasicmachines-co
获取
memory-research

memory-research

4Kresearch-knowledge

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 avatarbasicmachines-co
获取
memory-schema

memory-schema

4Kresearch-knowledge

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 avatarbasicmachines-co
获取
memory-metadata-search

memory-metadata-search

4Ksecurity

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 avatarbasicmachines-co
获取
memory-tasks

memory-tasks

4Kresearch-knowledge

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 avatarbasicmachines-co
获取
memory-reflect

memory-reflect

4Kresearch-knowledge

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 avatarbasicmachines-co
获取
memory-continue

memory-continue

4Kresearch-knowledge

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 avatarbasicmachines-co
获取
memory-capture

memory-capture

4Kresearch-knowledge

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 avatarbasicmachines-co
获取
memory-curate

memory-curate

4Kagent-workflows

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 avatarbasicmachines-co
获取
memory-notes

memory-notes

4Kbackend-api

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 avatarbasicmachines-co
获取
bpmn

bpmn

3.1Kproductivity

基于 PlantUML 语法,结合 BPMN、EIP 及精益价值流图(Lean Mapping)模具图标绘制业务流程图。适用于工作流自动化、审批链、基于消息的集成模式以及价值流图映射等场景。

markdown-viewer avatarmarkdown-viewer
获取
dart-fix-runtime-errors

dart-fix-runtime-errors

2.8Kproductivity

利用 get_runtime_errors 与 lsp 获取实时堆栈信息,定位出错代码行并完成修复,最后通过 hot_reload 验证修复结果。

flutter avatarflutter
获取
dart-resolve-package-conflicts

dart-resolve-package-conflicts

2.8Kproductivity

修复依赖包版本冲突的操作流程。当由于包版本不兼容导致 `pub get` 报错失败时使用。

flutter avatarflutter
获取
flutter-implement-json-serialization

flutter-implement-json-serialization

2.8Kproductivity

使用 `dart:convert` 创建包含 `fromJson` 与 `toJson` 方法的模型类。适用于简单数据结构下手动将 JSON 键映射为类属性的场景。

flutter avatarflutter
获取
breakout-trade-planner

breakout-trade-planner

2.7Kproductivity

根据VCP筛选器输出生成Minervini风格的突破交易计划,包含最坏情况风险计算、投资组合热度管理以及兼容Alpaca的订单模板(预放置用止损限价单,确认后用限价单)。当用户有VCP筛选器结果并希望获得包含入场/止损/目标价位和仓位规模的可行交易计划时使用。

tradermonty avatartradermonty
获取