一键导入
send-pulse
Send an on-demand manual pulse to the ClickUp Pulse channel and optionally register thread-to-task mappings.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Send an on-demand manual pulse to the ClickUp Pulse channel and optionally register thread-to-task mappings.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | send-pulse |
| description | Send an on-demand manual pulse to the ClickUp Pulse channel and optionally register thread-to-task mappings. |
| summary | Posts a concise work pulse to the Pulse channel. Can also register the current Claude thread as linked to a ClickUp task for downstream activity correlation. |
| version | 2.1.0 |
| created | "2026-03-25T00:00:00.000Z" |
| last_updated | "2026-03-26T00:00:00.000Z" |
| maintainer | pvragon |
| related | ["runtime/.tmp/pulse-thread-registry.jsonl"] |
Post a concise manual pulse to the ClickUp Pulse channel and/or register a thread-to-task link.
JH Manual Pulse <HH:MM AM/PM>: <concise summary>
date +"%I:%M %p".JH Manual Pulse 02:15 PM: Built send-pulse skill v2 with thread-to-task registry for downstream ticket correlation.
JH Manual Pulse 10:30 AM: Reviewing Farhan's W1 infra plan against ADR 260323, found 3 issues so far.
JH Manual Pulse 04:45 PM: Wrapped schema review with Roman — all 5 tables approved, ready for migration script.
When the user links the current thread to a ClickUp task, append a registration entry to the registry file at ~/ai-workspace/my-lib/runtime/.tmp/pulse-thread-registry.jsonl (one JSON object per line):
{"thread_name": "<Claude session/thread name>", "task_id": "<ClickUp task ID>", "task_name": "<task name if known>", "registered_at": "<ISO 8601 timestamp>"}
When a registration happens, also post a pulse announcing the link:
JH Manual Pulse <HH:MM AM/PM>: Thread "<thread name>" registered to task <task_id> (<task name>).
Post immediately without asking for confirmation.
source ~/ai-workspace/personal/secrets/.env && echo '{"type":"message","content":"<message>"}' | restish post clickup-v3/workspaces/YOUR_WORKSPACE_ID/chat/channels/YOUR_CHANNEL_ID/messages
Important: Escape any double quotes in the message content with \".
Tell the user whether the post succeeded or failed. If a registration was saved, confirm that too. Done.
End-of-session procedure that captures learnings into memory topic files, verifies index consistency, updates current-state.md, and syncs changes to team-lib.
Graduated to team-lib — see team-lib/skills/session-debrief/. This stub demonstrates the my-lib → team-lib graduation pattern.
Add aliases, functions, or env vars to ~/.bashrc with section-aware placement
Check and upgrade local workspace files against latest team-lib templates
Compose base + type-override templates with brand tokens to produce fully resolved branded templates. Deep merges base+override, resolves tokenRef dot-paths against brand-tokens.json, and applies brand preference fan-out.
Create or update a brand-guidelines.md file for any brand — the single source of truth for all branded content generation.