[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-SeifBenayed-docx-zh-CN":3,"guides-for-SeifBenayed-docx":431,"similar-k17arz9knxc7me3sxnbsedr5bs86n8rb-zh-CN":432},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":245,"isFallback":228,"parentExtension":250,"providers":251,"relations":256,"repo":258,"tags":428,"workflow":429},1778696993586.7065,"k17arz9knxc7me3sxnbsedr5bs86n8rb",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.",{"claudeCode":12},"SeifBenayed/claude-code-sdk","docx","https://github.com/SeifBenayed/claude-code-sdk",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":226,"workflow":243},1778697071363.416,"kn72j8k2vv893dt1jjacfadfmx86mxsg","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":202,"promptVersionExtension":207,"promptVersionScoring":208,"purpose":209,"rationale":210,"score":211,"summary":212,"tags":213,"targetMarket":218,"tier":219,"useCases":220},[21,26,29,32,36,39,43,47,50,53,57,61,64,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 names the user problem of creating, reading, editing, and manipulating Word documents, providing specific triggers and non-goals.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value over a basic LLM by abstracting complex Word document manipulation into a structured tool interface, enabling programmatic control and integration.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill appears production-ready, with a clear tool-first workflow for common document operations and defined fallbacks for advanced features, covering the lifecycle of document manipulation.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill's scope is focused on Word document (.docx) manipulation, with clearly defined tools and workflows, avoiding unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately and concisely reflects the skill's capabilities for Word document operations, including specific triggers and limitations.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill exposes a set of narrow, verb-noun specialist tools (e.g., `inspect`, `read_text`, `create`) for document operations, rather than a single generalist tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All actions and parameters for the `Document` tool are documented with examples, and the creation process using the `docx` library is detailed.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tool names (e.g., `Document`, `Read`, `Write`, `Edit`) are descriptive and align with the domain of Word document manipulation.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Tool parameters are specific (e.g., `action`, `file_path`, `output_path`) and the outputs are focused on the requested information or document creation, avoiding excessive diagnostic data.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT license, which is permissive and clearly stated in the LICENSE file and README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on April 5, 2026, indicating recent maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project uses npm and includes a lockfile, indicating good dependency management practices.",{"category":65,"check":66,"severity":67,"summary":68},"Security","Secret Management","not_applicable","The skill does not appear to handle secrets or sensitive credentials directly; operations are file-based.",{"category":65,"check":70,"severity":24,"summary":71},"Injection","The skill uses specific tool actions and structured content for document creation/editing, avoiding direct execution of untrusted code or data.",{"category":65,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not fetch external content at runtime and relies on bundled scripts and libraries, mitigating supply-chain risks.",{"category":65,"check":76,"severity":24,"summary":77},"Sandbox Isolation","Operations are file-based within the project context, and the use of Python scripts for office operations is managed within the script's scope.",{"category":65,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were found in the provided scripts.",{"category":65,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill operates on local files and does not make undocumented outbound calls or submit confidential data.",{"category":65,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","Bundled content appears free of hidden-steering tricks; descriptions are clean.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The provided scripts (Python) are readable and not obfuscated or dynamically fetched.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","File operations are relative to the project or use explicit output paths, avoiding assumptions about user-specific project structures.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There are 0 open and 0 closed issues in the last 90 days, indicating no current engagement but also no active issues.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The extension has a meaningful version declared in its package.json and is available via npm.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","Input parameters for the `Document` tool are specific, and the use of Python scripts for office operations implies validation within those scripts or the underlying tools.",{"category":65,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","File operations like create, unpack, and pack are behind explicit tool calls; no destructive operations are unguarded.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The documentation outlines fallbacks and provides clear instructions for handling errors, and the tool-based approach implies structured error reporting.",{"category":104,"check":114,"severity":67,"summary":115},"Logging","The skill is primarily file-based and does not involve complex execution or outbound calls that would necessitate a local audit log.",{"category":117,"check":118,"severity":67,"summary":119},"Compliance","GDPR","The skill operates on local document files and does not handle personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill is global in scope, operating on standard file formats without regional restrictions.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill uses standard Node.js and Python scripts, with explicit dependencies listed, ensuring cross-platform compatibility.",{"category":44,"check":127,"severity":24,"summary":128},"README","A comprehensive README exists, detailing the project's purpose, architecture, and installation.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The `Document` tool exposes a focused set of 7 actions, which is within the ideal range.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","Tool names are distinct and map to specific Word document operations, avoiding near-synonym redundancy.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features related to Word document manipulation have corresponding tools or documented fallback scripts.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","Clear installation instructions are provided via npm, with a runnable example in the README.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The documentation provides guidance on common error paths and recovery steps for document editing and creation.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","Dependencies are managed via npm with a lockfile, and scripts declare interpreter versions.",{"category":33,"check":151,"severity":67,"summary":152},"Dry-run preview","The skill's operations are primarily file-based transformations; a dry-run concept is less applicable than for network or infra changes.",{"category":154,"check":155,"severity":67,"summary":156},"Protocol","Idempotent retry & timeouts","The skill operates on local files; network calls or state-changing operations requiring idempotency or timeouts are not present.",{"category":117,"check":158,"severity":67,"summary":159},"Telemetry opt-in","The extension does not appear to emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the purpose (Word doc manipulation) and provides specific triggers and non-goals.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability and triggers for Word document operations.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured, using progressive disclosure for details, and the body is not excessively long.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","Detailed instructions for document creation and editing are provided within SKILL.md, with clear examples, rather than embedding excessive bulk material.",{"category":170,"check":174,"severity":67,"summary":175},"Forked exploration","This skill is not designed for deep exploration or code review; it performs direct document manipulation tasks.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","Sufficient examples are provided for creating new documents, unpacking/packing, and using the `docx` library, demonstrating key capabilities.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The documentation addresses potential issues like incorrect page sizes, lists, table rendering, and provides critical rules for correct usage.",{"category":104,"check":183,"severity":67,"summary":184},"Tool Fallback","The skill relies on a single `Document` tool and bundled Python scripts, with no external MCP server dependencies mentioned or required.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The documentation emphasizes correct usage and critical rules, implying that deviations from expected states would lead to errors, effectively halting incorrect operations.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained for Word document operations and does not appear to implicitly rely on other specific skills.",1778697071146,"This skill provides a tool-based interface for creating, reading, editing, and manipulating .docx files. It leverages a custom `Document` tool and bundled Python scripts, with detailed documentation on its capabilities and usage patterns for various Word document features.",[195,196,197,198,199,200,201],"Create new .docx documents with structured content.","Read text content and metadata from .docx files.","Extract headings and HTML from documents.","Export document content to plain text.","Unpack .docx for manual XML editing and repack after changes.","Detailed guidance on using the `docx` library for advanced document generation.","Handles document creation with specific page sizes, styles, lists, tables, images, and headers/footers.",[203,204,205,206],"Processing PDFs, spreadsheets, or Google Docs.","General coding tasks unrelated to document generation.","Directly editing legacy .doc files (requires conversion).","Complex tasks like accepting tracked changes or adding comments (requiring specific fallback scripts or LibreOffice).","3.0.0","4.4.0","To empower users to programmatically generate, modify, and analyze Word documents (.docx) with professional formatting and content structures.","The skill is exceptionally well-documented and robust, with clear tooling and examples. No significant issues were found.",99,"A high-quality skill for comprehensive Word document creation and manipulation.",[214,13,215,216,217],"document","word","automation","editing","global","verified",[221,222,223,224,225],"Generating professional reports, memos, or letters with specific formatting.","Extracting and reorganizing content from existing Word documents.","Automating the process of inserting or replacing images in documents.","Performing find-and-replace operations within .docx files.","Converting structured data into polished Word documents.",{"codeQuality":227,"collectedAt":229,"documentation":230,"maintenance":233,"popularity":237,"security":239,"testCoverage":242},{"hasLockfile":228},true,1778697056269,{"descriptionLength":231,"readmeSize":232},785,11346,{"closedIssues90d":8,"forks":234,"hasChangelog":228,"openIssues90d":8,"pushedAt":235,"stars":236},29,1775419387000,114,{"npmDownloads":238},38,{"hasNpmPackage":228,"license":240,"smitheryVerified":241},"MIT",false,{"hasCi":241,"hasTests":228},{"updatedAt":244},1778697071363,{"basePath":246,"githubOwner":247,"githubRepo":248,"locale":18,"slug":13,"type":249},".claude/skills/docx","SeifBenayed","claude-code-sdk","skill",null,{"evaluate":252,"extract":254},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":253,"targetMarket":218,"tier":219},[214,13,215,216,217],{"commitSha":255},"HEAD",{"repoId":257},"kd78s53c1852h5p7c3qem663xs86njab",{"_creationTime":259,"_id":257,"identity":260,"providers":261,"workflow":423},1778696980438.174,{"githubOwner":247,"githubRepo":248,"sourceUrl":14},{"classify":262,"discover":415,"extract":418,"github":419,"npm":422},{"commitSha":255,"extensions":263},[264,275,283,291,299,304,312,320,328,336,344,352,360,368,376,384,405],{"basePath":265,"description":266,"displayName":267,"installMethods":268,"rationale":269,"selectedPaths":270,"source":274,"sourceLanguage":18,"type":249},".claude/skills/browse","Visual feedback browser automation with multi-session, multi-tab, iframe support,\nand enterprise primitives. Navigate sites, interact with elements, manage tabs/sessions,\nhandle file uploads, dropdowns, iframes, and verify results using the\nscreenshot-analyze-act-verify loop. Use when asked to \"open a site\", \"test a page\",\n\"fill a form\", \"check a deployment\", \"browse to\", \"click on\", \"verify the UI\", \"compare\npages side by side\", or any task involving web interaction. Also use proactively when a task\nwould benefit from checking a live URL.\n","browse",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/browse/SKILL.md",[271],{"path":272,"priority":273},"SKILL.md","mandatory","rule",{"basePath":276,"description":277,"displayName":278,"installMethods":279,"rationale":280,"selectedPaths":281,"source":274,"sourceLanguage":18,"type":249},".claude/skills/chatgpt-search","Search ChatGPT and extract the full response + hydration JSON that powers the UI.\nAttaches to a running Chrome instance (port 9222 by default), opens ChatGPT,\nsubmits a query, waits for the streamed response, and returns structured data:\nmessages, product cards, hydration JSON, and API calls.\nUse when asked to \"search chatgpt\", \"ask chatgpt\", \"chatgpt search\",\n\"get chatgpt response\", or \"scrape chatgpt\".\n","chatgpt-search",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/chatgpt-search/SKILL.md",[282],{"path":272,"priority":273},{"basePath":284,"description":285,"displayName":286,"installMethods":287,"rationale":288,"selectedPaths":289,"source":274,"sourceLanguage":18,"type":249},".claude/skills/commit","Create a git commit with a good message. Use when the user says \"commit\", \"save changes\", \"commit this\", or asks to create a commit after making code changes.","commit",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/commit/SKILL.md",[290],{"path":272,"priority":273},{"basePath":292,"description":293,"displayName":294,"installMethods":295,"rationale":296,"selectedPaths":297,"source":274,"sourceLanguage":18,"type":249},".claude/skills/debug","Troubleshoot and debug issues. Use when the user reports an error, a test failure, unexpected behavior, or asks to investigate why something isn't working.","debug",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/debug/SKILL.md",[298],{"path":272,"priority":273},{"basePath":246,"description":10,"displayName":13,"installMethods":300,"rationale":301,"selectedPaths":302,"source":274,"sourceLanguage":18,"type":249},{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/docx/SKILL.md",[303],{"path":272,"priority":273},{"basePath":305,"description":306,"displayName":307,"installMethods":308,"rationale":309,"selectedPaths":310,"source":274,"sourceLanguage":18,"type":249},".claude/skills/file-reading","Use this skill when a file has been uploaded but its content is NOT in your context — only its path at /mnt/user-data/uploads/ is listed in an uploaded_files block. This skill is a router: it tells you which tool to use for each file type (pdf, docx, xlsx, csv, json, images, archives, ebooks) so you read the right amount the right way instead of blindly running cat on a binary. Triggers: any mention of /mnt/user-data/uploads/, an uploaded_files section, a file_path tag, or a user asking about an uploaded file you have not yet read. Do NOT use this skill if the file content is already visible in your context inside a documents block — you already have it.","file-reading",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/file-reading/SKILL.md",[311],{"path":272,"priority":273},{"basePath":313,"description":314,"displayName":315,"installMethods":316,"rationale":317,"selectedPaths":318,"source":274,"sourceLanguage":18,"type":249},".claude/skills/frontend-design","Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.","frontend-design",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/frontend-design/SKILL.md",[319],{"path":272,"priority":273},{"basePath":321,"description":322,"displayName":323,"installMethods":324,"rationale":325,"selectedPaths":326,"source":274,"sourceLanguage":18,"type":249},".claude/skills/pdf","Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.","pdf",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/pdf/SKILL.md",[327],{"path":272,"priority":273},{"basePath":329,"description":330,"displayName":331,"installMethods":332,"rationale":333,"selectedPaths":334,"source":274,"sourceLanguage":18,"type":249},".claude/skills/pdf-reading","Use this skill when you need to read, inspect, or extract content from PDF files — especially when file content is NOT in your context and you need to read it from disk. Covers content inventory, text extraction, page rasterization for visual inspection, embedded image/attachment/table/form-field extraction, and choosing the right reading strategy for different document types (text-heavy, scanned, slide-decks, forms, data-heavy). Do NOT use this skill for PDF creation, form filling, merging, splitting, watermarking, or encryption — use the pdf skill instead.","pdf-reading",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/pdf-reading/SKILL.md",[335],{"path":272,"priority":273},{"basePath":337,"description":338,"displayName":339,"installMethods":340,"rationale":341,"selectedPaths":342,"source":274,"sourceLanguage":18,"type":249},".claude/skills/pptx","Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions \"deck,\" \"slides,\" \"presentation,\" or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.","pptx",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/pptx/SKILL.md",[343],{"path":272,"priority":273},{"basePath":345,"description":346,"displayName":347,"installMethods":348,"rationale":349,"selectedPaths":350,"source":274,"sourceLanguage":18,"type":249},".claude/skills/product-self-knowledge","Stop and consult this skill whenever your response would include specific facts about Anthropic's products. Covers: Claude Code (how to install, Node.js requirements, platform/OS support, MCP server integration, configuration), Claude API (function calling/tool use, batch processing, SDK usage, rate limits, pricing, models, streaming), and Claude.ai (Pro vs Team vs Enterprise plans, feature limits). Trigger this even for coding tasks that use the Anthropic SDK, content creation mentioning Claude capabilities or pricing, or LLM provider comparisons. Any time you would otherwise rely on memory for Anthropic product details, verify here instead — your training data may be outdated or wrong.","product-self-knowledge",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/product-self-knowledge/SKILL.md",[351],{"path":272,"priority":273},{"basePath":353,"description":354,"displayName":355,"installMethods":356,"rationale":357,"selectedPaths":358,"source":274,"sourceLanguage":18,"type":249},".claude/skills/review-pr","Review a pull request for bugs, security issues, and improvements. Use when the user asks to review a PR, review changes, or check code quality of a branch.","review-pr",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/review-pr/SKILL.md",[359],{"path":272,"priority":273},{"basePath":361,"description":362,"displayName":363,"installMethods":364,"rationale":365,"selectedPaths":366,"source":274,"sourceLanguage":18,"type":249},".claude/skills/simplify","Review code for unnecessary complexity and simplify it. Use when the user wants to clean up code, reduce complexity, remove dead code, or make code more readable.","simplify",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/simplify/SKILL.md",[367],{"path":272,"priority":273},{"basePath":369,"description":370,"displayName":371,"installMethods":372,"rationale":373,"selectedPaths":374,"source":274,"sourceLanguage":18,"type":249},".claude/skills/skill-creator","Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.","skill-creator",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/skill-creator/SKILL.md",[375],{"path":272,"priority":273},{"basePath":377,"description":378,"displayName":379,"installMethods":380,"rationale":381,"selectedPaths":382,"source":274,"sourceLanguage":18,"type":249},".claude/skills/xlsx","Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like \"the xlsx in my downloads\") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.","xlsx",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/xlsx/SKILL.md",[383],{"path":272,"priority":273},{"basePath":385,"description":386,"displayName":387,"installMethods":388,"license":240,"rationale":389,"selectedPaths":390,"source":274,"sourceLanguage":18,"type":404},"","The multi-agent runtime. AICL-native agent orchestration, shared tools/memory/skills, 13 providers, voice, phone, zero native deps.","cloclo",{"npm":387},"cli ecosystem detected at /",[391,393,395,398,401],{"path":392,"priority":273},"package.json",{"path":394,"priority":273},"README.md",{"path":396,"priority":397},"LICENSE","high",{"path":399,"priority":400},"claude-native.mjs","medium",{"path":402,"priority":403},"src/index.mjs","low","cli",{"basePath":406,"installMethods":407,"rationale":409,"selectedPaths":410,"source":274,"sourceLanguage":18,"type":404},"rust-sdk",{"cargo":408},"claude-native","cli ecosystem detected at rust-sdk",[411,413],{"path":412,"priority":273},"Cargo.toml",{"path":414,"priority":400},"src/main.rs",{"sources":416},[417],"manual",{"npmPackage":387},{"closedIssues90d":8,"description":420,"forks":234,"license":240,"openIssues90d":8,"pushedAt":235,"readmeSize":232,"stars":236,"topics":421},"Open-source Claude Code SDK — single-file CLIs in Node.js, Python, Go, Rust that use directly. ",[],{"downloads":238},{"classifiedAt":424,"discoverAt":425,"extractAt":426,"githubAt":426,"npmAt":427,"updatedAt":424},1778696993390,1778696980438,1778696988959,1778696991776,[216,214,13,217,215],{"evaluatedAt":244,"extractAt":430,"updatedAt":244},1778696993586,[],[433,460,493,515,547,576],{"_creationTime":434,"_id":435,"community":436,"display":437,"identity":442,"providers":446,"relations":454,"tags":456,"workflow":457},1778691799740.4734,"k172jbg7965y9fyrfqqcjx709x86m93g",{"reviewCount":8},{"description":10,"installMethods":438,"name":440,"sourceUrl":441},{"claudeCode":439},"K-Dense-AI/claude-scientific-skills","DOCX","https://github.com/K-Dense-AI/claude-scientific-skills",{"basePath":443,"githubOwner":444,"githubRepo":445,"locale":18,"slug":13,"type":249},"scientific-skills/docx","K-Dense-AI","claude-scientific-skills",{"evaluate":447,"extract":453},{"promptVersionExtension":207,"promptVersionScoring":208,"score":448,"tags":449,"targetMarket":218,"tier":219},98,[13,215,450,451,216,452],"document-processing","office","validation",{"commitSha":255,"license":240},{"repoId":455},"kd79rphh5gexy91xmpxc05h5mh86mm9r",[216,450,13,451,452,215],{"evaluatedAt":458,"extractAt":459,"updatedAt":458},1778692461296,1778691799740,{"_creationTime":461,"_id":462,"community":463,"display":464,"identity":470,"providers":475,"relations":486,"tags":489,"workflow":490},1778692159341.6602,"k178f3x2fc819kj497d8y0xhxh86mprf",{"reviewCount":8},{"description":465,"installMethods":466,"name":468,"sourceUrl":469},"Programmatically edit Word documents (.docx) with live preview and track changes via SuperDoc VS Code extension. Use when editing DOCX files, making tracked changes, redlining, marking up contracts, or when the user wants to modify Word documents with insertions/deletions visible. Triggers on docx, Word, track changes, redline, markup.",{"claudeCode":467},"lawvable/awesome-legal-skills","DOCX Live Editor","https://github.com/lawvable/awesome-legal-skills",{"basePath":471,"githubOwner":472,"githubRepo":473,"locale":18,"slug":474,"type":249},"skills/docx-processing-lawvable","lawvable","awesome-legal-skills","docx-processing-lawvable",{"evaluate":476,"extract":484},{"promptVersionExtension":207,"promptVersionScoring":208,"score":477,"tags":478,"targetMarket":218,"tier":483},79,[215,13,479,480,481,482],"document-editing","track-changes","redlining","vscode-extension","flagged",{"commitSha":255,"license":485},"AGPL-3.0-or-later",{"parentExtensionId":487,"repoId":488},"k177dh2q19cb4tzajet6eqnek586nvbx","kd7334qxfqk8gjtm28t64b58cn86nkk0",[479,13,481,480,482,215],{"evaluatedAt":491,"extractAt":492,"updatedAt":491},1778693345311,1778692159341,{"_creationTime":494,"_id":495,"community":496,"display":497,"identity":501,"providers":504,"relations":510,"tags":512,"workflow":513},1778692159341.6606,"k173bhfhzr9vw8byv20brjfw7x86n4az",{"reviewCount":8},{"description":498,"installMethods":499,"name":500,"sourceUrl":469},"Searches, replaces, and reads text in Word documents. Use when the user asks to edit, search, or extract text from .docx files.",{"claudeCode":467},"SuperDoc CLI",{"basePath":502,"githubOwner":472,"githubRepo":473,"locale":18,"slug":503,"type":249},"skills/docx-processing-superdoc","docx-processing-superdoc",{"evaluate":505,"extract":509},{"promptVersionExtension":207,"promptVersionScoring":208,"score":506,"tags":507,"targetMarket":218,"tier":483},75,[215,13,508,404,216],"text-processing",{"commitSha":255,"license":485},{"parentExtensionId":511,"repoId":488},"k177y2qz20tt73hxpsvxhcm5e186n1sx",[216,404,13,508,215],{"evaluatedAt":514,"extractAt":492,"updatedAt":514},1778693379188,{"_creationTime":516,"_id":517,"community":518,"display":519,"identity":525,"providers":530,"relations":540,"tags":543,"workflow":544},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":520,"installMethods":521,"name":523,"sourceUrl":524},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":522},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":526,"githubOwner":527,"githubRepo":528,"locale":18,"slug":529,"type":249},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":531,"extract":539},{"promptVersionExtension":207,"promptVersionScoring":208,"score":532,"tags":533,"targetMarket":218,"tier":219},100,[534,535,536,537,216,404,538],"git","development-environment","workflow","tmux","developer-tool",{"commitSha":255,"license":240},{"parentExtensionId":541,"repoId":542},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[216,404,538,535,534,537,536],{"evaluatedAt":545,"extractAt":546,"updatedAt":545},1778699613343,1778699234184,{"_creationTime":548,"_id":549,"community":550,"display":551,"identity":557,"providers":560,"relations":568,"tags":571,"workflow":572},1778699505679.3464,"k1751nm85mw95gw3rsqgrdqspx86ncq2",{"reviewCount":8},{"description":552,"installMethods":553,"name":555,"sourceUrl":556},"无需 OAuth 即可创建公开的 Google Docs 或 Google Sheet 文件。使用此技能创建和编辑 Google Docs 和 Sheets，无需登录 Google。文档可通过共享链接查看。首次使用时自动注册。",{"claudeCode":554},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":385,"githubOwner":558,"githubRepo":555,"locale":559,"slug":555,"type":249},"zagmoai","zh-CN",{"evaluate":561,"extract":567},{"promptVersionExtension":207,"promptVersionScoring":208,"score":532,"tags":562,"targetMarket":218,"tier":219},[563,564,565,216,566],"google-docs","google-sheets","productivity","api-client",{"commitSha":255},{"repoId":569,"translatedFrom":570},"kd776ynh73t0d6samn4bnxdf3x86n8mj","k1707pszx7h026a651dp5tvaxd86m3ag",[566,216,563,564,565],{"evaluatedAt":573,"extractAt":574,"updatedAt":575},1778699485884,1778699468747,1778699505679,{"_creationTime":577,"_id":578,"community":579,"display":580,"identity":583,"providers":586,"relations":594,"tags":595,"workflow":596},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":581,"installMethods":582,"name":528,"sourceUrl":524},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":522},{"basePath":584,"githubOwner":527,"githubRepo":528,"locale":18,"slug":585,"type":249},"skills/ask","ask",{"evaluate":587,"extract":593},{"promptVersionExtension":207,"promptVersionScoring":208,"score":532,"tags":588,"targetMarket":218,"tier":219},[404,216,589,590,591,592],"llm","prompting","code-review","artifact-generation",{"commitSha":255,"license":240},{"parentExtensionId":541,"repoId":542},[592,216,404,591,589,590],{"evaluatedAt":597,"extractAt":546,"updatedAt":597},1778699303045]