[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-apappascs-session-delete-en":3,"guides-for-apappascs-session-delete":459,"similar-k17fzxf4mxh6zz8wpdrv4dwpm986mkmd-en":460},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":238,"parentExtension":247,"providers":303,"relations":307,"repo":308,"tags":456,"workflow":457},1778675504402.1887,"k17fzxf4mxh6zz8wpdrv4dwpm986mkmd",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Delete a Claude Code session file, with optional cleanup of associated task lists and tasks. Warns about orphaned tasks before deleting. Use when the user says \"delete session\", \"remove session\", or wants to clean up a specific session.",{"claudeCode":12},"apappascs/claude-code-sessions","session-delete","https://github.com/apappascs/claude-code-sessions",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":240},1778675589634.4304,"kn72qk52akxtxjrrah1775cn0186mmb7","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,33,37,41,45,48,52,56,60,63,66,69,73,76,79,82,85,88,92,96,99,103,106,109,112,115,118,121,125,128,132,136,139,142,145,148,152,155,158,161,164,167,170,174,178,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Invocation","Precise Purpose","pass","The description clearly states the extension's function (delete session file) and its use cases (when user says 'delete session', 'remove session', or wants to clean up a specific session), including explicit boundaries about orphaned tasks.",{"category":22,"check":27,"severity":24,"summary":28},"Concise Frontmatter","The frontmatter is concise and self-contained, clearly outlining the core capability and trigger phrases within the character limit.",{"category":30,"check":31,"severity":24,"summary":32},"Documentation","Concise Body","The SKILL.md body is concise and delegates deeper material to CLI examples, keeping the main instructions focused.",{"category":34,"check":35,"severity":24,"summary":36},"Context","Progressive Disclosure","The SKILL.md outlines the workflow steps and provides CLI commands for execution, demonstrating progressive disclosure of detail.",{"category":34,"check":38,"severity":39,"summary":40},"Forked exploration","not_applicable","This skill is not an exploration or audit-style skill; it performs a direct action and does not require forked exploration context.",{"category":42,"check":43,"severity":24,"summary":44},"Practical Utility","Usage examples","The README and SKILL.md provide clear, ready-to-use CLI examples for session deletion, including options for task cleanup, and the expected outcomes are observable.",{"category":42,"check":46,"severity":24,"summary":47},"Edge cases","The SKILL.md explicitly documents safety measures like confirmation prompts, showing orphaned tasks, and offering manual deletion, covering key edge cases and failure modes.",{"category":49,"check":50,"severity":39,"summary":51},"Code Execution","Tool Fallback","The skill directly uses Bun scripts and does not rely on an external MCP server, therefore no fallback is necessary.",{"category":53,"check":54,"severity":24,"summary":55},"Safety","Halt on unexpected state","The SKILL.md explicitly states safety guidelines, including never deleting without confirmation and always showing what will be deleted, effectively halting on unexpected states that could lead to accidental deletion.",{"category":57,"check":58,"severity":24,"summary":59},"Portability","Cross-skill coupling","The skill is self-contained and performs a specific deletion task without implicit reliance on other skills, fulfilling its stated purpose independently.",{"category":42,"check":61,"severity":24,"summary":62},"Problem relevance","The description directly addresses the user problem of cleaning up Claude Code sessions and associated tasks.",{"category":42,"check":64,"severity":24,"summary":65},"Unique selling proposition","The skill offers a valuable feature beyond default LLM capabilities by providing a safe and controlled way to delete Claude Code sessions and manage associated tasks.",{"category":42,"check":67,"severity":24,"summary":68},"Production readiness","The skill covers the complete lifecycle of session deletion, including preview, confirmation, execution, and reporting, making it production-ready for workflow integration.",{"category":70,"check":71,"severity":24,"summary":72},"Scope","Single responsibility principle","The skill is focused solely on deleting Claude Code sessions and optionally their associated tasks, adhering to a single responsibility.",{"category":70,"check":74,"severity":24,"summary":75},"Description quality","The provided description accurately and concisely reflects the skill's functionality and intended use.",{"category":22,"check":77,"severity":24,"summary":78},"Scoped tools","The skill uses specific, scoped tools ('session-detail', 'delete-session') rather than a single generalist command.",{"category":30,"check":80,"severity":39,"summary":81},"Configuration & parameter reference","The skill does not appear to have configurable options or parameters beyond explicit CLI arguments, which are demonstrated in the examples.",{"category":70,"check":83,"severity":24,"summary":84},"Tool naming","The tool names (`session-detail`, `delete-session`) are descriptive and follow kebab-case convention.",{"category":70,"check":86,"severity":24,"summary":87},"Minimal I/O surface","The input parameters (`session-id`, `--delete-tasks`) are minimal and directly relate to the stated tasks. Outputs are informative reports of actions taken.",{"category":89,"check":90,"severity":24,"summary":91},"License","License usability","The extension is licensed under the MIT license, which is a permissive open-source license, and is clearly indicated in the README and LICENSE file.",{"category":93,"check":94,"severity":24,"summary":95},"Maintenance","Commit recency","The last commit was on April 22, 2026, which is within the last 3 months, indicating active maintenance.",{"category":93,"check":97,"severity":39,"summary":98},"Dependency Management","The extension has zero runtime dependencies, so dependency management is not applicable.",{"category":100,"check":101,"severity":39,"summary":102},"Security","Secret Management","The skill operates on local session files and does not use or expose any secrets.",{"category":100,"check":104,"severity":24,"summary":105},"Injection","The skill operates on local files and does not load external data or execute arbitrary commands from untrusted sources.",{"category":100,"check":107,"severity":24,"summary":108},"Transitive Supply-Chain Grenades","The skill only operates on local files and does not fetch remote content or execute commands from external sources.",{"category":100,"check":110,"severity":24,"summary":111},"Sandbox Isolation","The skill operates on local files within the user's project and does not attempt to modify files outside of its intended scope.",{"category":100,"check":113,"severity":24,"summary":114},"Sandbox escape primitives","No detached processes or deny-retry loops were detected in the provided scripts.",{"category":100,"check":116,"severity":24,"summary":117},"Data Exfiltration","The skill operates locally on session files and has no outbound network calls, thus no risk of data exfiltration.",{"category":100,"check":119,"severity":24,"summary":120},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks and uses clean, printable ASCII.",{"category":122,"check":123,"severity":24,"summary":124},"Hooks","Opaque code execution","The provided scripts are plain TypeScript and are not obfuscated or dynamically executed.",{"category":57,"check":126,"severity":24,"summary":127},"Structural Assumption","The skill uses relative paths for operations within the project structure and does not make assumptions about user-specific project organization outside the intended scope.",{"category":129,"check":130,"severity":24,"summary":131},"Trust","Issues Attention","With 0 open and 0 closed issues in the last 90 days, the issue rate is low, indicating either a stable project or very recent activity with no reported problems.",{"category":133,"check":134,"severity":24,"summary":135},"Versioning","Release Management","The extension uses a meaningful versioning scheme (package.json) and has a CHANGELOG, indicating proper release management.",{"category":49,"check":137,"severity":24,"summary":138},"Validation","The CLI scripts appear to use standard argument parsing, and while not explicitly using a schema library, the operations are focused and constrained, with safety confirmations.",{"category":100,"check":140,"severity":24,"summary":141},"Unguarded Destructive Operations","Destructive operations (session deletion) are guarded by explicit user confirmation and previews, aligning with safety best practices.",{"category":49,"check":143,"severity":24,"summary":144},"Error Handling","The SKILL.md outlines safety measures and explicit confirmation steps, implying a fail-closed approach for destructive operations. The CLI scripts are expected to provide meaningful error messages.",{"category":49,"check":146,"severity":39,"summary":147},"Logging","The skill operates on local files and does not perform destructive actions that require auditing beyond user confirmation and explicit reporting of results.",{"category":149,"check":150,"severity":39,"summary":151},"Compliance","GDPR","The skill only operates on local session files and does not handle any personal data, making GDPR compliance not applicable.",{"category":149,"check":153,"severity":24,"summary":154},"Target market","The skill operates on local files and has no regional or jurisdictional logic, thus its target market is global.",{"category":57,"check":156,"severity":24,"summary":157},"Runtime stability","The skill uses Bun, a modern JavaScript runtime, and its scripts are likely cross-platform compatible, with no specific OS or editor assumptions noted.",{"category":30,"check":159,"severity":24,"summary":160},"README","The README file exists, is well-structured, and clearly states the extension's purpose and features.",{"category":70,"check":162,"severity":39,"summary":163},"Tool surface size","This is a single-purpose skill and does not expose multiple tools or commands.",{"category":22,"check":165,"severity":39,"summary":166},"Overlapping near-synonym tools","This is a single-purpose skill and does not have overlapping near-synonym tools.",{"category":30,"check":168,"severity":24,"summary":169},"Phantom features","All advertised features, such as deleting sessions and tasks, have corresponding implementations and CLI commands.",{"category":171,"check":172,"severity":24,"summary":173},"Install","Installation instruction","The README provides clear installation instructions via the plugin marketplace and includes copy-pasteable commands and examples.",{"category":175,"check":176,"severity":24,"summary":177},"Errors","Actionable error messages","The SKILL.md emphasizes explicit confirmations and reporting, implying that errors during deletion would be clearly communicated with remediation steps.",{"category":179,"check":180,"severity":24,"summary":181},"Execution","Pinned dependencies","The project uses Bun and has a lockfile, indicating pinned dependencies. Scripts likely declare their interpreter via shebang.",{"category":70,"check":183,"severity":24,"summary":184},"Dry-run preview","The skill includes a 'Step 1: Preview what will be deleted' phase, which effectively acts as a dry-run by showing session details and file paths before execution.",{"category":186,"check":187,"severity":39,"summary":188},"Protocol","Idempotent retry & timeouts","The skill operates on local files and does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":149,"check":190,"severity":39,"summary":191},"Telemetry opt-in","The skill operates locally and does not emit any telemetry, making opt-in compliance not applicable.",1778675589536,"This skill allows users to delete Claude Code session files and optionally clean up associated tasks, providing a preview and confirmation step before deletion. It operates locally on session files.",[195,196,197,198,199],"Delete Claude Code session files","Optionally delete associated tasks","Warn about orphaned tasks","Preview deletion content and file path","Require explicit user confirmation",[201,202,203,204],"Automatically deleting sessions without confirmation","Deleting files outside of the specified Claude Code session directories","Managing tasks unrelated to Claude Code sessions","Recovering deleted sessions","3.0.0","4.4.0","To provide a safe and controlled way to remove old or unwanted Claude Code session files and their related tasks, preventing accidental data loss.","The extension is well-documented, safe, and adheres to best practices, with a clear purpose and robust safety checks for destructive operations.",97,"A high-quality, safe, and well-documented skill for managing Claude Code sessions.",[212,213,214,215,216],"claude-code","session-management","file-management","cleanup","cli","global","verified",[220,221,222,223],"When the user says 'delete session' or 'remove session'","When a specific session needs to be cleaned up","To free up disk space by removing old session data","To manage task lists by removing them along with sessions",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"popularity":234,"security":236,"testCoverage":239},{"hasLockfile":226},true,1778675573218,{"descriptionLength":229,"readmeSize":230},236,5805,{"closedIssues90d":8,"forks":8,"hasChangelog":226,"openIssues90d":8,"pushedAt":232,"stars":233},1776871130000,4,{"npmDownloads":235},1049,{"hasNpmPackage":226,"license":237,"smitheryVerified":238},"MIT",false,{"hasCi":226,"hasTests":226},{"updatedAt":241},1778675589634,{"basePath":243,"githubOwner":244,"githubRepo":245,"locale":18,"slug":13,"type":246},"skills/session-delete","apappascs","claude-code-sessions","skill",{"_creationTime":248,"_id":249,"community":250,"display":251,"identity":254,"parentExtension":257,"providers":287,"relations":298,"tags":299,"workflow":300},1778675504402.1882,"k17eba5sp62yzfrxyh8th28emd86m3nw",{"reviewCount":8},{"description":252,"installMethods":253,"name":245,"sourceUrl":14},"Session intelligence for Claude Code: search, analyze, diff, and resume past sessions with a web dashboard",{"claudeCode":245},{"basePath":255,"githubOwner":244,"githubRepo":245,"locale":18,"slug":245,"type":256},"","plugin",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":265,"providers":267,"relations":280,"tags":282,"workflow":283},1778675504402.1877,"k17djtcadze2803pars5r2gn1n86mrdk",{"reviewCount":8},{"description":262,"installMethods":263,"name":264,"sourceUrl":14},"Session intelligence for Claude Code — search, analyze, and manage every session across all your projects",{"claudeCode":12},"Claude Code Sessions",{"basePath":255,"githubOwner":244,"githubRepo":245,"locale":18,"slug":245,"type":266},"marketplace",{"evaluate":268,"extract":274},{"promptVersionExtension":269,"promptVersionScoring":206,"score":209,"tags":270,"targetMarket":217,"tier":218},"3.1.0",[212,213,271,272,273],"search","analysis","dashboard",{"commitSha":275,"license":237,"marketplace":276,"plugin":278},"HEAD",{"name":245,"pluginCount":277},1,{"mcpCount":8,"provider":279,"skillCount":8},"classify",{"repoId":281},"kd7cytp64hbr754n075h6bx82986n4be",[272,212,273,271,213],{"evaluatedAt":284,"extractAt":285,"updatedAt":286},1778675524766,1778675504402,1778676116752,{"evaluate":288,"extract":295},{"promptVersionExtension":205,"promptVersionScoring":206,"score":289,"tags":290,"targetMarket":217,"tier":218},99,[291,271,292,293,273,294],"sessions","analytics","tasks","context-recovery",{"commitSha":275,"license":237,"plugin":296},{"mcpCount":8,"provider":279,"skillCount":297},11,{"parentExtensionId":259,"repoId":281},[292,294,273,271,291,293],{"evaluatedAt":301,"extractAt":285,"updatedAt":302},1778675543343,1778676117255,{"evaluate":304,"extract":306},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":305,"targetMarket":217,"tier":218},[212,213,214,215,216],{"commitSha":275},{"parentExtensionId":249,"repoId":281},{"_creationTime":309,"_id":281,"identity":310,"providers":311,"workflow":451},1778675498198.2107,{"githubOwner":244,"githubRepo":245,"sourceUrl":14},{"classify":312,"discover":444,"extract":447,"github":448,"npm":450},{"commitSha":275,"extensions":313},[314,327,358,367,372,380,388,396,404,412,420,428,436],{"basePath":255,"displayName":245,"installMethods":315,"rationale":316,"selectedPaths":317,"source":326,"sourceLanguage":18,"type":266},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[318,321,323],{"path":319,"priority":320},".claude-plugin/marketplace.json","mandatory",{"path":322,"priority":320},"README.md",{"path":324,"priority":325},"LICENSE","high","rule",{"basePath":255,"description":252,"displayName":245,"installMethods":328,"license":237,"rationale":329,"selectedPaths":330,"source":326,"sourceLanguage":18,"type":256},{"claudeCode":245},"plugin manifest at .claude-plugin/plugin.json",[331,333,334,335,338,340,342,344,346,348,350,352,354,356],{"path":332,"priority":320},".claude-plugin/plugin.json",{"path":322,"priority":320},{"path":324,"priority":325},{"path":336,"priority":337},"skills/session-cleanup/SKILL.md","medium",{"path":339,"priority":337},"skills/session-delete/SKILL.md",{"path":341,"priority":337},"skills/session-detail/SKILL.md",{"path":343,"priority":337},"skills/session-diff/SKILL.md",{"path":345,"priority":337},"skills/session-export/SKILL.md",{"path":347,"priority":337},"skills/session-list/SKILL.md",{"path":349,"priority":337},"skills/session-resume/SKILL.md",{"path":351,"priority":337},"skills/session-search/SKILL.md",{"path":353,"priority":337},"skills/session-stats/SKILL.md",{"path":355,"priority":337},"skills/session-tasks/SKILL.md",{"path":357,"priority":337},"skills/session-timeline/SKILL.md",{"basePath":359,"description":360,"displayName":361,"installMethods":362,"rationale":363,"selectedPaths":364,"source":326,"sourceLanguage":18,"type":246},"skills/session-cleanup","Finds old, empty, or tiny Claude Code session files that are candidates for deletion. Use when the user wants to clean up sessions, free disk space, says \"clean up old sessions\", or asks about session storage usage.","session-cleanup",{"claudeCode":12},"SKILL.md frontmatter at skills/session-cleanup/SKILL.md",[365],{"path":366,"priority":320},"SKILL.md",{"basePath":243,"description":10,"displayName":13,"installMethods":368,"rationale":369,"selectedPaths":370,"source":326,"sourceLanguage":18,"type":246},{"claudeCode":12},"SKILL.md frontmatter at skills/session-delete/SKILL.md",[371],{"path":366,"priority":320},{"basePath":373,"description":374,"displayName":375,"installMethods":376,"rationale":377,"selectedPaths":378,"source":326,"sourceLanguage":18,"type":246},"skills/session-detail","Show detailed information about a Claude Code session including stats, token usage, models used, tools called, associated tasks, and conversation messages. Use when the user says \"show session\", \"session details\", \"what happened in session X\".","session-detail",{"claudeCode":12},"SKILL.md frontmatter at skills/session-detail/SKILL.md",[379],{"path":366,"priority":320},{"basePath":381,"description":382,"displayName":383,"installMethods":384,"rationale":385,"selectedPaths":386,"source":326,"sourceLanguage":18,"type":246},"skills/session-diff","Compares two Claude Code sessions — shows what changed in files, tools used, branches, and topics. Use when the user says \"what changed between sessions\", \"diff sessions\", \"compare yesterday and today\", or wants to understand how work evolved across sessions.","session-diff",{"claudeCode":12},"SKILL.md frontmatter at skills/session-diff/SKILL.md",[387],{"path":366,"priority":320},{"basePath":389,"description":390,"displayName":391,"installMethods":392,"rationale":393,"selectedPaths":394,"source":326,"sourceLanguage":18,"type":246},"skills/session-export","Exports a Claude Code session as a clean, readable markdown transcript. Use when the user wants to export a session, create a transcript, save session history to a file, or says \"export this session\".","session-export",{"claudeCode":12},"SKILL.md frontmatter at skills/session-export/SKILL.md",[395],{"path":366,"priority":320},{"basePath":397,"description":398,"displayName":399,"installMethods":400,"rationale":401,"selectedPaths":402,"source":326,"sourceLanguage":18,"type":246},"skills/session-list","Lists all Claude Code sessions for a project or globally, sorted by recency, size, or duration. Use when the user asks how many sessions they have, wants to see recent sessions, says \"list sessions\", or wants a session inventory.","session-list",{"claudeCode":12},"SKILL.md frontmatter at skills/session-list/SKILL.md",[403],{"path":366,"priority":320},{"basePath":405,"description":406,"displayName":407,"installMethods":408,"rationale":409,"selectedPaths":410,"source":326,"sourceLanguage":18,"type":246},"skills/session-resume","Generates a context recovery prompt from a past Claude Code session so a new session can pick up where it left off. Use when the user says \"resume from\", \"pick up where I left off\", \"continue that session\", \"context recovery\", or wants to start a new session with context from an old one.","session-resume",{"claudeCode":12},"SKILL.md frontmatter at skills/session-resume/SKILL.md",[411],{"path":366,"priority":320},{"basePath":413,"description":414,"displayName":415,"installMethods":416,"rationale":417,"selectedPaths":418,"source":326,"sourceLanguage":18,"type":246},"skills/session-search","Searches Claude Code sessions across all projects by keyword, topic, or content. Use when the user wants to find a previous session, locate past work, search for something they discussed before, or cannot remember which project a conversation was in. Also use when the user says \"find that session where\" or \"search sessions\".","session-search",{"claudeCode":12},"SKILL.md frontmatter at skills/session-search/SKILL.md",[419],{"path":366,"priority":320},{"basePath":421,"description":422,"displayName":423,"installMethods":424,"rationale":425,"selectedPaths":426,"source":326,"sourceLanguage":18,"type":246},"skills/session-stats","Shows token usage, model distribution, turn count, duration, and tool usage for a Claude Code session. Use when the user asks about token usage, session cost, model breakdown, or says \"session stats\" or \"how much did this session use\".","session-stats",{"claudeCode":12},"SKILL.md frontmatter at skills/session-stats/SKILL.md",[427],{"path":366,"priority":320},{"basePath":429,"description":430,"displayName":431,"installMethods":432,"rationale":433,"selectedPaths":434,"source":326,"sourceLanguage":18,"type":246},"skills/session-tasks","Aggregates tasks across Claude Code task lists and sessions — shows pending, in-progress, and completed tasks with dependencies. Use when the user asks \"what tasks are pending\", \"show my tasks\", \"orphaned tasks\", \"task dependencies\", or wants a cross-session task inventory.","session-tasks",{"claudeCode":12},"SKILL.md frontmatter at skills/session-tasks/SKILL.md",[435],{"path":366,"priority":320},{"basePath":437,"description":438,"displayName":439,"installMethods":440,"rationale":441,"selectedPaths":442,"source":326,"sourceLanguage":18,"type":246},"skills/session-timeline","Shows a chronological timeline of all Claude Code sessions for a project. Use when the user asks \"what's the history of this project\", \"show me all sessions\", \"session timeline\", or wants to see patterns in their work.","session-timeline",{"claudeCode":12},"SKILL.md frontmatter at skills/session-timeline/SKILL.md",[443],{"path":366,"priority":320},{"sources":445},[446],"manual",{"npmPackage":245},{"closedIssues90d":8,"description":262,"forks":8,"license":237,"openIssues90d":8,"pushedAt":232,"readmeSize":230,"stars":233,"topics":449},[],{"downloads":235},{"classifiedAt":452,"discoverAt":453,"extractAt":454,"githubAt":454,"npmAt":455,"updatedAt":452},1778675503952,1778675498198,1778675500116,1778675502052,[212,215,216,214,213],{"evaluatedAt":241,"extractAt":285,"updatedAt":458},1778676117470,[],[461,491,509,529,557,574],{"_creationTime":462,"_id":463,"community":464,"display":465,"identity":471,"providers":475,"relations":483,"tags":486,"workflow":487},1778696712851.9746,"k17ef0e0f693nd248cs3f63rys86ndy8",{"reviewCount":8},{"description":466,"installMethods":467,"name":469,"sourceUrl":470},"Protect Claude Code sessions from context overflow by running a background daemon that monitors session size and auto-prunes before compaction hits. Use when the user says \"guard\", \"protect session\", \"context getting long\", \"prevent compaction\", \"session management\", or is running agent teams that need continuous context protection.\n",{"claudeCode":468},"Ruya-AI/cozempic","guard","https://github.com/Ruya-AI/cozempic",{"basePath":472,"githubOwner":473,"githubRepo":474,"locale":18,"slug":469,"type":246},"plugin/skills/guard","Ruya-AI","cozempic",{"evaluate":476,"extract":482},{"promptVersionExtension":205,"promptVersionScoring":206,"score":477,"tags":478,"targetMarket":217,"tier":218},100,[213,479,212,480,481],"context-pruning","python","utility",{"commitSha":275},{"parentExtensionId":484,"repoId":485},"k176hd1j2vn0hpak7ds6v3eand86mfqh","kd79d77qmyh3826dwhk7ynx9xd86nmqm",[212,479,480,213,481],{"evaluatedAt":488,"extractAt":489,"updatedAt":490},1778696790816,1778696712852,1778696924761,{"_creationTime":492,"_id":493,"community":494,"display":495,"identity":497,"providers":498,"relations":505,"tags":506,"workflow":507},1778675504402.1895,"k17ddrpwx0m05a5axc3zdg5jgd86mx9m",{"reviewCount":8},{"description":390,"installMethods":496,"name":391,"sourceUrl":14},{"claudeCode":12},{"basePath":389,"githubOwner":244,"githubRepo":245,"locale":18,"slug":391,"type":246},{"evaluate":499,"extract":504},{"promptVersionExtension":205,"promptVersionScoring":206,"score":477,"tags":500,"targetMarket":217,"tier":218},[501,502,213,503,212],"transcript","export","markdown",{"commitSha":275},{"parentExtensionId":249,"repoId":281},[212,502,503,213,501],{"evaluatedAt":508,"extractAt":285,"updatedAt":508},1778675647712,{"_creationTime":510,"_id":511,"community":512,"display":513,"identity":517,"providers":519,"relations":524,"tags":525,"workflow":526},1778696712851.975,"k178yja51cgmcwkj5yctnzbj3186m30w",{"reviewCount":8},{"description":514,"installMethods":515,"name":516,"sourceUrl":470},"Prune bloated session with a prescription. Removes progress ticks, stale reads, duplicate content, and more.",{"claudeCode":468},"treat",{"basePath":518,"githubOwner":473,"githubRepo":474,"locale":18,"slug":516,"type":246},"plugin/skills/treat",{"evaluate":520,"extract":523},{"promptVersionExtension":205,"promptVersionScoring":206,"score":477,"tags":521,"targetMarket":217,"tier":218},[213,479,522,480,216],"llm-optimization",{"commitSha":275},{"parentExtensionId":484,"repoId":485},[216,479,522,480,213],{"evaluatedAt":527,"extractAt":489,"updatedAt":528},1778696822903,1778696925366,{"_creationTime":530,"_id":531,"community":532,"display":533,"identity":539,"providers":543,"relations":550,"tags":553,"workflow":554},1778685949178.8118,"k17fnebcm11fzh7nzq8dcpkgyh86nenk",{"reviewCount":8},{"description":534,"installMethods":535,"name":537,"sourceUrl":538},"Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.",{"claudeCode":536},"davepoon/buildwithclaude","file-organizer","https://github.com/davepoon/buildwithclaude",{"basePath":540,"githubOwner":541,"githubRepo":542,"locale":18,"slug":537,"type":246},"plugins/all-skills/skills/file-organizer","davepoon","buildwithclaude",{"evaluate":544,"extract":549},{"promptVersionExtension":205,"promptVersionScoring":206,"score":289,"tags":545,"targetMarket":217,"tier":218},[214,546,547,215,548],"organization","automation","duplicates",{"commitSha":275},{"parentExtensionId":551,"repoId":552},"k1779wwzgaaxeqtvembbktrb1d86n4tf","kd719kw54vhmcscq7ckdp59fg586mnt6",[547,215,548,214,546],{"evaluatedAt":555,"extractAt":556,"updatedAt":555},1778689833647,1778685949178,{"_creationTime":558,"_id":559,"community":560,"display":561,"identity":563,"providers":564,"relations":569,"tags":570,"workflow":571},1778675504402.1885,"k17ec88wgcvgh9n7wcjmvfcsh586m1j6",{"reviewCount":8},{"description":360,"installMethods":562,"name":361,"sourceUrl":14},{"claudeCode":12},{"basePath":359,"githubOwner":244,"githubRepo":245,"locale":18,"slug":361,"type":246},{"evaluate":565,"extract":568},{"promptVersionExtension":205,"promptVersionScoring":206,"score":289,"tags":566,"targetMarket":217,"tier":218},[212,213,215,216,567],"typescript",{"commitSha":275},{"parentExtensionId":249,"repoId":281},[212,215,216,213,567],{"evaluatedAt":572,"extractAt":285,"updatedAt":573},1778675572975,1778676117035,{"_creationTime":575,"_id":576,"community":577,"display":578,"identity":584,"providers":589,"relations":596,"tags":599,"workflow":600},1778696691708.329,"k170yjw596k3cg892bq130jyd186mhyz",{"reviewCount":8},{"description":579,"installMethods":580,"name":582,"sourceUrl":583},"Validate a Claude Code plugin structure, frontmatter, and MCP tool references",{"claudeCode":581},"ruvnet/ruflo","Validate Plugin","https://github.com/ruvnet/ruflo",{"basePath":585,"githubOwner":586,"githubRepo":587,"locale":18,"slug":588,"type":246},"plugins/ruflo-plugin-creator/skills/validate-plugin","ruvnet","ruflo","validate-plugin",{"evaluate":590,"extract":595},{"promptVersionExtension":205,"promptVersionScoring":206,"score":477,"tags":591,"targetMarket":217,"tier":218},[592,256,593,212,594],"validation","developer-tools","mcp",{"commitSha":275,"license":237},{"parentExtensionId":597,"repoId":598},"k17f4y1y2y777p7zrxxhbnf03n86mr5j","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[212,593,594,256,592],{"evaluatedAt":601,"extractAt":602,"updatedAt":601},1778701241052,1778696691708]