# Sessions

> Sessions plugin setup and profile management. Activate when the user mentions sessions, setup, profile, or improvements.

- Skill: `majiayu000/sessions` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/sessions`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/sessions/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/sessions

---


# Sessions Skill

Record coding improvements to your profile at sessions.shotgun.dev.

## When to Activate

Activate this skill when:
- User mentions "sessions", "profile", or "improvements"
- User asks about recording what they learned
- User wants to track their coding progress
- After completing a significant task where the user learned something new

## Using the Improve Tool

The MCP server provides the `improve` tool for recording improvements.

Call it with a single `thing` parameter - a concise description of what was learned or improved:

```
improve({ thing: "Learned to use PostgreSQL arrays for storing OAuth scopes" })
```

Good improvements to record:
- New techniques or patterns learned
- Bug fixes and what caused them
- Configuration discoveries
- Best practices adopted
- Tools or libraries explored

Keep improvements concise and specific.

