[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-rohitg00-replay-learnings-de":3,"guides-for-rohitg00-replay-learnings":814,"similar-k178fwyq0na6sxg79sh97jfh5x86nqyn-de":815},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":244,"isFallback":227,"parentExtension":249,"providers":312,"relations":316,"repo":317,"tags":812,"workflow":813},1778696595410.567,"k178fwyq0na6sxg79sh97jfh5x86nqyn",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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\".",{"claudeCode":12},"rohitg00/pro-workflow","replay-learnings","https://github.com/rohitg00/pro-workflow",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":225,"workflow":242},1778696957201.6265,"kn750wca48av7a9n629ms0stj586m5e2","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":218,"tier":219,"useCases":220},[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,114,118,122,125,128,131,134,137,140,144,148,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of repeating mistakes and losing learnings, and states the extension's purpose is to address this by surfacing past knowledge.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension offers a unique value proposition by implementing a persistent, searchable memory (SQLite + FTS5) and an auto-research loop, going beyond basic prompt recall.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension appears production-ready, with clear installation instructions, comprehensive documentation, and a well-defined workflow for managing learnings and research.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses on enhancing developer memory and knowledge management through a single, coherent workflow of learning capture, retrieval, and research.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the extension's functionality of surfacing past learnings and applying prior patterns before starting tasks.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The `Workflow` section in SKILL.md clearly defines specific bash commands for searching learnings, indicating scoped tools rather than a single generalist command.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","info","While the README mentions environment variables for knowledge plane configuration, a detailed list of all settings, their defaults, and precedence order is not explicitly documented.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","Tools and commands mentioned in the documentation, like `learn-rule`, `replay-learnings`, and `/wiki`, are descriptive and aligned with the extension's domain.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The described workflow and output format are focused on surfacing relevant learnings and session history, with inputs implicitly derived from the task description.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The MIT license is clearly indicated in the README's badge and explicitly linked, aligning with permissive open-source standards.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on 2026-05-12, which is very recent, indicating active maintenance.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The project uses npm, and the presence of `package.json` and the `npm install` command in install instructions suggest standard dependency management practices.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The extension focuses on managing developer knowledge and does not appear to handle sensitive secrets directly. Environment variables for API keys are mentioned but are standard practice for configuration.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The workflow involves searching local files (`.claude/LEARNED.md`, `CLAUDE.md`) with `grep`, which treats content as data and does not execute instructions from these files.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The installation involves `npm install` and copying local files; there are no indications of runtime downloads or execution of remote code.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The `grep` commands operate on local files within the user's project structure, and the installation process involves local file copying, suggesting no attempt to write outside designated project/config folders.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The provided workflow scripts use standard `grep` commands and do not contain patterns indicative of sandbox escape primitives like detached processes or retry loops.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The extension's primary function is to search local files for learnings and session history; there are no documented outbound calls that would exfiltrate confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled markdown files appear to be free of hidden text tricks or unusual Unicode characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The `grep` commands in the workflow are plain bash and not obfuscated.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes the presence of `.claude/` directories and specific file names (`LEARNED.md`, `learning-log.md`, `CLAUDE.md`), which are typical project structures for this type of tooling.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 0 issues opened and 5 closed in the last 90 days, the maintainer engagement appears very high, indicating responsiveness.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The README shows an `npm/v/pro-workflow` badge, indicating versioning is managed, and the installation command uses `@pro-workflow` which suggests versioning is available.",{"category":104,"check":105,"severity":46,"summary":106},"Execution","Validation","The `grep` commands in the workflow handle keyword extraction, but there is no explicit mention of a schema library for input or output validation.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill's described operations involve searching and displaying information, not destructive file modifications or outbound calls, thus no destructive operations require guarding.",{"category":111,"check":112,"severity":46,"summary":113},"Code Execution","Error Handling","The workflow uses standard bash `grep` commands; while these will exit non-zero on failure, the SKILL.md does not explicitly detail how errors are caught or reported to the agent.",{"category":111,"check":115,"severity":116,"summary":117},"Logging","not_applicable","The extension is primarily analytical and read-only in nature, and does not perform destructive actions or outbound calls that would necessitate a local audit log.",{"category":119,"check":120,"severity":24,"summary":121},"Compliance","GDPR","The extension operates on local developer notes and session history, not directly on personal data that would require specific GDPR sanitization beyond standard LLM data handling.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The extension is language-agnostic in its core function and operates on local files, making it globally applicable.",{"category":92,"check":126,"severity":24,"summary":127},"Runtime stability","The skill relies on standard bash commands (`grep`) which are universally available on POSIX-like systems, and Node.js for installation, ensuring broad compatibility.",{"category":44,"check":129,"severity":24,"summary":130},"README","The README file is extensive and clearly explains the extension's purpose, problem it solves, and how it works.",{"category":33,"check":132,"severity":24,"summary":133},"Tool surface size","The `replay-learnings` skill itself primarily uses `grep` commands, and the overall project has a focused set of skills and commands, not an excessive number.",{"category":40,"check":135,"severity":24,"summary":136},"Overlapping near-synonym tools","The described workflow uses specific `grep` commands with clear targets, avoiding near-synonym tools for the same function.",{"category":44,"check":138,"severity":24,"summary":139},"Phantom features","All advertised features, such as surfacing past learnings and searching correction history, are directly supported by the described workflow and commands.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The README provides clear installation instructions using `plugin marketplace add` and `plugin install`, along with alternative methods and a copy-pasteable example for setup.",{"category":145,"check":146,"severity":46,"summary":147},"Errors","Actionable error messages","While the `grep` commands will indicate failure, the SKILL.md does not explicitly detail how errors are presented to the user with remediation steps.",{"category":104,"check":149,"severity":24,"summary":150},"Pinned dependencies","The installation via npm suggests dependencies are managed and likely pinned, and the use of standard bash commands does not introduce unpinned interpreter dependencies.",{"category":33,"check":152,"severity":116,"summary":153},"Dry-run preview","The extension is purely analytical and read-only, focusing on searching existing data rather than performing state-changing operations.",{"category":155,"check":156,"severity":116,"summary":157},"Protocol","Idempotent retry & timeouts","The extension performs local file searches and does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":119,"check":159,"severity":24,"summary":160},"Telemetry opt-in","The extension focuses on local data processing and does not mention any telemetry collection, implying it is not active or is opt-in by default.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The description precisely states the skill's purpose (surface past learnings) and its trigger phrases ('what do I know about', 'previous mistakes').",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter in SKILL.md is concise, clearly stating the name, description, and trigger phrases within a reasonable character limit.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md body is concise, outlining the workflow and output format without excessive detail or embedding large external materials.",{"category":171,"check":172,"severity":116,"summary":173},"Context","Progressive Disclosure","The SKILL.md is short and does not require progressive disclosure; it directly outlines the workflow and commands.",{"category":171,"check":175,"severity":116,"summary":176},"Forked exploration","This skill is a short-form retrieval task and does not involve deep exploration or code review that would necessitate `context: fork`.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md provides a clear example of the expected output format, demonstrating the 'learnings' and 'session history' the skill surfaces.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The `Guardrails` section in SKILL.md explicitly handles the edge case of no learnings found, stating it should suggest using the scout agent.",{"category":111,"check":184,"severity":116,"summary":185},"Tool Fallback","The skill primarily uses standard bash commands (`grep`) and does not rely on optional MCP servers or external tools that would require fallbacks.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The workflow implicitly handles unexpected states by the nature of `grep`; if no matches are found, it gracefully reports that and suggests an alternative action.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained, focusing on local file search. While it mentions the scout agent as a fallback, this is an explicit suggestion, not a hard dependency.",1778696957087,"This skill searches local files for past learnings, mistakes, and session history relevant to the current task, providing a briefing before work begins. It uses standard bash commands like `grep` to query files such as `.claude/LEARNED.md` and `CLAUDE.md`.",[196,197,198,199,200],"Surfaces past learnings and mistakes","Recalls prior coding patterns","Searches correction history","Provides a pre-task briefing","Suggests alternative actions when no learnings are found",[202,203,204,205],"Performing actions directly; it only surfaces information.","Replacing structured documentation or project wikis entirely.","Handling real-time code execution or debugging.","Forcing irrelevant results if no matching learnings are found.","3.0.0","4.4.0","To enhance developer productivity by ensuring past knowledge and corrections are surfaced before starting new tasks, preventing repeated mistakes and improving efficiency.","High score due to excellent documentation, clear purpose, recent commits, and strong security posture. Minor info finding on detailed config parameter documentation.",97,"Excellent skill for surfacing past learnings and improving developer workflow.",[213,214,215,216,217],"memory","learning","code-quality","developer-productivity","cli","global","verified",[221,222,223,224],"Use when starting a new task to recall relevant knowledge.","Use when asking 'what do I know about X' or 'remind me about Y'.","Use to proactively avoid repeating past coding mistakes.","Use to inform the approach for refactoring or complex code changes.",{"codeQuality":226,"collectedAt":228,"documentation":229,"maintenance":232,"popularity":238,"security":240,"testCoverage":241},{"hasLockfile":227},true,1778696941373,{"descriptionLength":230,"readmeSize":231},272,22012,{"closedIssues90d":233,"forks":234,"hasChangelog":235,"openIssues90d":8,"pushedAt":236,"stars":237},5,203,false,1778554780000,2113,{"npmDownloads":239},611,{"hasNpmPackage":227,"smitheryVerified":235},{"hasCi":227,"hasTests":235},{"updatedAt":243},1778696957201,{"basePath":245,"githubOwner":246,"githubRepo":247,"locale":18,"slug":13,"type":248},"skills/replay-learnings","rohitg00","pro-workflow","skill",{"_creationTime":250,"_id":251,"community":252,"display":253,"identity":259,"parentExtension":262,"providers":294,"relations":308,"tags":309,"workflow":310},1778696595410.5615,"k17fxtjcfh5gvxdrhv2dmgn1t986mdhv",{"reviewCount":8},{"description":254,"installMethods":255,"name":258,"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":247,"cursor":256,"npm":247,"skillkit":257},"/add-plugin pro-workflow","npx skillkit install pro-workflow","Pro Workflow",{"basePath":260,"githubOwner":246,"githubRepo":247,"locale":18,"slug":247,"type":261},"","plugin",{"_creationTime":263,"_id":264,"community":265,"display":266,"identity":269,"providers":271,"relations":288,"tags":290,"workflow":291},1778696595410.5613,"k1741gyqaf0tj1ffq65gjpsm6x86mfhx",{"reviewCount":8},{"description":267,"installMethods":268,"name":258,"sourceUrl":14},"Battle-tested Claude Code workflows from power users",{"claudeCode":12},{"basePath":260,"githubOwner":246,"githubRepo":247,"locale":18,"slug":247,"type":270},"marketplace",{"evaluate":272,"extract":281},{"promptVersionExtension":273,"promptVersionScoring":207,"score":274,"tags":275,"targetMarket":218,"tier":219},"3.1.0",99,[276,277,278,279,280],"workflow","productivity","ai-assistance","developer-tools","knowledge-management",{"commitSha":282,"license":283,"marketplace":284,"plugin":286},"HEAD","MIT",{"name":247,"pluginCount":285},1,{"mcpCount":8,"provider":287,"skillCount":8},"classify",{"repoId":289},"kd7am4e918eq98hrd9s31jm4vs86nn0b",[278,279,280,277,276],{"evaluatedAt":292,"extractAt":293,"updatedAt":292},1778696611346,1778696595410,{"evaluate":295,"extract":305},{"promptVersionExtension":206,"promptVersionScoring":207,"score":296,"tags":297,"targetMarket":218,"tier":304},96,[276,277,298,299,300,301,302,303],"ai-coding","self-correction","knowledge-base","sqlite","hooks","agents","community",{"commitSha":282,"license":283,"plugin":306},{"mcpCount":8,"provider":287,"skillCount":307},34,{"parentExtensionId":264,"repoId":289},[303,298,302,300,277,299,301,276],{"evaluatedAt":311,"extractAt":293,"updatedAt":311},1778696621396,{"evaluate":313,"extract":315},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":314,"targetMarket":218,"tier":219},[213,214,215,216,217],{"commitSha":282},{"parentExtensionId":251,"repoId":289},{"_creationTime":318,"_id":289,"identity":319,"providers":320,"workflow":807},1778696588306.821,{"githubOwner":246,"githubRepo":247,"sourceUrl":14},{"classify":321,"discover":786,"extract":789,"github":790,"npm":806},{"commitSha":282,"extensions":322},[323,333,474,483,491,499,507,515,523,531,539,547,555,563,571,582,590,598,606,614,622,630,638,645,650,658,666,674,682,694,702,710,742,752,768,778],{"basePath":260,"description":267,"displayName":247,"installMethods":324,"rationale":325,"selectedPaths":326,"source":332,"sourceLanguage":18,"type":270},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[327,330],{"path":328,"priority":329},".claude-plugin/marketplace.json","mandatory",{"path":331,"priority":329},"README.md","rule",{"basePath":260,"description":254,"displayName":247,"installMethods":334,"license":283,"rationale":335,"selectedPaths":336,"source":332,"sourceLanguage":18,"type":261},{"claudeCode":247},"plugin manifest at .claude-plugin/plugin.json",[337,339,340,343,345,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,412,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],{"path":338,"priority":329},".claude-plugin/plugin.json",{"path":331,"priority":329},{"path":341,"priority":342},"skills/agent-teams/SKILL.md","medium",{"path":344,"priority":342},"skills/auto-setup/SKILL.md",{"path":346,"priority":342},"skills/batch-orchestration/SKILL.md",{"path":348,"priority":342},"skills/bug-capture/SKILL.md",{"path":350,"priority":342},"skills/compact-guard/SKILL.md",{"path":352,"priority":342},"skills/context-engineering/SKILL.md",{"path":354,"priority":342},"skills/context-optimizer/SKILL.md",{"path":356,"priority":342},"skills/cost-tracker/SKILL.md",{"path":358,"priority":342},"skills/deslop/SKILL.md",{"path":360,"priority":342},"skills/file-watcher/SKILL.md",{"path":362,"priority":342},"skills/insights/SKILL.md",{"path":364,"priority":342},"skills/learn-rule/SKILL.md",{"path":366,"priority":342},"skills/llm-council/SKILL.md",{"path":368,"priority":342},"skills/llm-gate/SKILL.md",{"path":370,"priority":342},"skills/mcp-audit/SKILL.md",{"path":372,"priority":342},"skills/module-map/SKILL.md",{"path":374,"priority":342},"skills/orchestrate/SKILL.md",{"path":376,"priority":342},"skills/parallel-worktrees/SKILL.md",{"path":378,"priority":342},"skills/permission-tuner/SKILL.md",{"path":380,"priority":342},"skills/plan-interrogate/SKILL.md",{"path":382,"priority":342},"skills/pro-workflow/SKILL.md",{"path":384,"priority":342},"skills/replay-learnings/SKILL.md",{"path":386,"priority":342},"skills/safe-mode/SKILL.md",{"path":388,"priority":342},"skills/session-handoff/SKILL.md",{"path":390,"priority":342},"skills/smart-commit/SKILL.md",{"path":392,"priority":342},"skills/sprint-status/SKILL.md",{"path":394,"priority":342},"skills/survey-generator/SKILL.md",{"path":396,"priority":342},"skills/thoroughness-scoring/SKILL.md",{"path":398,"priority":342},"skills/token-efficiency/SKILL.md",{"path":400,"priority":342},"skills/wiki-builder/SKILL.md",{"path":402,"priority":342},"skills/wiki-query/SKILL.md",{"path":404,"priority":342},"skills/wiki-research-loop/SKILL.md",{"path":406,"priority":342},"skills/wiki-viewer/SKILL.md",{"path":408,"priority":342},"skills/wrap-up/SKILL.md",{"path":410,"priority":411},"agents/context-engineer.md","high",{"path":413,"priority":411},"agents/cost-analyst.md",{"path":415,"priority":411},"agents/debugger.md",{"path":417,"priority":411},"agents/orchestrator.md",{"path":419,"priority":411},"agents/permission-analyst.md",{"path":421,"priority":411},"agents/planner.md",{"path":423,"priority":411},"agents/reviewer.md",{"path":425,"priority":411},"agents/scout.md",{"path":427,"priority":411},"commands/auto-setup.md",{"path":429,"priority":411},"commands/commit.md",{"path":431,"priority":411},"commands/compact-guard.md",{"path":433,"priority":411},"commands/context-optimizer.md",{"path":435,"priority":411},"commands/cost-tracker.md",{"path":437,"priority":411},"commands/deslop.md",{"path":439,"priority":411},"commands/develop.md",{"path":441,"priority":411},"commands/doctor.md",{"path":443,"priority":411},"commands/handoff.md",{"path":445,"priority":411},"commands/insights.md",{"path":447,"priority":411},"commands/learn-rule.md",{"path":449,"priority":411},"commands/learn.md",{"path":451,"priority":411},"commands/list.md",{"path":453,"priority":411},"commands/mcp-audit.md",{"path":455,"priority":411},"commands/parallel.md",{"path":457,"priority":411},"commands/permission-tuner.md",{"path":459,"priority":411},"commands/replay.md",{"path":461,"priority":411},"commands/safe-mode.md",{"path":463,"priority":411},"commands/search.md",{"path":465,"priority":411},"commands/sprint-status.md",{"path":467,"priority":411},"commands/wiki.md",{"path":469,"priority":411},"commands/wrap-up.md",{"path":471,"priority":411},"hooks/hooks.json",{"path":473,"priority":411},".cursor-plugin/plugin.json",{"basePath":475,"description":476,"displayName":477,"installMethods":478,"rationale":479,"selectedPaths":480,"source":332,"sourceLanguage":18,"type":248},"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",[481],{"path":482,"priority":329},"SKILL.md",{"basePath":484,"description":485,"displayName":486,"installMethods":487,"rationale":488,"selectedPaths":489,"source":332,"sourceLanguage":18,"type":248},"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",[490],{"path":482,"priority":329},{"basePath":492,"description":493,"displayName":494,"installMethods":495,"rationale":496,"selectedPaths":497,"source":332,"sourceLanguage":18,"type":248},"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",[498],{"path":482,"priority":329},{"basePath":500,"description":501,"displayName":502,"installMethods":503,"rationale":504,"selectedPaths":505,"source":332,"sourceLanguage":18,"type":248},"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",[506],{"path":482,"priority":329},{"basePath":508,"description":509,"displayName":510,"installMethods":511,"rationale":512,"selectedPaths":513,"source":332,"sourceLanguage":18,"type":248},"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",[514],{"path":482,"priority":329},{"basePath":516,"description":517,"displayName":518,"installMethods":519,"rationale":520,"selectedPaths":521,"source":332,"sourceLanguage":18,"type":248},"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",[522],{"path":482,"priority":329},{"basePath":524,"description":525,"displayName":526,"installMethods":527,"rationale":528,"selectedPaths":529,"source":332,"sourceLanguage":18,"type":248},"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",[530],{"path":482,"priority":329},{"basePath":532,"description":533,"displayName":534,"installMethods":535,"rationale":536,"selectedPaths":537,"source":332,"sourceLanguage":18,"type":248},"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",[538],{"path":482,"priority":329},{"basePath":540,"description":541,"displayName":542,"installMethods":543,"rationale":544,"selectedPaths":545,"source":332,"sourceLanguage":18,"type":248},"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",[546],{"path":482,"priority":329},{"basePath":548,"description":549,"displayName":550,"installMethods":551,"rationale":552,"selectedPaths":553,"source":332,"sourceLanguage":18,"type":248},"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",[554],{"path":482,"priority":329},{"basePath":556,"description":557,"displayName":558,"installMethods":559,"rationale":560,"selectedPaths":561,"source":332,"sourceLanguage":18,"type":248},"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",[562],{"path":482,"priority":329},{"basePath":564,"description":565,"displayName":566,"installMethods":567,"rationale":568,"selectedPaths":569,"source":332,"sourceLanguage":18,"type":248},"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",[570],{"path":482,"priority":329},{"basePath":572,"description":573,"displayName":574,"installMethods":575,"rationale":576,"selectedPaths":577,"source":332,"sourceLanguage":18,"type":248},"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",[578,579],{"path":482,"priority":329},{"path":580,"priority":581},"scripts/council.js","low",{"basePath":583,"description":584,"displayName":585,"installMethods":586,"rationale":587,"selectedPaths":588,"source":332,"sourceLanguage":18,"type":248},"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",[589],{"path":482,"priority":329},{"basePath":591,"description":592,"displayName":593,"installMethods":594,"rationale":595,"selectedPaths":596,"source":332,"sourceLanguage":18,"type":248},"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",[597],{"path":482,"priority":329},{"basePath":599,"description":600,"displayName":601,"installMethods":602,"rationale":603,"selectedPaths":604,"source":332,"sourceLanguage":18,"type":248},"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",[605],{"path":482,"priority":329},{"basePath":607,"description":608,"displayName":609,"installMethods":610,"rationale":611,"selectedPaths":612,"source":332,"sourceLanguage":18,"type":248},"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",[613],{"path":482,"priority":329},{"basePath":615,"description":616,"displayName":617,"installMethods":618,"rationale":619,"selectedPaths":620,"source":332,"sourceLanguage":18,"type":248},"skills/parallel-worktrees","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.","parallel-worktrees",{"claudeCode":12},"SKILL.md frontmatter at skills/parallel-worktrees/SKILL.md",[621],{"path":482,"priority":329},{"basePath":623,"description":624,"displayName":625,"installMethods":626,"rationale":627,"selectedPaths":628,"source":332,"sourceLanguage":18,"type":248},"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":482,"priority":329},{"basePath":631,"description":632,"displayName":633,"installMethods":634,"rationale":635,"selectedPaths":636,"source":332,"sourceLanguage":18,"type":248},"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":482,"priority":329},{"basePath":639,"description":640,"displayName":247,"installMethods":641,"rationale":642,"selectedPaths":643,"source":332,"sourceLanguage":18,"type":248},"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":482,"priority":329},{"basePath":245,"description":10,"displayName":13,"installMethods":646,"rationale":647,"selectedPaths":648,"source":332,"sourceLanguage":18,"type":248},{"claudeCode":12},"SKILL.md frontmatter at skills/replay-learnings/SKILL.md",[649],{"path":482,"priority":329},{"basePath":651,"description":652,"displayName":653,"installMethods":654,"rationale":655,"selectedPaths":656,"source":332,"sourceLanguage":18,"type":248},"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",[657],{"path":482,"priority":329},{"basePath":659,"description":660,"displayName":661,"installMethods":662,"rationale":663,"selectedPaths":664,"source":332,"sourceLanguage":18,"type":248},"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",[665],{"path":482,"priority":329},{"basePath":667,"description":668,"displayName":669,"installMethods":670,"rationale":671,"selectedPaths":672,"source":332,"sourceLanguage":18,"type":248},"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",[673],{"path":482,"priority":329},{"basePath":675,"description":676,"displayName":677,"installMethods":678,"rationale":679,"selectedPaths":680,"source":332,"sourceLanguage":18,"type":248},"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",[681],{"path":482,"priority":329},{"basePath":683,"description":684,"displayName":685,"installMethods":686,"rationale":687,"selectedPaths":688,"source":332,"sourceLanguage":18,"type":248},"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",[689,690,692],{"path":482,"priority":329},{"path":691,"priority":581},"scripts/build-survey.js",{"path":693,"priority":581},"templates/research_bundle.template.json",{"basePath":695,"description":696,"displayName":697,"installMethods":698,"rationale":699,"selectedPaths":700,"source":332,"sourceLanguage":18,"type":248},"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",[701],{"path":482,"priority":329},{"basePath":703,"description":704,"displayName":705,"installMethods":706,"rationale":707,"selectedPaths":708,"source":332,"sourceLanguage":18,"type":248},"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",[709],{"path":482,"priority":329},{"basePath":711,"description":712,"displayName":713,"installMethods":714,"rationale":715,"selectedPaths":716,"source":332,"sourceLanguage":18,"type":248},"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",[717,718,720,722,724,726,728,730,732,734,736,738,740],{"path":482,"priority":329},{"path":719,"priority":342},"references/wiki-flavors.md",{"path":721,"priority":581},"scripts/init_wiki.sh",{"path":723,"priority":581},"scripts/wiki-cli.js",{"path":725,"priority":581},"templates/index.md",{"path":727,"priority":581},"templates/maintenance-log.md",{"path":729,"priority":581},"templates/prompts/compile-concept-page.md",{"path":731,"priority":581},"templates/prompts/compile-index.md",{"path":733,"priority":581},"templates/prompts/compile-source-page.md",{"path":735,"priority":581},"templates/prompts/lint-wiki.md",{"path":737,"priority":581},"templates/prompts/query-and-file.md",{"path":739,"priority":581},"templates/sources.md",{"path":741,"priority":581},"templates/wiki.config.md",{"basePath":743,"description":744,"displayName":745,"installMethods":746,"rationale":747,"selectedPaths":748,"source":332,"sourceLanguage":18,"type":248},"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",[749,750],{"path":482,"priority":329},{"path":751,"priority":581},"scripts/query.js",{"basePath":753,"description":754,"displayName":755,"installMethods":756,"rationale":757,"selectedPaths":758,"source":332,"sourceLanguage":18,"type":248},"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",[759,760,762,764,766],{"path":482,"priority":329},{"path":761,"priority":581},"scripts/research-loop.js",{"path":763,"priority":581},"scripts/source-fetchers/arxiv.js",{"path":765,"priority":581},"scripts/source-fetchers/github.js",{"path":767,"priority":581},"scripts/source-fetchers/web.js",{"basePath":769,"description":770,"displayName":771,"installMethods":772,"rationale":773,"selectedPaths":774,"source":332,"sourceLanguage":18,"type":248},"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",[775,776],{"path":482,"priority":329},{"path":777,"priority":581},"scripts/render.js",{"basePath":779,"description":780,"displayName":781,"installMethods":782,"rationale":783,"selectedPaths":784,"source":332,"sourceLanguage":18,"type":248},"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",[785],{"path":482,"priority":329},{"sources":787},[788],"manual",{"npmPackage":247},{"closedIssues90d":233,"description":791,"forks":234,"homepage":792,"openIssues90d":8,"pushedAt":236,"readmeSize":231,"stars":237,"topics":793},"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",[794,795,796,276,797,798,298,799,800,801,802,803,518,279,804,302,277,299,805],"claude","claude-code","cursor","agent-orchestration","ai-agents","ai-workflow","claude-code-plugin","claude-code-skills","claude-skills","codex","gemini-cli","worktrees",{"downloads":239},{"classifiedAt":808,"discoverAt":809,"extractAt":810,"githubAt":810,"npmAt":811,"updatedAt":808},1778696594915,1778696588306,1778696590961,1778696593284,[217,215,216,214,213],{"evaluatedAt":243,"extractAt":293,"updatedAt":243},[],[816,834,862,893,921,945],{"_creationTime":817,"_id":818,"community":819,"display":820,"identity":823,"providers":824,"relations":830,"tags":831,"workflow":832},1778696595410.5698,"k171sdysmt658g1cdd7hgt8p8h86nms7",{"reviewCount":8},{"description":780,"installMethods":821,"name":822,"sourceUrl":14},{"claudeCode":12},"Wrap-Up Ritual",{"basePath":779,"githubOwner":246,"githubRepo":247,"locale":18,"slug":781,"type":248},{"evaluate":825,"extract":829},{"promptVersionExtension":206,"promptVersionScoring":207,"score":826,"tags":827,"targetMarket":218,"tier":219},100,[276,828,277,213,300,215],"llm",{"commitSha":282,"license":283},{"parentExtensionId":251,"repoId":289},[215,300,828,213,277,276],{"evaluatedAt":833,"extractAt":293,"updatedAt":833},1778697164619,{"_creationTime":835,"_id":836,"community":837,"display":838,"identity":844,"providers":848,"relations":855,"tags":858,"workflow":859},1778685949178.8098,"k17338xtdvbmwpy57ahk8baz7186ndnj",{"reviewCount":8},{"description":839,"installMethods":840,"name":842,"sourceUrl":843},"Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.",{"claudeCode":841},"davepoon/buildwithclaude","developer-growth-analysis","https://github.com/davepoon/buildwithclaude",{"basePath":845,"githubOwner":846,"githubRepo":847,"locale":18,"slug":842,"type":248},"plugins/all-skills/skills/developer-growth-analysis","davepoon","buildwithclaude",{"evaluate":849,"extract":854},{"promptVersionExtension":206,"promptVersionScoring":207,"score":274,"tags":850,"targetMarket":218,"tier":219},[216,851,214,852,853],"code-analysis","reporting","slack-integration",{"commitSha":282},{"parentExtensionId":856,"repoId":857},"k1779wwzgaaxeqtvembbktrb1d86n4tf","kd719kw54vhmcscq7ckdp59fg586mnt6",[851,216,214,852,853],{"evaluatedAt":860,"extractAt":861,"updatedAt":860},1778689562302,1778685949178,{"_creationTime":863,"_id":864,"community":865,"display":866,"identity":872,"providers":877,"relations":886,"tags":889,"workflow":890},1778696691708.3274,"k170az7r02e9e2v47mpy80kx6n86nff3",{"reviewCount":8},{"description":867,"installMethods":868,"name":870,"sourceUrl":871},"Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy",{"claudeCode":869},"ruvnet/ruflo","Trader Regime","https://github.com/ruvnet/ruflo",{"basePath":873,"githubOwner":874,"githubRepo":875,"locale":18,"slug":876,"type":248},"plugins/ruflo-neural-trader/skills/trader-regime","ruvnet","ruflo","trader-regime",{"evaluate":878,"extract":885},{"promptVersionExtension":206,"promptVersionScoring":207,"score":826,"tags":879,"targetMarket":218,"tier":219},[880,881,882,883,884,217],"finance","trading","market-analysis","ai","typescript",{"commitSha":282,"license":283},{"parentExtensionId":887,"repoId":888},"k17drge8h1fgzchr0p4jaeg33n86mwmy","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[883,217,880,882,881,884],{"evaluatedAt":891,"extractAt":892,"updatedAt":891},1778701108877,1778696691708,{"_creationTime":894,"_id":895,"community":896,"display":897,"identity":903,"providers":907,"relations":914,"tags":917,"workflow":918},1778699234184.6174,"k174zww66m804nhr89ttra7r6d86nwyg",{"reviewCount":8},{"description":898,"installMethods":899,"name":901,"sourceUrl":902},"Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow",{"claudeCode":900},"Yeachan-Heo/oh-my-claudecode","setup","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":904,"githubOwner":905,"githubRepo":906,"locale":18,"slug":901,"type":248},"skills/setup","Yeachan-Heo","oh-my-claudecode",{"evaluate":908,"extract":913},{"promptVersionExtension":206,"promptVersionScoring":207,"score":826,"tags":909,"targetMarket":218,"tier":219},[901,910,911,217,912],"routing","configuration","mcp",{"commitSha":282},{"parentExtensionId":915,"repoId":916},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[217,911,912,910,901],{"evaluatedAt":919,"extractAt":920,"updatedAt":919},1778699724286,1778699234184,{"_creationTime":922,"_id":923,"community":924,"display":925,"identity":929,"providers":932,"relations":941,"tags":942,"workflow":943},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":926,"installMethods":927,"name":928,"sourceUrl":902},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":900},"Project Session Manager",{"basePath":930,"githubOwner":905,"githubRepo":906,"locale":18,"slug":931,"type":248},"skills/project-session-manager","project-session-manager",{"evaluate":933,"extract":940},{"promptVersionExtension":206,"promptVersionScoring":207,"score":826,"tags":934,"targetMarket":218,"tier":219},[935,936,276,937,938,217,939],"git","development-environment","tmux","automation","developer-tool",{"commitSha":282,"license":283},{"parentExtensionId":915,"repoId":916},[938,217,939,936,935,937,276],{"evaluatedAt":944,"extractAt":920,"updatedAt":944},1778699613343,{"_creationTime":946,"_id":947,"community":948,"display":949,"identity":953,"providers":955,"relations":961,"tags":962,"workflow":963},1778699234184.6143,"k17cnx0m6a27fw52yvt4zsbsxh86nd1c",{"reviewCount":8},{"description":950,"installMethods":951,"name":952,"sourceUrl":902},"Configure popular MCP servers for enhanced agent capabilities",{"claudeCode":900},"mcp-setup",{"basePath":954,"githubOwner":905,"githubRepo":906,"locale":18,"slug":952,"type":248},"skills/mcp-setup",{"evaluate":956,"extract":960},{"promptVersionExtension":206,"promptVersionScoring":207,"score":826,"tags":957,"targetMarket":218,"tier":219},[912,911,217,958,959],"agent","tooling",{"commitSha":282},{"parentExtensionId":915,"repoId":916},[958,217,911,912,959],{"evaluatedAt":964,"extractAt":920,"updatedAt":964},1778699492025]