Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计通过

dev-session开发会议

Agent Skill

dev-session 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 Codex、Claude、Cursor、Gemini CLI 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,397

周安装

357

GitHub Stars

750

下载量

2,942
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:dev-session(开发会议)
来源仓库:https://github.com/jezweb/claude-skills
仓库路径:skills/dev-session
安装命令:
npx skills add https://github.com/jezweb/claude-skills --skill dev-session
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/jezweb/claude-skills --skill dev-session

简介

使用持久的移交文件对多会话开发工作进行结构化进度跟踪。

  • 四种核心模式:以项目为导向开始新会话、通过 WIP 提交和学习捕获检查点进度、通过 git diff 上下文从 SESSION.md 恢复,以及通过完整性检查包装会话
  • 自动管理 SESSION.md 文件(进度日志、当前位置、拦截器、恢复指令)并使用发现的模式和陷阱更新 CLAUDE.md
  • 读取 git 历史记录和状态以检测自上次检查点以来的更改,从而实现跨对话边界的干净上下文切换
  • 专为多阶段功能而设计,并在上下文压缩的风险下工作;跳过快速单文件编辑或单会话任务

SKILL.md

Dev Session

Manage multi-session development work with structured progress files, checkpoint commits, and durable learnings. Produces SESSION.md files that survive context compaction and enable clean handoff between sessions.

Operating Modes

Mode 1: Start Session

When: Beginning multi-step work, "start session", "new session for [feature]"

  1. Check if SESSION.md already exists in the project root

- If yes: read it and ask whether to continue the existing session or start fresh - If no: create from template (see references/session-template.md)

  1. Pre-fill fields:

- Project: from CLAUDE.md or directory name - Branch: from git branch --show-current - Last Updated: current timestamp - Phase: ask user what they're working on

  1. Read the project's CLAUDE.md to orient on context
  2. Present a brief summary: "Session started. Working on [phase] on branch [branch]."

Mode 2: Checkpoint

When: "checkpoint", major milestone reached, before risky changes, context getting large

  1. Update SESSION.md:

- Add completed items to What Works - Update Current Position with exact location (file paths, line numbers) - Clear resolved Blockers, add new ones - Write concrete Resume Instructions

  1. Capture learnings:

- If any patterns, gotchas, or commands were discovered during work, add them to CLAUDE.md - One line per concept — concise, not verbose

  1. Git checkpoint: git add -A && git commit -m "WIP: [what was accomplished]"
  2. Record the commit hash in SESSION.md under Checkpoint
  3. Confirm: "Checkpointed at [hash]. SESSION.md updated."

Mode 3: Resume Session

When: "resume", "continue from last session", "where were we", start of a new conversation

  1. Read SESSION.md — if missing, inform user and offer to start a new session
  2. Read the project's CLAUDE.md for context
  3. Check what's changed since the recorded checkpoint: git log --oneline [checkpoint-hash]..HEAD
  4. Check for uncommitted changes: git status
  5. Present a summary:

- Phase: what we were working on - Position: where we left off - Changes since: any commits or modifications since checkpoint - Blockers: anything unresolved - Suggested next step: first item from Resume Instructions

Mode 4: Wrap Session

When: "wrap session", "done for now", "save progress", ending a session

  1. Run a full checkpoint (Mode 2)
  2. Review SESSION.md for completeness:

- Are Resume Instructions concrete enough for a fresh session to continue? - Is Current Position specific (file paths, not vague descriptions)?

  1. If the phase is complete:

- Collapse the phase summary to 2-3 lines - Clear Resume Instructions or note "Phase complete — ready for next phase"

  1. Confirm: "Session wrapped. Resume with 'resume session' next time."

When to Use

ScenarioUse this skill?
Multi-phase feature spanning 2+ sessionsYes
Work that might hit context compactionYes
Before making risky or destructive changesYes (checkpoint first)
Quick bug fix or single-file editNo
Single-session task with clear scopeNo

SESSION.md Principles

  • Track progress, not architecture — SESSION.md is a work log, not project documentation
  • Concrete over vague — "Resume at src/auth.ts:42, implement token refresh" beats "Continue auth work"
  • Collapse completed work — finished phases become 1-2 line summaries
  • Keep under 100 lines — if it's longer, collapse more aggressively

Autonomy Rules

  • Just do it: Read SESSION.md, read CLAUDE.md, check git status/log, present summaries
  • Brief confirmation: Creating new SESSION.md, committing WIP checkpoints
  • Ask first: Overwriting an existing SESSION.md, deleting session data

Reference Files

WhenRead
Creating a new SESSION.mdreferences/session-template.md
Context compaction tips, what survivesreferences/compaction-survival.md

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.33%
按下载量换算1,069

Claude

27.65%
按下载量换算813

Cursor

19.55%
按下载量换算575

Gemini CLI

9.36%
按下载量换算275

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills