Skip to content

feat(skills): add claude-code-sessions productivity skill#524

Open
apappascs wants to merge 1 commit intodavila7:mainfrom
apappascs:feature/claude-code-sessions-skill
Open

feat(skills): add claude-code-sessions productivity skill#524
apappascs wants to merge 1 commit intodavila7:mainfrom
apappascs:feature/claude-code-sessions-skill

Conversation

@apappascs
Copy link
Copy Markdown

@apappascs apappascs commented Apr 15, 2026

Summary

  • Adds claude-code-sessions skill under productivity/ category
  • Session intelligence plugin: search, analyze, and manage Claude Code session history
  • 11 skills + web dashboard, zero runtime dependencies, read-only
  • GitHub: https://github.com/apappascs/claude-code-sessions

Details

Claude Code writes JSONL for every session but has no built-in way to search or analyze them. This plugin provides 11 skills usable directly in Claude Code:

  • /session-search — full-text search across every session
  • /session-stats — token usage, model distribution, tool breakdown
  • /session-list — list sessions sorted by recency, size, or duration
  • /session-detail — deep dive into a specific session
  • /session-diff — compare two sessions (files, tools, topics)
  • /session-timeline — chronological view of sessions on a project
  • /session-resume — generate a context recovery prompt from any session
  • /session-tasks — find pending and orphaned tasks across sessions
  • /session-export — export a session as clean markdown
  • /session-cleanup — find empty, tiny, or stale sessions
  • /session-delete — delete sessions and their associated tasks

Plus a web dashboard with four views: Dashboard, Sessions, Search, and Tasks.

Same TypeScript modules power skills, dashboard, and CLI. Zero runtime dependencies. Read-only — never writes to Claude Code data.

Category choice: productivity/ — alongside brainstorming, debugger, file-organizer.

Test plan

  • Skill file follows existing SKILL.md format (frontmatter with name + description, markdown body)
  • Placed in cli-tool/components/skills/productivity/claude-code-sessions/
  • Verify skill appears on aitmpl.com after merge

Summary by cubic

Adds the claude-code-sessions productivity skill to search, analyze, and manage Claude Code session history. Ships 11 slash commands and an optional local dashboard to find past work, review usage, and clean up sessions.

  • Area: components — added cli-tool/components/skills/productivity/claude-code-sessions/SKILL.md
  • New component added; regenerate catalog docs/components.json
  • No new environment variables; zero runtime dependencies
  • Mostly read-only; cleanup/delete commands can remove session files

Written for commit 6ef73fd. Summary will update on new commits.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 15, 2026

@apappascs is attempting to deploy a commit to the Daniel Avila's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 1 file

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="cli-tool/components/skills/productivity/claude-code-sessions/SKILL.md">

<violation number="1" location="cli-tool/components/skills/productivity/claude-code-sessions/SKILL.md:12">
P2: Documentation makes a strict read-only claim while also describing destructive operations, creating a misleading safety contract.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

Comment thread cli-tool/components/skills/productivity/claude-code-sessions/SKILL.md Outdated
Add session intelligence skill for searching, analyzing, and managing
Claude Code session history. Provides 11 slash commands and a web
dashboard for full-text search, token analytics, task management,
and session comparison.

GitHub: https://github.com/apappascs/claude-code-sessions

Signed-off-by: Alexandros Pappas <apappascs@gmail.com>
@apappascs apappascs force-pushed the feature/claude-code-sessions-skill branch from 93f3fd2 to 6ef73fd Compare April 15, 2026 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant