[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-apappascs-session-export-de":3,"guides-for-apappascs-session-export":457,"similar-k17ddrpwx0m05a5axc3zdg5jgd86mx9m-de":458},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":240,"isFallback":224,"parentExtension":245,"providers":302,"relations":306,"repo":307,"tags":455,"workflow":456},1778675504402.1895,"k17ddrpwx0m05a5axc3zdg5jgd86mx9m",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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\".",{"claudeCode":12},"apappascs/claude-code-sessions","session-export","https://github.com/apappascs/claude-code-sessions",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":222,"workflow":238},1778675647712.4822,"kn7b85pbr3mjttampydy67nz7586m60k","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":199,"promptVersionExtension":203,"promptVersionScoring":204,"purpose":205,"rationale":206,"score":207,"summary":208,"tags":209,"targetMarket":215,"tier":216,"useCases":217},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly names the problem of exporting Claude Code sessions and provides specific use cases and triggers like 'export this session'.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a dedicated CLI tool for exporting and formatting session transcripts, which goes beyond default Claude Code behavior.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready, as it has clear installation instructions, documented usage, and handles the complete lifecycle of exporting sessions.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill has a single, well-defined responsibility: exporting Claude Code sessions into various formats.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the functionality described in the SKILL.md file.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill exposes a single, well-scoped tool (`export`) with specific, documented parameters for format and output.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters for the `export` command are clearly documented in the SKILL.md, including format options and output file specification.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tool name `export` is descriptive and directly relates to the skill's function.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The `export` tool's parameters (session path, format, output) are minimal and directly related to its function. The output is a formatted transcript.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT license, as indicated by the LICENSE file and README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on April 22, 2026, which is within the last 90 days.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The extension explicitly states 'Zero Dependencies' in its README and uses Bun as its runtime, indicating no external package dependencies that require management.",{"category":66,"check":67,"severity":63,"summary":68},"Security","Secret Management","The skill does not handle any secrets or sensitive information.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill operates on session JSONL files and exports them as markdown or text, with no indication of loading or executing untrusted third-party data.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not fetch external content at runtime or use remote pipes to shell commands. It operates solely on local session files.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill reads local session files and writes an output file; it does not attempt to modify files outside its intended scope or use absolute paths.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached process spawns or deny-retry loops were found in the scripts.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill only processes local session files and exports them, with no outbound calls or submission of confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content (SKILL.md, README.md, LICENSE) is free of hidden steering tricks and uses clean printable ASCII and standard Unicode.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's scripts are implemented in TypeScript and are not obfuscated, base64-encoded, or dynamically fetched at runtime.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes session files are available and correctly formatted; it exits gracefully if a session path is invalid or the file is malformed.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There are 0 open issues and 0 closed issues in the last 90 days, indicating high responsiveness or no recent issues.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The extension uses Bun and references the main branch for installation, but a meaningful commit date exists, and a MIT license file is present.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The CLI commands appear to validate input file paths and format options. The output is text-based.",{"category":66,"check":108,"severity":63,"summary":109},"Unguarded Destructive Operations","The skill is read-only; it only exports existing session data and does not perform any destructive operations.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The provided scripts use Bun's standard error handling, and the `session-parser.ts` likely handles file not found or malformed JSONL errors gracefully, returning descriptive messages.",{"category":104,"check":114,"severity":63,"summary":115},"Logging","The skill is read-only and does not perform destructive actions or outbound calls, thus no audit logging is strictly necessary.",{"category":117,"check":118,"severity":63,"summary":119},"Compliance","GDPR","The skill operates on code session data, not personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill operates on local files and has no regional limitations; the target market is global.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill uses Bun and standard Node.js/TypeScript practices, ensuring good cross-platform compatibility. It explicitly mentions Bun as a prerequisite.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README file is comprehensive, detailing installation, features, architecture, and development.",{"category":33,"check":130,"severity":63,"summary":131},"Tool surface size","This extension exposes a single skill (`session-export`), not multiple tools.",{"category":40,"check":133,"severity":63,"summary":134},"Overlapping near-synonym tools","The skill exposes only one tool (`export`), so there are no overlapping synonyms.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features in the README and SKILL.md (session export) have corresponding implementations and documented usage.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","Clear installation instructions are provided in the README, and example invocations are present in both the README and SKILL.md.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The skill provides clear CLI commands and likely handles errors with descriptive messages (e.g., file not found, invalid format).",{"category":147,"check":148,"severity":63,"summary":149},"Execution","Pinned dependencies","The project states 'Zero Dependencies' in its README, so no third-party dependencies need pinning.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The skill is read-only and does not perform state-changing operations or send data outward, so a dry-run feature is not applicable.",{"category":154,"check":155,"severity":63,"summary":156},"Protocol","Idempotent retry & timeouts","The skill operates locally on files and has no remote calls or state-changing operations, making idempotency and timeouts irrelevant.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The skill operates locally and does not appear to emit any telemetry. No opt-in/out mechanism is needed.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The purpose is precisely stated: exporting Claude Code sessions as markdown transcripts, with clear use cases and triggers.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The SKILL.md frontmatter is concise and clearly states the core capability and use cases within the character limit.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is concise and well-structured, with detailed examples provided in the README and CLI snippets in the SKILL.md.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the general steps and provides CLI commands, deferring detailed examples to the README, which is a good form of progressive disclosure.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","The skill does not involve deep exploration or code review; it performs a straightforward export operation.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","Clear, ready-to-use examples are provided in both SKILL.md and README.md for exporting sessions to markdown and text files.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md implicitly handles edge cases like specifying a session path and choosing output formats. The CLI structure likely provides error messages for invalid inputs.",{"category":104,"check":183,"severity":63,"summary":184},"Tool Fallback","The skill does not rely on external MCP servers or tools; it uses local scripts.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill's CLI commands expect valid inputs (session paths, formats) and would likely halt with an error if unexpected pre-state (e.g., missing file) occurs.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills. Its function is distinct and clearly defined.",1778675647610,"This skill exports Claude Code session history from JSONL files into readable markdown or plain text transcripts. It operates via CLI commands using Bun and provides options for specifying session files, output format, and saving to a file.",[195,196,197,198],"Export Claude Code sessions as markdown transcripts","Export sessions as plain text transcripts","Specify output file path","Summarize tool calls in transcripts",[200,201,202],"Editing or modifying session data","Analyzing session data beyond basic summarization","Interacting with Claude Code in real-time","3.0.0","4.4.0","To provide users with a clean and readable export of their Claude Code sessions, enabling session history saving, transcript creation, and easier analysis.","The extension received a perfect score across all checks. It is well-documented, securely implemented, and addresses a clear user need with excellent utility.",100,"Excellent skill for exporting Claude Code sessions into clean markdown or text transcripts.",[210,211,212,213,214],"transcript","export","session-management","markdown","claude-code","global","verified",[218,219,220,221],"When the user wants to export a session for documentation or archival.","When the user needs to create a clean, shareable transcript of an AI conversation.","When the user wants to save session history to a file for later review.","When the user says 'export this session'.",{"codeQuality":223,"collectedAt":225,"documentation":226,"maintenance":229,"popularity":232,"security":234,"testCoverage":237},{"hasLockfile":224},true,1778675627785,{"descriptionLength":227,"readmeSize":228},200,5805,{"closedIssues90d":8,"forks":8,"hasChangelog":224,"openIssues90d":8,"pushedAt":230,"stars":231},1776871130000,4,{"npmDownloads":233},1049,{"hasNpmPackage":224,"license":235,"smitheryVerified":236},"MIT",false,{"hasCi":224,"hasTests":224},{"updatedAt":239},1778675647712,{"basePath":241,"githubOwner":242,"githubRepo":243,"locale":18,"slug":13,"type":244},"skills/session-export","apappascs","claude-code-sessions","skill",{"_creationTime":246,"_id":247,"community":248,"display":249,"identity":252,"parentExtension":255,"providers":286,"relations":297,"tags":298,"workflow":299},1778675504402.1882,"k17eba5sp62yzfrxyh8th28emd86m3nw",{"reviewCount":8},{"description":250,"installMethods":251,"name":243,"sourceUrl":14},"Session intelligence for Claude Code: search, analyze, diff, and resume past sessions with a web dashboard",{"claudeCode":243},{"basePath":253,"githubOwner":242,"githubRepo":243,"locale":18,"slug":243,"type":254},"","plugin",{"_creationTime":256,"_id":257,"community":258,"display":259,"identity":263,"providers":265,"relations":279,"tags":281,"workflow":282},1778675504402.1877,"k17djtcadze2803pars5r2gn1n86mrdk",{"reviewCount":8},{"description":260,"installMethods":261,"name":262,"sourceUrl":14},"Session intelligence for Claude Code — search, analyze, and manage every session across all your projects",{"claudeCode":12},"Claude Code Sessions",{"basePath":253,"githubOwner":242,"githubRepo":243,"locale":18,"slug":243,"type":264},"marketplace",{"evaluate":266,"extract":273},{"promptVersionExtension":267,"promptVersionScoring":204,"score":268,"tags":269,"targetMarket":215,"tier":216},"3.1.0",97,[214,212,270,271,272],"search","analysis","dashboard",{"commitSha":274,"license":235,"marketplace":275,"plugin":277},"HEAD",{"name":243,"pluginCount":276},1,{"mcpCount":8,"provider":278,"skillCount":8},"classify",{"repoId":280},"kd7cytp64hbr754n075h6bx82986n4be",[271,214,272,270,212],{"evaluatedAt":283,"extractAt":284,"updatedAt":285},1778675524766,1778675504402,1778676116752,{"evaluate":287,"extract":294},{"promptVersionExtension":203,"promptVersionScoring":204,"score":288,"tags":289,"targetMarket":215,"tier":216},99,[290,270,291,292,272,293],"sessions","analytics","tasks","context-recovery",{"commitSha":274,"license":235,"plugin":295},{"mcpCount":8,"provider":278,"skillCount":296},11,{"parentExtensionId":257,"repoId":280},[291,293,272,270,290,292],{"evaluatedAt":300,"extractAt":284,"updatedAt":301},1778675543343,1778676117255,{"evaluate":303,"extract":305},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":304,"targetMarket":215,"tier":216},[210,211,212,213,214],{"commitSha":274},{"parentExtensionId":247,"repoId":280},{"_creationTime":308,"_id":280,"identity":309,"providers":310,"workflow":450},1778675498198.2107,{"githubOwner":242,"githubRepo":243,"sourceUrl":14},{"classify":311,"discover":443,"extract":446,"github":447,"npm":449},{"commitSha":274,"extensions":312},[313,326,357,366,374,382,390,395,403,411,419,427,435],{"basePath":253,"displayName":243,"installMethods":314,"rationale":315,"selectedPaths":316,"source":325,"sourceLanguage":18,"type":264},{"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":253,"description":250,"displayName":243,"installMethods":327,"license":235,"rationale":328,"selectedPaths":329,"source":325,"sourceLanguage":18,"type":254},{"claudeCode":243},"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":244},"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":244},"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":244},"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":244},"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":241,"description":10,"displayName":13,"installMethods":391,"rationale":392,"selectedPaths":393,"source":325,"sourceLanguage":18,"type":244},{"claudeCode":12},"SKILL.md frontmatter at skills/session-export/SKILL.md",[394],{"path":365,"priority":319},{"basePath":396,"description":397,"displayName":398,"installMethods":399,"rationale":400,"selectedPaths":401,"source":325,"sourceLanguage":18,"type":244},"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",[402],{"path":365,"priority":319},{"basePath":404,"description":405,"displayName":406,"installMethods":407,"rationale":408,"selectedPaths":409,"source":325,"sourceLanguage":18,"type":244},"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":244},"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":244},"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":244},"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":244},"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":243},{"closedIssues90d":8,"description":260,"forks":8,"license":235,"openIssues90d":8,"pushedAt":230,"readmeSize":228,"stars":231,"topics":448},[],{"downloads":233},{"classifiedAt":451,"discoverAt":452,"extractAt":453,"githubAt":453,"npmAt":454,"updatedAt":451},1778675503952,1778675498198,1778675500116,1778675502052,[214,211,213,212,210],{"evaluatedAt":239,"extractAt":284,"updatedAt":239},[],[459,490,520,549,580,608],{"_creationTime":460,"_id":461,"community":462,"display":463,"identity":469,"providers":474,"relations":481,"tags":485,"workflow":486},1778696878045.982,"k17d92hfd6crt90dtkzjdd0gr586mty1",{"reviewCount":8},{"description":464,"installMethods":465,"name":467,"sourceUrl":468},"Schützen Sie Claude Code-Sitzungen vor Kontextüberlauf, indem Sie einen Hintergrund-Daemon ausführen, der die Sitzungsgröße überwacht und automatisch bereinigt, bevor die Komprimierung erreicht wird. Verwenden Sie dies, wenn der Benutzer \"guard\", \"protect session\", \"context getting long\", \"prevent compaction\", \"session management\" sagt oder Agententeams ausführt, die einen kontinuierlichen Kontextschutz benötigen.\n",{"claudeCode":466},"Ruya-AI/cozempic","guard","https://github.com/Ruya-AI/cozempic",{"basePath":470,"githubOwner":471,"githubRepo":472,"locale":473,"slug":467,"type":244},"plugin/skills/guard","Ruya-AI","cozempic","de",{"evaluate":475,"extract":480},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":476,"targetMarket":215,"tier":216},[212,477,214,478,479],"context-pruning","python","utility",{"commitSha":274},{"parentExtensionId":482,"repoId":483,"translatedFrom":484},"k176hd1j2vn0hpak7ds6v3eand86mfqh","kd79d77qmyh3826dwhk7ynx9xd86nmqm","k17ef0e0f693nd248cs3f63rys86ndy8",[214,477,478,212,479],{"evaluatedAt":487,"extractAt":488,"updatedAt":489},1778696790816,1778696712852,1778696878046,{"_creationTime":491,"_id":492,"community":493,"display":494,"identity":500,"providers":504,"relations":511,"tags":515,"workflow":516},1778688539782.859,"k17bv47rq7bxwrvjr0q77wqrb986nk9q",{"reviewCount":8},{"description":495,"installMethods":496,"name":498,"sourceUrl":499},"Verwenden Sie dies, wenn der Benutzer nach Themen fragt, die in der aktuellen Sitzung besprochen wurden, eine Themenliste sehen möchte oder fragt, worüber gesprochen wurde.",{"claudeCode":497},"hatawong/claude-recap","list-topics","https://github.com/hatawong/claude-recap",{"basePath":501,"githubOwner":502,"githubRepo":503,"locale":473,"slug":498,"type":244},"skills/list-topics","hatawong","claude-recap",{"evaluate":505,"extract":510},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":506,"targetMarket":215,"tier":216},[507,212,213,508,509],"memory","cli","automation",{"commitSha":274},{"parentExtensionId":512,"repoId":513,"translatedFrom":514},"k17b9bmvrv1a5e41w678q1yvrh86m81g","kd78y3gm1ky53msejxede6b4x986nqyc","k179fdg8n1dygkq5yatjqcesm986m4ck",[509,508,213,507,212],{"evaluatedAt":517,"extractAt":518,"updatedAt":519},1778688418474,1778688322101,1778688539782,{"_creationTime":521,"_id":522,"community":523,"display":524,"identity":530,"providers":535,"relations":542,"tags":545,"workflow":546},1778696691708.329,"k170yjw596k3cg892bq130jyd186mhyz",{"reviewCount":8},{"description":525,"installMethods":526,"name":528,"sourceUrl":529},"Validate a Claude Code plugin structure, frontmatter, and MCP tool references",{"claudeCode":527},"ruvnet/ruflo","Validate Plugin","https://github.com/ruvnet/ruflo",{"basePath":531,"githubOwner":532,"githubRepo":533,"locale":18,"slug":534,"type":244},"plugins/ruflo-plugin-creator/skills/validate-plugin","ruvnet","ruflo","validate-plugin",{"evaluate":536,"extract":541},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":537,"targetMarket":215,"tier":216},[538,254,539,214,540],"validation","developer-tools","mcp",{"commitSha":274,"license":235},{"parentExtensionId":543,"repoId":544},"k17f4y1y2y777p7zrxxhbnf03n86mr5j","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[214,539,540,254,538],{"evaluatedAt":547,"extractAt":548,"updatedAt":547},1778701241052,1778696691708,{"_creationTime":550,"_id":551,"community":552,"display":553,"identity":559,"providers":563,"relations":572,"tags":575,"workflow":576},1778699338526.8188,"k175v2b1np10e1tb0b6d526n3d86n1r1",{"reviewCount":8},{"description":554,"installMethods":555,"name":557,"sourceUrl":558},"Verwenden Sie dies beim Routing von Claude Code über einen lokalen LiteLLM-Proxy zu GitHub Copilot, um die direkten Anthropic-Ausgaben zu reduzieren, indem Sie ANTHROPIC_BASE_URL- oder ANTHROPIC_MODEL-Overrides konfigurieren oder Fehler bei der Einrichtung des Copilot-Proxys beheben, wie z. B. model-not-found, kein localhost-Traffic oder GitHub 401/403-Authentifizierungsfehler.",{"claudeCode":556},"xixu-me/skills","running-claude-code-via-litellm-copilot","https://github.com/xixu-me/skills",{"basePath":560,"githubOwner":561,"githubRepo":562,"locale":473,"slug":557,"type":244},"skills/running-claude-code-via-litellm-copilot","xixu-me","skills",{"evaluate":564,"extract":571},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":565,"targetMarket":215,"tier":216},[566,567,568,214,569,570],"copilot","litellm","proxy","configuration","troubleshooting",{"commitSha":274},{"repoId":573,"translatedFrom":574},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k17c1n6dbde7qh2wemx78d13t986n7x2",[214,569,566,567,568,570],{"evaluatedAt":577,"extractAt":578,"updatedAt":579},1778699196029,1778699106670,1778699338526,{"_creationTime":581,"_id":582,"community":583,"display":584,"identity":590,"providers":594,"relations":601,"tags":604,"workflow":605},1778694480889.9487,"k17eg219cke0p45yfhh8n2t37986mgm4",{"reviewCount":8},{"description":585,"installMethods":586,"name":588,"sourceUrl":589},"Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration",{"claudeCode":587},"NeoLabHQ/context-engineering-kit","create-command","https://github.com/NeoLabHQ/context-engineering-kit",{"basePath":591,"githubOwner":592,"githubRepo":593,"locale":18,"slug":588,"type":244},"plugins/customaize-agent/skills/create-command","NeoLabHQ","context-engineering-kit",{"evaluate":595,"extract":600},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":596,"targetMarket":215,"tier":216},[597,598,599,540,214],"command-creation","agent-development","prompt-engineering",{"commitSha":274},{"parentExtensionId":602,"repoId":603},"k173g0c46wghgz5j9gn02wfydn86mkh8","kd7a3rj13ezgx1wgm0jfh08hsx86n0sz",[598,214,597,540,599],{"evaluatedAt":606,"extractAt":607,"updatedAt":606},1778694773368,1778694480890,{"_creationTime":609,"_id":610,"community":611,"display":612,"identity":618,"providers":623,"relations":629,"tags":632,"workflow":633},1778692488329.0164,"k17d7dgccv6vnj9tcw0cehwnph86nryb",{"reviewCount":8},{"description":613,"installMethods":614,"name":616,"sourceUrl":617},"Analyze which rules are actively used vs inert. Detect coverage gaps. Recommend pruning to reduce token consumption.",{"claudeCode":615},"luiseiman/claude-kit","Rule Effectiveness Analysis","https://github.com/luiseiman/claude-kit",{"basePath":619,"githubOwner":620,"githubRepo":621,"locale":18,"slug":622,"type":244},"skills/rule-effectiveness","luiseiman","claude-kit","rule-effectiveness",{"evaluate":624,"extract":628},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":625,"targetMarket":215,"tier":216},[214,569,271,626,627],"optimization","git",{"commitSha":274,"license":235},{"parentExtensionId":630,"repoId":631},"k17650xadq8363kzchr4w0gmf186nq24","kd79wqc8an5wh20cc2znr8tyb586mxwx",[271,214,569,627,626],{"evaluatedAt":634,"extractAt":635,"updatedAt":634},1778693275143,1778692488329]