[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-iamzhihuix-docx-format-replicator-hi":3,"guides-for-iamzhihuix-docx-format-replicator":275,"similar-k17a4ph0ehyn4g8ybejphj94rn866wbw":276},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":20,"identity":187,"isFallback":192,"parentExtension":193,"providers":253,"relations":256,"repo":257,"workflow":274},1778053197391.3743,"k17a4ph0ehyn4g8ybejphj94rn866wbw",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"Extract formatting from existing Word documents and generate new documents with the same format but different content. Use this skill when users need to create multiple documents with consistent formatting, replicate document templates, or maintain corporate document standards across different content.",{},"DOCX Format Replicator","https://github.com/iamzhihuix/happy-claude-skills/tree/HEAD/skills/docx-format-replicator",[15,16,17,18,19],"document-generation","word-processing","python","templating","automation",{"_creationTime":21,"_id":22,"extensionId":5,"locale":23,"result":24,"trustSignals":176,"workflow":185},1778053284450.2695,"kn72fa1e8q991wvx6r3r8rn9cx867s9f","en",{"checks":25,"evaluatedAt":166,"extensionSummary":167,"promptVersionExtension":168,"promptVersionScoring":169,"rationale":170,"score":171,"summary":172,"tags":173,"targetMarket":174,"tier":175},[26,31,34,37,41,44,48,52,55,58,62,67,70,74,77,80,83,86,89,92,96,100,104,108,112,115,118,121,125,128,131,134,137,140,144,147,150,153,156,159,163],{"category":27,"check":28,"severity":29,"summary":30},"Practical Utility","Problem relevance","pass","The description clearly states the problem of extracting formatting from Word documents and generating new documents with consistent formatting, addressing the need for templates, standards, and replication.",{"category":27,"check":32,"severity":29,"summary":33},"Unique selling proposition","The skill provides a clear value proposition by automating the complex process of replicating Word document formatting, which goes beyond basic text generation and offers a specialized utility.",{"category":27,"check":35,"severity":29,"summary":36},"Production readiness","The skill is production-ready, providing a complete workflow with clear steps for extracting format, preparing content, and generating documents, along with example usage and dependency information.",{"category":38,"check":39,"severity":29,"summary":40},"Scope","Single responsibility principle","The extension focuses solely on replicating Word document formatting, adhering to a single responsibility principle without encroaching on unrelated domains.",{"category":38,"check":42,"severity":29,"summary":43},"Description quality","The description accurately and concisely reflects the skill's capabilities, clearly explaining its purpose and use cases.",{"category":45,"check":46,"severity":29,"summary":47},"Invocation","Scoped tools","The skill uses a set of specific Python scripts (extract_format.py, generate_document.py) as tools, which are well-scoped for their intended operations.",{"category":49,"check":50,"severity":29,"summary":51},"Documentation","Configuration & parameter reference","All parameters for the Python scripts are documented via their respective `--help` outputs and referenced in the SKILL.md, and the schema references for content and format are provided.",{"category":38,"check":53,"severity":29,"summary":54},"Tool naming","The tool names (scripts like extract_format.py and generate_document.py) are descriptive and follow standard Python naming conventions.",{"category":38,"check":56,"severity":29,"summary":57},"Minimal I/O surface","The scripts take specific file paths as input and produce a single .docx output, with clear command-line arguments and no extraneous output.",{"category":59,"check":60,"severity":29,"summary":61},"License","License usability","The extension is licensed under the MIT license, which is a permissive open-source license.",{"category":63,"check":64,"severity":65,"summary":66},"Maintenance","Commit recency","not_applicable","The repository has no commit history for the default branch, making it impossible to assess recency. This check is marked not applicable as per instructions.",{"category":63,"check":68,"severity":29,"summary":69},"Dependency Management","Dependencies (`python-docx`) are clearly listed and easily installable via pip, with no complex or unmanaged third-party dependencies.",{"category":71,"check":72,"severity":65,"summary":73},"Security","Secret Management","The skill does not handle any secrets or sensitive information; it operates solely on document files and configurations.",{"category":71,"check":75,"severity":29,"summary":76},"Injection","The scripts process file paths and JSON content, which are assumed to be trusted inputs. No remote data loading or execution of untrusted content is performed.",{"category":71,"check":78,"severity":29,"summary":79},"Transitive Supply-Chain Grenades","The skill only uses local files and a single Python dependency, with no runtime downloads or external script execution, eliminating transitive supply-chain risks.",{"category":71,"check":81,"severity":29,"summary":82},"Sandbox Isolation","The scripts operate on specified input and output file paths and do not attempt to access or modify files outside of these defined locations.",{"category":71,"check":84,"severity":29,"summary":85},"Sandbox escape primitives","The Python scripts do not contain any detached process spawns or deny-retry loops that could facilitate sandbox escapes.",{"category":71,"check":87,"severity":29,"summary":88},"Data Exfiltration","The skill processes local files and does not make any outbound network calls, thus posing no risk of data exfiltration.",{"category":71,"check":90,"severity":29,"summary":91},"Hidden Text Tricks","The bundled files (Python scripts, JSON, markdown) are free of hidden-steering tricks like invisible Unicode characters or obfuscated comments.",{"category":93,"check":94,"severity":29,"summary":95},"Hooks","Opaque code execution","The Python scripts are written in plain, readable code and do not employ obfuscation techniques like base64 payloads or runtime script fetching.",{"category":97,"check":98,"severity":29,"summary":99},"Portability","Structural Assumption","The scripts rely only on relative paths for input/output files and do not make assumptions about the user's project structure beyond the specified files.",{"category":101,"check":102,"severity":65,"summary":103},"Trust","Issues Attention","No issues are available to assess maintainer engagement.",{"category":105,"check":106,"severity":29,"summary":107},"Versioning","Release Management","A version ('1.0.0') is explicitly declared in the SKILL.md frontmatter, satisfying the release management check.",{"category":109,"check":110,"severity":29,"summary":111},"Code Execution","Validation","While not using a schema library like Zod, the Python scripts expect specific file paths and JSON structures, and the schemas are documented, providing a reasonable level of validation for this type of utility.",{"category":71,"check":113,"severity":29,"summary":114},"Unguarded Destructive Operations","The skill is read-only concerning document content and format, and its primary action is to create new files, not to modify or delete existing ones destructively.",{"category":109,"check":116,"severity":29,"summary":117},"Error Handling","The Python scripts include basic error handling for file not found and provide informative messages, and they exit appropriately upon errors.",{"category":109,"check":119,"severity":65,"summary":120},"Logging","The skill does not perform destructive actions or outbound calls that would necessitate a local audit log.",{"category":122,"check":123,"severity":65,"summary":124},"Compliance","GDPR","The skill operates on document structure and content, not personal data, and therefore does not pose GDPR risks.",{"category":122,"check":126,"severity":29,"summary":127},"Target market","The skill is general-purpose and operates on document file formats, with no regional or jurisdictional logic, making it globally applicable.",{"category":97,"check":129,"severity":29,"summary":130},"Runtime stability","The skill relies on standard Python and the `python-docx` library, with clear versioning and no specific OS or shell dependencies mentioned, indicating good portability.",{"category":45,"check":132,"severity":29,"summary":133},"Precise Purpose","The skill clearly defines its purpose (extracting and replicating Word document formatting) and provides specific usage scenarios and explicit boundaries in its description and 'When to Use' section.",{"category":45,"check":135,"severity":29,"summary":136},"Concise Frontmatter","The frontmatter in SKILL.md is concise, clearly states the core capability, and lists relevant trigger phrases without excessive keywords.",{"category":49,"check":138,"severity":29,"summary":139},"Concise Body","The SKILL.md body is well-structured, uses progressive disclosure by referencing separate schema files, and remains within a reasonable length.",{"category":141,"check":142,"severity":29,"summary":143},"Context","Progressive Disclosure","Detailed schemas for format configuration and content data are provided in separate markdown files within the 'references' directory, enhancing clarity and modularity.",{"category":141,"check":145,"severity":65,"summary":146},"Forked exploration","This skill is a straightforward utility and does not involve deep exploration or code review, so the `context: fork` setting is not applicable.",{"category":27,"check":148,"severity":29,"summary":149},"Usage examples","Sufficient end-to-end examples are provided for the core functionalities, demonstrating input, invocation, and expected outcome.",{"category":27,"check":151,"severity":29,"summary":152},"Edge cases","The documentation addresses potential issues like missing styles, table formatting problems, font availability, and dependency errors, providing symptoms and recovery steps.",{"category":109,"check":154,"severity":65,"summary":155},"Tool Fallback","The skill uses standard Python libraries and does not rely on external tools like MCP servers, making fallbacks unnecessary.",{"category":97,"check":157,"severity":29,"summary":158},"Stack assumptions","The skill declares its Python 3.7+ requirement and the `python-docx` dependency, with clear installation instructions.",{"category":160,"check":161,"severity":29,"summary":162},"Safety","Halt on unexpected state","The Python scripts include basic error handling for file access and parameter issues, which will halt the workflow and report errors rather than proceeding with unexpected state.",{"category":97,"check":164,"severity":29,"summary":165},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills; its functionality is independent.",1778053211322,"This skill utilizes Python scripts to extract formatting details from existing .docx files and apply them to new content, enabling the creation of consistently formatted documents. It provides clear schemas for format and content, along with example files and troubleshooting guidance.","2.0.0","3.4.0","This skill is exceptionally well-documented and robust. It adheres to all best practices for scope, documentation, security, and usability. The only minor point is the absence of commit history, but this is marked as not applicable due to the nature of the repository structure. The MIT license and clear dependency management further solidify its verified status.",98,"A highly polished and well-documented skill for replicating Word document formatting and generating new documents.",[15,16,17,18,19],"global","verified",{"codeQuality":177,"collectedAt":178,"documentation":179,"maintenance":181,"security":182,"testCoverage":184},{},1778053201724,{"descriptionLength":180,"readmeSize":8},303,{},{"hasNpmPackage":183,"smitheryVerified":183},false,{"hasCi":183,"hasTests":183},{"updatedAt":186},1778053284450,{"githubOwner":188,"githubRepo":189,"locale":23,"slug":190,"type":191},"iamzhihuix","happy-claude-skills","docx-format-replicator","skill",true,{"_creationTime":194,"_id":195,"community":196,"display":197,"identity":206,"parentExtension":208,"providers":247,"relations":251,"workflow":252},1778053197391.3738,"k173wvsxrd2c9bh352g3y6ya2h8667s7",{"reviewCount":8},{"description":198,"installMethods":199,"name":190,"sourceUrl":200,"tags":201},"Extract formatting from Word documents and generate new documents with the same format",{},"https://github.com/iamzhihuix/happy-claude-skills",[202,203,204,205],"word","document","formatting","replication",{"githubOwner":188,"githubRepo":189,"locale":23,"slug":190,"type":207},"plugin",{"_creationTime":209,"_id":210,"community":211,"display":212,"identity":230,"providers":232,"relations":242,"workflow":244},1778053197391.3733,"k179bs7h81fd44w43crascabax866n51",{"reviewCount":8},{"description":213,"installMethods":214,"name":215,"sourceUrl":200,"tags":216},"Practical Claude Code skill plugins for document format replication, video processing, and content creation",{},"Happy Claude Skills",[217,218,219,220,221,222,223,224,225,226,227,228,229],"ai","coding-assistant","developer-tools","document-processing","video-processing","content-creation","image-generation","video-generation","audio-generation","browser-automation","password-management","oss-prep","app-audit",{"githubOwner":188,"githubRepo":189,"locale":23,"slug":189,"type":231},"marketplace",{"extract":233,"llm":239},{"commitSha":234,"license":235,"marketplace":236},"f49e7782a551759c9f9e0a4d4417ff053f0a86fd","MIT",{"name":189,"pluginCount":237,"version":238},12,"1.0.0",{"promptVersionExtension":168,"promptVersionScoring":169,"score":240,"targetMarket":174,"tier":241},78,"evaluated",{"repoId":243},"kd7dbbtdq95nkcs3k7fg9w6fdn864j0b",{"anyEnrichmentAt":245,"extractAt":246,"githubAt":245,"llmAt":186,"updatedAt":186},1778053199195,1778053197391,{"extract":248,"llm":249},{"commitSha":234,"license":235},{"promptVersionExtension":168,"promptVersionScoring":169,"score":250,"targetMarket":174,"tier":175},88,{"parentExtensionId":210,"repoId":243},{"anyEnrichmentAt":245,"extractAt":246,"githubAt":245,"llmAt":186,"updatedAt":186},{"extract":254,"llm":255},{"commitSha":234,"license":235},{"promptVersionExtension":168,"promptVersionScoring":169,"score":171,"targetMarket":174,"tier":175},{"parentExtensionId":195,"repoId":243},{"_creationTime":258,"_id":243,"identity":259,"providers":260,"workflow":271},1777995558409.8823,{"githubOwner":188,"githubRepo":189,"sourceUrl":200},{"discover":261,"github":264},{"sources":262},[263],"skills-sh",{"closedIssues90d":8,"forks":265,"license":235,"openIssues90d":266,"pushedAt":267,"readmeSize":268,"stars":269,"topics":270},28,1,1776647239000,9879,285,[],{"discoverAt":272,"extractAt":273,"githubAt":273,"updatedAt":273},1777995558409,1778053200076,{"anyEnrichmentAt":245,"extractAt":246,"githubAt":245,"llmAt":186,"updatedAt":186},[],[277,308,336,364,385],{"_creationTime":278,"_id":279,"community":280,"display":281,"identity":293,"providers":296,"relations":301,"workflow":304},1778054268187.7783,"k1799kwx7k8g1vx165qr4np3298670sw",{"reviewCount":8},{"description":282,"installMethods":283,"name":284,"sourceUrl":285,"tags":286},"Guide for using the Bright Data CLI (`brightdata` / `bdata`) to scrape websites, search the web, extract structured data from 40+ platforms, manage proxy zones, and check account budget. Use this skill whenever the user wants to scrape a URL, search Google/Bing/Yandex, extract data from Amazon/LinkedIn/Instagram/TikTok/YouTube/Reddit or any other platform, check their Bright Data balance or zones, or do anything involving web data collection from the terminal. Also trigger when the user mentions brightdata, bdata, web scraping CLI, SERP API, or wants to install Bright Data skills into their coding agent.",{},"Bright Data CLI","https://github.com/brightdata/skills/tree/HEAD/skills/brightdata-cli",[287,288,289,290,291,19,292],"brightdata","cli","web-scraping","data-extraction","serp-api","terminal",{"githubOwner":287,"githubRepo":294,"locale":23,"slug":295,"type":191},"skills","brightdata-cli",{"extract":297,"llm":299},{"commitSha":298,"license":235},"d0eeb1fbab809ffffe7c270186bd3eb78cf0c8ba",{"promptVersionExtension":168,"promptVersionScoring":169,"score":300,"targetMarket":174,"tier":175},99,{"parentExtensionId":302,"repoId":303},"k177secs2fy2665c3z8prspg0s867xd1","kd7e4q3ah25vmt87x67vanphhn864r9h",{"anyEnrichmentAt":305,"extractAt":306,"githubAt":305,"llmAt":307,"updatedAt":307},1778054269540,1778054268187,1778054318963,{"_creationTime":309,"_id":310,"community":311,"display":312,"identity":322,"providers":326,"relations":330,"workflow":332},1778053622473.6482,"k177qzhg585h8jr95mrhazbca9867398",{"reviewCount":8},{"description":313,"installMethods":314,"name":315,"sourceUrl":316,"tags":317},"Create and manipulate PowerPoint PPTX files programmatically. Use when the user needs to generate presentations, modify PPTX templates, extract slide content, create thumbnail previews, or automate PowerPoint workflows. Supports both template-based generation (for branding compliance) and from-scratch creation. Keywords: PowerPoint, PPTX, presentation, slides, template, deck, slideshow, corporate, branding.",{},"PPTX Generator","https://github.com/jwynia/agent-skills/tree/HEAD/skills/general/document-processing/presentation/pptx-generator",[318,319,320,321,19,220],"powerpoint","pptx","presentation","generator",{"githubOwner":323,"githubRepo":324,"locale":23,"slug":325,"type":191},"jwynia","agent-skills","pptx-generator",{"extract":327,"llm":329},{"commitSha":328,"license":235},"e02ec7e226a6e4f8419fd3b88a1d8e472d421b32",{"promptVersionExtension":168,"promptVersionScoring":169,"score":300,"targetMarket":174,"tier":175},{"repoId":331},"kd7efn3mprpa8rd8vm5hw5ebzx864fph",{"anyEnrichmentAt":333,"extractAt":334,"githubAt":333,"llmAt":335,"updatedAt":335},1778053625386,1778053622473,1778054012696,{"_creationTime":337,"_id":338,"community":339,"display":340,"identity":351,"providers":354,"relations":358,"workflow":360},1778053148350.4612,"k1724bgrr3q4nkysgsnx3rw6as8668jw",{"reviewCount":8},{"description":341,"installMethods":342,"name":343,"sourceUrl":344,"tags":345},"Create formal employment offer letters with compensation and terms",{},"Offer Letter Generator","https://github.com/claude-office-skills/skills/tree/HEAD/offer-letter",[346,347,348,349,350,15],"hr","offer-letter","hiring","employment","mcp",{"githubOwner":352,"githubRepo":294,"locale":23,"slug":353,"type":191},"claude-office-skills","offer-letter-generator",{"extract":355,"llm":357},{"commitSha":356,"license":235},"9c4c7d5cd2813a8936bf2c9fdb174ea883b85a11",{"promptVersionExtension":168,"promptVersionScoring":169,"score":171,"targetMarket":174,"tier":175},{"repoId":359},"kd7fw7xbj58qc2z8whrrjptbed8659db",{"anyEnrichmentAt":361,"extractAt":362,"githubAt":361,"llmAt":363,"updatedAt":363},1778053151766,1778053148350,1778053561145,{"_creationTime":365,"_id":366,"community":367,"display":368,"identity":378,"providers":380,"relations":383,"workflow":384},1778053148350.45,"k17b6r5zytdphq3nsv6wpfqc2s866pr7",{"reviewCount":8},{"description":369,"installMethods":370,"name":371,"sourceUrl":372,"tags":373},"Create professional invoices with proper formatting for freelancers and small businesses. Supports multiple currencies and tax calculations.",{},"Invoice Generator Skill","https://github.com/claude-office-skills/skills/tree/HEAD/invoice-generator",[374,375,376,377,350,15],"invoice","finance","billing","business",{"githubOwner":352,"githubRepo":294,"locale":23,"slug":379,"type":191},"invoice-generator",{"extract":381,"llm":382},{"commitSha":356,"license":235},{"promptVersionExtension":168,"promptVersionScoring":169,"score":171,"targetMarket":174,"tier":175},{"repoId":359},{"anyEnrichmentAt":361,"extractAt":362,"githubAt":361,"llmAt":363,"updatedAt":363},{"_creationTime":386,"_id":387,"community":388,"display":389,"identity":399,"providers":403,"relations":411,"workflow":413},1778053968286.4954,"k179afn14fzy4sejmjf82fgqa9867ck6",{"reviewCount":8},{"description":390,"installMethods":391,"name":392,"sourceUrl":393,"tags":394},"Searches arXiv for preprints and academic papers, retrieves abstracts, and filters by topic. Use when the user asks to find research papers, search arXiv, look up preprints, find academic articles in physics, math, CS, biology, statistics, or related fields.",{},"arXiv Search","https://github.com/langchain-ai/deepagents/tree/HEAD/libs/cli/examples/skills/arxiv-search",[395,396,397,398,17,288],"research","data-analytics","arxiv","academic-papers",{"githubOwner":400,"githubRepo":401,"locale":23,"slug":402,"type":191},"langchain-ai","deepagents","arxiv-search",{"extract":404,"llm":406,"smithery":407},{"commitSha":405,"license":235},"b108c71d0c570e16c7050c1eac482e15dc35a5ed",{"promptVersionExtension":168,"promptVersionScoring":169,"score":171,"targetMarket":174,"tier":175},{"qualityScore":408,"totalActivations":409,"uniqueUsers":410,"useCount":8,"verified":183},0.7439563,9,8,{"repoId":412},"kd76dna2fvfbnjvzcpd2cwqnyd865xz7",{"anyEnrichmentAt":414,"extractAt":415,"githubAt":416,"llmAt":417,"smitheryAt":414,"updatedAt":417},1778053994907,1778053968286,1778053969344,1778054053159]