[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-hatawong-remember-en":3,"guides-for-hatawong-remember":410,"similar-k1793dy3hv54gt7r17w9bn716586m9xj-en":411},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":245,"isFallback":229,"parentExtension":250,"providers":309,"relations":313,"repo":314,"tags":407,"workflow":408},1778688322101.8262,"k1793dy3hv54gt7r17w9bn716586m9xj",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Use when the user wants to persistently remember something across sessions (e.g., \"always use bun\", \"never auto-commit\", \"my name is Alex\"). Also use when you detect a clear user preference or constraint worth persisting.",{"claudeCode":12},"hatawong/claude-recap","remember","https://github.com/hatawong/claude-recap",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":227,"workflow":243},1778688445917.651,"kn7ezvfxv61a7p2kw48sz8sz5186mgj0","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":203,"promptVersionExtension":208,"promptVersionScoring":209,"purpose":210,"rationale":211,"score":212,"summary":213,"tags":214,"targetMarket":220,"tier":221,"useCases":222},[21,26,29,33,38,41,45,48,52,56,60,63,66,69,72,76,79,82,85,88,91,95,100,103,107,110,113,116,119,122,125,129,132,136,140,144,147,150,153,157,160,163,166,169,171,174,178,182,185,188,192],{"category":22,"check":23,"severity":24,"summary":25},"Invocation","Precise Purpose","pass","The description clearly states what the extension does (saves user preferences/facts) and when to use it (explicit requests, clear preferences) and implicitly what not to use it for (session-specific info).",{"category":22,"check":27,"severity":24,"summary":28},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability and trigger phrases.",{"category":30,"check":31,"severity":24,"summary":32},"Documentation","Concise Body","The SKILL.md body is concise and delegates deeper material to separate files or implies it through the script, adhering to progressive disclosure.",{"category":34,"check":35,"severity":36,"summary":37},"Context","Progressive Disclosure","not_applicable","The SKILL.md is short and does not contain extensive procedures that would necessitate splitting into separate reference files.",{"category":34,"check":39,"severity":36,"summary":40},"Forked exploration","This skill is not an exploration or audit-style skill and does not involve deep code review or multi-file inspection.",{"category":42,"check":43,"severity":24,"summary":44},"Practical Utility","Usage examples","The SKILL.md includes a table with clear examples demonstrating user input, the distilled entry, and implicitly the outcome.",{"category":42,"check":46,"severity":24,"summary":47},"Edge cases","The SKILL.md documents rules including 'One entry per invocation', 'Distill to a clear imperative statement', and 'If the user's intent is ambiguous, ask for clarification', which cover failure modes and limitations.",{"category":49,"check":50,"severity":36,"summary":51},"Code Execution","Tool Fallback","The skill uses only Claude-internal tools and does not rely on external MCP servers.",{"category":53,"check":54,"severity":24,"summary":55},"Portability","Stack assumptions","The SKILL.md and README.md clearly state stack assumptions (bash, Node.js 18+, Claude Code plugin) and provide installation instructions for different environments.",{"category":57,"check":58,"severity":24,"summary":59},"Safety","Halt on unexpected state","The SKILL.md instructs to 'If the user's intent is ambiguous, ask for clarification before writing', implying a halt on unexpected or unclear states.",{"category":53,"check":61,"severity":24,"summary":62},"Cross-skill coupling","The skill is self-contained and does not appear to rely on other specific skills being loaded in the same session.",{"category":42,"check":64,"severity":24,"summary":65},"Problem relevance","The description addresses the concrete user problem of Claude Code forgetting context across sessions or compactions.",{"category":42,"check":67,"severity":24,"summary":68},"Unique selling proposition","The skill offers significant value over default behavior by providing persistent, topic-aware memory and preference saving, directly addressing a core LLM limitation.",{"category":42,"check":70,"severity":24,"summary":71},"Production readiness","The extension is fully implemented, locally stored, and covers the complete lifecycle of remembering and injecting preferences.",{"category":73,"check":74,"severity":24,"summary":75},"Scope","Single responsibility principle","The extension focuses solely on remembering and persisting user preferences and facts, fitting a single, well-defined responsibility.",{"category":73,"check":77,"severity":24,"summary":78},"Description quality","The displayed description accurately reflects the skill's functionality and purpose.",{"category":22,"check":80,"severity":24,"summary":81},"Scoped tools","The skill exposes a single, narrow tool (`remember.sh`) with specific parameters, avoiding generalist command execution.",{"category":30,"check":83,"severity":24,"summary":84},"Configuration & parameter reference","The SKILL.md clearly documents the `scope` parameter and the `content` parameter for the `remember.sh` script.",{"category":73,"check":86,"severity":24,"summary":87},"Tool naming","The tool script `remember.sh` is descriptive of its function.",{"category":73,"check":89,"severity":24,"summary":90},"Minimal I/O surface","The `remember.sh` script takes clearly defined parameters (`scope`, `content`) and performs a specific action without unnecessary I/O.",{"category":92,"check":93,"severity":24,"summary":94},"License","License usability","The project is licensed under MIT and this is clearly stated in the LICENSE file and README.",{"category":96,"check":97,"severity":98,"summary":99},"Maintenance","Commit recency","warning","The last commit was over 3 months ago (March 6, 2026), indicating potential unmaintained status.",{"category":96,"check":101,"severity":36,"summary":102},"Dependency Management","The extension relies on bash and Node.js, which are assumed to be present and managed by the environment, and no third-party dependencies are explicitly managed within the bundle.",{"category":104,"check":105,"severity":36,"summary":106},"Security","Secret Management","The skill does not handle or expose any secrets.",{"category":104,"check":108,"severity":24,"summary":109},"Injection","The `remember.sh` script properly quotes arguments, mitigating potential injection risks, and no external data is loaded as instructions.",{"category":104,"check":111,"severity":24,"summary":112},"Transitive Supply-Chain Grenades","The script executes a local bash script with quoted arguments, and all necessary components are bundled, with no remote fetches or unsafe piping.",{"category":104,"check":114,"severity":24,"summary":115},"Sandbox Isolation","The script operates within the plugin scripts path and writes to `~/.memory/`, which is within expected user-writable areas and not considered a sandbox escape.",{"category":104,"check":117,"severity":24,"summary":118},"Sandbox escape primitives","The script does not use detached process spawns or retry loops around denied tool calls.",{"category":104,"check":120,"severity":24,"summary":121},"Data Exfiltration","The script writes local files and does not make any outbound calls, thus preventing data exfiltration.",{"category":104,"check":123,"severity":24,"summary":124},"Hidden Text Tricks","The bundled content and documentation do not contain hidden steering tricks, invisible characters, or obfuscation.",{"category":126,"check":127,"severity":24,"summary":128},"Hooks","Opaque code execution","The `remember.sh` script is plain, readable bash code and does not involve obfuscation, base64 payloads, or runtime fetching of code.",{"category":53,"check":130,"severity":24,"summary":131},"Structural Assumption","The script uses a user-configurable `MEMORY_HOME` environment variable and relative paths within that, avoiding rigid structural assumptions about the user's project.",{"category":133,"check":134,"severity":98,"summary":135},"Trust","Issues Attention","3 issues opened in the last 90 days and 2 closed, indicating a low closure rate (\u003C 50%) and potentially slow maintainer response.",{"category":137,"check":138,"severity":24,"summary":139},"Versioning","Release Management","A meaningful version is present via GitHub releases and badges, and the install instructions do not reference 'main'.",{"category":141,"check":142,"severity":24,"summary":143},"Execution","Validation","The script correctly quotes its arguments, and the logic for 'scope' (global/project) and 'content' is simple enough not to require complex schema validation beyond basic string handling.",{"category":104,"check":145,"severity":24,"summary":146},"Unguarded Destructive Operations","The operation is a file write to a user-controlled directory (`~/.memory/`), which is not considered a destructive operation requiring confirmation gates, and the scope is explicitly requested.",{"category":49,"check":148,"severity":24,"summary":149},"Error Handling","The script uses standard bash error handling with `set -e` and `set -o pipefail`, and quoting should prevent most argument-related errors. Errors would typically be reported by the shell.",{"category":49,"check":151,"severity":36,"summary":152},"Logging","The skill is a simple preference saver and does not perform destructive actions or outbound calls that necessitate a local audit file.",{"category":154,"check":155,"severity":24,"summary":156},"Compliance","GDPR","The skill only stores user-provided preferences locally and does not handle or transmit personal data to third parties.",{"category":154,"check":158,"severity":24,"summary":159},"Target market","The extension operates locally and does not contain any regional or jurisdictional logic, making it globally applicable.",{"category":53,"check":161,"severity":24,"summary":162},"Runtime stability","The script relies on standard bash and Node.js features, making it stable across POSIX-compliant systems.",{"category":30,"check":164,"severity":24,"summary":165},"README","The README is comprehensive, clearly states the extension's purpose, and provides installation and usage instructions.",{"category":73,"check":167,"severity":36,"summary":168},"Tool surface size","This is a single-tool extension.",{"category":22,"check":170,"severity":36,"summary":168},"Overlapping near-synonym tools",{"category":30,"check":172,"severity":24,"summary":173},"Phantom features","All advertised features (topic archival, context injection, compaction recovery, /remember skill) have corresponding implementations in the scripts and hooks.",{"category":175,"check":176,"severity":24,"summary":177},"Install","Installation instruction","Clear installation instructions are provided for both plugin and manual methods, including necessary setup steps and restart notices.",{"category":179,"check":180,"severity":24,"summary":181},"Errors","Actionable error messages","The script's error handling relies on bash's standard behavior, which typically provides informative messages for command failures, and the user is prompted for clarification on ambiguous intent.",{"category":141,"check":183,"severity":24,"summary":184},"Pinned dependencies","The script relies on standard bash and Node.js, and the README specifies Node.js 18+, implying pinned interpreter versions for clarity.",{"category":73,"check":186,"severity":36,"summary":187},"Dry-run preview","The extension's primary function is writing to local files, which is not a state-changing operation requiring a dry-run preview.",{"category":189,"check":190,"severity":36,"summary":191},"Protocol","Idempotent retry & timeouts","The extension performs local file operations and does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":154,"check":193,"severity":24,"summary":194},"Telemetry opt-in","The extension does not emit any telemetry; all operations are local and focused on user-provided data.",1778688445666,"This skill provides persistent memory for Claude Code by automatically archiving topics and injecting user preferences/facts across sessions. It stores data locally in Markdown files and includes a `/remember` skill for explicit preference saving.",[198,199,200,201,202],"Automatic topic archival and summarization","Cross-session memory injection","Compaction recovery via cold-reading transcripts","Local storage of all data in Markdown files","Explicit `/remember` skill for user preferences",[204,205,206,207],"Storing sensitive information","Providing cloud-based memory or synchronization","Replacing the core LLM context window","Managing project dependencies or build processes directly","3.0.0","4.4.0","To ensure Claude Code remembers user preferences, project constraints, and past topics across sessions, preventing loss of context and repetitive setup.","The primary finding driving the score down is the commit recency, with the last commit over 3 months ago. Additionally, the issues attention has a low closure rate.",78,"A well-implemented skill for persisting user preferences and session context locally.",[215,216,217,218,219],"memory","persistence","preferences","session-management","llm-context","global","community",[223,224,225,226],"Persisting 'always use bun' or 'never auto-commit' preferences","Remembering user identity or project context across sessions","Recovering lost context after Claude Code context compaction","Ensuring continuity of work across different LLM sessions",{"codeQuality":228,"collectedAt":230,"documentation":231,"maintenance":234,"security":240,"testCoverage":242},{"hasLockfile":229},false,1778688425977,{"descriptionLength":232,"readmeSize":233},221,7301,{"closedIssues90d":235,"forks":236,"hasChangelog":237,"openIssues90d":236,"pushedAt":238,"stars":239},2,3,true,1772785245000,31,{"hasNpmPackage":229,"license":241,"smitheryVerified":229},"MIT",{"hasCi":229,"hasTests":237},{"updatedAt":244},1778688445917,{"basePath":246,"githubOwner":247,"githubRepo":248,"locale":18,"slug":13,"type":249},"skills/remember","hatawong","claude-recap","skill",{"_creationTime":251,"_id":252,"community":253,"display":254,"identity":257,"parentExtension":260,"providers":292,"relations":304,"tags":305,"workflow":306},1778688322101.8254,"k17b9bmvrv1a5e41w678q1yvrh86m81g",{"reviewCount":8},{"description":255,"installMethods":256,"name":248,"sourceUrl":14},"Topic-based automatic memory for Claude Code — never lose context across sessions or compactions.",{"claudeCode":248},{"basePath":258,"githubOwner":247,"githubRepo":248,"locale":18,"slug":248,"type":259},"","plugin",{"_creationTime":261,"_id":262,"community":263,"display":264,"identity":268,"providers":270,"relations":285,"tags":287,"workflow":288},1778688322101.8252,"k17944zm3ehfvm4ntncyz1dzyx86nc6v",{"reviewCount":8},{"description":265,"installMethods":266,"name":267,"sourceUrl":14},"Topic-based automatic memory for Claude Code",{"claudeCode":12},"claude-recap-marketplace",{"basePath":258,"githubOwner":247,"githubRepo":248,"locale":18,"slug":248,"type":269},"marketplace",{"evaluate":271,"extract":279},{"promptVersionExtension":272,"promptVersionScoring":209,"score":273,"tags":274,"targetMarket":220,"tier":278},"3.1.0",100,[215,275,276,216,277],"context","cli","automation","verified",{"commitSha":280,"marketplace":281,"plugin":283},"HEAD",{"name":267,"pluginCount":282},1,{"mcpCount":8,"provider":284,"skillCount":8},"classify",{"repoId":286},"kd78y3gm1ky53msejxede6b4x986nqyc",[277,276,275,215,216],{"evaluatedAt":289,"extractAt":290,"updatedAt":291},1778688340018,1778688322101,1778688561034,{"evaluate":293,"extract":301},{"promptVersionExtension":208,"promptVersionScoring":209,"score":294,"tags":295,"targetMarket":220,"tier":278},99,[215,216,296,297,298,299,300],"hooks","context-management","local-storage","bash","nodejs",{"commitSha":280,"license":241,"plugin":302},{"mcpCount":8,"provider":284,"skillCount":303},4,{"parentExtensionId":262,"repoId":286},[299,297,296,298,215,300,216],{"evaluatedAt":307,"extractAt":290,"updatedAt":308},1778688364899,1778688560725,{"evaluate":310,"extract":312},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":311,"targetMarket":220,"tier":221},[215,216,217,218,219],{"commitSha":280},{"parentExtensionId":252,"repoId":286},{"_creationTime":315,"_id":286,"identity":316,"providers":317,"workflow":403},1778688317050.7341,{"githubOwner":247,"githubRepo":248,"sourceUrl":14},{"classify":318,"discover":386,"github":389},{"commitSha":280,"extensions":319},[320,333,356,365,373,378],{"basePath":258,"description":265,"displayName":267,"installMethods":321,"rationale":322,"selectedPaths":323,"source":332,"sourceLanguage":18,"type":269},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[324,327,329],{"path":325,"priority":326},".claude-plugin/marketplace.json","mandatory",{"path":328,"priority":326},"README.md",{"path":330,"priority":331},"LICENSE","high","rule",{"basePath":258,"description":255,"displayName":248,"installMethods":334,"license":241,"rationale":335,"selectedPaths":336,"source":332,"sourceLanguage":18,"type":259},{"claudeCode":248},"plugin manifest at .claude-plugin/plugin.json",[337,339,340,341,344,346,348,350,352,354],{"path":338,"priority":326},".claude-plugin/plugin.json",{"path":328,"priority":326},{"path":330,"priority":331},{"path":342,"priority":343},"skills/ignore-topic/SKILL.md","medium",{"path":345,"priority":343},"skills/list-topics/SKILL.md",{"path":347,"priority":343},"skills/remember/SKILL.md",{"path":349,"priority":343},"skills/save-topic/SKILL.md",{"path":351,"priority":331},"hooks/hooks.json",{"path":353,"priority":331},"hooks/session-start.sh",{"path":355,"priority":331},"hooks/stop.sh",{"basePath":357,"description":358,"displayName":359,"installMethods":360,"rationale":361,"selectedPaths":362,"source":332,"sourceLanguage":18,"type":249},"skills/ignore-topic","Use when the user wants to ignore, skip, or exclude specific topics from being archived. Triggers on \"ignore topic\", \"don't archive\", \"skip topic\", \"stop remembering\", \"list ignored topics\", \"remove ignore rule\".","ignore-topic",{"claudeCode":12},"SKILL.md frontmatter at skills/ignore-topic/SKILL.md",[363],{"path":364,"priority":326},"SKILL.md",{"basePath":366,"description":367,"displayName":368,"installMethods":369,"rationale":370,"selectedPaths":371,"source":332,"sourceLanguage":18,"type":249},"skills/list-topics","Use when the user asks about topics discussed in the current session, wants to see a topic list, or asks what has been talked about.","list-topics",{"claudeCode":12},"SKILL.md frontmatter at skills/list-topics/SKILL.md",[372],{"path":364,"priority":326},{"basePath":246,"description":10,"displayName":13,"installMethods":374,"rationale":375,"selectedPaths":376,"source":332,"sourceLanguage":18,"type":249},{"claudeCode":12},"SKILL.md frontmatter at skills/remember/SKILL.md",[377],{"path":364,"priority":326},{"basePath":379,"description":380,"displayName":381,"installMethods":382,"rationale":383,"selectedPaths":384,"source":332,"sourceLanguage":18,"type":249},"skills/save-topic","Use when the user wants to save or checkpoint topic progress, persist current discussion state, or save all topics before ending a session.","save-topic",{"claudeCode":12},"SKILL.md frontmatter at skills/save-topic/SKILL.md",[385],{"path":364,"priority":326},{"sources":387},[388],"manual",{"closedIssues90d":235,"description":255,"forks":236,"license":241,"openIssues90d":236,"pushedAt":238,"readmeSize":233,"stars":239,"topics":390},[391,392,393,299,394,395,396,397,297,398,399,400,401,218,402],"agent-memory","ai-memory","anthropic","claude","claude-code","claude-code-hooks","claude-code-plugin","developer-tools","llm-tools","open-source","productivity","shell",{"classifiedAt":404,"discoverAt":405,"extractAt":406,"githubAt":406,"updatedAt":404},1778688321667,1778688317050,1778688319676,[219,215,216,217,218],{"evaluatedAt":244,"extractAt":290,"updatedAt":409},1778688561557,[],[412,429,459,486,509,539],{"_creationTime":413,"_id":414,"community":415,"display":416,"identity":418,"providers":419,"relations":424,"tags":425,"workflow":426},1778688322101.826,"k179fdg8n1dygkq5yatjqcesm986m4ck",{"reviewCount":8},{"description":367,"installMethods":417,"name":368,"sourceUrl":14},{"claudeCode":12},{"basePath":366,"githubOwner":247,"githubRepo":248,"locale":18,"slug":368,"type":249},{"evaluate":420,"extract":423},{"promptVersionExtension":208,"promptVersionScoring":209,"score":273,"tags":421,"targetMarket":220,"tier":278},[215,218,422,276,277],"markdown",{"commitSha":280},{"parentExtensionId":252,"repoId":286},[277,276,422,215,218],{"evaluatedAt":427,"extractAt":290,"updatedAt":428},1778688418474,1778688561381,{"_creationTime":430,"_id":431,"community":432,"display":433,"identity":439,"providers":444,"relations":452,"tags":455,"workflow":456},1778696691708.3218,"k17eqpa3h27h177b037g2e8m8n86ndwb",{"reviewCount":8},{"description":434,"installMethods":435,"name":437,"sourceUrl":438},"Track long-horizon objectives across multiple sessions with milestone checkpoints, progress persistence, and drift detection",{"claudeCode":436},"ruvnet/ruflo","Horizon Track","https://github.com/ruvnet/ruflo",{"basePath":440,"githubOwner":441,"githubRepo":442,"locale":18,"slug":443,"type":249},"plugins/ruflo-goals/skills/horizon-track","ruvnet","ruflo","horizon-track",{"evaluate":445,"extract":451},{"promptVersionExtension":208,"promptVersionScoring":209,"score":273,"tags":446,"targetMarket":220,"tier":278},[447,448,449,216,218,450],"objective-tracking","project-management","long-term-goals","mcp",{"commitSha":280,"license":241},{"parentExtensionId":453,"repoId":454},"k17bh7m6sv83frxqdhrd00vzcx86n03e","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[449,450,447,216,448,218],{"evaluatedAt":457,"extractAt":458,"updatedAt":457},1778700614118,1778696691708,{"_creationTime":460,"_id":461,"community":462,"display":463,"identity":469,"providers":473,"relations":479,"tags":482,"workflow":483},1778683562157.878,"k174wwq1x9t40ph56hj32705bh86n96x",{"reviewCount":8},{"description":464,"installMethods":465,"name":467,"sourceUrl":468},"Store a global memory that is visible across all projects. Use when the user shares architecture rules, coding conventions, infrastructure facts, security policies, team agreements, or any knowledge that applies beyond a single project. Triggers on 'remember this everywhere', 'this applies to all projects', 'global rule', 'shared convention', 'infrastructure note', 'cross-project', or when the content is clearly universal (clean architecture, SOLID, deployment configs, server addresses).",{"claudeCode":466},"cdeust/Cortex","cortex-remember-global","https://github.com/cdeust/Cortex",{"basePath":470,"githubOwner":471,"githubRepo":472,"locale":18,"slug":467,"type":249},"skills/cortex-remember-global","cdeust","Cortex",{"evaluate":474,"extract":478},{"promptVersionExtension":208,"promptVersionScoring":209,"score":294,"tags":475,"targetMarket":220,"tier":278},[215,476,216,219,477,276],"knowledge-management","local",{"commitSha":280},{"parentExtensionId":480,"repoId":481},"k1739s9t9kj9bmjq1z4byk17g986mv7x","kd79gxpemvkr09a7zsb3h8kmah86nvgf",[276,476,219,477,215,216],{"evaluatedAt":484,"extractAt":485,"updatedAt":484},1778683871550,1778683562157,{"_creationTime":487,"_id":488,"community":489,"display":490,"identity":494,"providers":497,"relations":504,"tags":506,"workflow":507},1778696691708.3315,"k173rqrea1gjdzzjr2f0569fyd86mb53",{"reviewCount":8},{"description":491,"installMethods":492,"name":493,"sourceUrl":438},"Persist and restore agent sessions across conversations with state snapshots",{"claudeCode":436},"Session Persist",{"basePath":495,"githubOwner":441,"githubRepo":442,"locale":18,"slug":496,"type":249},"plugins/ruflo-rvf/skills/session-persist","session-persist",{"evaluate":498,"extract":503},{"promptVersionExtension":208,"promptVersionScoring":209,"score":499,"tags":500,"targetMarket":220,"tier":278},98,[218,216,501,502,395],"state-saving","agent-tools",{"commitSha":280,"license":241},{"parentExtensionId":505,"repoId":454},"k17b4z39w59xsb62ad8b29bheh86m4s0",[502,395,216,218,501],{"evaluatedAt":508,"extractAt":458,"updatedAt":508},1778701457137,{"_creationTime":510,"_id":511,"community":512,"display":513,"identity":519,"providers":524,"relations":532,"tags":535,"workflow":536},1778696595410.5698,"k171sdysmt658g1cdd7hgt8p8h86nms7",{"reviewCount":8},{"description":514,"installMethods":515,"name":517,"sourceUrl":518},"End-of-session ritual that audits changes, runs quality checks, captures learnings, and produces a session summary. Use when saying \"wrap up\", \"done for the day\", \"finish coding\", or ending a coding session.",{"claudeCode":516},"rohitg00/pro-workflow","Wrap-Up Ritual","https://github.com/rohitg00/pro-workflow",{"basePath":520,"githubOwner":521,"githubRepo":522,"locale":18,"slug":523,"type":249},"skills/wrap-up","rohitg00","pro-workflow","wrap-up",{"evaluate":525,"extract":531},{"promptVersionExtension":208,"promptVersionScoring":209,"score":273,"tags":526,"targetMarket":220,"tier":278},[527,528,401,215,529,530],"workflow","llm","knowledge-base","code-quality",{"commitSha":280,"license":241},{"parentExtensionId":533,"repoId":534},"k17fxtjcfh5gvxdrhv2dmgn1t986mdhv","kd7am4e918eq98hrd9s31jm4vs86nn0b",[530,529,528,215,401,527],{"evaluatedAt":537,"extractAt":538,"updatedAt":537},1778697164619,1778696595410,{"_creationTime":540,"_id":541,"community":542,"display":543,"identity":547,"providers":549,"relations":555,"tags":556,"workflow":557},1778696595410.5657,"k17bk9m02r7jkbzzqapbzfvq8h86m6qn",{"reviewCount":8},{"description":544,"installMethods":545,"name":546,"sourceUrl":518},"Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.",{"claudeCode":516},"orchestrate",{"basePath":548,"githubOwner":521,"githubRepo":522,"locale":18,"slug":546,"type":249},"skills/orchestrate",{"evaluate":550,"extract":554},{"promptVersionExtension":208,"promptVersionScoring":209,"score":273,"tags":551,"targetMarket":220,"tier":278},[552,553,527,215,476],"llm-ops","agent",{"commitSha":280},{"parentExtensionId":533,"repoId":534},[553,476,552,215,527],{"evaluatedAt":558,"extractAt":538,"updatedAt":558},1778696881233]