active/link/SKILL.md
Link the current Codex session to a durable Markdown task note.
npx skillsauth add kevinslin/skills linkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to turn a markdown file into the current task's durable source of truth.
.md path; expand ~; preserve existing frontmatter and user-authored content.session: <session-id> to the note's YAML frontmatter. If the note has no frontmatter, create one.## Summary
## Tasks
## Notes
## Log
## Notes, and timestamped notable events under ## Log.Resolve the session id in this order:
$CODEX_THREAD_ID, if set.payload.id from the current ~/.codex/sessions/**/rollout-*.jsonl file, when the current session file is known.session_id from ~/.codex/history.jsonl, only when the current user request text is searchable there.Use the frontmatter key exactly:
session: 019d6f5f-eb08-7052-b950-5038716be8da
If the note already has a different session:, do not overwrite it silently; add a Log entry and ask the user whether to replace it unless they explicitly requested replacement.
Use this structure for new notes or sparse notes:
---
id: <preserve existing id or omit>
title: <preserve existing title or concise title>
desc:
tags:
status: ""
due: ""
updated: <epoch-ms when available>
created: <preserve existing created or epoch-ms>
session: <current-session-id>
---
## Summary
One or two concise paragraphs describing the task, current diagnosis / state, and verified scope.
## Tasks
- [ ] Concrete next task with enough context that another agent can resume it.
- [x] Completed task with the verified outcome, not just the activity.
## Notes
### Notable Findings
- Finding, evidence, and implication.
### Recommendations
- Task-shaped recommendation with owner / next verifier when known.
### Caveats
- Important uncertainty, residual risk, wrong turns, or evidence gap.
## Log
- YYYY-MM-DD HH:MM TZ: Created linked task note and associated session `<session-id>`.
- YYYY-MM-DD HH:MM TZ: Major action/finding/blocker.
## Summary current; revise it when diagnosis changes.## Tasks task-shaped; use checkboxes; check off only verified completion.## Notes evidence-focused; include IDs, URLs, file paths, request IDs, timestamps, and code symbols when they matter.## Log append-only; use short timestamped bullets.updated: frontmatter field when it already exists. Prefer epoch milliseconds.development
Resolve explicit shortcut triggers and usage. Always read this file at the start of a thread or when user mentions `trigger`.
testing
Improve skills from observed agent friction in sessions, PRs, or audits.
development
Generate incremental Slack digests for channels, topics, and categories.
testing
Audit an OpenClaw maturity-scorecard surface into an evidence-backed component score report. Use when given a surface from an OpenClaw maturity-scorecard.md and asked to score coverage, quality, readiness, or generate a detailed surface report plus per-component subreports.