Agent skill
sessions
Sessions plugin setup and profile management. Activate when the user mentions sessions, setup, profile, or improvements.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/product/sessions
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?