원클릭으로
oneonone-setup
Create or migrate 1:1 docs from Paper or create new Confluence docs with permissions and calendar updates
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create or migrate 1:1 docs from Paper or create new Confluence docs with permissions and calendar updates
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate Quarto and HTML reports of local Codex session cost, token usage by model, project, coding vs cowork cost, weekly trends, annual projections, and top expensive sessions.
Check that core Sidekick integrations can authenticate and read common restricted files
Generate summary of 1:1 and meeting notes organized by audience, wins, and kudos
Capture missing TODOs from recent work context. Use when Codex needs to scan the user's Slack DMs with their manager or direct reports, manager/direct-report 1:1 docs, and leadership meeting notes for direct asks or action items assigned to the user, deduplicate against the user's configured todo app, and create missing tasks with source links and searchable metadata.
Draft concise interview scorecards from pasted long-form interview notes, nearby Google Calendar interview context, and memory/miclog/ transcript excerpts. Use when writing hiring feedback, interview scorecards, spikes/troughs, or candidate evaluation summaries.
Calculate a team's average Jira hours from Rovo Jira completed work, with optional Workday Approved Time Off absence adjustments for a date window and team roster.
| name | oneonone-setup |
| description | Create or migrate 1:1 docs from Paper or create new Confluence docs with permissions and calendar updates |
| argument-hint | <person-name> [--migrate-from-paper] |
| auto-approve | true |
Automates the creation or migration of 1:1 meeting documents from Dropbox Paper to Confluence, including:
# Create a new 1:1 doc
"Create a 1:1 doc for Bob"
# Migrate existing Paper doc to Confluence
"Migrate my Paper 1:1 with Adam to Confluence"
Gather Information
@AGENTS.override.md (check Direct reports or People sections).env (USER_NAME, USER_EMAIL)Find Existing Paper Doc (if migrating)
chrome skill to search browsing history:
python3 -m sidekick.clients.chrome search "<person-name> 1:1" --max-results 50
dropbox-mcp) paper_read_document first. Fall back to the Chrome plugin/live Paper view second when Dropbox MCP is unavailable or lacks the needed operation. Use /dropbox or sidekick.clients.dropbox only as a final fallback when Chrome is unavailable or unsuitable, DROPBOX_ACCESS_TOKEN is set, debugging the local client, running standalone workflows, or the user explicitly asks for the local client.Create Confluence 1:1 Doc
Update Calendar Event
python3 -m sidekick.clients.gcalendar list 2026-02-06T00:00:00Z 2026-02-13T23:59:59Z 50
python3 -m sidekick.clients.gcalendar get [EVENT_ID]mktemp -d "${TMPDIR:-/tmp}/oneonone-setup.XXXXXX" directorypython3 -m sidekick.clients.gcalendar update [EVENT_ID] description "$(cat "$TMP_DIR/description.txt")"Report Results
USER_EMAIL=foo@example.com
From @AGENTS.override.md:
Default Confluence parent ID for 1:1 docs is XXXXXX
{PERSON_NAME} - Replaced with person's name{PAPER_DOC_URL} - Replaced with Paper doc URL (if --paper-url provided)Example template snippet:
<li><p>Old 1:1 doc: <a href="{PAPER_DOC_URL}">{PERSON_NAME} Paper 1:1</a></p></li>
Replace the Paper link in the Agenda section
Add Confluence link to description:
<strong>Agenda:</strong><br>
<a href="LINK">...</a><br>
[REST_OF_EXISTING_DESCRIPTION]
confluence: Create 1:1 pages with permissions (uses create-oneonone command)gcalendar: List events, get event details, update eventschrome: Search browsing history for Paper docs (optional, for finding existing Paper doc URLs)If email not found
If no Paper doc found in Chrome history:
If no calendar event found:
User: "Create a 1:1 doc for Bob and update my calendar"
Agent will: 2. Ask for bob's email if you can't find it 2. Search Chrome history for existing "Bob 1:1" Paper doc 3. Find Paper URL: https://example.com/docs/... 4. Create Confluence page with template 5. Capture output: Page ID 6. Find calendar events with "Bob" in title 7. Update event descriptions with new Confluence link 8. Report: