[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-rohitg00-parallel-worktrees-en":3,"guides-for-rohitg00-parallel-worktrees":817,"similar-k17drc17bdfaqm7jvsy3ph2t6h86mr5a-en":818},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":247,"isFallback":238,"parentExtension":253,"providers":315,"relations":319,"repo":320,"tags":815,"workflow":816},1778696595410.566,"k17drc17bdfaqm7jvsy3ph2t6h86mr5a",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Create and manage git worktrees for parallel coding sessions with zero dead time. Use when blocked on tests, builds, wanting to work on multiple branches, context switching, or exploring multiple approaches simultaneously.",{"claudeCode":12},"rohitg00/pro-workflow","Parallel Worktrees","https://github.com/rohitg00/pro-workflow",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":228,"workflow":245},1778696896505.05,"kn73yrwrwzj9vvwtkhyndyhx9986ng1w","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":199,"practices":202,"prerequisites":203,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":216,"tier":217,"useCases":218,"workflow":223},[21,26,29,32,36,39,43,48,51,54,58,62,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 identifies the problem of 'dead time' in parallel coding sessions due to waiting on tests, builds, or context switching, and states the solution of using git worktrees.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a significant improvement over basic git commands by providing integrated Claude Code extras for automatic worktree management, subagent isolation, and context switching shortcuts.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete workflow for creating, managing, and cleaning up git worktrees, directly addressing the stated use case of parallel coding sessions without dead time.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused on managing git worktrees for parallel coding, a single, coherent workflow.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's purpose and use cases, clearly stating it's for managing git worktrees to reduce dead time during parallel coding.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill exposes a single, well-defined tool (`git worktree`) with specific, narrow actions like `add`, `remove`, and `list`, which are clearly scoped.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","not_applicable","The skill primarily relies on standard git commands and Claude Code's integrated CLI, with no custom parameters or configuration files requiring documentation.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The skill uses standard, descriptive git commands for its operations.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The skill's inputs are standard git command arguments, and its outputs are the expected results of git worktree operations, which are minimal and directly related to the task.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under MIT, as indicated by the shield in the README and the LICENSE file.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on 2026-05-12, which is within the last 3 months.",{"category":59,"check":63,"severity":46,"summary":64},"Dependency Management","The skill is a set of scripts and documentation that primarily leverage existing system tools (git) and Claude Code's environment, with no apparent third-party dependencies requiring management.",{"category":66,"check":67,"severity":46,"summary":68},"Security","Secret Management","The skill does not handle or expose any secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill uses standard git commands and does not appear to load or execute untrusted third-party data.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on core git functionality and does not fetch or execute external code or data at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within the standard git command-line environment and does not attempt to modify files outside of the project's worktrees.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached process spawns or deny-retry loops were detected in the scripts.",{"category":66,"check":82,"severity":46,"summary":83},"Data Exfiltration","The skill does not interact with external services or handle confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks, and descriptions use clean printable ASCII.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill does not use obfuscated code, base64 payloads, or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill relies on standard git functionality and does not make assumptions about specific project directory structures beyond the standard Git repository.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There are 0 open issues and 5 closed issues in the last 90 days, indicating good maintainer engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The project has a meaningful versioning scheme indicated by the npm version shield and the presence of a `LICENSE` file.",{"category":104,"check":105,"severity":46,"summary":106},"Code Execution","Validation","The skill utilizes standard git commands, and input validation is handled by git itself.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","While `git worktree remove` is destructive, it requires explicit user invocation and confirmation, aligning with safe practices.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","Standard git command error handling is relied upon, which provides clear messages and non-zero exit codes for failures.",{"category":104,"check":114,"severity":46,"summary":115},"Logging","This skill does not perform destructive actions or outbound calls that would require a dedicated local audit log.",{"category":117,"check":118,"severity":46,"summary":119},"Compliance","GDPR","The skill does not operate on personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill uses standard Git commands and is globally applicable without any regional or jurisdictional limitations.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on Git, which is cross-platform, and the associated Claude Code integration is standard.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README file is comprehensive and clearly states the extension's purpose, features, and usage.",{"category":33,"check":130,"severity":46,"summary":131},"Tool surface size","This skill primarily utilizes existing `git worktree` commands, rather than exposing a large number of new tools.",{"category":40,"check":133,"severity":46,"summary":134},"Overlapping near-synonym tools","The skill leverages core git commands, and there are no overlapping or near-synonym tools exposed.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as worktree creation and management, correspond directly to available git commands and Claude Code integrations.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","Installation instructions are provided in the README, including copy-paste examples for Claude Code and other methods.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The skill relies on standard Git error messages, which are typically actionable and provide context for failures.",{"category":147,"check":148,"severity":46,"summary":149},"Execution","Pinned dependencies","The skill does not have third-party dependencies that require pinning.",{"category":33,"check":151,"severity":46,"summary":152},"Dry-run preview","The skill's primary destructive command (`git worktree remove`) requires explicit confirmation, and other operations are informative rather than state-changing in a way that necessitates a dry-run.",{"category":154,"check":155,"severity":46,"summary":156},"Protocol","Idempotent retry & timeouts","The skill operates locally using git commands and does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":117,"check":158,"severity":46,"summary":159},"Telemetry opt-in","The skill does not emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill's purpose is clearly stated as creating and managing git worktrees for parallel coding, with specific triggers for use and explicit boundaries.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise, clearly stating the core capability and trigger phrases.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is concise, delegating details to commands and usage patterns, and staying well under token limits.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md is concise, outlining the workflow and commands, with no indication of large embedded material that would require progressive disclosure.",{"category":170,"check":174,"severity":46,"summary":175},"Forked exploration","This skill is not an exploration-heavy skill that would benefit from or require `context: fork`.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README provides clear usage examples for both Claude Code and standard command line, demonstrating worktree creation and management.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The 'Guardrails' section in SKILL.md addresses potential edge cases like verifying changes before removal and the importance of cleanup, along with a limitation about editing the same files.",{"category":104,"check":183,"severity":46,"summary":184},"Tool Fallback","The skill relies on the core `git` command and Claude Code's integrated terminal, which are fundamental and do not have fallback requirements.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The 'Guardrails' section implicitly guides users to ensure a clean state (committed changes) before destructive operations like removing worktrees.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","This skill is self-contained and does not implicitly rely on other skills; its functionality is independent.",1778696896309,"This skill provides commands and integrations to create, manage, and clean up Git worktrees, enabling parallel coding sessions with minimal downtime. It includes Claude Code-specific features for automation and adheres to standard Git operations.",[195,196,197,198],"Create and manage isolated Git worktrees","Automated worktree setup/cleanup for Claude Code","Supports parallel development on multiple branches","Integrates with Claude Code for subagent isolation",[200,201],"This skill does not manage Git repositories themselves, only worktrees within an existing repository.","It does not provide complex branching strategies or merge conflict resolution beyond standard Git capabilities.",[],[],"3.0.0","4.4.0","To enable developers to maintain parallel coding sessions efficiently by managing Git worktrees, eliminating dead time during long-running tasks or context switching.","High score due to comprehensive documentation, clear purpose, and reliance on robust core tooling (Git). Minor points for potentially not explicitly documenting standard Git error behavior, but overall excellent quality.",95,"Excellent skill for managing Git worktrees, enhancing parallel coding efficiency with clear instructions and safe practices.",[211,212,213,214,215],"git","workflow","development","version-control","parallel-coding","global","verified",[219,220,221,222],"When blocked on tests or builds, start a new feature in a worktree.","Explore multiple approaches simultaneously in separate worktrees.","Switch context between review and new development without interference.","Maintain parallel coding sessions with zero dead time.",[224,225,226,227],"List current worktrees (`git worktree list`).","Create a new worktree for a parallel task (`git worktree add`).","Open a new editor/terminal session in the created worktree.","When finished, clean up the worktree (`git worktree remove` or `git worktree prune`).",{"codeQuality":229,"collectedAt":231,"documentation":232,"maintenance":235,"popularity":241,"security":243,"testCoverage":244},{"hasLockfile":230},true,1778696881636,{"descriptionLength":233,"readmeSize":234},222,22012,{"closedIssues90d":236,"forks":237,"hasChangelog":238,"openIssues90d":8,"pushedAt":239,"stars":240},5,203,false,1778554780000,2113,{"npmDownloads":242},611,{"hasNpmPackage":230,"smitheryVerified":238},{"hasCi":230,"hasTests":238},{"updatedAt":246},1778696896505,{"basePath":248,"githubOwner":249,"githubRepo":250,"locale":18,"slug":251,"type":252},"skills/parallel-worktrees","rohitg00","pro-workflow","parallel-worktrees","skill",{"_creationTime":254,"_id":255,"community":256,"display":257,"identity":263,"parentExtension":266,"providers":297,"relations":311,"tags":312,"workflow":313},1778696595410.5615,"k17fxtjcfh5gvxdrhv2dmgn1t986mdhv",{"reviewCount":8},{"description":258,"installMethods":259,"name":262,"sourceUrl":14},"Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.",{"claudeCode":250,"cursor":260,"npm":250,"skillkit":261},"/add-plugin pro-workflow","npx skillkit install pro-workflow","Pro Workflow",{"basePath":264,"githubOwner":249,"githubRepo":250,"locale":18,"slug":250,"type":265},"","plugin",{"_creationTime":267,"_id":268,"community":269,"display":270,"identity":273,"providers":275,"relations":291,"tags":293,"workflow":294},1778696595410.5613,"k1741gyqaf0tj1ffq65gjpsm6x86mfhx",{"reviewCount":8},{"description":271,"installMethods":272,"name":262,"sourceUrl":14},"Battle-tested Claude Code workflows from power users",{"claudeCode":12},{"basePath":264,"githubOwner":249,"githubRepo":250,"locale":18,"slug":250,"type":274},"marketplace",{"evaluate":276,"extract":284},{"promptVersionExtension":277,"promptVersionScoring":205,"score":278,"tags":279,"targetMarket":216,"tier":217},"3.1.0",99,[212,280,281,282,283],"productivity","ai-assistance","developer-tools","knowledge-management",{"commitSha":285,"license":286,"marketplace":287,"plugin":289},"HEAD","MIT",{"name":250,"pluginCount":288},1,{"mcpCount":8,"provider":290,"skillCount":8},"classify",{"repoId":292},"kd7am4e918eq98hrd9s31jm4vs86nn0b",[281,282,283,280,212],{"evaluatedAt":295,"extractAt":296,"updatedAt":295},1778696611346,1778696595410,{"evaluate":298,"extract":308},{"promptVersionExtension":204,"promptVersionScoring":205,"score":299,"tags":300,"targetMarket":216,"tier":307},96,[212,280,301,302,303,304,305,306],"ai-coding","self-correction","knowledge-base","sqlite","hooks","agents","community",{"commitSha":285,"license":286,"plugin":309},{"mcpCount":8,"provider":290,"skillCount":310},34,{"parentExtensionId":268,"repoId":292},[306,301,305,303,280,302,304,212],{"evaluatedAt":314,"extractAt":296,"updatedAt":314},1778696621396,{"evaluate":316,"extract":318},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":317,"targetMarket":216,"tier":217},[211,212,213,214,215],{"commitSha":285,"license":286},{"parentExtensionId":255,"repoId":292},{"_creationTime":321,"_id":292,"identity":322,"providers":323,"workflow":810},1778696588306.821,{"githubOwner":249,"githubRepo":250,"sourceUrl":14},{"classify":324,"discover":789,"extract":792,"github":793,"npm":809},{"commitSha":285,"extensions":325},[326,336,477,486,494,502,510,518,526,534,542,550,558,566,574,585,593,601,609,617,622,630,638,645,653,661,669,677,685,697,705,713,745,755,771,781],{"basePath":264,"description":271,"displayName":250,"installMethods":327,"rationale":328,"selectedPaths":329,"source":335,"sourceLanguage":18,"type":274},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[330,333],{"path":331,"priority":332},".claude-plugin/marketplace.json","mandatory",{"path":334,"priority":332},"README.md","rule",{"basePath":264,"description":258,"displayName":250,"installMethods":337,"license":286,"rationale":338,"selectedPaths":339,"source":335,"sourceLanguage":18,"type":265},{"claudeCode":250},"plugin manifest at .claude-plugin/plugin.json",[340,342,343,346,348,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463,465,467,469,471,473,475],{"path":341,"priority":332},".claude-plugin/plugin.json",{"path":334,"priority":332},{"path":344,"priority":345},"skills/agent-teams/SKILL.md","medium",{"path":347,"priority":345},"skills/auto-setup/SKILL.md",{"path":349,"priority":345},"skills/batch-orchestration/SKILL.md",{"path":351,"priority":345},"skills/bug-capture/SKILL.md",{"path":353,"priority":345},"skills/compact-guard/SKILL.md",{"path":355,"priority":345},"skills/context-engineering/SKILL.md",{"path":357,"priority":345},"skills/context-optimizer/SKILL.md",{"path":359,"priority":345},"skills/cost-tracker/SKILL.md",{"path":361,"priority":345},"skills/deslop/SKILL.md",{"path":363,"priority":345},"skills/file-watcher/SKILL.md",{"path":365,"priority":345},"skills/insights/SKILL.md",{"path":367,"priority":345},"skills/learn-rule/SKILL.md",{"path":369,"priority":345},"skills/llm-council/SKILL.md",{"path":371,"priority":345},"skills/llm-gate/SKILL.md",{"path":373,"priority":345},"skills/mcp-audit/SKILL.md",{"path":375,"priority":345},"skills/module-map/SKILL.md",{"path":377,"priority":345},"skills/orchestrate/SKILL.md",{"path":379,"priority":345},"skills/parallel-worktrees/SKILL.md",{"path":381,"priority":345},"skills/permission-tuner/SKILL.md",{"path":383,"priority":345},"skills/plan-interrogate/SKILL.md",{"path":385,"priority":345},"skills/pro-workflow/SKILL.md",{"path":387,"priority":345},"skills/replay-learnings/SKILL.md",{"path":389,"priority":345},"skills/safe-mode/SKILL.md",{"path":391,"priority":345},"skills/session-handoff/SKILL.md",{"path":393,"priority":345},"skills/smart-commit/SKILL.md",{"path":395,"priority":345},"skills/sprint-status/SKILL.md",{"path":397,"priority":345},"skills/survey-generator/SKILL.md",{"path":399,"priority":345},"skills/thoroughness-scoring/SKILL.md",{"path":401,"priority":345},"skills/token-efficiency/SKILL.md",{"path":403,"priority":345},"skills/wiki-builder/SKILL.md",{"path":405,"priority":345},"skills/wiki-query/SKILL.md",{"path":407,"priority":345},"skills/wiki-research-loop/SKILL.md",{"path":409,"priority":345},"skills/wiki-viewer/SKILL.md",{"path":411,"priority":345},"skills/wrap-up/SKILL.md",{"path":413,"priority":414},"agents/context-engineer.md","high",{"path":416,"priority":414},"agents/cost-analyst.md",{"path":418,"priority":414},"agents/debugger.md",{"path":420,"priority":414},"agents/orchestrator.md",{"path":422,"priority":414},"agents/permission-analyst.md",{"path":424,"priority":414},"agents/planner.md",{"path":426,"priority":414},"agents/reviewer.md",{"path":428,"priority":414},"agents/scout.md",{"path":430,"priority":414},"commands/auto-setup.md",{"path":432,"priority":414},"commands/commit.md",{"path":434,"priority":414},"commands/compact-guard.md",{"path":436,"priority":414},"commands/context-optimizer.md",{"path":438,"priority":414},"commands/cost-tracker.md",{"path":440,"priority":414},"commands/deslop.md",{"path":442,"priority":414},"commands/develop.md",{"path":444,"priority":414},"commands/doctor.md",{"path":446,"priority":414},"commands/handoff.md",{"path":448,"priority":414},"commands/insights.md",{"path":450,"priority":414},"commands/learn-rule.md",{"path":452,"priority":414},"commands/learn.md",{"path":454,"priority":414},"commands/list.md",{"path":456,"priority":414},"commands/mcp-audit.md",{"path":458,"priority":414},"commands/parallel.md",{"path":460,"priority":414},"commands/permission-tuner.md",{"path":462,"priority":414},"commands/replay.md",{"path":464,"priority":414},"commands/safe-mode.md",{"path":466,"priority":414},"commands/search.md",{"path":468,"priority":414},"commands/sprint-status.md",{"path":470,"priority":414},"commands/wiki.md",{"path":472,"priority":414},"commands/wrap-up.md",{"path":474,"priority":414},"hooks/hooks.json",{"path":476,"priority":414},".cursor-plugin/plugin.json",{"basePath":478,"description":479,"displayName":480,"installMethods":481,"rationale":482,"selectedPaths":483,"source":335,"sourceLanguage":18,"type":252},"skills/agent-teams","Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team sizing, task decomposition, and when to use teams vs sub-agents vs worktrees.","agent-teams",{"claudeCode":12},"SKILL.md frontmatter at skills/agent-teams/SKILL.md",[484],{"path":485,"priority":332},"SKILL.md",{"basePath":487,"description":488,"displayName":489,"installMethods":490,"rationale":491,"selectedPaths":492,"source":335,"sourceLanguage":18,"type":252},"skills/auto-setup","Auto-configure quality gates, hooks, and settings for a new project. Detects project type and sets up appropriate tooling. Use when onboarding a new codebase.","auto-setup",{"claudeCode":12},"SKILL.md frontmatter at skills/auto-setup/SKILL.md",[493],{"path":485,"priority":332},{"basePath":495,"description":496,"displayName":497,"installMethods":498,"rationale":499,"selectedPaths":500,"source":335,"sourceLanguage":18,"type":252},"skills/batch-orchestration","Decompose large-scale changes into independent units and spawn parallel agents in isolated worktrees. Use for migrations, refactors, codemods, and any change touching 10+ files with the same pattern.","batch-orchestration",{"claudeCode":12},"SKILL.md frontmatter at skills/batch-orchestration/SKILL.md",[501],{"path":485,"priority":332},{"basePath":503,"description":504,"displayName":505,"installMethods":506,"rationale":507,"selectedPaths":508,"source":335,"sourceLanguage":18,"type":252},"skills/bug-capture","Capture a user-reported defect as a durable GitHub issue written in the project's own domain language. Explores the codebase in parallel for context but never leaks file paths or line numbers into the issue. Use when the user reports a bug conversationally, runs a QA pass, or says \"file an issue\", \"log this as a bug\", \"capture this\".","bug-capture",{"claudeCode":12},"SKILL.md frontmatter at skills/bug-capture/SKILL.md",[509],{"path":485,"priority":332},{"basePath":511,"description":512,"displayName":513,"installMethods":514,"rationale":515,"selectedPaths":516,"source":335,"sourceLanguage":18,"type":252},"skills/compact-guard","Smart context compaction with state preservation. Saves critical files, task progress, and working state before compaction, restores after. Use before manual compact or when auto-compact triggers.","compact-guard",{"claudeCode":12},"SKILL.md frontmatter at skills/compact-guard/SKILL.md",[517],{"path":485,"priority":332},{"basePath":519,"description":520,"displayName":521,"installMethods":522,"rationale":523,"selectedPaths":524,"source":335,"sourceLanguage":18,"type":252},"skills/context-engineering","Master the four operations of context engineering — Write, Select, Compress, Isolate. Manage token budgets, compaction strategies, and context partitioning to keep AI sessions sharp and efficient.","context-engineering",{"claudeCode":12},"SKILL.md frontmatter at skills/context-engineering/SKILL.md",[525],{"path":485,"priority":332},{"basePath":527,"description":528,"displayName":529,"installMethods":530,"rationale":531,"selectedPaths":532,"source":335,"sourceLanguage":18,"type":252},"skills/context-optimizer","Optimize token usage and context management. Use when sessions feel slow, context is degraded, or you're running out of budget.","context-optimizer",{"claudeCode":12},"SKILL.md frontmatter at skills/context-optimizer/SKILL.md",[533],{"path":485,"priority":332},{"basePath":535,"description":536,"displayName":537,"installMethods":538,"rationale":539,"selectedPaths":540,"source":335,"sourceLanguage":18,"type":252},"skills/cost-tracker","Track session costs, set budget alerts, and optimize token spend. Use to check costs mid-session or set spending limits.","cost-tracker",{"claudeCode":12},"SKILL.md frontmatter at skills/cost-tracker/SKILL.md",[541],{"path":485,"priority":332},{"basePath":543,"description":544,"displayName":545,"installMethods":546,"rationale":547,"selectedPaths":548,"source":335,"sourceLanguage":18,"type":252},"skills/deslop","Remove AI-generated code slop, unnecessary comments, and over-engineering from the current branch diff. Cleans up boilerplate, simplifies abstractions, and strips defensive code. Use when cleaning up code, simplifying, removing boilerplate, or before committing.","deslop",{"claudeCode":12},"SKILL.md frontmatter at skills/deslop/SKILL.md",[549],{"path":485,"priority":332},{"basePath":551,"description":552,"displayName":553,"installMethods":554,"rationale":555,"selectedPaths":556,"source":335,"sourceLanguage":18,"type":252},"skills/file-watcher","Configure file watching hooks to auto-react to config changes, env file updates, and dependency modifications. Use to set up reactive workflows.","file-watcher",{"claudeCode":12},"SKILL.md frontmatter at skills/file-watcher/SKILL.md",[557],{"path":485,"priority":332},{"basePath":559,"description":560,"displayName":561,"installMethods":562,"rationale":563,"selectedPaths":564,"source":335,"sourceLanguage":18,"type":252},"skills/insights","Show session analytics, learning patterns, correction trends, heatmaps, and productivity metrics. Computes stats from project memory and session history. Use when asking for stats, statistics, progress, how am I doing, coding history, or dashboard.","insights",{"claudeCode":12},"SKILL.md frontmatter at skills/insights/SKILL.md",[565],{"path":485,"priority":332},{"basePath":567,"description":568,"displayName":569,"installMethods":570,"rationale":571,"selectedPaths":572,"source":335,"sourceLanguage":18,"type":252},"skills/learn-rule","Capture a correction or lesson as a persistent learning rule with category, mistake, and correction. Stores, categorises, and retrieves rules for future sessions. Use after mistakes or when the user says \"remember this\", \"don't forget\", \"note this\", or \"learn from this\".","learn-rule",{"claudeCode":12},"SKILL.md frontmatter at skills/learn-rule/SKILL.md",[573],{"path":485,"priority":332},{"basePath":575,"description":576,"displayName":577,"installMethods":578,"rationale":579,"selectedPaths":580,"source":335,"sourceLanguage":18,"type":252},"skills/llm-council","Provider-agnostic multi-LLM deliberation. Three phases — independent responses, cross-model anonymized ranking, chairman synthesis. Provider config from env (OPENAI/ANTHROPIC/FIREWORKS/OPENROUTER/custom OpenAI-compatible base URL). Persists transcript to a wiki page when --wiki \u003Cslug> is passed. Use when the user wants multiple AI perspectives, consensus-building, or the \"LLM Council\" approach for high-stakes reviews, plan critique, or contested learning rules.","llm-council",{"claudeCode":12},"SKILL.md frontmatter at skills/llm-council/SKILL.md",[581,582],{"path":485,"priority":332},{"path":583,"priority":584},"scripts/council.js","low",{"basePath":586,"description":587,"displayName":588,"installMethods":589,"rationale":590,"selectedPaths":591,"source":335,"sourceLanguage":18,"type":252},"skills/llm-gate","LLM-powered quality verification using prompt hooks. Validates commit messages, code patterns, and conventions using AI before allowing operations. Use to set up intelligent guardrails.","llm-gate",{"claudeCode":12},"SKILL.md frontmatter at skills/llm-gate/SKILL.md",[592],{"path":485,"priority":332},{"basePath":594,"description":595,"displayName":596,"installMethods":597,"rationale":598,"selectedPaths":599,"source":335,"sourceLanguage":18,"type":252},"skills/mcp-audit","Audit connected MCP servers for token overhead, redundancy, and security. Use when sessions feel slow or before adding new MCPs.","mcp-audit",{"claudeCode":12},"SKILL.md frontmatter at skills/mcp-audit/SKILL.md",[600],{"path":485,"priority":332},{"basePath":602,"description":603,"displayName":604,"installMethods":605,"rationale":606,"selectedPaths":607,"source":335,"sourceLanguage":18,"type":252},"skills/module-map","Produce a one-screen map of an unfamiliar area of the codebase: entry points, modules, data flow, callers. Designed to be read in fifteen seconds. Use when the user says \"I do not know this area\", \"give me the map\", \"zoom out\", \"orient me\".","module-map",{"claudeCode":12},"SKILL.md frontmatter at skills/module-map/SKILL.md",[608],{"path":485,"priority":332},{"basePath":610,"description":611,"displayName":612,"installMethods":613,"rationale":614,"selectedPaths":615,"source":335,"sourceLanguage":18,"type":252},"skills/orchestrate","Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.","orchestrate",{"claudeCode":12},"SKILL.md frontmatter at skills/orchestrate/SKILL.md",[616],{"path":485,"priority":332},{"basePath":248,"description":10,"displayName":251,"installMethods":618,"rationale":619,"selectedPaths":620,"source":335,"sourceLanguage":18,"type":252},{"claudeCode":12},"SKILL.md frontmatter at skills/parallel-worktrees/SKILL.md",[621],{"path":485,"priority":332},{"basePath":623,"description":624,"displayName":625,"installMethods":626,"rationale":627,"selectedPaths":628,"source":335,"sourceLanguage":18,"type":252},"skills/permission-tuner","Analyze permission denial patterns and generate optimized alwaysAllow and alwaysDeny rules. Use when permission prompts are slowing you down or after sessions with many denials.","permission-tuner",{"claudeCode":12},"SKILL.md frontmatter at skills/permission-tuner/SKILL.md",[629],{"path":485,"priority":332},{"basePath":631,"description":632,"displayName":633,"installMethods":634,"rationale":635,"selectedPaths":636,"source":335,"sourceLanguage":18,"type":252},"skills/plan-interrogate","Stress-test a plan by walking its decision tree one question at a time. Use when the user wants to pressure-test a design before implementation.","plan-interrogate",{"claudeCode":12},"SKILL.md frontmatter at skills/plan-interrogate/SKILL.md",[637],{"path":485,"priority":332},{"basePath":639,"description":640,"displayName":250,"installMethods":641,"rationale":642,"selectedPaths":643,"source":335,"sourceLanguage":18,"type":252},"skills/pro-workflow","Complete AI coding workflow system. Orchestration patterns, 18 hook events, 5 agents, cross-agent support, reference guides, and searchable learnings. Works with Claude Code, Cursor, and 32+ agents.",{"claudeCode":12},"SKILL.md frontmatter at skills/pro-workflow/SKILL.md",[644],{"path":485,"priority":332},{"basePath":646,"description":647,"displayName":648,"installMethods":649,"rationale":650,"selectedPaths":651,"source":335,"sourceLanguage":18,"type":252},"skills/replay-learnings","Surface past learnings relevant to the current task before starting work. Searches correction history, recalls past mistakes, and applies prior patterns. Use when starting a task, saying \"what do I know about\", \"previous mistakes\", \"lessons learned\", or \"remind me about\".","replay-learnings",{"claudeCode":12},"SKILL.md frontmatter at skills/replay-learnings/SKILL.md",[652],{"path":485,"priority":332},{"basePath":654,"description":655,"displayName":656,"installMethods":657,"rationale":658,"selectedPaths":659,"source":335,"sourceLanguage":18,"type":252},"skills/safe-mode","Prevent destructive operations using Claude Code hooks. Three modes — cautious (warn on dangerous commands), lockdown (restrict edits to one directory), and clear (remove restrictions). Uses PreToolUse matchers for Bash, Edit, and Write.","safe-mode",{"claudeCode":12},"SKILL.md frontmatter at skills/safe-mode/SKILL.md",[660],{"path":485,"priority":332},{"basePath":662,"description":663,"displayName":664,"installMethods":665,"rationale":666,"selectedPaths":667,"source":335,"sourceLanguage":18,"type":252},"skills/session-handoff","Generate a structured handoff document capturing current progress, open tasks, key decisions, and context needed to resume work. Use when ending a session, saying \"continue later\", \"save progress\", \"session summary\", or \"pick up where I left off\".","session-handoff",{"claudeCode":12},"SKILL.md frontmatter at skills/session-handoff/SKILL.md",[668],{"path":485,"priority":332},{"basePath":670,"description":671,"displayName":672,"installMethods":673,"rationale":674,"selectedPaths":675,"source":335,"sourceLanguage":18,"type":252},"skills/smart-commit","Run quality gates, review staged changes for issues, and create a well-crafted conventional commit. Use when saying \"commit\", \"git commit\", \"save my changes\", or ready to commit after making changes.","smart-commit",{"claudeCode":12},"SKILL.md frontmatter at skills/smart-commit/SKILL.md",[676],{"path":485,"priority":332},{"basePath":678,"description":679,"displayName":680,"installMethods":681,"rationale":682,"selectedPaths":683,"source":335,"sourceLanguage":18,"type":252},"skills/sprint-status","Track parallel work sessions and prevent confusion across multiple Claude Code instances. Every major step ends with a status line. Every question re-states project, branch, and task.","sprint-status",{"claudeCode":12},"SKILL.md frontmatter at skills/sprint-status/SKILL.md",[684],{"path":485,"priority":332},{"basePath":686,"description":687,"displayName":688,"installMethods":689,"rationale":690,"selectedPaths":691,"source":335,"sourceLanguage":18,"type":252},"skills/survey-generator","Compile a structured literature survey on any AI/ML topic. Agent curates a research bundle (taxonomy + sections + bibliography of real papers) from a public anchor resource, then a chosen LLM generates the survey artifact. Output target is a wiki page (markdown), not a one-off HTML — survey lands in `\u003Cwiki>/derived/surveys/\u003Cslug>.md` with full bibliography rows in `sources.md`. Provider-agnostic (Anthropic/OpenAI/OpenRouter/Fireworks/custom OpenAI-compat). Use when the user asks for a \"survey\", \"literature review\", \"lit review\", or \"deep dive\" on a technical topic.","survey-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/survey-generator/SKILL.md",[692,693,695],{"path":485,"priority":332},{"path":694,"priority":584},"scripts/build-survey.js",{"path":696,"priority":584},"templates/research_bundle.template.json",{"basePath":698,"description":699,"displayName":700,"installMethods":701,"rationale":702,"selectedPaths":703,"source":335,"sourceLanguage":18,"type":252},"skills/thoroughness-scoring","Score every decision point with a Thoroughness Rating (1-10). AI makes the marginal cost of doing things properly near-zero — pick the higher-rated option every time. Includes scope checks to distinguish contained vs unbounded work.","thoroughness-scoring",{"claudeCode":12},"SKILL.md frontmatter at skills/thoroughness-scoring/SKILL.md",[704],{"path":485,"priority":332},{"basePath":706,"description":707,"displayName":708,"installMethods":709,"rationale":710,"selectedPaths":711,"source":335,"sourceLanguage":18,"type":252},"skills/token-efficiency","Reduce token waste by 40-60% through anti-sycophancy rules, tool-call budgets, one-pass coding, task profiles, and read-before-write enforcement. Inspired by drona23/claude-token-efficient.","token-efficiency",{"claudeCode":12},"SKILL.md frontmatter at skills/token-efficiency/SKILL.md",[712],{"path":485,"priority":332},{"basePath":714,"description":715,"displayName":716,"installMethods":717,"rationale":718,"selectedPaths":719,"source":335,"sourceLanguage":18,"type":252},"skills/wiki-builder","Start, structure, and grow a persistent research wiki indexed in pro-workflow's SQLite knowledge base. Each wiki is a folder of markdown pages with provenance, plus a shadow FTS5 index so any session can recall it. Use when the user says \"start a wiki\", \"add to wiki\", \"compile a page\", \"wiki on X\", or wants a long-lived knowledge base on a topic, paper, product, person, project, or codebase.","wiki-builder",{"claudeCode":12},"SKILL.md frontmatter at skills/wiki-builder/SKILL.md",[720,721,723,725,727,729,731,733,735,737,739,741,743],{"path":485,"priority":332},{"path":722,"priority":345},"references/wiki-flavors.md",{"path":724,"priority":584},"scripts/init_wiki.sh",{"path":726,"priority":584},"scripts/wiki-cli.js",{"path":728,"priority":584},"templates/index.md",{"path":730,"priority":584},"templates/maintenance-log.md",{"path":732,"priority":584},"templates/prompts/compile-concept-page.md",{"path":734,"priority":584},"templates/prompts/compile-index.md",{"path":736,"priority":584},"templates/prompts/compile-source-page.md",{"path":738,"priority":584},"templates/prompts/lint-wiki.md",{"path":740,"priority":584},"templates/prompts/query-and-file.md",{"path":742,"priority":584},"templates/sources.md",{"path":744,"priority":584},"templates/wiki.config.md",{"basePath":746,"description":747,"displayName":748,"installMethods":749,"rationale":750,"selectedPaths":751,"source":335,"sourceLanguage":18,"type":252},"skills/wiki-query","Query pro-workflow wikis via SQLite FTS5 BM25 retrieval. Returns top-K passages with citations. Use when answering a question that any of the user's wikis already covers, when the user says \"what does the wiki say about X\", \"ask wiki\", \"search wikis\", or before drafting a new wiki page (to avoid duplication).","wiki-query",{"claudeCode":12},"SKILL.md frontmatter at skills/wiki-query/SKILL.md",[752,753],{"path":485,"priority":332},{"path":754,"priority":584},"scripts/query.js",{"basePath":756,"description":757,"displayName":758,"installMethods":759,"rationale":760,"selectedPaths":761,"source":335,"sourceLanguage":18,"type":252},"skills/wiki-research-loop","Auto-grow a pro-workflow wiki by running a budget-capped BFS research loop over pluggable source fetchers (web, arXiv, GitHub). Each iteration pops a seed from the queue, fetches sources, drafts a wiki page, dedupes claims against existing pages, enqueues follow-up seeds. Halts on budget cap, depth cap, or convergence. Use when the user says \"research \u003Ctopic>\", \"grow the \u003Cslug> wiki\", \"auto-research\", or wants a knowledge base that builds itself overnight.","wiki-research-loop",{"claudeCode":12},"SKILL.md frontmatter at skills/wiki-research-loop/SKILL.md",[762,763,765,767,769],{"path":485,"priority":332},{"path":764,"priority":584},"scripts/research-loop.js",{"path":766,"priority":584},"scripts/source-fetchers/arxiv.js",{"path":768,"priority":584},"scripts/source-fetchers/github.js",{"path":770,"priority":584},"scripts/source-fetchers/web.js",{"basePath":772,"description":773,"displayName":774,"installMethods":775,"rationale":776,"selectedPaths":777,"source":335,"sourceLanguage":18,"type":252},"skills/wiki-viewer","Render a self-contained HTML viewer for a pro-workflow wiki. Pages, sources, claims, seed queue, page-link graph and full-text search all in one file. No external dependencies, no JS framework, S3-uploadable. Use when the user wants to browse a wiki visually, share its current state with someone, audit research progress, or hand off a knowledge base. Inspired by Thariq Shihipar's \"Unreasonable Effectiveness of HTML\" — favors information density and shareability over markdown-only outputs.","wiki-viewer",{"claudeCode":12},"SKILL.md frontmatter at skills/wiki-viewer/SKILL.md",[778,779],{"path":485,"priority":332},{"path":780,"priority":584},"scripts/render.js",{"basePath":782,"description":783,"displayName":784,"installMethods":785,"rationale":786,"selectedPaths":787,"source":335,"sourceLanguage":18,"type":252},"skills/wrap-up","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.","wrap-up",{"claudeCode":12},"SKILL.md frontmatter at skills/wrap-up/SKILL.md",[788],{"path":485,"priority":332},{"sources":790},[791],"manual",{"npmPackage":250},{"closedIssues90d":236,"description":794,"forks":237,"homepage":795,"openIssues90d":8,"pushedAt":239,"readmeSize":234,"stars":240,"topics":796},"Claude Code learns from your corrections: self-correcting memory that compounds over 50+ sessions. Context engineering, parallel worktrees, agent teams, and 17 battle-tested skills.","https://rohitg00.github.io/pro-workflow/infographic.html",[797,798,799,212,800,801,301,802,803,804,805,806,521,282,807,305,280,302,808],"claude","claude-code","cursor","agent-orchestration","ai-agents","ai-workflow","claude-code-plugin","claude-code-skills","claude-skills","codex","gemini-cli","worktrees",{"downloads":242},{"classifiedAt":811,"discoverAt":812,"extractAt":813,"githubAt":813,"npmAt":814,"updatedAt":811},1778696594915,1778696588306,1778696590961,1778696593284,[213,211,215,214,212],{"evaluatedAt":246,"extractAt":296,"updatedAt":246},[],[819,847,875,904,930,957],{"_creationTime":820,"_id":821,"community":822,"display":823,"identity":829,"providers":833,"relations":841,"tags":843,"workflow":844},1778696505500.006,"k1754f7285hvja3svvh212kj8586maxr",{"reviewCount":8},{"description":824,"installMethods":825,"name":827,"sourceUrl":828},"Checklist and automation guide for adding a new skill to the OPC Skills project. Ensures all required files, metadata, logos, and listings are created before release. Use when adding a new skill, publishing a skill, or preparing a skill for release.",{"claudeCode":826},"ReScienceLab/opc-skills","add-new-opc-skill","https://github.com/ReScienceLab/opc-skills",{"basePath":830,"githubOwner":831,"githubRepo":832,"locale":18,"slug":827,"type":252},".factory/skills/add-new-opc-skill","ReScienceLab","opc-skills",{"evaluate":834,"extract":840},{"promptVersionExtension":204,"promptVersionScoring":205,"score":835,"tags":836,"targetMarket":216,"tier":217},100,[837,838,213,839,212],"documentation","automation","checklist",{"commitSha":285},{"repoId":842},"kd7fj56h5kejcgm6hcjmzn79xd86m7wa",[838,839,213,837,212],{"evaluatedAt":845,"extractAt":846,"updatedAt":845},1778696744286,1778696505500,{"_creationTime":848,"_id":849,"community":850,"display":851,"identity":857,"providers":861,"relations":867,"tags":870,"workflow":871},1778694781833.2703,"k177cc2csjkdcems8qf39yr5fd86mzrs",{"reviewCount":8},{"description":852,"installMethods":853,"name":855,"sourceUrl":856},"Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback",{"claudeCode":854},"obra/superpowers","using-git-worktrees","https://github.com/obra/superpowers",{"basePath":858,"githubOwner":859,"githubRepo":860,"locale":18,"slug":855,"type":252},"skills/using-git-worktrees","obra","superpowers",{"evaluate":862,"extract":866},{"promptVersionExtension":204,"promptVersionScoring":205,"score":835,"tags":863,"targetMarket":216,"tier":217},[211,864,213,838,865],"workspace","cli",{"commitSha":285},{"parentExtensionId":868,"repoId":869},"k173cyjvkcyer717cf1859rka586mrx6","kd78df84w9e6v1ppqnzptt1afd86n9rm",[838,865,213,211,864],{"evaluatedAt":872,"extractAt":873,"updatedAt":874},1778694972293,1778694781833,1778695146071,{"_creationTime":876,"_id":877,"community":878,"display":879,"identity":885,"providers":890,"relations":897,"tags":900,"workflow":901},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":880,"installMethods":881,"name":883,"sourceUrl":884},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":882},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":886,"githubOwner":887,"githubRepo":888,"locale":18,"slug":889,"type":252},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":891,"extract":896},{"promptVersionExtension":204,"promptVersionScoring":205,"score":835,"tags":892,"targetMarket":216,"tier":217},[211,893,212,894,838,865,895],"development-environment","tmux","developer-tool",{"commitSha":285,"license":286},{"parentExtensionId":898,"repoId":899},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[838,865,895,893,211,894,212],{"evaluatedAt":902,"extractAt":903,"updatedAt":902},1778699613343,1778699234184,{"_creationTime":905,"_id":906,"community":907,"display":908,"identity":914,"providers":917,"relations":923,"tags":926,"workflow":927},1778699018122.7954,"k17572m7jctwrx4hgvea213c3n86mbfx",{"reviewCount":8},{"description":909,"installMethods":910,"name":912,"sourceUrl":913},"Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.",{"claudeCode":911},"wshobson/agents","workflow-patterns","https://github.com/wshobson/agents",{"basePath":915,"githubOwner":916,"githubRepo":306,"locale":18,"slug":912,"type":252},"plugins/conductor/skills/workflow-patterns","wshobson",{"evaluate":918,"extract":922},{"promptVersionExtension":204,"promptVersionScoring":205,"score":278,"tags":919,"targetMarket":216,"tier":217},[920,212,211,921,213],"tdd","testing",{"commitSha":285},{"parentExtensionId":924,"repoId":925},"k178xd25tz05hn0x5cp9fyqcb986mdeg","kd74de64zj0axtg5b8t7eqqe2x86nske",[213,211,920,921,212],{"evaluatedAt":928,"extractAt":929,"updatedAt":928},1778700976868,1778699018122,{"_creationTime":931,"_id":932,"community":933,"display":934,"identity":940,"providers":944,"relations":951,"tags":953,"workflow":954},1778697652123.8813,"k175pymk0vm7xrcjj2p0jf904186nae7",{"reviewCount":8},{"description":935,"installMethods":936,"name":938,"sourceUrl":939},"Debug OpenClaw model, provider, tool-surface, code-mode, streaming, and live/Crabbox behavior by choosing the right logs, probes, and proof path before changing code.",{"claudeCode":937},"steipete/clawdis","openclaw-debugging","https://github.com/steipete/clawdis",{"basePath":941,"githubOwner":942,"githubRepo":943,"locale":18,"slug":938,"type":252},".agents/skills/openclaw-debugging","steipete","clawdis",{"evaluate":945,"extract":950},{"promptVersionExtension":204,"promptVersionScoring":205,"score":835,"tags":946,"targetMarket":216,"tier":217},[947,948,865,949,213],"debugging","openclaws","troubleshooting",{"commitSha":285},{"repoId":952},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[865,947,213,948,949],{"evaluatedAt":955,"extractAt":956,"updatedAt":955},1778697754713,1778697652123,{"_creationTime":958,"_id":959,"community":960,"display":961,"identity":967,"providers":971,"relations":981,"tags":983,"workflow":984},1778690863881.3015,"k17evpm7da6we8kaszydc65rg586manm",{"reviewCount":8},{"description":962,"installMethods":963,"name":965,"sourceUrl":966},"Validates animation durations, enforces typography scale, checks component accessibility, and prevents layout anti-patterns in Tailwind CSS projects. Use when building UI components, reviewing CSS utilities, styling React views, or enforcing design consistency.",{"claudeCode":964},"ibelick/ui-skills","baseline-ui","https://github.com/ibelick/ui-skills",{"basePath":968,"githubOwner":969,"githubRepo":970,"locale":18,"slug":965,"type":252},"skills/baseline-ui","ibelick","ui-skills",{"evaluate":972,"extract":980},{"promptVersionExtension":204,"promptVersionScoring":205,"score":835,"tags":973,"targetMarket":216,"tier":217},[974,975,976,213,977,978,979],"tailwind","css","ui","accessibility","animation","linting",{"commitSha":285},{"repoId":982},"kd71ksb69rw62v9tywwpzjky0986mzmb",[977,978,975,213,979,974,976],{"evaluatedAt":985,"extractAt":986,"updatedAt":987},1778690881357,1778690863881,1778690990539]