Dev Session

🌐Community
by jezweb · vlatest · Repository

This skill generates a realistic developer session transcript, aiding in practice, learning, and evaluating coding skills effectively.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add dev-session npx -- -y @trustedskills/dev-session
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "dev-session": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/dev-session"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The Dev Session skill helps manage and structure development work across multiple sessions, particularly for complex features or projects where context limitations might be a concern. It generates SESSION.md files that act as persistent records of progress, allowing developers to easily resume work later and handoff tasks cleanly. The skill supports starting new sessions, creating checkpoints at key milestones, resuming previous sessions, and wrapping up completed phases.

When to use it

  • Multi-phase feature development: When working on a feature that spans multiple coding sessions.
  • Potential context compaction issues: If you anticipate your work might exceed the AI agent's context window.
  • Before risky changes: To create a checkpoint before making potentially destructive code modifications.

Key capabilities

  • Session Management: Starts, resumes, and wraps development sessions.
  • Checkpointing: Creates checkpoints with commit hashes and detailed progress information.
  • Persistent Progress Tracking: Stores session details in SESSION.md files that survive context limitations.
  • Contextual Resumption: Provides a summary of the last known state (phase, position, changes, blockers, next steps) when resuming a session.
  • Learning Capture: Adds key learnings and commands to a project's CLAUDE.md file for future reference.
  • Git Integration: Automatically performs Git add and commit operations during checkpointing.

Example prompts

  • "start session"
  • "checkpoint"
  • "resume"
  • "wrap session"

Tips & gotchas

  • The skill relies on a CLAUDE.md file in the project root for initial context and learning capture.
  • SESSION.md files are created in the project root, so be mindful of their presence.
  • Ensure your Resume Instructions within SESSION.md are clear and actionable for future sessions.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
jezweb
Installs
182

🌐 Community

Passed automated security scans.