one-on-one

Generate manager-facing bullets from moz_artifacts notes and copy topic-organized HTML/RTF to the macOS clipboard.

3|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/jwmossmoz/agent-skills --skill one-on-one-jwmossmoz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: one-on-one
Source: https://github.com/jwmossmoz/agent-skills/tree/main/skills/one-on-one
Command: npx skills add https://github.com/jwmossmoz/agent-skills --skill one-on-one-jwmossmoz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Prepare one-on-one/status bullets from ~/moz_artifacts using qmd and copy a topic-organized HTML/RTF list with embedded links to the macOS clipboard. Use when summarizing recent Mozilla work for a manager, 1:1, or status update. DO NOT USE FOR generating raw daily logs; use daily-log.

Core Features & Use Cases

  • Generate manager-facing bullets from moz_artifacts using qmd and copy to the clipboard in a topic-organized HTML/RTF format.
  • Optionally resolve references like PRs or bugs to clickable links, and support quick formatting suitable for Google Docs or rich text editors.
  • Use cases include manager status updates, 1:1s, and concise weekly summaries.

Quick Start

Query moz_artifacts for the target date range with qmd, generate the bullets, and copy them to the clipboard in HTML/RTF format.

Frequently Asked Questions about one-on-one

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate manager-facing bullets from my notes and copy them to the clipboard?

Generate manager-facing bullets from moz_artifacts notes and place them on the macOS clipboard in a topic-organized HTML/RTF format. This allows you to paste formatted summaries directly into rich text editors for status updates or 1:1 meetings.

Can I use this to format status updates with clickable links for Google Docs?

Yes, it formats status update bullets into HTML/RTF suitable for Google Docs. It optionally resolves references like PRs and bugs to clickable links, organizing notes by topic for quick pasting into rich text editors.

What do I need to set up on macOS to extract work summaries to the clipboard?

Extracting work summaries to the clipboard requires a macOS environment with AppKit for clipboard access. You also need qmd indexing of moz_artifacts, plus optional gh for URL resolution and peekaboo for validation.

Does this work for generating raw daily logs from my notes?

No, this does not work for generating raw daily logs from notes. It is specifically designed for summarizing recent Mozilla work for a manager, 1:1s, or concise weekly summaries, and you should use a daily-log tool instead.

How does qmd organize notes by topic for weekly summaries?

qmd indexes moz_artifacts to query your target date range for weekly summaries. The Skill then processes these notes by organizing them by topic and embedding links to PRs, bugs, and builds before copying the result to the clipboard.