[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-max-sixty-worktrunk-en":3,"guides-for-max-sixty-worktrunk":580,"similar-k179yhwfc40wgxy4m029x0vap986mprb-en":581},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":260,"isFallback":251,"parentExtension":265,"providers":320,"relations":324,"repo":325,"tags":577,"workflow":578},1778692878074.8357,"k179yhwfc40wgxy4m029x0vap986mprb",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Guidance for Worktrunk (the `wt` CLI) — git worktree management, hooks, and config. Load when editing .config/wt.toml or ~/.config/worktrunk/config.toml; adding, modifying, or debugging hooks (post-merge, post-start, pre-commit, pre-merge, post-switch, etc.); configuring commit message generation or command aliases; or troubleshooting wt behavior. Also answers general worktrunk/wt questions.",{"claudeCode":12},"max-sixty/worktrunk","Worktrunk","https://github.com/max-sixty/worktrunk",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":241,"workflow":258},1778693017043.3406,"kn76f4aryx5dqe9z33njmke3gd86nj8x","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":203,"practices":207,"prerequisites":211,"promptVersionExtension":215,"promptVersionScoring":216,"purpose":217,"rationale":218,"score":219,"summary":220,"tags":221,"targetMarket":227,"tier":228,"useCases":229,"workflow":234},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,112,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,188,192],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of managing git worktrees and their associated configurations, hooks, and commit message generation, specifically for users of the Worktrunk CLI.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","Worktrunk offers significant value beyond default Git behavior by simplifying complex worktree management with a focused CLI, including features like automated hook execution and LLM-generated commit messages.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension is production-ready, providing comprehensive functionality for git worktree management, including setup, workflow automation via hooks, and integration with AI agents.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses solely on git worktree management and related configurations and workflows, without extending into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description is concise, readable, and accurately reflects the extension's capabilities and intended use cases for Worktrunk CLI users.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","Tools are scoped as specific verb-noun operations (e.g., `switch`, `list`, `remove`) related to worktree management, rather than a single generalist execution tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","Configuration options and parameters for both user and project configs, including precedence and defaults, are detailed in the provided reference files and linked within the SKILL.md.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names like `switch`, `list`, `remove`, and `merge` are descriptive, kebab-case, and specific to the worktree domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Tool parameters and responses are focused on worktree management tasks, requesting only necessary data and returning specific outcomes without excessive diagnostic dumps.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is dual-licensed under MIT and Apache-2.0, with clear SPDX identifiers present in the LICENSE file and referenced in the SKILL.md.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits, with the last commit on the default branch in 2026-05-13, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project uses Cargo for dependency management and includes CI for ensuring stability, indicating good practices for handling dependencies.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The extension does not appear to handle or expose secrets directly; its operations are focused on file system and Git operations.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The extension is designed to treat file content and commands as data, with clear instructions on handling configurations and hooks, and the SKILL.md references external files as documentation, not executable instructions.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The extension bundles all necessary code and scripts; it does not fetch external content at runtime to execute.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The extension operates within the project's directory and configuration paths, not attempting to modify files outside its designated scope.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No evidence of detached process spawns or retry loops around denied tool calls was found in the provided documentation.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The extension's functionality is focused on local Git operations and configuration management, with no apparent mechanism for exfiltrating confidential data.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content and documentation appear free of hidden steering tricks, control characters, or invisible Unicode sequences.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The bundled scripts and documentation do not indicate the use of obfuscation techniques like base64 encoding or runtime script fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The extension handles paths using templates and relative paths, and its documentation guides users on configuration file locations.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 13 open and 284 closed issues in the last 90 days, the closure rate is high, indicating active and responsive maintainership.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The project clearly indicates versioning via crates.io and GitHub releases, ensuring a detectable and meaningful version signal.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","The underlying CLI tool, Worktrunk, is written in Rust and likely employs robust validation and sanitization for its arguments and operations.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","Destructive operations like removing worktrees are guarded by explicit commands and confirmation steps, with clear warnings provided.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The CLI's design and documentation suggest comprehensive error handling, with clear messages and guidance for troubleshooting.",{"category":103,"check":113,"severity":114,"summary":115},"Logging","not_applicable","This check is not applicable as the extension is a CLI tool and doesn't have a persistent audit log mechanism in the traditional sense.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The extension operates on Git and file system configurations, not personal data, making GDPR compliance not directly applicable.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The extension is designed for general git worktree management and has no regional or jurisdictional limitations, making it globally applicable.",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","The extension is built with Rust and targets common shells (bash, zsh, etc.) with clear installation instructions for various platforms, ensuring broad runtime stability.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README file is comprehensive, detailing the extension's purpose, features, installation, and usage examples.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The extension exposes a focused set of tools (switch, list, remove, merge, config, step) which is within the recommended range.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The tools provided have distinct functions (e.g., `switch`, `list`, `remove`, `merge`), avoiding near-synonym redundancy.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All features advertised in the README and SKILL.md appear to have corresponding commands or documented functionalities within the Worktrunk CLI.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","Installation instructions are provided for multiple package managers (Homebrew, Cargo, winget, pacman, conda) with clear copy-paste examples and shell integration setup.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The SKILL.md and README provide guidance on troubleshooting and understanding Worktrunk's output, implying actionable error messages.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The project uses Cargo for Rust dependencies and includes a lockfile via `cargo install`, indicating pinned dependencies.",{"category":33,"check":151,"severity":114,"summary":152},"Dry-run preview","The extension is primarily a CLI tool managing local files and git state; dry-run functionality isn't explicitly required or listed for its core operations.",{"category":154,"check":155,"severity":114,"summary":156},"Protocol","Idempotent retry & timeouts","The extension focuses on local file and Git operations; explicit retry or timeout mechanisms for external calls are not applicable.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","There is no mention of telemetry being collected or transmitted by Worktrunk; the focus is on local CLI operations.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The SKILL.md and README clearly state the purpose of managing git worktrees with Worktrunk, including specific triggers and configuration tasks, with explicit boundaries.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The SKILL.md frontmatter is concise, containing key information about the extension's purpose and triggers without excessive keyword stuffing.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md content is well-structured and delegates deeper material to reference files, keeping the main document concise.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md effectively uses relative links to reference files for detailed documentation on configuration, hooks, and commands.",{"category":170,"check":174,"severity":114,"summary":175},"Forked exploration","This skill is a CLI tool for Git operations, not an exploration or deep code review tool, so `context: fork` is not applicable.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README and SKILL.md provide numerous clear, end-to-end examples for core commands, setup, and advanced workflows.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md and documentation address potential issues like hook approvals in non-interactive sessions, command validation, and configuration precedence, providing recovery steps.",{"category":103,"check":183,"severity":114,"summary":184},"Tool Fallback","The extension is a standalone CLI tool and does not rely on optional external MCP servers or tools with fallbacks.",{"category":91,"check":186,"severity":24,"summary":187},"Stack assumptions","The extension declares its stack assumptions (Rust, Cargo, standard shells) and provides installation instructions for multiple platforms and package managers.",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The documentation emphasizes conservative permission models for user config and proactive, reversible changes for project config, implying halts on unexpected states.",{"category":91,"check":193,"severity":24,"summary":194},"Cross-skill coupling","The extension is self-contained for git worktree management; it references external documentation and tools but does not implicitly rely on other specific skills being loaded.",1778693016917,"Worktrunk is a CLI tool that simplifies git worktree management by providing intuitive commands for creating, switching, listing, and removing worktrees. It integrates with AI agents and automates local workflows through hooks and LLM-generated commit messages.",[198,199,200,201,202],"Simplified git worktree management (add, switch, remove)","Automated workflow execution via hooks (pre-start, post-merge, etc.)","LLM-generated commit messages","Integration with AI agents for parallel task execution","Configuration management for user and project-specific settings",[204,205,206],"Directly managing Git repositories themselves (focus is on worktrees)","Replacing core Git functionality (enhances it)","Handling CI/CD pipeline orchestration (focuses on local development workflows)",[208,209,210],"Git workflow automation","Developer productivity","Configuration management",[212,213,214],"Git CLI","Worktrunk CLI installed","Optional: LLM tools (e.g., Claude Code) for commit generation","3.0.0","4.4.0","To streamline and enhance the management of multiple Git worktrees, enabling developers and AI agents to work efficiently in parallel without stepping on each other's toes.","The extension exhibits exceptionally high quality across all evaluated criteria, with a strong emphasis on clear documentation, robust functionality, security, and active maintenance. All checks passed or were not applicable, reflecting a polished and reliable tool.",96,"A high-quality, production-ready CLI tool for advanced git worktree management with extensive documentation.",[222,223,224,225,226],"git","worktree","cli","automation","developer-tools","global","verified",[230,231,232,233],"Managing multiple parallel development tasks or AI agent worktrees","Automating project setup and quality checks with Git hooks","Generating commit messages using AI","Switching between different branches and worktrees efficiently",[235,236,237,238,239,240],"Detect user intent for worktree management or configuration.","Determine whether user config or project config is relevant.","Execute `wt` commands for switching, creating, listing, or removing worktrees.","Apply or suggest hooks for project-specific automation.","Generate commit messages using LLM integration when requested.","Provide guidance or execute troubleshooting steps based on `wt` output.",{"codeQuality":242,"collectedAt":244,"documentation":245,"maintenance":248,"security":255,"testCoverage":257},{"hasLockfile":243},true,1778692999039,{"descriptionLength":246,"readmeSize":247},394,13477,{"closedIssues90d":249,"forks":250,"hasChangelog":251,"openIssues90d":252,"pushedAt":253,"stars":254},284,177,false,13,1778691420000,5059,{"hasNpmPackage":251,"license":256,"smitheryVerified":251},"NOASSERTION",{"hasCi":243,"hasTests":243},{"updatedAt":259},1778693017043,{"basePath":261,"githubOwner":262,"githubRepo":263,"locale":18,"slug":263,"type":264},"skills/worktrunk","max-sixty","worktrunk","skill",{"_creationTime":266,"_id":267,"community":268,"display":269,"identity":272,"parentExtension":275,"providers":305,"relations":315,"tags":316,"workflow":317},1778692878074.8347,"k178v80t9azwkv73nsx1a4r35n86m226",{"reviewCount":8},{"description":270,"installMethods":271,"name":13,"sourceUrl":14},"Worktrunk is a CLI for Git worktree management, designed for parallel AI agent workflows. This plugin provides configuration guidance (LLM commit messages, project hooks, worktree paths) and automatic activity tracking (🤖/💬 indicators in `wt list` showing active Claude sessions).",{"claudeCode":263},{"basePath":273,"githubOwner":262,"githubRepo":263,"locale":18,"slug":263,"type":274},"","plugin",{"_creationTime":276,"_id":277,"community":278,"display":279,"identity":282,"providers":284,"relations":298,"tags":300,"workflow":301},1778692878074.8345,"k17933gw8zcjnsjg1xt0r1t2a586n11x",{"reviewCount":8},{"description":280,"installMethods":281,"name":263,"sourceUrl":14},"Claude Code plugin for Worktrunk, a CLI for Git worktree management",{"claudeCode":12},{"basePath":273,"githubOwner":262,"githubRepo":263,"locale":18,"slug":263,"type":283},"marketplace",{"evaluate":285,"extract":292},{"promptVersionExtension":286,"promptVersionScoring":216,"score":287,"tags":288,"targetMarket":227,"tier":228},"3.1.0",98,[222,224,289,226,290,291],"workflow","code-management","ai-agent-workflow",{"commitSha":293,"marketplace":294,"plugin":296},"HEAD",{"name":263,"pluginCount":295},1,{"mcpCount":8,"provider":297,"skillCount":8},"classify",{"repoId":299},"kd735mff6mvfxbagjk8sv9pg9s86ngdh",[291,224,290,226,222,289],{"evaluatedAt":302,"extractAt":303,"updatedAt":304},1778692904798,1778692878074,1778693214308,{"evaluate":306,"extract":311},{"promptVersionExtension":215,"promptVersionScoring":216,"score":307,"tags":308,"targetMarket":227,"tier":228},99,[222,223,224,309,225,310],"ai-agent","developer-tool",{"commitSha":293,"license":312,"plugin":313},"MIT OR Apache-2.0",{"mcpCount":8,"provider":297,"skillCount":314},2,{"parentExtensionId":277,"repoId":299},[309,225,224,310,222,223],{"evaluatedAt":318,"extractAt":303,"updatedAt":319},1778692927488,1778693214478,{"evaluate":321,"extract":323},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":322,"targetMarket":227,"tier":228},[222,223,224,225,226],{"commitSha":293,"license":312},{"parentExtensionId":267,"repoId":299},{"_creationTime":326,"_id":299,"identity":327,"providers":328,"workflow":573},1778692872680.5015,{"githubOwner":262,"githubRepo":263,"sourceUrl":14},{"classify":329,"discover":562,"github":565},{"commitSha":293,"extensions":330},[331,344,357,366,378,386,391,399,548,555],{"basePath":273,"description":280,"displayName":263,"installMethods":332,"rationale":333,"selectedPaths":334,"source":343,"sourceLanguage":18,"type":283},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[335,338,340],{"path":336,"priority":337},".claude-plugin/marketplace.json","mandatory",{"path":339,"priority":337},"README.md",{"path":341,"priority":342},"LICENSE","high","rule",{"basePath":273,"description":270,"displayName":263,"installMethods":345,"rationale":346,"selectedPaths":347,"source":343,"sourceLanguage":18,"type":274},{"claudeCode":263},"plugin manifest at .claude-plugin/plugin.json",[348,350,351,352,355],{"path":349,"priority":337},".claude-plugin/plugin.json",{"path":339,"priority":337},{"path":341,"priority":342},{"path":353,"priority":354},"skills/worktrunk/SKILL.md","medium",{"path":356,"priority":354},"skills/wt-switch-create/SKILL.md",{"basePath":358,"description":359,"displayName":360,"installMethods":361,"rationale":362,"selectedPaths":363,"source":343,"sourceLanguage":18,"type":264},".claude/skills/release","Worktrunk release workflow. Use when user asks to \"do a release\", \"release a new version\", \"cut a release\", or wants to publish a new version to crates.io and GitHub.","release",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/release/SKILL.md",[364],{"path":365,"priority":337},"SKILL.md",{"basePath":367,"description":368,"displayName":369,"installMethods":370,"rationale":371,"selectedPaths":372,"source":343,"sourceLanguage":18,"type":264},".claude/skills/running-tend","Worktrunk-specific guidance for tend CI workflows. Adds codecov polling, Rust test commands, labels, and review criteria on top of the generic tend-* skills. Use when operating in CI.","running-tend",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/running-tend/SKILL.md",[373,374,376],{"path":365,"priority":337},{"path":375,"priority":354},"references/nightly-cleaner.md",{"path":377,"priority":354},"references/review-pr.md",{"basePath":379,"description":380,"displayName":381,"installMethods":382,"rationale":383,"selectedPaths":384,"source":343,"sourceLanguage":18,"type":264},".claude/skills/writing-user-outputs","CLI output formatting standards for worktrunk. Load before editing any code that calls warning_message, hint_message, error_message, info_message, eprintln, or println, or that produces strings the user will see (CLI help, progress UI, snapshot text). Documents ANSI color nesting rules, message patterns, and output system architecture.","writing-user-outputs",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/writing-user-outputs/SKILL.md",[385],{"path":365,"priority":337},{"basePath":261,"description":10,"displayName":263,"installMethods":387,"rationale":388,"selectedPaths":389,"source":343,"sourceLanguage":18,"type":264},{"claudeCode":12},"SKILL.md frontmatter at skills/worktrunk/SKILL.md",[390],{"path":365,"priority":337},{"basePath":392,"description":393,"displayName":394,"installMethods":395,"rationale":396,"selectedPaths":397,"source":343,"sourceLanguage":18,"type":264},"skills/wt-switch-create","Create a new worktrunk worktree (optionally in another repo) and switch this session's working directory into it. Use when launching a session that should work in its own worktree (e.g. `/wt-switch-create my-branch -- \u003Ctask>`, or `/wt-switch-create my-branch ~/workspace/other-repo -- \u003Ctask>`), or mid-session to move work into a fresh branch.","wt-switch-create",{"claudeCode":12},"SKILL.md frontmatter at skills/wt-switch-create/SKILL.md",[398],{"path":365,"priority":337},{"basePath":273,"installMethods":400,"rationale":401,"selectedPaths":402,"source":343,"sourceLanguage":18,"type":224},{"cargo":263},"cli ecosystem detected at /",[403,405,406,407,409,411,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462,464,466,468,470,472,474,476,478,480,482,484,486,488,490,492,494,496,498,500,502,504,506,508,510,512,514,516,518,520,522,524,526,528,530,532,534,536,538,540,542,544,546],{"path":404,"priority":337},"Cargo.toml",{"path":339,"priority":337},{"path":341,"priority":342},{"path":408,"priority":354},"src/main.rs",{"path":410,"priority":354},"src/git_wt.rs",{"path":412,"priority":413},"src/lib.rs","low",{"path":415,"priority":413},"src/commands/alias.rs",{"path":417,"priority":413},"src/commands/command_approval.rs",{"path":419,"priority":413},"src/commands/command_executor.rs",{"path":421,"priority":413},"src/commands/commit.rs",{"path":423,"priority":413},"src/commands/config/alias.rs",{"path":425,"priority":413},"src/commands/config/approvals.rs",{"path":427,"priority":413},"src/commands/config/create.rs",{"path":429,"priority":413},"src/commands/config/hints.rs",{"path":431,"priority":413},"src/commands/config/mod.rs",{"path":433,"priority":413},"src/commands/config/opencode.rs",{"path":435,"priority":413},"src/commands/config/plugins.rs",{"path":437,"priority":413},"src/commands/config/show.rs",{"path":439,"priority":413},"src/commands/config/state.rs",{"path":441,"priority":413},"src/commands/config/update.rs",{"path":443,"priority":413},"src/commands/configure_shell.rs",{"path":445,"priority":413},"src/commands/context.rs",{"path":447,"priority":413},"src/commands/custom.rs",{"path":449,"priority":413},"src/commands/eval.rs",{"path":451,"priority":413},"src/commands/for_each.rs",{"path":453,"priority":413},"src/commands/hook_announcement.rs",{"path":455,"priority":413},"src/commands/hook_commands.rs",{"path":457,"priority":413},"src/commands/hook_filter.rs",{"path":459,"priority":413},"src/commands/hooks.rs",{"path":461,"priority":413},"src/commands/init.rs",{"path":463,"priority":413},"src/commands/list/columns.rs",{"path":465,"priority":413},"src/commands/list/json_output.rs",{"path":467,"priority":413},"src/commands/list/layout.rs",{"path":469,"priority":413},"src/commands/list/mod.rs",{"path":471,"priority":413},"src/commands/list/progressive.rs",{"path":473,"priority":413},"src/commands/list/progressive_table.rs",{"path":475,"priority":413},"src/commands/list/render.rs",{"path":477,"priority":413},"src/commands/list/spacing_test.rs",{"path":479,"priority":413},"src/commands/merge.rs",{"path":481,"priority":413},"src/commands/mod.rs",{"path":483,"priority":413},"src/commands/picker/items.rs",{"path":485,"priority":413},"src/commands/picker/log_formatter.rs",{"path":487,"priority":413},"src/commands/picker/mod.rs",{"path":489,"priority":413},"src/commands/picker/pager.rs",{"path":491,"priority":413},"src/commands/picker/preview.rs",{"path":493,"priority":413},"src/commands/picker/preview_cache.rs",{"path":495,"priority":413},"src/commands/picker/preview_orchestrator.rs",{"path":497,"priority":413},"src/commands/picker/progressive_handler.rs",{"path":499,"priority":413},"src/commands/picker/summary.rs",{"path":501,"priority":413},"src/commands/pipeline_spec.rs",{"path":503,"priority":413},"src/commands/process.rs",{"path":505,"priority":413},"src/commands/project_config.rs",{"path":507,"priority":413},"src/commands/relocate.rs",{"path":509,"priority":413},"src/commands/repository_ext.rs",{"path":511,"priority":413},"src/commands/run_pipeline.rs",{"path":513,"priority":413},"src/commands/statusline.rs",{"path":515,"priority":413},"src/commands/step/commit.rs",{"path":517,"priority":413},"src/commands/step/copy_ignored.rs",{"path":519,"priority":413},"src/commands/step/diff.rs",{"path":521,"priority":413},"src/commands/step/mod.rs",{"path":523,"priority":413},"src/commands/step/promote.rs",{"path":525,"priority":413},"src/commands/step/prune.rs",{"path":527,"priority":413},"src/commands/step/rebase.rs",{"path":529,"priority":413},"src/commands/step/relocate.rs",{"path":531,"priority":413},"src/commands/step/shared.rs",{"path":533,"priority":413},"src/commands/step/squash.rs",{"path":535,"priority":413},"src/commands/template_vars.rs",{"path":537,"priority":413},"src/commands/worktree/finish.rs",{"path":539,"priority":413},"src/commands/worktree/hooks.rs",{"path":541,"priority":413},"src/commands/worktree/mod.rs",{"path":543,"priority":413},"src/commands/worktree/push.rs",{"path":545,"priority":413},"src/commands/worktree/resolve.rs",{"path":547,"priority":413},"src/commands/worktree/switch.rs",{"basePath":549,"installMethods":550,"rationale":552,"selectedPaths":553,"source":343,"sourceLanguage":18,"type":224},"tests/helpers/mock-stub",{"cargo":551},"mock-stub","cli ecosystem detected at tests/helpers/mock-stub",[554],{"path":404,"priority":337},{"basePath":556,"installMethods":557,"rationale":559,"selectedPaths":560,"source":343,"sourceLanguage":18,"type":224},"tests/helpers/wt-perf",{"cargo":558},"wt-perf","cli ecosystem detected at tests/helpers/wt-perf",[561],{"path":404,"priority":337},{"sources":563},[564],"manual",{"closedIssues90d":249,"description":566,"forks":250,"homepage":567,"license":256,"openIssues90d":252,"pushedAt":253,"readmeSize":247,"stars":254,"topics":568},"Worktrunk is a CLI for Git worktree management, designed for parallel AI agent workflows","https://worktrunk.dev",[569,570,571,226,222,572],"agents","claude-code","codex","worktrees",{"classifiedAt":574,"discoverAt":575,"extractAt":576,"githubAt":576,"updatedAt":574},1778692877791,1778692872680,1778692875931,[225,224,226,222,223],{"evaluatedAt":259,"extractAt":303,"updatedAt":579},1778693215704,[],[582,612,637,659,688,709],{"_creationTime":583,"_id":584,"community":585,"display":586,"identity":592,"providers":597,"relations":605,"tags":608,"workflow":609},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":587,"installMethods":588,"name":590,"sourceUrl":591},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":589},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":593,"githubOwner":594,"githubRepo":595,"locale":18,"slug":596,"type":264},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":598,"extract":603},{"promptVersionExtension":215,"promptVersionScoring":216,"score":599,"tags":600,"targetMarket":227,"tier":228},100,[222,601,289,602,225,224,310],"development-environment","tmux",{"commitSha":293,"license":604},"MIT",{"parentExtensionId":606,"repoId":607},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[225,224,310,601,222,602,289],{"evaluatedAt":610,"extractAt":611,"updatedAt":610},1778699613343,1778699234184,{"_creationTime":613,"_id":614,"community":615,"display":616,"identity":622,"providers":626,"relations":631,"tags":633,"workflow":634},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":617,"installMethods":618,"name":620,"sourceUrl":621},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":619},"steipete/clawdis","github","https://github.com/steipete/clawdis",{"basePath":623,"githubOwner":624,"githubRepo":625,"locale":18,"slug":620,"type":264},"skills/github","steipete","clawdis",{"evaluate":627,"extract":630},{"promptVersionExtension":215,"promptVersionScoring":216,"score":599,"tags":628,"targetMarket":227,"tier":228},[620,224,629,226,225],"api",{"commitSha":293},{"repoId":632},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[629,225,224,226,620],{"evaluatedAt":635,"extractAt":636,"updatedAt":635},1778698569289,1778697652123,{"_creationTime":638,"_id":639,"community":640,"display":641,"identity":644,"providers":647,"relations":655,"tags":656,"workflow":657},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":642,"installMethods":643,"name":595,"sourceUrl":591},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":589},{"basePath":645,"githubOwner":594,"githubRepo":595,"locale":18,"slug":646,"type":264},"skills/ask","ask",{"evaluate":648,"extract":654},{"promptVersionExtension":215,"promptVersionScoring":216,"score":599,"tags":649,"targetMarket":227,"tier":228},[224,225,650,651,652,653],"llm","prompting","code-review","artifact-generation",{"commitSha":293,"license":604},{"parentExtensionId":606,"repoId":607},[653,225,224,652,650,651],{"evaluatedAt":658,"extractAt":611,"updatedAt":658},1778699303045,{"_creationTime":660,"_id":661,"community":662,"display":663,"identity":669,"providers":674,"relations":681,"tags":683,"workflow":684},1778699106670.4268,"k179cgk616p3xva37r5jqsfwvh86mcp2",{"reviewCount":8},{"description":664,"installMethods":665,"name":667,"sourceUrl":668},"Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.",{"claudeCode":666},"xixu-me/skills","Use My Browser","https://github.com/xixu-me/skills",{"basePath":670,"githubOwner":671,"githubRepo":672,"locale":18,"slug":673,"type":264},"skills/use-my-browser","xixu-me","skills","use-my-browser",{"evaluate":675,"extract":680},{"promptVersionExtension":215,"promptVersionScoring":216,"score":599,"tags":676,"targetMarket":227,"tier":228},[677,678,225,679,226],"browser","debugging","ux",{"commitSha":293,"license":604},{"repoId":682},"kd77r2vb42jmgam0qbr9f2c6kn86mebv",[225,677,678,226,679],{"evaluatedAt":685,"extractAt":686,"updatedAt":687},1778699261239,1778699106670,1778699384978,{"_creationTime":689,"_id":690,"community":691,"display":692,"identity":696,"providers":698,"relations":705,"tags":706,"workflow":707},1778697652123.8857,"k179k1n5nw0md1x1j3dak31evn86mb5f",{"reviewCount":8},{"description":693,"installMethods":694,"name":695,"sourceUrl":621},"Use when reviewing, reproducing, or proving OpenClaw Telegram behavior with a real Telegram user on Crabbox, including PR review workflows that need an agent-controlled Telegram Desktop recording, TDLib user-driver commands, Convex-leased credentials, WebVNC observation, and motion-trimmed artifacts.",{"claudeCode":619},"telegram-crabbox-e2e-proof",{"basePath":697,"githubOwner":624,"githubRepo":625,"locale":18,"slug":695,"type":264},".agents/skills/telegram-crabbox-e2e-proof",{"evaluate":699,"extract":704},{"promptVersionExtension":215,"promptVersionScoring":216,"score":599,"tags":700,"targetMarket":227,"tier":228},[701,702,225,703,224],"testing","telegram","qa",{"commitSha":293},{"repoId":632},[225,224,703,702,701],{"evaluatedAt":708,"extractAt":636,"updatedAt":708},1778698038113,{"_creationTime":710,"_id":711,"community":712,"display":713,"identity":717,"providers":719,"relations":725,"tags":726,"workflow":727},1778697652123.8845,"k17bexjjjsz81ysk7bd3ggdm8s86mt2t",{"reviewCount":8},{"description":714,"installMethods":715,"name":716,"sourceUrl":621},"Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.",{"claudeCode":619},"openclaw-testing",{"basePath":718,"githubOwner":624,"githubRepo":625,"locale":18,"slug":716,"type":264},".agents/skills/openclaw-testing",{"evaluate":720,"extract":724},{"promptVersionExtension":215,"promptVersionScoring":216,"score":599,"tags":721,"targetMarket":227,"tier":228},[701,722,723,225,226],"ci","validation",{"commitSha":293},{"repoId":632},[225,722,226,701,723],{"evaluatedAt":728,"extractAt":636,"updatedAt":728},1778697962962]