[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-REMvisual-handoffplan-en":3,"guides-for-REMvisual-handoffplan":317,"similar-k175pwr78zcnem11h4am251frn86mh2m-en":318},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":246,"isFallback":231,"parentExtension":252,"providers":253,"relations":258,"repo":260,"tags":313,"workflow":314},1778696473190.3645,"k175pwr78zcnem11h4am251frn86mh2m",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Run /handoff to capture session data, then write a phased implementation plan that references it. Creates beads for tracking.",{"claudeCode":12},"REMvisual/claude-handoff","Claude Handoff","https://github.com/REMvisual/claude-handoff",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":229,"workflow":244},1778696514353.0474,"kn75pzr1c7ewqnje6j5kjq1k5n86mrbf","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":205,"prerequisites":206,"promptVersionExtension":210,"promptVersionScoring":211,"purpose":212,"rationale":213,"score":214,"summary":215,"tags":216,"targetMarket":222,"tier":223,"useCases":224},[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 states the problem of losing context between AI coding sessions and provides a solution with the /handoff and /handoffplan skills.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skills offer significant value over default behavior by providing structured context capture, chain tracking, and automated planning, which is beyond simple prompt usage.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skills are designed for production use, capturing session data, creating plans, and providing clear instructions for integration with tools like Git and Beads.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses on session context management and planning, with two distinct but related skills that do not extend into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the functionality of capturing session data and writing a phased implementation plan.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The extension exposes two well-defined, narrow tools: `/handoff` and `/handoffplan`, with no generalist execution tools.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md and README provide clear instructions on usage, prerequisites (like exiting plan mode), and arguments, with no implicit parameters detected.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tools are named descriptively as `/handoff` and `/handoffplan`, clearly indicating their purpose.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Inputs are handled via commands, and outputs are structured files (handoff and plan), with no unnecessary data returned.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The MIT license is clearly stated in the LICENSE file and referenced in the README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on April 24, 2026, well within the last 3 months.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","No third-party dependencies were detected in the provided source files.",{"category":66,"check":67,"severity":63,"summary":68},"Security","Secret Management","The skills do not handle or expose any secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skills focus on capturing and structuring data from the session and do not load or execute untrusted third-party code.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The extension does not fetch external files at runtime or execute remote code. All logic is within the bundled scripts.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skills primarily interact with the Claude Code environment and file system for writing output files, without attempting to modify external paths or system configurations.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached processes or deny-retry loops were detected in the provided scripts.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skills do not read confidential data or make undocumented outbound calls. They focus on session data capture and planning.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks, and descriptions are clean.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The scripts are provided in plain, readable source code and do not use obfuscation techniques like base64 encoding or runtime fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes the presence of the Claude Code environment and standard file system operations for writing output files, which is a reasonable assumption for its context.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 1 open and 0 closed issues in the last 90 days, the low volume indicates good engagement or minimal issues.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The extension provides a GitHub releases link for the latest version, indicating clear versioning.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The skills utilize command-line arguments and internal logic for handling input, and the output is structured files, implying no need for complex schema validation libraries.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skills write files but do not perform destructive operations without clear user direction and context.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The SKILL.md outlines clear error conditions and recovery steps, such as ensuring the user is not in plan mode before running the skill.",{"category":104,"check":114,"severity":24,"summary":115},"Logging","The skills generate output files (handoff and plan) which serve as an audit trail of actions taken.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skills capture session data for planning purposes and do not inherently operate on personal data that requires special sanitization.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The extension is designed for general AI coding assistance and does not have specific regional or jurisdictional limitations.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skills are designed to run within the Claude Code environment and rely on standard file operations, making them broadly portable.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README is comprehensive, explaining the purpose, installation, usage, and functionality of the skills.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The extension exposes two distinct tools, `/handoff` and `/handoffplan`, which falls within the ideal range.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The two tools, `/handoff` and `/handoffplan`, have distinct and non-overlapping functionalities.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as context capture, plan generation, and bead creation, have corresponding implementations described in the documentation and code.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions and usage examples for both skills.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The SKILL.md explicitly lists failure modes and recovery steps, such as advising to exit plan mode before execution.",{"category":147,"check":148,"severity":63,"summary":149},"Execution","Pinned dependencies","No third-party dependencies are used by these skills.",{"category":33,"check":151,"severity":24,"summary":152},"Dry-run preview","The skills focus on generating documentation and plans rather than performing state-changing operations that would require a dry-run mode.",{"category":154,"check":155,"severity":63,"summary":156},"Protocol","Idempotent retry & timeouts","The skills are self-contained and do not involve remote calls or state-changing operations that require idempotency or timeouts.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The extension does not emit telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly defines the purpose (capture session data, write phased plan) and usage (run /handoff, /handoffplan) with clear triggers.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability and provides useful trigger phrases.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured and avoids excessive verbosity, delegating detailed procedures and examples appropriately.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines procedures and links to external concepts like Beads and OpenViking, demonstrating progressive disclosure.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","The skill is not designed for deep exploration that would warrant forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README provides clear usage examples for both `/handoff` and `/handoffplan` commands.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md addresses edge cases such as not being in Claude Code's plan mode and the importance of the handoff's thoroughness.",{"category":104,"check":183,"severity":63,"summary":184},"Tool Fallback","The skill relies on Claude Code's internal environment and does not require external MCP servers or custom tool fallbacks.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The SKILL.md clearly instructs the user to exit Claude Code's plan mode before running the skill, preventing unexpected state conflicts.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skills are self-contained and do not implicitly rely on other skills, though they integrate with external tools like Beads and Git.",1778696514239,"This extension provides two skills, `/handoff` and `/handoffplan`, for Claude Code. The `/handoff` skill captures detailed session data, including goals, approaches, decisions, and evidence, into a structured file. The `/handoffplan` skill builds upon this by creating a phased implementation plan based on the captured handoff data, suitable for future execution. Both skills ensure continuity between AI coding sessions.",[195,196,197,198,199],"Capture detailed session context (goals, attempts, data)","Generate phased implementation plans based on context","Create structured handoff files for continuity","Integrate with task tracking systems (Beads)","Provide clear execution prompts for next sessions",[201,202,203,204],"Replacing Claude Code's built-in plan mode","Executing plans within the same session they were created","Performing automated code execution without user review","Generating generic session summaries without structured data capture",[],[207,208,209],"Claude Code environment","Exit Claude Code's built-in plan mode before running","Git integration for commit history (optional but recommended)","3.0.0","4.4.0","To prevent loss of context between AI coding sessions by capturing detailed session data and generating actionable, phased implementation plans for subsequent work.","All checks passed with positive evidence, indicating high quality and production readiness.",100,"Excellent tool for preserving AI session context and generating actionable plans.",[217,218,219,220,221],"context","planning","session-management","code-review","developer-tools","global","verified",[225,226,227,228],"Saving progress mid-development to resume later","Transitioning between AI agents or sessions","Creating a backlog of work based on research","Ensuring code changes are well-documented and traceable",{"codeQuality":230,"collectedAt":232,"documentation":233,"maintenance":236,"security":241,"testCoverage":243},{"hasLockfile":231},false,1778696489791,{"descriptionLength":234,"readmeSize":235},125,6514,{"closedIssues90d":8,"forks":8,"hasChangelog":237,"openIssues90d":238,"pushedAt":239,"stars":240},true,1,1777062004000,15,{"hasNpmPackage":231,"license":242,"smitheryVerified":231},"MIT",{"hasCi":231,"hasTests":231},{"updatedAt":245},1778696514353,{"basePath":247,"githubOwner":248,"githubRepo":249,"locale":18,"slug":250,"type":251},"skills/handoffplan","REMvisual","claude-handoff","handoffplan","skill",null,{"evaluate":254,"extract":256},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":255,"targetMarket":222,"tier":223},[217,218,219,220,221],{"commitSha":257,"license":242},"HEAD",{"repoId":259},"kd751dv4xqaztg0deehhxazcjn86mynf",{"_creationTime":261,"_id":259,"identity":262,"providers":263,"workflow":309},1778696468125.8628,{"githubOwner":248,"githubRepo":249,"sourceUrl":14},{"classify":264,"discover":291,"github":294},{"commitSha":257,"extensions":265},[266,286],{"basePath":267,"description":268,"displayName":269,"installMethods":270,"rationale":271,"selectedPaths":272,"source":285,"sourceLanguage":18,"type":251},"skills/handoff","Create a structured session handoff when context is running low or work is pausing. Deep context mining, self-validation, multi-file splitting. Captures everything the next session needs.","handoff",{"claudeCode":12},"SKILL.md frontmatter at skills/handoff/skill.md",[273,276,279,281,283],{"path":274,"priority":275},"SKILL.md","mandatory",{"path":277,"priority":278},"references/close-session.md","medium",{"path":280,"priority":278},"references/mining-deep-chunked.md",{"path":282,"priority":278},"references/output-template.md",{"path":284,"priority":278},"references/validation.md","rule",{"basePath":247,"description":10,"displayName":250,"installMethods":287,"rationale":288,"selectedPaths":289,"source":285,"sourceLanguage":18,"type":251},{"claudeCode":12},"SKILL.md frontmatter at skills/handoffplan/skill.md",[290],{"path":274,"priority":275},{"sources":292},[293],"manual",{"closedIssues90d":8,"description":295,"forks":8,"homepage":296,"license":242,"openIssues90d":238,"pushedAt":239,"readmeSize":235,"stars":240,"topics":297},"Claude Code skill for session handoffs — survives context compaction, chain-links across sessions.","https://remrepo.com",[298,299,300,301,302,303,221,304,305,306,217,307,269,308],"agentic-ai","ai-coding-agent","anthropic-claude","claude-code","claude-code-skills","claude-skills","session-handoff","anthropic","compaction","continuity","session",{"classifiedAt":310,"discoverAt":311,"extractAt":312,"githubAt":312,"updatedAt":310},1778696472983,1778696468125,1778696471087,[220,217,221,218,219],{"evaluatedAt":245,"extractAt":315,"updatedAt":316},1778696473190,1778696537692,[],[319,348,379,409,436,466],{"_creationTime":320,"_id":321,"community":322,"display":323,"identity":329,"providers":333,"relations":340,"tags":343,"workflow":344},1778693661691.4373,"k176ahvt49a4bskq406thpyn6x86n6k4",{"reviewCount":8},{"description":324,"installMethods":325,"name":327,"sourceUrl":328},"Rewrites code review comments so they read like a human teammate wrote them. Cuts corporate-AI throat-clearing (\"I noticed...\", \"I was wondering if perhaps...\", \"It might be worth considering...\"). Each comment is direct: location, the issue, a concrete fix. Use when user says \"humanize review\", \"de-slop PR comment\", \"make this feedback sound human\", \"review this PR\", \"code review\", \"/review\", \"/unslop-review\". Auto-triggers when reviewing PRs.\n",{"claudeCode":326},"MohamedAbdallah-14/unslop","unslop-review","https://github.com/MohamedAbdallah-14/unslop",{"basePath":330,"githubOwner":331,"githubRepo":332,"locale":18,"slug":327,"type":251},"skills/unslop-review","MohamedAbdallah-14","unslop",{"evaluate":334,"extract":339},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":335,"targetMarket":222,"tier":223},[336,337,220,338,221],"text-rewriting","ai-detection","natural-language-processing",{"commitSha":257},{"parentExtensionId":341,"repoId":342},"k177fsagh49r77m9y4755zc1mn86m1jm","kd727xcarpnqcat3wd68ms466s86mwkb",[337,220,221,338,336],{"evaluatedAt":345,"extractAt":346,"updatedAt":347},1778693837524,1778693661691,1778693924596,{"_creationTime":349,"_id":350,"community":351,"display":352,"identity":358,"providers":362,"relations":372,"tags":375,"workflow":376},1778695548458.3926,"k172f2ed2j5kxdq8hbw4nszcw186m5xj",{"reviewCount":8},{"description":353,"installMethods":354,"name":356,"sourceUrl":357},"Review a pull request end-to-end using GitHub CLI. Covers diff analysis, commit history review, CI/CD check verification, severity-leveled feedback (blocking/suggestion/nit/praise), and gh pr review submission. Use when a pull request is assigned for review, performing a self-review before requesting others' input, conducting a second review after feedback is addressed, or auditing a merged PR for post-merge quality assessment.\n",{"claudeCode":355},"pjt222/agent-almanac","review-pull-request","https://github.com/pjt222/agent-almanac",{"basePath":359,"githubOwner":360,"githubRepo":361,"locale":18,"slug":356,"type":251},"skills/review-pull-request","pjt222","agent-almanac",{"evaluate":363,"extract":371},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":364,"targetMarket":222,"tier":223},[365,366,367,220,368,369,370],"review","pull-request","github","gh-cli","feedback","pr",{"commitSha":257},{"parentExtensionId":373,"repoId":374},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[220,369,368,367,370,366,365],{"evaluatedAt":377,"extractAt":378,"updatedAt":377},1778700796502,1778695548458,{"_creationTime":380,"_id":381,"community":382,"display":383,"identity":389,"providers":393,"relations":402,"tags":405,"workflow":406},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":384,"installMethods":385,"name":387,"sourceUrl":388},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":386},"Yeachan-Heo/oh-my-claudecode","oh-my-claudecode","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":390,"githubOwner":391,"githubRepo":387,"locale":18,"slug":392,"type":251},"skills/ask","Yeachan-Heo","ask",{"evaluate":394,"extract":401},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":395,"targetMarket":222,"tier":223},[396,397,398,399,220,400],"cli","automation","llm","prompting","artifact-generation",{"commitSha":257,"license":242},{"parentExtensionId":403,"repoId":404},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[400,397,396,220,398,399],{"evaluatedAt":407,"extractAt":408,"updatedAt":407},1778699303045,1778699234184,{"_creationTime":410,"_id":411,"community":412,"display":413,"identity":419,"providers":424,"relations":430,"tags":432,"workflow":433},1778697652123.8804,"k173mjn1bp2a67v1h8qjkv7wn186met8",{"reviewCount":8},{"description":414,"installMethods":415,"name":417,"sourceUrl":418},"Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills.",{"claudeCode":416},"steipete/clawdis","ClawSweeper Skill","https://github.com/steipete/clawdis",{"basePath":420,"githubOwner":421,"githubRepo":422,"locale":18,"slug":423,"type":251},".agents/skills/clawsweeper","steipete","clawdis","clawsweeper",{"evaluate":425,"extract":429},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":426,"targetMarket":222,"tier":223},[367,397,220,427,428],"maintenance","ci-cd",{"commitSha":257,"license":242},{"repoId":431},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[397,428,220,367,427],{"evaluatedAt":434,"extractAt":435,"updatedAt":434},1778697688364,1778697652123,{"_creationTime":437,"_id":438,"community":439,"display":440,"identity":446,"providers":451,"relations":459,"tags":461,"workflow":462},1778691193352.5178,"k175cj68ewyej64segk2xnppss86n5ad",{"reviewCount":8},{"description":441,"installMethods":442,"name":444,"sourceUrl":445},"Revisa pull requests en proyectos Drupal 11 (u otro) siguiendo la metodología Codex (lógica de negocio, edge cases de hooks/queries, seguridad, performance, completitud). Genera un informe .md en la carpeta del IDE detectado (.antigravity/, .cursor/, .vscode/ o docs/) con hallazgos por severidad y soluciones accionables. Usar cuando el usuario pida \"revisión Codex\", \"revisión de PR\", \"revisar PR\", \"revisar PR",{"claudeCode":443},"j4rk0r/claude-skills","Codex PR Review","https://github.com/j4rk0r/claude-skills",{"basePath":447,"githubOwner":448,"githubRepo":303,"locale":449,"slug":450,"type":251},"skills/codex-pr-review","j4rk0r","es","codex-pr-review",{"evaluate":452,"extract":458},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":453,"targetMarket":222,"tier":223},[454,220,366,455,456,457],"drupal","codex","security","quality-assurance",{"commitSha":257,"license":242},{"repoId":460},"kd79shaph0e07035621cxd7x1n86m944",[220,455,454,366,457,456],{"evaluatedAt":463,"extractAt":464,"updatedAt":465},1778691239127,1778691193352,1778691484699,{"_creationTime":467,"_id":468,"community":469,"display":470,"identity":474,"providers":476,"relations":482,"tags":483,"workflow":484},1778691193352.5176,"k17fczm34j9645kq7jcp1b4hss86mz0t",{"reviewCount":8},{"description":471,"installMethods":472,"name":473,"sourceUrl":445},"Revisa el diff de la rama actual frente a develop en proyectos Drupal 11 siguiendo la metodología Codex (lógica de negocio, edge cases de hooks/queries, seguridad, performance, completitud). Genera un informe .md en la carpeta del IDE detectado (.antigravity/, .cursor/, .vscode/ o docs/) con hallazgos por severidad y soluciones accionables. Usar cuando el usuario pida \"Revisión diff develop\", \"revisión diff develop\", \"diff develop\", \"revisar diff\", \"codex diff\" o expresiones similares con intención de auditar cambios contra develop. Triggers: diff develop, codex diff, revisión diff, lint diff develop, auditar diff.",{"claudeCode":443},"codex-diff-develop",{"basePath":475,"githubOwner":448,"githubRepo":303,"locale":449,"slug":473,"type":251},"skills/codex-diff-develop",{"evaluate":477,"extract":481},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":478,"targetMarket":222,"tier":223},[454,220,479,456,480,221],"diff","auditing",{"commitSha":257},{"repoId":460},[480,220,221,479,454,456],{"evaluatedAt":485,"extractAt":464,"updatedAt":485},1778691216358]