Session Normalizer

D 58 completed
Other
unknown / markdown · tiny
8
Files
312
LOC
0
Frameworks
2
Languages

Pipeline State

completed
Run ID
#1535139
Phase
done
Progress
0%
Started
2026-04-16 14:59:38
Finished
2026-04-16 14:59:38
LLM tokens
0

Pipeline Metadata

Stage
Skipped
Decision
skip_tiny
Novelty
3.59
Framework unique
Isolation
Last stage change
2026-04-16 18:15:42
Deduplication 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

markdown
61.1%
json
38.9%

Frameworks

None detected

Quality Timeline

1 quality score recorded.

View File Metrics

Embed Badge

Add to your README:

![Quality](https://repos.aljefra.com/badge/1219601.svg)
Quality BadgeSecurity Badge
Export Quality CSVDownload SBOMExport Findings CSV