Session Normalizer
D 58 completed
Other
unknown / markdown · tiny
8
Files
312
LOC
0
Frameworks
2
Languages
Pipeline State
completedRun ID
#1535139Phase
doneProgress
0%Started
2026-04-16 14:59:38Finished
2026-04-16 14:59:38LLM tokens
0Pipeline Metadata
Stage
SkippedDecision
skip_tinyNovelty
3.59Framework unique
—Isolation
—Last stage change
2026-04-16 18:15:42Deduplication group #47247
Member of a group with 11,585 similar repo(s) — canonical #1453550 view group →
Repobility — same analyzer, your code, free for public repos · /scan/
AI Prompt
Create a Claude Code plugin called "Session Normalizer" written in Python. This plugin needs to manage and clean up chat sessions. Key features include auto-cleanup on startup, which should delete empty, exit-only, or single-message auto-generated sessions. It should also provide session awareness by listing relevant sessions for the current project. Additionally, implement a manual command, `/normalize-sessions`, that allows users to view, select which sessions to keep, and summarize old sessions into a `docs/SESSION-HISTORY.md` file before deleting the old files.
python claude-plugin cli markdown session-management automation text-processing
Generated by gemma4:latest
Catalog Information
Create a Claude Code plugin called "Session Normalizer" written in Python. This plugin needs to manage and clean up chat sessions. Key features include auto-cleanup on startup, which should delete empty, exit-only, or single-message auto-generated sessions. It should also provide session awareness by listing relevant sessions for the current project. Additionally, implement a manual command, /normalize-sessions, that allows users to view, select which sessions to keep, and summarize old sessio
Tags
python claude-plugin cli markdown session-management automation text-processing
Quality Score
D
57.6/100
Structure
32
Code Quality
100
Documentation
30
Testing
0
Practices
78
Security
100
Dependencies
50
Strengths
- Low average code complexity — well-structured code
- Good security practices — no major issues detected
Weaknesses
- No LICENSE file — legal ambiguity for contributors
- No tests found — high risk of regressions
- No CI/CD configuration — manual testing and deployment
Recommendations
- Add a test suite — start with critical path integration tests
- Set up CI/CD (GitHub Actions recommended) to automate testing and deployment
- Add a linter configuration to enforce code style consistency
- Add a LICENSE file (MIT recommended for open source)
Languages
Frameworks
None detected
Embed Badge
Add to your README:
