[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-apappascs-session-list-zh-CN":3,"guides-for-apappascs-session-list":457,"similar-k175855jk45y9458fj5tf5kx2186mjtp-zh-CN":458},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":239,"isFallback":223,"parentExtension":244,"providers":302,"relations":306,"repo":307,"tags":455,"workflow":456},1778675504402.1897,"k175855jk45y9458fj5tf5kx2186mjtp",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"apappascs/claude-code-sessions","session-list","https://github.com/apappascs/claude-code-sessions",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":221,"workflow":237},1778675665851.7378,"kn7486vbjwa1hxeapqr82h14y986mw9r","en",{"checks":20,"evaluatedAt":190,"extensionSummary":191,"features":192,"nonGoals":198,"promptVersionExtension":202,"promptVersionScoring":203,"purpose":204,"rationale":205,"score":206,"summary":207,"tags":208,"targetMarket":214,"tier":215,"useCases":216},[21,26,29,33,38,41,45,48,52,56,60,63,66,69,73,76,79,82,85,88,92,97,100,104,107,110,113,116,119,122,126,129,133,137,140,143,146,149,153,156,159,162,165,168,171,175,179,183,186],{"category":22,"check":23,"severity":24,"summary":25},"Invocation","Precise Purpose","pass","The description clearly states the skill's function (listing Claude Code sessions) and provides specific triggers ('how many sessions they have', 'see recent sessions', 'list sessions', 'session inventory') and implicitly defines boundaries by focusing on session listing.",{"category":22,"check":27,"severity":24,"summary":28},"Concise Frontmatter","The frontmatter is concise, self-contained, and clearly communicates the core capability and its use cases within the character limit.",{"category":30,"check":31,"severity":24,"summary":32},"Documentation","Concise Body","The SKILL.md is concise and delegates deeper material to separate files (CLI examples are embedded but brief, referencing the script directly).",{"category":34,"check":35,"severity":36,"summary":37},"Context","Progressive Disclosure","not_applicable","The SKILL.md is short and does not contain lengthy procedures or bulk material that would necessitate splitting into separate reference files.",{"category":34,"check":39,"severity":36,"summary":40},"Forked exploration","This skill is a utility for listing sessions and does not involve deep exploration that would require forked context.",{"category":42,"check":43,"severity":24,"summary":44},"Practical Utility","Usage examples","The SKILL.md provides clear, ready-to-use bash examples for listing sessions, filtering by project, and sorting, with the expected output format described.",{"category":42,"check":46,"severity":24,"summary":47},"Edge cases","The SKILL.md implicitly handles edge cases by describing how to present results (e.g., highlighting current session, showing resume command) and mentions a sub-command for more detail on specific sessions.",{"category":49,"check":50,"severity":36,"summary":51},"Code Execution","Tool Fallback","The skill only uses Claude-internal tools and does not reference external MCP servers.",{"category":53,"check":54,"severity":24,"summary":55},"Safety","Halt on unexpected state","The workflow described in SKILL.md involves running a script that would naturally report errors if sessions are not found or if the command fails, implicitly halting the process.",{"category":57,"check":58,"severity":24,"summary":59},"Portability","Cross-skill coupling","The skill is self-contained and focuses on listing sessions, with no implicit reliance on other skills. It explicitly cross-references the `/session-stats` command for more detail.",{"category":42,"check":61,"severity":24,"summary":62},"Problem relevance","The description clearly states the problem of needing to list and inventory Claude Code sessions, providing specific use cases.",{"category":42,"check":64,"severity":24,"summary":65},"Unique selling proposition","This skill provides a dedicated interface for managing session history which is not a default capability, offering value beyond basic LLM interaction.",{"category":42,"check":67,"severity":24,"summary":68},"Production readiness","The skill is fully implemented and documented, capable of listing and providing session inventory, covering the stated use case.",{"category":70,"check":71,"severity":24,"summary":72},"Scope","Single responsibility principle","The skill is focused solely on listing and managing Claude Code sessions, without extending into unrelated domains.",{"category":70,"check":74,"severity":24,"summary":75},"Description quality","The description accurately reflects the skill's functionality of listing Claude Code sessions and provides relevant use cases.",{"category":22,"check":77,"severity":24,"summary":78},"Scoped tools","The skill uses a single, scoped tool (`bun run ... list`) with specific flags for filtering and sorting, avoiding a generalist `shell_exec`.",{"category":30,"check":80,"severity":24,"summary":81},"Configuration & parameter reference","The SKILL.md documents the available parameters like `--limit`, `--project`, and `--sort` with clear examples.",{"category":70,"check":83,"severity":24,"summary":84},"Tool naming","The skill's primary invocation is via `/session-list`, which is descriptive and in the kebab-case format.",{"category":70,"check":86,"severity":24,"summary":87},"Minimal I/O surface","The input parameters (`--limit`, `--project`, `--sort`) are specific and documented, and the output is a structured JSON array, not a diagnostic dump.",{"category":89,"check":90,"severity":24,"summary":91},"License","License usability","The license is MIT, a permissive open-source license, clearly indicated in the LICENSE file and README.",{"category":93,"check":94,"severity":95,"summary":96},"Maintenance","Commit recency","warning","The last commit was on 2026-04-22, which is over 3 months ago (as of 2026-05-13), indicating potential lack of recent maintenance.",{"category":93,"check":98,"severity":36,"summary":99},"Dependency Management","The project states zero runtime dependencies, so no third-party dependency management is applicable.",{"category":101,"check":102,"severity":24,"summary":103},"Security","Secret Management","No secrets are used or handled by this skill; it operates on local session files.",{"category":101,"check":105,"severity":24,"summary":106},"Injection","The skill executes a local bun script and does not load external data or refer to third-party assets, mitigating injection risks.",{"category":101,"check":108,"severity":24,"summary":109},"Transitive Supply-Chain Grenades","The skill executes a local bun script and does not fetch remote code or data at runtime.",{"category":101,"check":111,"severity":24,"summary":112},"Sandbox Isolation","The skill operates on local files within the user's project and does not attempt to modify files outside its intended scope.",{"category":101,"check":114,"severity":24,"summary":115},"Sandbox escape primitives","The bundled script does not contain detached-process spawns or retry loops around denied tool calls.",{"category":101,"check":117,"severity":24,"summary":118},"Data Exfiltration","The skill only reads local session files and does not submit any data to third parties.",{"category":101,"check":120,"severity":24,"summary":121},"Hidden Text Tricks","The bundled content and documentation do not contain any hidden-steering tricks, invisible characters, or other obfuscation methods.",{"category":123,"check":124,"severity":24,"summary":125},"Hooks","Opaque code execution","The bundled script is plain TypeScript and not obfuscated using methods like base64 encoding or runtime fetching.",{"category":57,"check":127,"severity":24,"summary":128},"Structural Assumption","The skill assumes session files are in `~/.claude/projects/` and uses relative paths for scripts, which is standard. The README mentions Bun, which is a declared dependency.",{"category":130,"check":131,"severity":24,"summary":132},"Trust","Issues Attention","There are 0 open and 0 closed issues in the last 90 days, indicating either no issues or a new/quiet project.",{"category":134,"check":135,"severity":95,"summary":136},"Versioning","Release Management","There is no explicit versioning (semver) in the SKILL.md or package.json, and installation instructions reference `main`, making version pinning impossible.",{"category":49,"check":138,"severity":24,"summary":139},"Validation","The script appears to handle inputs like `--limit`, `--project`, and `--sort` appropriately, and outputs JSON which is a structured format. While no explicit schema validation library is mentioned, the CLI arguments are typed.",{"category":101,"check":141,"severity":24,"summary":142},"Unguarded Destructive Operations","This skill is read-only and does not perform any destructive operations.",{"category":49,"check":144,"severity":24,"summary":145},"Error Handling","The SKILL.md describes presenting results and mentions a `/session-stats` command for more detail, implying errors would be reported, and the bun script itself handles standard CLI errors.",{"category":49,"check":147,"severity":36,"summary":148},"Logging","The skill is read-only and does not perform destructive actions or outbound calls, making explicit local audit logging unnecessary.",{"category":150,"check":151,"severity":36,"summary":152},"Compliance","GDPR","The skill operates on local session files and does not handle personal data.",{"category":150,"check":154,"severity":24,"summary":155},"Target market","The skill's functionality is global and not tied to any specific geography or legal jurisdiction.",{"category":57,"check":157,"severity":24,"summary":158},"Runtime stability","The skill uses Bun, which is declared, and standard CLI operations, making it broadly portable across POSIX-like systems.",{"category":30,"check":160,"severity":24,"summary":161},"README","The README file exists and clearly states the extension's purpose of providing session intelligence for Claude Code.",{"category":70,"check":163,"severity":36,"summary":164},"Tool surface size","This is a single-tool skill with one primary command (`/session-list`).",{"category":22,"check":166,"severity":36,"summary":167},"Overlapping near-synonym tools","This is a single-tool extension, so there are no overlapping tools.",{"category":30,"check":169,"severity":24,"summary":170},"Phantom features","All features advertised in the README and SKILL.md (listing, filtering, sorting) correspond to implemented functionality in the script.",{"category":172,"check":173,"severity":24,"summary":174},"Install","Installation instruction","The README provides clear installation instructions via the plugin marketplace and includes copy-pasteable examples for registering and installing the plugin.",{"category":176,"check":177,"severity":24,"summary":178},"Errors","Actionable error messages","The SKILL.md implies that errors would be reported through the CLI's output or by referencing `/session-stats` for detail, suggesting standard error handling mechanisms.",{"category":180,"check":181,"severity":95,"summary":182},"Execution","Pinned dependencies","The project relies on Bun, but there is no lockfile or explicit version pinning declared for Bun itself or any potential runtime dependencies within the SKILL.md or package.json.",{"category":70,"check":184,"severity":36,"summary":185},"Dry-run preview","The skill is read-only and does not perform any state-changing operations or send data outward.",{"category":187,"check":188,"severity":36,"summary":189},"Protocol","Idempotent retry & timeouts","The skill operates locally and does not involve remote calls or state-changing operations that would require idempotency or timeouts.",1778675665743,"This skill allows users to list, sort, and filter all their Claude Code sessions, providing an inventory of past conversations, their size, duration, and recency. It uses a local bun script to read session data and presents it in a markdown table. It also provides commands for deeper dives into specific sessions or statistics.",[193,194,195,196,197],"List all Claude Code sessions","Sort sessions by recency, size, or duration","Filter sessions by project","Present session data in a markdown table","Provide session ID and resume command",[199,200,201],"Managing session content beyond listing and basic stats","Providing real-time session monitoring","Interacting with sessions directly (only provides metadata)","3.0.0","4.4.0","To provide users with visibility and management capabilities for their Claude Code session history, making it easier to track, review, and resume past conversations.","The extension has a single warning for 'Commit recency' and another for 'Release Management' and 'Pinned dependencies', indicating a slight lag in maintenance and versioning. However, it excels in documentation, security, and core functionality.",78,"A well-documented and secure skill for listing and managing Claude Code sessions, with minor concerns about maintenance recency and versioning.",[209,210,211,212,213],"sessions","claude-code","history","management","cli","global","community",[217,218,219,220],"When a user asks how many sessions they have","When a user wants to see recent sessions","When a user says 'list sessions'","When a user wants a session inventory",{"codeQuality":222,"collectedAt":224,"documentation":225,"maintenance":228,"popularity":231,"security":233,"testCoverage":236},{"hasLockfile":223},true,1778675647972,{"descriptionLength":226,"readmeSize":227},229,5805,{"closedIssues90d":8,"forks":8,"hasChangelog":223,"openIssues90d":8,"pushedAt":229,"stars":230},1776871130000,4,{"npmDownloads":232},1049,{"hasNpmPackage":223,"license":234,"smitheryVerified":235},"MIT",false,{"hasCi":223,"hasTests":223},{"updatedAt":238},1778675665851,{"basePath":240,"githubOwner":241,"githubRepo":242,"locale":18,"slug":13,"type":243},"skills/session-list","apappascs","claude-code-sessions","skill",{"_creationTime":245,"_id":246,"community":247,"display":248,"identity":251,"parentExtension":254,"providers":287,"relations":297,"tags":298,"workflow":299},1778675504402.1882,"k17eba5sp62yzfrxyh8th28emd86m3nw",{"reviewCount":8},{"description":249,"installMethods":250,"name":242,"sourceUrl":14},"Session intelligence for Claude Code: search, analyze, diff, and resume past sessions with a web dashboard",{"claudeCode":242},{"basePath":252,"githubOwner":241,"githubRepo":242,"locale":18,"slug":242,"type":253},"","plugin",{"_creationTime":255,"_id":256,"community":257,"display":258,"identity":262,"providers":264,"relations":280,"tags":282,"workflow":283},1778675504402.1877,"k17djtcadze2803pars5r2gn1n86mrdk",{"reviewCount":8},{"description":259,"installMethods":260,"name":261,"sourceUrl":14},"Session intelligence for Claude Code — search, analyze, and manage every session across all your projects",{"claudeCode":12},"Claude Code Sessions",{"basePath":252,"githubOwner":241,"githubRepo":242,"locale":18,"slug":242,"type":263},"marketplace",{"evaluate":265,"extract":274},{"promptVersionExtension":266,"promptVersionScoring":203,"score":267,"tags":268,"targetMarket":214,"tier":273},"3.1.0",97,[210,269,270,271,272],"session-management","search","analysis","dashboard","verified",{"commitSha":275,"license":234,"marketplace":276,"plugin":278},"HEAD",{"name":242,"pluginCount":277},1,{"mcpCount":8,"provider":279,"skillCount":8},"classify",{"repoId":281},"kd7cytp64hbr754n075h6bx82986n4be",[271,210,272,270,269],{"evaluatedAt":284,"extractAt":285,"updatedAt":286},1778675524766,1778675504402,1778676116752,{"evaluate":288,"extract":294},{"promptVersionExtension":202,"promptVersionScoring":203,"score":289,"tags":290,"targetMarket":214,"tier":273},99,[209,270,291,292,272,293],"analytics","tasks","context-recovery",{"commitSha":275,"license":234,"plugin":295},{"mcpCount":8,"provider":279,"skillCount":296},11,{"parentExtensionId":256,"repoId":281},[291,293,272,270,209,292],{"evaluatedAt":300,"extractAt":285,"updatedAt":301},1778675543343,1778676117255,{"evaluate":303,"extract":305},{"promptVersionExtension":202,"promptVersionScoring":203,"score":206,"tags":304,"targetMarket":214,"tier":215},[209,210,211,212,213],{"commitSha":275},{"parentExtensionId":246,"repoId":281},{"_creationTime":308,"_id":281,"identity":309,"providers":310,"workflow":450},1778675498198.2107,{"githubOwner":241,"githubRepo":242,"sourceUrl":14},{"classify":311,"discover":443,"extract":446,"github":447,"npm":449},{"commitSha":275,"extensions":312},[313,326,357,366,374,382,390,398,403,411,419,427,435],{"basePath":252,"displayName":242,"installMethods":314,"rationale":315,"selectedPaths":316,"source":325,"sourceLanguage":18,"type":263},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[317,320,322],{"path":318,"priority":319},".claude-plugin/marketplace.json","mandatory",{"path":321,"priority":319},"README.md",{"path":323,"priority":324},"LICENSE","high","rule",{"basePath":252,"description":249,"displayName":242,"installMethods":327,"license":234,"rationale":328,"selectedPaths":329,"source":325,"sourceLanguage":18,"type":253},{"claudeCode":242},"plugin manifest at .claude-plugin/plugin.json",[330,332,333,334,337,339,341,343,345,347,349,351,353,355],{"path":331,"priority":319},".claude-plugin/plugin.json",{"path":321,"priority":319},{"path":323,"priority":324},{"path":335,"priority":336},"skills/session-cleanup/SKILL.md","medium",{"path":338,"priority":336},"skills/session-delete/SKILL.md",{"path":340,"priority":336},"skills/session-detail/SKILL.md",{"path":342,"priority":336},"skills/session-diff/SKILL.md",{"path":344,"priority":336},"skills/session-export/SKILL.md",{"path":346,"priority":336},"skills/session-list/SKILL.md",{"path":348,"priority":336},"skills/session-resume/SKILL.md",{"path":350,"priority":336},"skills/session-search/SKILL.md",{"path":352,"priority":336},"skills/session-stats/SKILL.md",{"path":354,"priority":336},"skills/session-tasks/SKILL.md",{"path":356,"priority":336},"skills/session-timeline/SKILL.md",{"basePath":358,"description":359,"displayName":360,"installMethods":361,"rationale":362,"selectedPaths":363,"source":325,"sourceLanguage":18,"type":243},"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",[364],{"path":365,"priority":319},"SKILL.md",{"basePath":367,"description":368,"displayName":369,"installMethods":370,"rationale":371,"selectedPaths":372,"source":325,"sourceLanguage":18,"type":243},"skills/session-delete","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.","session-delete",{"claudeCode":12},"SKILL.md frontmatter at skills/session-delete/SKILL.md",[373],{"path":365,"priority":319},{"basePath":375,"description":376,"displayName":377,"installMethods":378,"rationale":379,"selectedPaths":380,"source":325,"sourceLanguage":18,"type":243},"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",[381],{"path":365,"priority":319},{"basePath":383,"description":384,"displayName":385,"installMethods":386,"rationale":387,"selectedPaths":388,"source":325,"sourceLanguage":18,"type":243},"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",[389],{"path":365,"priority":319},{"basePath":391,"description":392,"displayName":393,"installMethods":394,"rationale":395,"selectedPaths":396,"source":325,"sourceLanguage":18,"type":243},"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",[397],{"path":365,"priority":319},{"basePath":240,"description":10,"displayName":13,"installMethods":399,"rationale":400,"selectedPaths":401,"source":325,"sourceLanguage":18,"type":243},{"claudeCode":12},"SKILL.md frontmatter at skills/session-list/SKILL.md",[402],{"path":365,"priority":319},{"basePath":404,"description":405,"displayName":406,"installMethods":407,"rationale":408,"selectedPaths":409,"source":325,"sourceLanguage":18,"type":243},"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",[410],{"path":365,"priority":319},{"basePath":412,"description":413,"displayName":414,"installMethods":415,"rationale":416,"selectedPaths":417,"source":325,"sourceLanguage":18,"type":243},"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",[418],{"path":365,"priority":319},{"basePath":420,"description":421,"displayName":422,"installMethods":423,"rationale":424,"selectedPaths":425,"source":325,"sourceLanguage":18,"type":243},"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",[426],{"path":365,"priority":319},{"basePath":428,"description":429,"displayName":430,"installMethods":431,"rationale":432,"selectedPaths":433,"source":325,"sourceLanguage":18,"type":243},"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",[434],{"path":365,"priority":319},{"basePath":436,"description":437,"displayName":438,"installMethods":439,"rationale":440,"selectedPaths":441,"source":325,"sourceLanguage":18,"type":243},"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",[442],{"path":365,"priority":319},{"sources":444},[445],"manual",{"npmPackage":242},{"closedIssues90d":8,"description":259,"forks":8,"license":234,"openIssues90d":8,"pushedAt":229,"readmeSize":227,"stars":230,"topics":448},[],{"downloads":232},{"classifiedAt":451,"discoverAt":452,"extractAt":453,"githubAt":453,"npmAt":454,"updatedAt":451},1778675503952,1778675498198,1778675500116,1778675502052,[210,213,211,212,209],{"evaluatedAt":238,"extractAt":285,"updatedAt":238},[],[459,480,501,530,561,591],{"_creationTime":460,"_id":461,"community":462,"display":463,"identity":466,"providers":468,"relations":474,"tags":476,"workflow":477},1778676109764.184,"k172gpe03wrrhjkykwfmnnn6qs86mgxn",{"reviewCount":8},{"description":464,"installMethods":465,"name":430,"sourceUrl":14},"聚合 Claude Code 任务列表和会话中的任务——显示带有依赖项的待处理、进行中和已完成的任务。当用户询问“哪些任务待处理”、“显示我的任务”、“孤立任务”、“任务依赖项”或需要跨会话任务清单时使用。",{"claudeCode":12},{"basePath":428,"githubOwner":241,"githubRepo":242,"locale":467,"slug":430,"type":243},"zh-CN",{"evaluate":469,"extract":473},{"promptVersionExtension":202,"promptVersionScoring":203,"score":470,"tags":471,"targetMarket":214,"tier":273},100,[292,209,210,213,472],"data-aggregation",{"commitSha":275},{"parentExtensionId":246,"repoId":281,"translatedFrom":475},"k179gz6cmk721sdhcwf6ntf5cx86nk1q",[210,213,472,209,292],{"evaluatedAt":478,"extractAt":285,"updatedAt":479},1778675742168,1778676109764,{"_creationTime":481,"_id":482,"community":483,"display":484,"identity":488,"providers":489,"relations":495,"tags":497,"workflow":498},1778676092801.6306,"k170yjen113av7e10vq1f1fr5986np02",{"reviewCount":8},{"description":485,"installMethods":486,"name":487,"sourceUrl":14},"按关键字、主题或内容搜索所有项目中的 Claude Code 会话。当用户想要查找之前的会话、定位过去的工作、搜索之前讨论过的内容或不记得对话属于哪个项目时使用。当用户说“查找那个会话，其中”或“搜索会话”时也使用。",{"claudeCode":12},"Session Search",{"basePath":412,"githubOwner":241,"githubRepo":242,"locale":467,"slug":414,"type":243},{"evaluate":490,"extract":494},{"promptVersionExtension":202,"promptVersionScoring":203,"score":491,"tags":492,"targetMarket":214,"tier":273},98,[270,209,210,211,493],"log-analysis",{"commitSha":275,"license":234},{"parentExtensionId":246,"repoId":281,"translatedFrom":496},"k17bxaxbycjmv6e66cfvr7zrz986n5xv",[210,211,493,270,209],{"evaluatedAt":499,"extractAt":285,"updatedAt":500},1778675708354,1778676092801,{"_creationTime":502,"_id":503,"community":504,"display":505,"identity":511,"providers":516,"relations":523,"tags":526,"workflow":527},1778696691708.329,"k170yjw596k3cg892bq130jyd186mhyz",{"reviewCount":8},{"description":506,"installMethods":507,"name":509,"sourceUrl":510},"Validate a Claude Code plugin structure, frontmatter, and MCP tool references",{"claudeCode":508},"ruvnet/ruflo","Validate Plugin","https://github.com/ruvnet/ruflo",{"basePath":512,"githubOwner":513,"githubRepo":514,"locale":18,"slug":515,"type":243},"plugins/ruflo-plugin-creator/skills/validate-plugin","ruvnet","ruflo","validate-plugin",{"evaluate":517,"extract":522},{"promptVersionExtension":202,"promptVersionScoring":203,"score":470,"tags":518,"targetMarket":214,"tier":273},[519,253,520,210,521],"validation","developer-tools","mcp",{"commitSha":275,"license":234},{"parentExtensionId":524,"repoId":525},"k17f4y1y2y777p7zrxxhbnf03n86mr5j","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[210,520,521,253,519],{"evaluatedAt":528,"extractAt":529,"updatedAt":528},1778701241052,1778696691708,{"_creationTime":531,"_id":532,"community":533,"display":534,"identity":540,"providers":544,"relations":553,"tags":556,"workflow":557},1778699349323.906,"k175ez1g485tsjr6ac09xr59hd86mmqk",{"reviewCount":8},{"description":535,"installMethods":536,"name":538,"sourceUrl":539},"当通过本地 LiteLLM 代理将 Claude Code 路由到 GitHub Copilot 时使用，以减少直接的 Anthropic 支出，配置 ANTHROPIC_BASE_URL 或 ANTHROPIC_MODEL 覆盖，或对 Copilot 代理设置失败进行故障排除，例如 model-not-found、无 localhost 流量或 GitHub 401/403 身份验证错误。",{"claudeCode":537},"xixu-me/skills","running-claude-code-via-litellm-copilot","https://github.com/xixu-me/skills",{"basePath":541,"githubOwner":542,"githubRepo":543,"locale":467,"slug":538,"type":243},"skills/running-claude-code-via-litellm-copilot","xixu-me","skills",{"evaluate":545,"extract":552},{"promptVersionExtension":202,"promptVersionScoring":203,"score":470,"tags":546,"targetMarket":214,"tier":273},[547,548,549,210,550,551],"copilot","litellm","proxy","configuration","troubleshooting",{"commitSha":275},{"repoId":554,"translatedFrom":555},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k17c1n6dbde7qh2wemx78d13t986n7x2",[210,550,547,548,549,551],{"evaluatedAt":558,"extractAt":559,"updatedAt":560},1778699196029,1778699106670,1778699349323,{"_creationTime":562,"_id":563,"community":564,"display":565,"identity":571,"providers":575,"relations":582,"tags":586,"workflow":587},1778696876879.2397,"k178m626tpcxa8b3bekz8y0x9n86m9w1",{"reviewCount":8},{"description":566,"installMethods":567,"name":569,"sourceUrl":570},"保护 Claude Code 会话免受上下文溢出影响，通过运行一个后台守护进程来监控会话大小并在压缩命中之前自动进行修剪。当用户说“guard”、“protect session”、“context getting long”、“prevent compaction”、“session management”或正在运行需要持续上下文保护的代理团队时使用。\n",{"claudeCode":568},"Ruya-AI/cozempic","guard","https://github.com/Ruya-AI/cozempic",{"basePath":572,"githubOwner":573,"githubRepo":574,"locale":467,"slug":569,"type":243},"plugin/skills/guard","Ruya-AI","cozempic",{"evaluate":576,"extract":581},{"promptVersionExtension":202,"promptVersionScoring":203,"score":470,"tags":577,"targetMarket":214,"tier":273},[269,578,210,579,580],"context-pruning","python","utility",{"commitSha":275},{"parentExtensionId":583,"repoId":584,"translatedFrom":585},"k176hd1j2vn0hpak7ds6v3eand86mfqh","kd79d77qmyh3826dwhk7ynx9xd86nmqm","k17ef0e0f693nd248cs3f63rys86ndy8",[210,578,579,269,580],{"evaluatedAt":588,"extractAt":589,"updatedAt":590},1778696790816,1778696712852,1778696876879,{"_creationTime":592,"_id":593,"community":594,"display":595,"identity":601,"providers":605,"relations":612,"tags":615,"workflow":616},1778694480889.9487,"k17eg219cke0p45yfhh8n2t37986mgm4",{"reviewCount":8},{"description":596,"installMethods":597,"name":599,"sourceUrl":600},"Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration",{"claudeCode":598},"NeoLabHQ/context-engineering-kit","create-command","https://github.com/NeoLabHQ/context-engineering-kit",{"basePath":602,"githubOwner":603,"githubRepo":604,"locale":18,"slug":599,"type":243},"plugins/customaize-agent/skills/create-command","NeoLabHQ","context-engineering-kit",{"evaluate":606,"extract":611},{"promptVersionExtension":202,"promptVersionScoring":203,"score":470,"tags":607,"targetMarket":214,"tier":273},[608,609,610,521,210],"command-creation","agent-development","prompt-engineering",{"commitSha":275},{"parentExtensionId":613,"repoId":614},"k173g0c46wghgz5j9gn02wfydn86mkh8","kd7a3rj13ezgx1wgm0jfh08hsx86n0sz",[609,210,608,521,610],{"evaluatedAt":617,"extractAt":618,"updatedAt":617},1778694773368,1778694480890]