[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-iterationlayer-optimize-for-etsy-de":3,"guides-for-iterationlayer-optimize-for-etsy":1420,"similar-k174kj9dmztwz6x68xbz98jjzs86m3sj-de":1421},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":245,"isFallback":251,"parentExtension":252,"providers":310,"relations":314,"repo":315,"tags":1418,"workflow":1419},1778691104676.0054,"k174kj9dmztwz6x68xbz98jjzs86m3sj",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Smart crop a product photo to Etsy's recommended 2000×2000px square format and export as JPEG.",{"claudeCode":12},"iterationlayer/skills","Optimize for Etsy","https://github.com/iterationlayer/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":231,"workflow":243},1778693750557.0696,"kn73njqpepphhs59vmcx9xyyfd86n035","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":199,"practices":203,"prerequisites":204,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":219,"tier":220,"useCases":221,"workflow":225},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of optimizing product photos for Etsy's recommended format and mentions smart cropping as a solution.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a significant value proposition over a simple prompt by automating the complex task of smart cropping, resizing, and format conversion for a specific platform (Etsy), which goes beyond default LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready, providing a complete workflow for image transformation via an API, including code examples in multiple languages and clear prerequisites.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses on a single domain: image transformation for Etsy optimization, clearly advertised by its name and description.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description is concise, accurate, and clearly reflects the skill's capability to crop and format product photos for Etsy.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses a single, well-defined API call (`transformImage`) with specific operations, acting as a specialized tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The API parameters for the image transformation operations (smart_crop, sharpen, convert) are clearly documented in the provided examples and implicitly understood through the API's usage.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The core functionality is accessed via a single API call, with operations clearly named within the request payload, adhering to a descriptive pattern.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The input specifies only necessary parameters for image transformation, and the output provides the transformed image buffer and mime type, which is directly relevant to the task.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project includes an MIT license file, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on April 28, 2026, which is within the last 12 months.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The extension does not appear to use third-party dependencies directly within its own code; it relies on an external API.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill requires an API key, which is documented as needing to be provided securely (e.g., via an environment variable or secure configuration), and the provided examples do not show hardcoded secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill interacts with an API, and the input parameters are structured and validated by the API itself, mitigating injection risks.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on a documented API endpoint and does not fetch or execute external code at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill makes outbound API calls and does not modify files outside of its intended scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The skill does not involve scripts or hooks that could lead to sandbox escape primitives.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill sends image data to a documented API endpoint for processing and does not appear to exfiltrate confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content is clean and does not contain hidden steering tricks or suspicious Unicode characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's implementation relies on direct API calls and does not involve obfuscated or dynamically executed code.",{"category":92,"check":93,"severity":63,"summary":94},"Portability","Structural Assumption","The skill does not make structural assumptions about the user's project file layout.",{"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 the project is new or has no active issues.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The `pushedAt` timestamp indicates recent commits, and the license file is present, implying a managed state even without explicit versioning fields in the SKILL.md.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","Input parameters for the API call are structured and expected to be validated by the Iteration Layer API service itself.",{"category":66,"check":108,"severity":63,"summary":109},"Unguarded Destructive Operations","The skill performs image transformations, which are not destructive operations in the context of file system changes or data deletion.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The provided API examples include basic error handling (`if err != nil`), and the API itself is expected to return structured errors.",{"category":104,"check":114,"severity":63,"summary":115},"Logging","The skill is read-only in terms of local file system operations and relies on API responses; therefore, local audit logging is not applicable.",{"category":117,"check":118,"severity":63,"summary":119},"Compliance","GDPR","The skill processes image data and does not operate on personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill's functionality is general image processing and not tied to any specific geographic or legal jurisdiction.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on standard API calls and multi-language SDKs, making it portable across different environments.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README provides installation instructions, lists available plugins, and links to relevant documentation.",{"category":33,"check":130,"severity":63,"summary":131},"Tool surface size","This is a skill that uses a single API endpoint, not a collection of tools.",{"category":40,"check":133,"severity":63,"summary":134},"Overlapping near-synonym tools","The skill interacts with a single API endpoint with distinct operations, so there are no overlapping near-synonym tools.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as smart cropping and format conversion, are implemented via the Iteration Layer API and are reflected in the provided examples.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions for the plugin and includes copy-pasteable command-line examples for invoking the skill's functionality.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The API examples show basic error handling, and the API documentation linked suggests actionable error reporting.",{"category":147,"check":148,"severity":63,"summary":149},"Execution","Pinned dependencies","The skill relies on an external API and does not bundle or manage its own third-party dependencies.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The operation is an image transformation and does not involve state changes or outbound data sending in a way that would necessitate a dry-run preview.",{"category":154,"check":155,"severity":63,"summary":156},"Protocol","Idempotent retry & timeouts","The skill makes an API call; idempotency and timeouts are assumed to be handled by the Iteration Layer API service.",{"category":117,"check":158,"severity":63,"summary":159},"Telemetry opt-in","There is no indication that this skill emits telemetry data.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the purpose (smart crop and export product photo to Etsy's recommended format) and provides context for its use.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability for routing.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is concise, with most technical details and examples provided through code snippets and API documentation links.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the API usage and links to external integration guides for deeper material, demonstrating progressive disclosure.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","This skill performs a specific transformation and does not involve exploratory processes that would benefit from `context: fork`.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","Multiple ready-to-use code examples are provided for cURL, TypeScript, Python, and Go, demonstrating input, invocation, and expected output.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The API documentation linked likely covers edge cases and limitations, and the provided examples are robust.",{"category":104,"check":183,"severity":63,"summary":184},"Tool Fallback","The skill relies on a specific API and does not have optional tools or fallbacks.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill relies on the Iteration Layer API, which is expected to handle state management and error reporting robustly, halting on unexpected conditions.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and performs a specific image transformation task without relying on other skills.",1778693750450,"This skill crops and resizes product photos to Etsy's recommended 2000x2000px square format, exporting them as JPEGs. It utilizes the Iteration Layer API for smart cropping, sharpening, and format conversion.",[195,196,197,198],"Smart crop to 2000x2000px","Export as JPEG","API-driven image transformation","Sharpening and quality adjustment",[200,201,202],"Editing image content beyond cropping, sharpening, and format conversion.","Uploading images directly to Etsy.","Providing advanced graphic design features.",[],[205],"Iteration Layer API key","3.0.0","4.4.0","Streamline the process for Etsy sellers to prepare product photos by automatically cropping, resizing, and formatting them to Etsy's specifications, ensuring optimal presentation without manual intervention.","The extension demonstrates high quality across all evaluated aspects, with no significant issues found. Its documentation, functionality, security, and maintenance are all robust.",99,"A high-quality skill for optimizing product images for Etsy, offering robust functionality and clear documentation.",[213,214,215,216,217,218],"image-editing","etsy","e-commerce","optimization","cropper","jpeg","global","verified",[222,223,224],"Preparing product photos for new Etsy listings.","Batch processing existing product images for Etsy compliance.","Ensuring consistent image dimensions and quality across an Etsy shop.",[226,227,228,229,230],"Provide image URL and API key.","Execute smart crop operation to 2000x2000px.","Apply sharpening operation.","Convert image format to JPEG with specified quality.","Receive transformed image data.",{"codeQuality":232,"collectedAt":234,"documentation":235,"maintenance":238,"security":240,"testCoverage":242},{"hasLockfile":233},false,1778693734327,{"descriptionLength":236,"readmeSize":237},94,5689,{"closedIssues90d":8,"forks":8,"hasChangelog":233,"openIssues90d":8,"pushedAt":239,"stars":8},1777403760000,{"hasNpmPackage":233,"license":241,"smitheryVerified":233},"MIT",{"hasCi":233,"hasTests":233},{"updatedAt":244},1778693750557,{"basePath":246,"githubOwner":247,"githubRepo":248,"locale":18,"slug":249,"type":250},"skills/optimize-for-etsy","iterationlayer","skills","optimize-for-etsy","skill",true,{"_creationTime":253,"_id":254,"community":255,"display":256,"identity":259,"parentExtension":262,"providers":295,"relations":306,"tags":307,"workflow":308},1778691104675.9766,"k1721s0xmp59902ybtpakrrffn86n10s",{"reviewCount":8},{"description":257,"installMethods":258,"name":247,"sourceUrl":14},"Iteration Layer integration guide — document, website, image, and sheet processing APIs with one API key and one credit pool",{"claudeCode":248},{"basePath":260,"githubOwner":247,"githubRepo":248,"locale":18,"slug":248,"type":261},"","plugin",{"_creationTime":263,"_id":264,"community":265,"display":266,"identity":270,"providers":272,"relations":289,"tags":291,"workflow":292},1778691104675.9763,"k172thzamyareqcp1pza99j91h86m7ph",{"reviewCount":8},{"description":267,"installMethods":268,"name":269,"sourceUrl":14},"Skills for document, website, image, and sheet processing with Iteration Layer APIs",{"claudeCode":12},"Iteration Layer Skills",{"basePath":260,"githubOwner":247,"githubRepo":248,"locale":18,"slug":248,"type":271},"marketplace",{"evaluate":273,"extract":282},{"promptVersionExtension":274,"promptVersionScoring":207,"score":275,"tags":276,"targetMarket":219,"tier":220},"3.1.0",98,[277,278,279,280,281],"document-processing","website-data","image-manipulation","spreadsheet-generation","api-integration",{"commitSha":283,"license":241,"marketplace":284,"plugin":287},"HEAD",{"name":285,"pluginCount":286},"iterationlayer-skills",1,{"mcpCount":8,"provider":288,"skillCount":8},"classify",{"repoId":290},"kd76p4g2qmtrkgx99cnab3683d86n4g8",[281,277,279,280,278],{"evaluatedAt":293,"extractAt":294,"updatedAt":293},1778691127860,1778691104676,{"evaluate":296,"extract":303},{"promptVersionExtension":206,"promptVersionScoring":207,"score":297,"tags":298,"targetMarket":219,"tier":220},95,[299,300,281,301,302],"web-scraping","data-extraction","html","json",{"commitSha":283,"plugin":304},{"mcpCount":8,"provider":288,"skillCount":305},127,{"parentExtensionId":264,"repoId":290},[281,300,301,302,299],{"evaluatedAt":309,"extractAt":294,"updatedAt":309},1778691297809,{"evaluate":311,"extract":313},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":312,"targetMarket":219,"tier":220},[213,214,215,216,217,218],{"commitSha":283,"license":241},{"parentExtensionId":254,"repoId":290},{"_creationTime":316,"_id":290,"identity":317,"providers":318,"workflow":1414},1778689866891.11,{"githubOwner":247,"githubRepo":248,"sourceUrl":14},{"classify":319,"discover":1393,"github":1396},{"commitSha":283,"extensions":320},[321,334,340,347,354,361,367,373,380,389,397,405,413,421,429,437,445,453,461,469,477,485,493,501,509,517,525,533,541,549,557,565,573,581,589,597,605,613,621,629,637,645,653,661,669,677,685,693,701,709,717,725,733,741,749,757,765,773,781,789,797,805,813,821,829,837,845,853,861,869,877,885,893,901,909,917,925,933,941,949,957,965,973,981,989,997,1005,1013,1021,1029,1037,1045,1053,1061,1069,1077,1085,1093,1101,1109,1117,1125,1133,1141,1149,1157,1165,1173,1181,1189,1197,1205,1213,1221,1229,1237,1245,1252,1260,1268,1273,1281,1289,1297,1305,1313,1321,1329,1337,1345,1353,1361,1369,1377,1385],{"basePath":260,"description":267,"displayName":285,"installMethods":322,"rationale":323,"selectedPaths":324,"source":333,"sourceLanguage":18,"type":271},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[325,328,330],{"path":326,"priority":327},".claude-plugin/marketplace.json","mandatory",{"path":329,"priority":327},"README.md",{"path":331,"priority":332},"LICENSE","high","rule",{"basePath":260,"description":257,"displayName":247,"installMethods":335,"rationale":336,"selectedPaths":337,"source":333,"sourceLanguage":18,"type":261},{"claudeCode":248},"inline plugin source from marketplace.json at /",[338,339],{"path":329,"priority":327},{"path":331,"priority":332},{"basePath":260,"description":341,"displayName":342,"installMethods":343,"rationale":336,"selectedPaths":344,"source":333,"sourceLanguage":18,"type":261},"Generate PDF invoices, reports, contracts, and documents from structured data using Iteration Layer","document-creation",{"claudeCode":248},[345,346],{"path":329,"priority":327},{"path":331,"priority":332},{"basePath":260,"description":348,"displayName":349,"installMethods":350,"rationale":336,"selectedPaths":351,"source":333,"sourceLanguage":18,"type":261},"Extract structured data from PDFs, invoices, receipts, resumes, and documents using Iteration Layer","document-extraction",{"claudeCode":248},[352,353],{"path":329,"priority":327},{"path":331,"priority":332},{"basePath":260,"description":355,"displayName":356,"installMethods":357,"rationale":336,"selectedPaths":358,"source":333,"sourceLanguage":18,"type":261},"Generate social cards, thumbnails, certificates, and marketing images using Iteration Layer","image-design",{"claudeCode":248},[359,360],{"path":329,"priority":327},{"path":331,"priority":332},{"basePath":260,"description":362,"displayName":213,"installMethods":363,"rationale":336,"selectedPaths":364,"source":333,"sourceLanguage":18,"type":261},"Edit, resize, crop, remove backgrounds, and enhance images using Iteration Layer",{"claudeCode":248},[365,366],{"path":329,"priority":327},{"path":331,"priority":332},{"basePath":260,"description":368,"displayName":280,"installMethods":369,"rationale":336,"selectedPaths":370,"source":333,"sourceLanguage":18,"type":261},"Generate XLSX, CSV, and Markdown spreadsheets from structured tabular data using Iteration Layer",{"claudeCode":248},[371,372],{"path":329,"priority":327},{"path":331,"priority":332},{"basePath":260,"description":374,"displayName":375,"installMethods":376,"rationale":336,"selectedPaths":377,"source":333,"sourceLanguage":18,"type":261},"Extract structured data from public website pages using Iteration Layer","website-extraction",{"claudeCode":248},[378,379],{"path":329,"priority":327},{"path":331,"priority":332},{"basePath":381,"description":382,"displayName":383,"installMethods":384,"rationale":385,"selectedPaths":386,"source":333,"sourceLanguage":18,"type":250},"skills/compress-image-for-email","Resize, sharpen, and compress an image to fit email platform size limits in a single pipeline.","compress-image-for-email",{"claudeCode":12},"SKILL.md frontmatter at skills/compress-image-for-email/SKILL.md",[387],{"path":388,"priority":327},"SKILL.md",{"basePath":390,"description":391,"displayName":392,"installMethods":393,"rationale":394,"selectedPaths":395,"source":333,"sourceLanguage":18,"type":250},"skills/compress-image-to-target-size","Compress an image to fit within a specific file size in bytes using quality-first compression.","compress-image-to-target-size",{"claudeCode":12},"SKILL.md frontmatter at skills/compress-image-to-target-size/SKILL.md",[396],{"path":388,"priority":327},{"basePath":398,"description":399,"displayName":400,"installMethods":401,"rationale":402,"selectedPaths":403,"source":333,"sourceLanguage":18,"type":250},"skills/convert-contract-to-markdown","Convert a contract PDF to clean markdown for clause extraction or LLM analysis.","convert-contract-to-markdown",{"claudeCode":12},"SKILL.md frontmatter at skills/convert-contract-to-markdown/SKILL.md",[404],{"path":388,"priority":327},{"basePath":406,"description":407,"displayName":408,"installMethods":409,"rationale":410,"selectedPaths":411,"source":333,"sourceLanguage":18,"type":250},"skills/convert-document-for-knowledge-base","Convert external documents — specs, contracts, reports — to markdown for knowledge base ingestion.","convert-document-for-knowledge-base",{"claudeCode":12},"SKILL.md frontmatter at skills/convert-document-for-knowledge-base/SKILL.md",[412],{"path":388,"priority":327},{"basePath":414,"description":415,"displayName":416,"installMethods":417,"rationale":418,"selectedPaths":419,"source":333,"sourceLanguage":18,"type":250},"skills/convert-document-for-rag-ingestion","Convert a document to clean markdown suitable for chunking and embedding in a RAG pipeline.","convert-document-for-rag-ingestion",{"claudeCode":12},"SKILL.md frontmatter at skills/convert-document-for-rag-ingestion/SKILL.md",[420],{"path":388,"priority":327},{"basePath":422,"description":423,"displayName":424,"installMethods":425,"rationale":426,"selectedPaths":427,"source":333,"sourceLanguage":18,"type":250},"skills/convert-image-format","Convert an image between PNG, JPEG, and WebP formats with quality control for web optimization.","convert-image-format",{"claudeCode":12},"SKILL.md frontmatter at skills/convert-image-format/SKILL.md",[428],{"path":388,"priority":327},{"basePath":430,"description":431,"displayName":432,"installMethods":433,"rationale":434,"selectedPaths":435,"source":333,"sourceLanguage":18,"type":250},"skills/convert-invoice-to-markdown","Convert a PDF invoice to clean markdown for LLM processing or document pipelines.","convert-invoice-to-markdown",{"claudeCode":12},"SKILL.md frontmatter at skills/convert-invoice-to-markdown/SKILL.md",[436],{"path":388,"priority":327},{"basePath":438,"description":439,"displayName":440,"installMethods":441,"rationale":442,"selectedPaths":443,"source":333,"sourceLanguage":18,"type":250},"skills/convert-resume-to-markdown","Convert a resume PDF to clean markdown for LLM parsing or candidate pipelines.","convert-resume-to-markdown",{"claudeCode":12},"SKILL.md frontmatter at skills/convert-resume-to-markdown/SKILL.md",[444],{"path":388,"priority":327},{"basePath":446,"description":447,"displayName":448,"installMethods":449,"rationale":450,"selectedPaths":451,"source":333,"sourceLanguage":18,"type":250},"skills/convert-website-to-markdown-for-rag","Extract clean title, summary, markdown sections, and source metadata from a public documentation page for RAG ingestion.","convert-website-to-markdown-for-rag",{"claudeCode":12},"SKILL.md frontmatter at skills/convert-website-to-markdown-for-rag/SKILL.md",[452],{"path":388,"priority":327},{"basePath":454,"description":455,"displayName":456,"installMethods":457,"rationale":458,"selectedPaths":459,"source":333,"sourceLanguage":18,"type":250},"skills/document-extraction-api","Extract structured data from documents using AI-powered field extraction.","document-extraction-api",{"claudeCode":12},"SKILL.md frontmatter at skills/document-extraction-api/SKILL.md",[460],{"path":388,"priority":327},{"basePath":462,"description":463,"displayName":464,"installMethods":465,"rationale":466,"selectedPaths":467,"source":333,"sourceLanguage":18,"type":250},"skills/document-generation-api","Generate PDF, DOCX, EPUB, and PPTX documents from structured content blocks.","document-generation-api",{"claudeCode":12},"SKILL.md frontmatter at skills/document-generation-api/SKILL.md",[468],{"path":388,"priority":327},{"basePath":470,"description":471,"displayName":472,"installMethods":473,"rationale":474,"selectedPaths":475,"source":333,"sourceLanguage":18,"type":250},"skills/document-to-markdown-pipeline","Convert PDF, DOCX, HTML, or image documents to clean, structured Markdown.","document-to-markdown-pipeline",{"claudeCode":12},"SKILL.md frontmatter at skills/document-to-markdown-pipeline/SKILL.md",[476],{"path":388,"priority":327},{"basePath":478,"description":479,"displayName":480,"installMethods":481,"rationale":482,"selectedPaths":483,"source":333,"sourceLanguage":18,"type":250},"skills/extract-academic-paper-metadata","Extract title, authors, abstract, and citation info from academic papers.","extract-academic-paper-metadata",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-academic-paper-metadata/SKILL.md",[484],{"path":388,"priority":327},{"basePath":486,"description":487,"displayName":488,"installMethods":489,"rationale":490,"selectedPaths":491,"source":333,"sourceLanguage":18,"type":250},"skills/extract-article-text","Extract clean article content — title, author, date, and body text — from PDFs, Word docs, and web pages.","extract-article-text",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-article-text/SKILL.md",[492],{"path":388,"priority":327},{"basePath":494,"description":495,"displayName":496,"installMethods":497,"rationale":498,"selectedPaths":499,"source":333,"sourceLanguage":18,"type":250},"skills/extract-carrier-invoices-to-spreadsheet","Extract line-level charges from multiple carrier invoices, then generate an XLSX freight cost tracker in a single pipeline.","extract-carrier-invoices-to-spreadsheet",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-carrier-invoices-to-spreadsheet/SKILL.md",[500],{"path":388,"priority":327},{"basePath":502,"description":503,"displayName":504,"installMethods":505,"rationale":506,"selectedPaths":507,"source":333,"sourceLanguage":18,"type":250},"skills/extract-contract-clause-data","Extract parties, dates, and clauses from a contract into structured JSON for legal review workflows.","extract-contract-clause-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-contract-clause-data/SKILL.md",[508],{"path":388,"priority":327},{"basePath":510,"description":511,"displayName":512,"installMethods":513,"rationale":514,"selectedPaths":515,"source":333,"sourceLanguage":18,"type":250},"skills/extract-contracts-to-register","Extract key terms from multiple signed contracts and build a structured XLSX contract register tracking parties, dates, value, and renewal terms.","extract-contracts-to-register",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-contracts-to-register/SKILL.md",[516],{"path":388,"priority":327},{"basePath":518,"description":519,"displayName":520,"installMethods":521,"rationale":522,"selectedPaths":523,"source":333,"sourceLanguage":18,"type":250},"skills/extract-court-filing-data","Extract case numbers, parties, filing dates, court details, and relief sought from court filing documents and legal pleadings.","extract-court-filing-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-court-filing-data/SKILL.md",[524],{"path":388,"priority":327},{"basePath":526,"description":527,"displayName":528,"installMethods":529,"rationale":530,"selectedPaths":531,"source":333,"sourceLanguage":18,"type":250},"skills/extract-customs-declaration","Merge a commercial invoice, packing list, and bill of lading into a unified customs declaration.","extract-customs-declaration",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-customs-declaration/SKILL.md",[532],{"path":388,"priority":327},{"basePath":534,"description":535,"displayName":536,"installMethods":537,"rationale":538,"selectedPaths":539,"source":333,"sourceLanguage":18,"type":250},"skills/extract-customs-declarations-to-spreadsheet","Extract HS codes, declared values, and duty amounts from customs declaration documents, then generate an XLSX import duty log.","extract-customs-declarations-to-spreadsheet",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-customs-declarations-to-spreadsheet/SKILL.md",[540],{"path":388,"priority":327},{"basePath":542,"description":543,"displayName":544,"installMethods":545,"rationale":546,"selectedPaths":547,"source":333,"sourceLanguage":18,"type":250},"skills/extract-delivery-note-data","Extract shipment details, item quantities, and delivery confirmation data from warehouse delivery notes and goods received notes.","extract-delivery-note-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-delivery-note-data/SKILL.md",[548],{"path":388,"priority":327},{"basePath":550,"description":551,"displayName":552,"installMethods":553,"rationale":554,"selectedPaths":555,"source":333,"sourceLanguage":18,"type":250},"skills/extract-fleet-vehicle-registration","Extract vehicle identification, owner details, registration dates, and technical specifications from vehicle registration documents.","extract-fleet-vehicle-registration",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-fleet-vehicle-registration/SKILL.md",[556],{"path":388,"priority":327},{"basePath":558,"description":559,"displayName":560,"installMethods":561,"rationale":562,"selectedPaths":563,"source":333,"sourceLanguage":18,"type":250},"skills/extract-help-center-article-from-website","Extract title, summary, steps, related links, and last updated date from a public help center article.","extract-help-center-article-from-website",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-help-center-article-from-website/SKILL.md",[564],{"path":388,"priority":327},{"basePath":566,"description":567,"displayName":568,"installMethods":569,"rationale":570,"selectedPaths":571,"source":333,"sourceLanguage":18,"type":250},"skills/extract-invoice-data","Extract vendor name, line items, totals, and dates from invoice documents.","extract-invoice-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-invoice-data/SKILL.md",[572],{"path":388,"priority":327},{"basePath":574,"description":575,"displayName":576,"installMethods":577,"rationale":578,"selectedPaths":579,"source":333,"sourceLanguage":18,"type":250},"skills/extract-invoices-to-spreadsheet","Extract structured data from multiple invoice PDFs in one call, then pipe the results directly into an XLSX accounts payable tracker.","extract-invoices-to-spreadsheet",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-invoices-to-spreadsheet/SKILL.md",[580],{"path":388,"priority":327},{"basePath":582,"description":583,"displayName":584,"installMethods":585,"rationale":586,"selectedPaths":587,"source":333,"sourceLanguage":18,"type":250},"skills/extract-job-listings-from-website","Extract role title, location, salary range, requirements, and application details from a public job posting.","extract-job-listings-from-website",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-job-listings-from-website/SKILL.md",[588],{"path":388,"priority":327},{"basePath":590,"description":591,"displayName":592,"installMethods":593,"rationale":594,"selectedPaths":595,"source":333,"sourceLanguage":18,"type":250},"skills/extract-kpi-data","Extract campaign or business KPIs from report documents — metrics, values, periods, and targets.","extract-kpi-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-kpi-data/SKILL.md",[596],{"path":388,"priority":327},{"basePath":598,"description":599,"displayName":600,"installMethods":601,"rationale":602,"selectedPaths":603,"source":333,"sourceLanguage":18,"type":250},"skills/extract-kpis-and-generate-report","Extract key performance indicators from client documents, then generate a branded PDF report summarizing the results.","extract-kpis-and-generate-report",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-kpis-and-generate-report/SKILL.md",[604],{"path":388,"priority":327},{"basePath":606,"description":607,"displayName":608,"installMethods":609,"rationale":610,"selectedPaths":611,"source":333,"sourceLanguage":18,"type":250},"skills/extract-kyc-onboarding-data","Extract client identity verification details, company information, and beneficial ownership data from KYC onboarding documents.","extract-kyc-onboarding-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-kyc-onboarding-data/SKILL.md",[612],{"path":388,"priority":327},{"basePath":614,"description":615,"displayName":616,"installMethods":617,"rationale":618,"selectedPaths":619,"source":333,"sourceLanguage":18,"type":250},"skills/extract-legal-invoice-data","Extract timekeeper entries, disbursements, matter references, and billing summaries from law firm invoices.","extract-legal-invoice-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-legal-invoice-data/SKILL.md",[620],{"path":388,"priority":327},{"basePath":622,"description":623,"displayName":624,"installMethods":625,"rationale":626,"selectedPaths":627,"source":333,"sourceLanguage":18,"type":250},"skills/extract-listing-and-generate-brochure","Extract property listing details from a real estate document, then generate a branded PDF brochure and a social media image for the listing.","extract-listing-and-generate-brochure",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-listing-and-generate-brochure/SKILL.md",[628],{"path":388,"priority":327},{"basePath":630,"description":631,"displayName":632,"installMethods":633,"rationale":634,"selectedPaths":635,"source":333,"sourceLanguage":18,"type":250},"skills/extract-medical-record","Extract patient details, diagnoses, and medications from a medical record into structured JSON for healthcare workflows.","extract-medical-record",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-medical-record/SKILL.md",[636],{"path":388,"priority":327},{"basePath":638,"description":639,"displayName":640,"installMethods":641,"rationale":642,"selectedPaths":643,"source":333,"sourceLanguage":18,"type":250},"skills/extract-multi-invoice-data","Extract structured data from multiple invoice files in a single API call using an array schema.","extract-multi-invoice-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-multi-invoice-data/SKILL.md",[644],{"path":388,"priority":327},{"basePath":646,"description":647,"displayName":648,"installMethods":649,"rationale":650,"selectedPaths":651,"source":333,"sourceLanguage":18,"type":250},"skills/extract-nda-and-generate-checklist","Extract key terms from a non-disclosure agreement, then generate a compliance checklist spreadsheet tracking obligations and deadlines.","extract-nda-and-generate-checklist",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-nda-and-generate-checklist/SKILL.md",[652],{"path":388,"priority":327},{"basePath":654,"description":655,"displayName":656,"installMethods":657,"rationale":658,"selectedPaths":659,"source":333,"sourceLanguage":18,"type":250},"skills/extract-nda-terms","Extract parties, obligations, restrictions, permitted disclosures, and expiry dates from non-disclosure agreements.","extract-nda-terms",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-nda-terms/SKILL.md",[660],{"path":388,"priority":327},{"basePath":662,"description":663,"displayName":664,"installMethods":665,"rationale":666,"selectedPaths":667,"source":333,"sourceLanguage":18,"type":250},"skills/extract-news-article-metadata-from-website","Extract headline, author, publication date, summary, category, and named entities from a public news article.","extract-news-article-metadata-from-website",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-news-article-metadata-from-website/SKILL.md",[668],{"path":388,"priority":327},{"basePath":670,"description":671,"displayName":672,"installMethods":673,"rationale":674,"selectedPaths":675,"source":333,"sourceLanguage":18,"type":250},"skills/extract-pricing-table-from-website","Extract plan names, prices, billing periods, and feature lists from a public pricing page.","extract-pricing-table-from-website",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-pricing-table-from-website/SKILL.md",[676],{"path":388,"priority":327},{"basePath":678,"description":679,"displayName":680,"installMethods":681,"rationale":682,"selectedPaths":683,"source":333,"sourceLanguage":18,"type":250},"skills/extract-product-catalog-entry","Extract product name, SKU, price, and specifications from a catalog document into structured JSON for e-commerce workflows.","extract-product-catalog-entry",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-product-catalog-entry/SKILL.md",[684],{"path":388,"priority":327},{"basePath":686,"description":687,"displayName":688,"installMethods":689,"rationale":690,"selectedPaths":691,"source":333,"sourceLanguage":18,"type":250},"skills/extract-product-data-and-generate-listing-image","Extract product details from a supplier data sheet, then generate a branded e-commerce listing image with the product name, price, and key specs.","extract-product-data-and-generate-listing-image",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-product-data-and-generate-listing-image/SKILL.md",[692],{"path":388,"priority":327},{"basePath":694,"description":695,"displayName":696,"installMethods":697,"rationale":698,"selectedPaths":699,"source":333,"sourceLanguage":18,"type":250},"skills/extract-product-data-from-website","Extract product name, price, availability, description, and specifications from a public product page.","extract-product-data-from-website",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-product-data-from-website/SKILL.md",[700],{"path":388,"priority":327},{"basePath":702,"description":703,"displayName":704,"installMethods":705,"rationale":706,"selectedPaths":707,"source":333,"sourceLanguage":18,"type":250},"skills/extract-property-appraisal","Extract appraised value, property details, and comparable sales from a property appraisal report into structured JSON.","extract-property-appraisal",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-property-appraisal/SKILL.md",[708],{"path":388,"priority":327},{"basePath":710,"description":711,"displayName":712,"installMethods":713,"rationale":714,"selectedPaths":715,"source":333,"sourceLanguage":18,"type":250},"skills/extract-property-deed-data","Extract property ownership, legal descriptions, encumbrances, and recording details from property deeds and land registry documents.","extract-property-deed-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-property-deed-data/SKILL.md",[716],{"path":388,"priority":327},{"basePath":718,"description":719,"displayName":720,"installMethods":721,"rationale":722,"selectedPaths":723,"source":333,"sourceLanguage":18,"type":250},"skills/extract-public-registry-page","Extract organization name, registration number, status, registration date, and officers from a public registry page.","extract-public-registry-page",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-public-registry-page/SKILL.md",[724],{"path":388,"priority":327},{"basePath":726,"description":727,"displayName":728,"installMethods":729,"rationale":730,"selectedPaths":731,"source":333,"sourceLanguage":18,"type":250},"skills/extract-purchase-order-and-generate-confirmation","Extract line items and delivery details from a customer purchase order PDF, then generate a formatted order confirmation PDF ready to send back to the buyer.","extract-purchase-order-and-generate-confirmation",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-purchase-order-and-generate-confirmation/SKILL.md",[732],{"path":388,"priority":327},{"basePath":734,"description":735,"displayName":736,"installMethods":737,"rationale":738,"selectedPaths":739,"source":333,"sourceLanguage":18,"type":250},"skills/extract-purchase-order-data","Extract line items, quantities, unit prices, delivery dates, and supplier details from purchase order documents.","extract-purchase-order-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-purchase-order-data/SKILL.md",[740],{"path":388,"priority":327},{"basePath":742,"description":743,"displayName":744,"installMethods":745,"rationale":746,"selectedPaths":747,"source":333,"sourceLanguage":18,"type":250},"skills/extract-real-estate-listing","Extract property address, price, room count, and features from a listing document into structured JSON for MLS and property platforms.","extract-real-estate-listing",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-real-estate-listing/SKILL.md",[748],{"path":388,"priority":327},{"basePath":750,"description":751,"displayName":752,"installMethods":753,"rationale":754,"selectedPaths":755,"source":333,"sourceLanguage":18,"type":250},"skills/extract-real-estate-listing-from-website","Extract address, listing price, bedrooms, bathrooms, amenities, and agent contact details from a public listing page.","extract-real-estate-listing-from-website",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-real-estate-listing-from-website/SKILL.md",[756],{"path":388,"priority":327},{"basePath":758,"description":759,"displayName":760,"installMethods":761,"rationale":762,"selectedPaths":763,"source":333,"sourceLanguage":18,"type":250},"skills/extract-receipt-data","Extract merchant, date, line items, tax, and total from receipts.","extract-receipt-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-receipt-data/SKILL.md",[764],{"path":388,"priority":327},{"basePath":766,"description":767,"displayName":768,"installMethods":769,"rationale":770,"selectedPaths":771,"source":333,"sourceLanguage":18,"type":250},"skills/extract-receipts-to-expense-report","Extract merchant, date, amount, and category from receipt photos and PDFs in one call, then generate an XLSX expense report with a totals row.","extract-receipts-to-expense-report",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-receipts-to-expense-report/SKILL.md",[772],{"path":388,"priority":327},{"basePath":774,"description":775,"displayName":776,"installMethods":777,"rationale":778,"selectedPaths":779,"source":333,"sourceLanguage":18,"type":250},"skills/extract-rental-application","Extract applicant details, employment history, income, and references from a rental application form into structured JSON for tenant screening.","extract-rental-application",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-rental-application/SKILL.md",[780],{"path":388,"priority":327},{"basePath":782,"description":783,"displayName":784,"installMethods":785,"rationale":786,"selectedPaths":787,"source":333,"sourceLanguage":18,"type":250},"skills/extract-rental-applications-to-spreadsheet","Extract applicant details from rental application PDFs and generate a side-by-side XLSX for comparing income, employment, and move-in dates.","extract-rental-applications-to-spreadsheet",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-rental-applications-to-spreadsheet/SKILL.md",[788],{"path":388,"priority":327},{"basePath":790,"description":791,"displayName":792,"installMethods":793,"rationale":794,"selectedPaths":795,"source":333,"sourceLanguage":18,"type":250},"skills/extract-restaurant-menu-from-website","Extract menu item names, prices, descriptions, and dietary notes from a public restaurant menu page.","extract-restaurant-menu-from-website",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-restaurant-menu-from-website/SKILL.md",[796],{"path":388,"priority":327},{"basePath":798,"description":799,"displayName":800,"installMethods":801,"rationale":802,"selectedPaths":803,"source":333,"sourceLanguage":18,"type":250},"skills/extract-resume-and-generate-profile","Extract candidate information from a resume PDF, then generate a formatted employee profile document for HR onboarding.","extract-resume-and-generate-profile",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-resume-and-generate-profile/SKILL.md",[804],{"path":388,"priority":327},{"basePath":806,"description":807,"displayName":808,"installMethods":809,"rationale":810,"selectedPaths":811,"source":333,"sourceLanguage":18,"type":250},"skills/extract-resume-data","Extract candidate name, contact details, work history, and skills from resumes.","extract-resume-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-resume-data/SKILL.md",[812],{"path":388,"priority":327},{"basePath":814,"description":815,"displayName":816,"installMethods":817,"rationale":818,"selectedPaths":819,"source":333,"sourceLanguage":18,"type":250},"skills/extract-supplier-catalog-from-website","Extract SKUs, product names, unit prices, availability, and minimum order quantities from a supplier catalog page.","extract-supplier-catalog-from-website",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-supplier-catalog-from-website/SKILL.md",[820],{"path":388,"priority":327},{"basePath":822,"description":823,"displayName":824,"installMethods":825,"rationale":826,"selectedPaths":827,"source":333,"sourceLanguage":18,"type":250},"skills/extract-supplier-catalog-to-spreadsheet","Extract every product from a supplier catalog PDF — SKUs, names, prices, MOQs — and generate a ready-to-import XLSX in two API calls.","extract-supplier-catalog-to-spreadsheet",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-supplier-catalog-to-spreadsheet/SKILL.md",[828],{"path":388,"priority":327},{"basePath":830,"description":831,"displayName":832,"installMethods":833,"rationale":834,"selectedPaths":835,"source":333,"sourceLanguage":18,"type":250},"skills/extract-supplier-invoice-for-erp","Extract supplier invoice details structured for direct import into ERP systems like SAP, Oracle, or Microsoft Dynamics.","extract-supplier-invoice-for-erp",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-supplier-invoice-for-erp/SKILL.md",[836],{"path":388,"priority":327},{"basePath":838,"description":839,"displayName":840,"installMethods":841,"rationale":842,"selectedPaths":843,"source":333,"sourceLanguage":18,"type":250},"skills/extract-terms-and-conditions","Extract clause types, obligations, limitations, and governing law from terms and conditions documents.","extract-terms-and-conditions",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-terms-and-conditions/SKILL.md",[844],{"path":388,"priority":327},{"basePath":846,"description":847,"displayName":848,"installMethods":849,"rationale":850,"selectedPaths":851,"source":333,"sourceLanguage":18,"type":250},"skills/extract-terms-and-generate-summary","Extract key clauses from terms and conditions documents, then generate a plain-language PDF summary for client review.","extract-terms-and-generate-summary",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-terms-and-generate-summary/SKILL.md",[852],{"path":388,"priority":327},{"basePath":854,"description":855,"displayName":856,"installMethods":857,"rationale":858,"selectedPaths":859,"source":333,"sourceLanguage":18,"type":250},"skills/extract-traffic-fine-data","Extract violation details, fine amounts, vehicle information, and payment deadlines from traffic fine notices.","extract-traffic-fine-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-traffic-fine-data/SKILL.md",[860],{"path":388,"priority":327},{"basePath":862,"description":863,"displayName":864,"installMethods":865,"rationale":866,"selectedPaths":867,"source":333,"sourceLanguage":18,"type":250},"skills/extract-violations-and-generate-summary","Extract traffic violation data from fine notices, then generate a spreadsheet summarizing all violations for fleet management.","extract-violations-and-generate-summary",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-violations-and-generate-summary/SKILL.md",[868],{"path":388,"priority":327},{"basePath":870,"description":871,"displayName":872,"installMethods":873,"rationale":874,"selectedPaths":875,"source":333,"sourceLanguage":18,"type":250},"skills/generate-aplus-content-banner","Generate an Amazon A+ Content banner image for book marketing with cover art, title, and branding.","generate-aplus-content-banner",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-aplus-content-banner/SKILL.md",[876],{"path":388,"priority":327},{"basePath":878,"description":879,"displayName":880,"installMethods":881,"rationale":882,"selectedPaths":883,"source":333,"sourceLanguage":18,"type":250},"skills/generate-billing-statement","Generate an XLSX billing statement with a merged company header, subscription line items, overages, credits, and subtotal/tax/total formulas.","generate-billing-statement",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-billing-statement/SKILL.md",[884],{"path":388,"priority":327},{"basePath":886,"description":887,"displayName":888,"installMethods":889,"rationale":890,"selectedPaths":891,"source":333,"sourceLanguage":18,"type":250},"skills/generate-book-cover-spreads","Generate print-ready book cover spreads with back cover, spine, and front cover in a single image.","generate-book-cover-spreads",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-book-cover-spreads/SKILL.md",[892],{"path":388,"priority":327},{"basePath":894,"description":895,"displayName":896,"installMethods":897,"rationale":898,"selectedPaths":899,"source":333,"sourceLanguage":18,"type":250},"skills/generate-certificate-image","Generate a professional certificate image with recipient name, course title, and completion date for digital sharing, social media, or email delivery.","generate-certificate-image",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-certificate-image/SKILL.md",[900],{"path":388,"priority":327},{"basePath":902,"description":903,"displayName":904,"installMethods":905,"rationale":906,"selectedPaths":907,"source":333,"sourceLanguage":18,"type":250},"skills/generate-compliance-audit-document","Generate a formatted PDF compliance audit document with findings, risk ratings, remediation recommendations, and sign-off sections.","generate-compliance-audit-document",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-compliance-audit-document/SKILL.md",[908],{"path":388,"priority":327},{"basePath":910,"description":911,"displayName":912,"installMethods":913,"rationale":914,"selectedPaths":915,"source":333,"sourceLanguage":18,"type":250},"skills/generate-docx-contract","Generate an editable DOCX service agreement with parties, terms, and payment schedule.","generate-docx-contract",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-docx-contract/SKILL.md",[916],{"path":388,"priority":327},{"basePath":918,"description":919,"displayName":920,"installMethods":921,"rationale":922,"selectedPaths":923,"source":333,"sourceLanguage":18,"type":250},"skills/generate-email-banner","Generate a personalized email banner image with text, logo, and brand colors.","generate-email-banner",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-email-banner/SKILL.md",[924],{"path":388,"priority":327},{"basePath":926,"description":927,"displayName":928,"installMethods":929,"rationale":930,"selectedPaths":931,"source":333,"sourceLanguage":18,"type":250},"skills/generate-employee-offer-letter","Generate a professional offer letter PDF with role, compensation, start date, and company details.","generate-employee-offer-letter",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-employee-offer-letter/SKILL.md",[932],{"path":388,"priority":327},{"basePath":934,"description":935,"displayName":936,"installMethods":937,"rationale":938,"selectedPaths":939,"source":333,"sourceLanguage":18,"type":250},"skills/generate-employee-report","Generate an XLSX employee report with departments, salaries, hire dates, and currency formatting.","generate-employee-report",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-employee-report/SKILL.md",[940],{"path":388,"priority":327},{"basePath":942,"description":943,"displayName":944,"installMethods":945,"rationale":946,"selectedPaths":947,"source":333,"sourceLanguage":18,"type":250},"skills/generate-epub-book","Generate a complete EPUB e-book with chapters, table of contents, and rich text formatting.","generate-epub-book",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-epub-book/SKILL.md",[948],{"path":388,"priority":327},{"basePath":950,"description":951,"displayName":952,"installMethods":953,"rationale":954,"selectedPaths":955,"source":333,"sourceLanguage":18,"type":250},"skills/generate-event-ticket","Generate an event ticket image with QR code, event name, date, venue, and seat information.","generate-event-ticket",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-event-ticket/SKILL.md",[956],{"path":388,"priority":327},{"basePath":958,"description":959,"displayName":960,"installMethods":961,"rationale":962,"selectedPaths":963,"source":333,"sourceLanguage":18,"type":250},"skills/generate-front-book-cover","Generate a front cover image with custom artwork, title text, and author attribution.","generate-front-book-cover",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-front-book-cover/SKILL.md",[964],{"path":388,"priority":327},{"basePath":966,"description":967,"displayName":968,"installMethods":969,"rationale":970,"selectedPaths":971,"source":333,"sourceLanguage":18,"type":250},"skills/generate-inventory-report","Generate an XLSX inventory report with stock levels, reorder points, unit costs, and total value formulas for purchasing teams.","generate-inventory-report",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-inventory-report/SKILL.md",[972],{"path":388,"priority":327},{"basePath":974,"description":975,"displayName":976,"installMethods":977,"rationale":978,"selectedPaths":979,"source":333,"sourceLanguage":18,"type":250},"skills/generate-invoice-spreadsheet","Generate an XLSX invoice with company info, line items, subtotal/tax/total formulas, and currency formatting.","generate-invoice-spreadsheet",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-invoice-spreadsheet/SKILL.md",[980],{"path":388,"priority":327},{"basePath":982,"description":983,"displayName":984,"installMethods":985,"rationale":986,"selectedPaths":987,"source":333,"sourceLanguage":18,"type":250},"skills/generate-multi-client-usage-report","Generate a multi-sheet XLSX report tracking API usage, credit consumption, and billing across multiple agency clients.","generate-multi-client-usage-report",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-multi-client-usage-report/SKILL.md",[988],{"path":388,"priority":327},{"basePath":990,"description":991,"displayName":992,"installMethods":993,"rationale":994,"selectedPaths":995,"source":333,"sourceLanguage":18,"type":250},"skills/generate-nda","Generate a non-disclosure agreement PDF with party names, effective date, and standard confidentiality terms.","generate-nda",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-nda/SKILL.md",[996],{"path":388,"priority":327},{"basePath":998,"description":999,"displayName":1000,"installMethods":1001,"rationale":1002,"selectedPaths":1003,"source":333,"sourceLanguage":18,"type":250},"skills/generate-og-image","Generate a branded Open Graph image with a generative wave background, logo, and tagline.","generate-og-image",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-og-image/SKILL.md",[1004],{"path":388,"priority":327},{"basePath":1006,"description":1007,"displayName":1008,"installMethods":1009,"rationale":1010,"selectedPaths":1011,"source":333,"sourceLanguage":18,"type":250},"skills/generate-order-export","Export e-commerce order data to CSV with order numbers, customer details, amounts, and fulfillment status.","generate-order-export",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-order-export/SKILL.md",[1012],{"path":388,"priority":327},{"basePath":1014,"description":1015,"displayName":1016,"installMethods":1017,"rationale":1018,"selectedPaths":1019,"source":333,"sourceLanguage":18,"type":250},"skills/generate-packing-slip","Generate a packing slip PDF with order details, item list, and shipping address.","generate-packing-slip",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-packing-slip/SKILL.md",[1020],{"path":388,"priority":327},{"basePath":1022,"description":1023,"displayName":1024,"installMethods":1025,"rationale":1026,"selectedPaths":1027,"source":333,"sourceLanguage":18,"type":250},"skills/generate-packing-slip-and-shipping-label","Generate a PDF packing slip and a PNG shipping label from the same order data in a single fulfillment workflow.","generate-packing-slip-and-shipping-label",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-packing-slip-and-shipping-label/SKILL.md",[1028],{"path":388,"priority":327},{"basePath":1030,"description":1031,"displayName":1032,"installMethods":1033,"rationale":1034,"selectedPaths":1035,"source":333,"sourceLanguage":18,"type":250},"skills/generate-pdf-certificate","Generate a professional achievement certificate with recipient name, course details, date, and a QR code for formal download or print.","generate-pdf-certificate",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-pdf-certificate/SKILL.md",[1036],{"path":388,"priority":327},{"basePath":1038,"description":1039,"displayName":1040,"installMethods":1041,"rationale":1042,"selectedPaths":1043,"source":333,"sourceLanguage":18,"type":250},"skills/generate-pdf-invoice","Generate a professional PDF invoice with company branding, line items, and totals.","generate-pdf-invoice",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-pdf-invoice/SKILL.md",[1044],{"path":388,"priority":327},{"basePath":1046,"description":1047,"displayName":1048,"installMethods":1049,"rationale":1050,"selectedPaths":1051,"source":333,"sourceLanguage":18,"type":250},"skills/generate-pdf-manuscript","Generate a print-ready PDF manuscript with title page, table of contents, and chapters at 6x9 inch trim size.","generate-pdf-manuscript",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-pdf-manuscript/SKILL.md",[1052],{"path":388,"priority":327},{"basePath":1054,"description":1055,"displayName":1056,"installMethods":1057,"rationale":1058,"selectedPaths":1059,"source":333,"sourceLanguage":18,"type":250},"skills/generate-pdf-report","Generate a professional PDF report with title, executive summary, data table, and footer.","generate-pdf-report",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-pdf-report/SKILL.md",[1060],{"path":388,"priority":327},{"basePath":1062,"description":1063,"displayName":1064,"installMethods":1065,"rationale":1066,"selectedPaths":1067,"source":333,"sourceLanguage":18,"type":250},"skills/generate-product-datasheet","Generate a professional product specification sheet with images, feature tables, technical specs, and contact information.","generate-product-datasheet",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-product-datasheet/SKILL.md",[1068],{"path":388,"priority":327},{"basePath":1070,"description":1071,"displayName":1072,"installMethods":1073,"rationale":1074,"selectedPaths":1075,"source":333,"sourceLanguage":18,"type":250},"skills/generate-product-listing-image","Generate a product listing image with photo, price badge, and promotional text overlay.","generate-product-listing-image",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-product-listing-image/SKILL.md",[1076],{"path":388,"priority":327},{"basePath":1078,"description":1079,"displayName":1080,"installMethods":1081,"rationale":1082,"selectedPaths":1083,"source":333,"sourceLanguage":18,"type":250},"skills/generate-product-promo-banner","Optimize a product photo and compose it into a promotional banner with sale text and pricing.","generate-product-promo-banner",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-product-promo-banner/SKILL.md",[1084],{"path":388,"priority":327},{"basePath":1086,"description":1087,"displayName":1088,"installMethods":1089,"rationale":1090,"selectedPaths":1091,"source":333,"sourceLanguage":18,"type":250},"skills/generate-product-promo-card","Generate a product promotional card with a product photo, sale badge, and pricing text.","generate-product-promo-card",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-product-promo-card/SKILL.md",[1092],{"path":388,"priority":327},{"basePath":1094,"description":1095,"displayName":1096,"installMethods":1097,"rationale":1098,"selectedPaths":1099,"source":333,"sourceLanguage":18,"type":250},"skills/generate-product-slide","Generate a branded product slide image with headline, feature pills, and a call-to-action — all arranged with layout layers.","generate-product-slide",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-product-slide/SKILL.md",[1100],{"path":388,"priority":327},{"basePath":1102,"description":1103,"displayName":1104,"installMethods":1105,"rationale":1106,"selectedPaths":1107,"source":333,"sourceLanguage":18,"type":250},"skills/generate-quarterly-report","Create a structured quarterly business report with table of contents, data tables, and page numbers.","generate-quarterly-report",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-quarterly-report/SKILL.md",[1108],{"path":388,"priority":327},{"basePath":1110,"description":1111,"displayName":1112,"installMethods":1113,"rationale":1114,"selectedPaths":1115,"source":333,"sourceLanguage":18,"type":250},"skills/generate-real-estate-listing-graphic","Generate a branded property listing graphic with a property photo, status badge, price, address, and key stats.","generate-real-estate-listing-graphic",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-real-estate-listing-graphic/SKILL.md",[1116],{"path":388,"priority":327},{"basePath":1118,"description":1119,"displayName":1120,"installMethods":1121,"rationale":1122,"selectedPaths":1123,"source":333,"sourceLanguage":18,"type":250},"skills/generate-report-card-image","Generate a visual KPI report card with a headline metric, secondary stats, and branding — shareable as an image.","generate-report-card-image",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-report-card-image/SKILL.md",[1124],{"path":388,"priority":327},{"basePath":1126,"description":1127,"displayName":1128,"installMethods":1129,"rationale":1130,"selectedPaths":1131,"source":333,"sourceLanguage":18,"type":250},"skills/generate-restaurant-menu","Generate a branded restaurant menu PDF with sections, items, prices, and descriptions.","generate-restaurant-menu",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-restaurant-menu/SKILL.md",[1132],{"path":388,"priority":327},{"basePath":1134,"description":1135,"displayName":1136,"installMethods":1137,"rationale":1138,"selectedPaths":1139,"source":333,"sourceLanguage":18,"type":250},"skills/generate-sales-dashboard","Generate a multi-sheet XLSX workbook with quarterly revenue, expenses, and summary formulas.","generate-sales-dashboard",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-sales-dashboard/SKILL.md",[1140],{"path":388,"priority":327},{"basePath":1142,"description":1143,"displayName":1144,"installMethods":1145,"rationale":1146,"selectedPaths":1147,"source":333,"sourceLanguage":18,"type":250},"skills/generate-sales-report-xlsx","Generate a formatted XLSX spreadsheet with sales data, currency formatting, and bold headers.","generate-sales-report-xlsx",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-sales-report-xlsx/SKILL.md",[1148],{"path":388,"priority":327},{"basePath":1150,"description":1151,"displayName":1152,"installMethods":1153,"rationale":1154,"selectedPaths":1155,"source":333,"sourceLanguage":18,"type":250},"skills/generate-shipping-label","Generate a compact PDF shipping label with sender and recipient addresses, barcode, and tracking number.","generate-shipping-label",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-shipping-label/SKILL.md",[1156],{"path":388,"priority":327},{"basePath":1158,"description":1159,"displayName":1160,"installMethods":1161,"rationale":1162,"selectedPaths":1163,"source":333,"sourceLanguage":18,"type":250},"skills/generate-slide-deck","Build a PowerPoint slide deck with title slide, content slides, and call-to-action page.","generate-slide-deck",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-slide-deck/SKILL.md",[1164],{"path":388,"priority":327},{"basePath":1166,"description":1167,"displayName":1168,"installMethods":1169,"rationale":1170,"selectedPaths":1171,"source":333,"sourceLanguage":18,"type":250},"skills/generate-social-card","Generate an Open Graph social sharing card with dynamic title, description, and branding.","generate-social-card",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-social-card/SKILL.md",[1172],{"path":388,"priority":327},{"basePath":1174,"description":1175,"displayName":1176,"installMethods":1177,"rationale":1178,"selectedPaths":1179,"source":333,"sourceLanguage":18,"type":250},"skills/generate-social-media-book-promo","Generate a vertical story image for TikTok or Instagram book promotion with cover art, hook text, and author branding.","generate-social-media-book-promo",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-social-media-book-promo/SKILL.md",[1180],{"path":388,"priority":327},{"basePath":1182,"description":1183,"displayName":1184,"installMethods":1185,"rationale":1186,"selectedPaths":1187,"source":333,"sourceLanguage":18,"type":250},"skills/generate-thumbnail","Resize a source image to a thumbnail and convert to WebP.","generate-thumbnail",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-thumbnail/SKILL.md",[1188],{"path":388,"priority":327},{"basePath":1190,"description":1191,"displayName":1192,"installMethods":1193,"rationale":1194,"selectedPaths":1195,"source":333,"sourceLanguage":18,"type":250},"skills/generate-timesheet-export","Generate an XLSX timesheet with logged hours, hourly rates, per-entry amount formulas, and totals for client billing or payroll.","generate-timesheet-export",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-timesheet-export/SKILL.md",[1196],{"path":388,"priority":327},{"basePath":1198,"description":1199,"displayName":1200,"installMethods":1201,"rationale":1202,"selectedPaths":1203,"source":333,"sourceLanguage":18,"type":250},"skills/generate-white-label-report","Generate a branded PDF report with custom client logo placeholder, colors, and content sections for white-label agency delivery.","generate-white-label-report",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-white-label-report/SKILL.md",[1204],{"path":388,"priority":327},{"basePath":1206,"description":1207,"displayName":1208,"installMethods":1209,"rationale":1210,"selectedPaths":1211,"source":333,"sourceLanguage":18,"type":250},"skills/generate-youtube-thumbnail","Generate a YouTube thumbnail with bold title text, gradient background, and a static image cutout.","generate-youtube-thumbnail",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-youtube-thumbnail/SKILL.md",[1212],{"path":388,"priority":327},{"basePath":1214,"description":1215,"displayName":1216,"installMethods":1217,"rationale":1218,"selectedPaths":1219,"source":333,"sourceLanguage":18,"type":250},"skills/image-generation-api","Generate composited images from layers — solid colors, gradients, text, images, QR codes, barcodes, and layouts.","image-generation-api",{"claudeCode":12},"SKILL.md frontmatter at skills/image-generation-api/SKILL.md",[1220],{"path":388,"priority":327},{"basePath":1222,"description":1223,"displayName":1224,"installMethods":1225,"rationale":1226,"selectedPaths":1227,"source":333,"sourceLanguage":18,"type":250},"skills/image-resize-watermark-convert","Resize an image, add a branded text watermark, and convert to WebP in a two-step pipeline.","image-resize-watermark-convert",{"claudeCode":12},"SKILL.md frontmatter at skills/image-resize-watermark-convert/SKILL.md",[1228],{"path":388,"priority":327},{"basePath":1230,"description":1231,"displayName":1232,"installMethods":1233,"rationale":1234,"selectedPaths":1235,"source":333,"sourceLanguage":18,"type":250},"skills/image-transformation-api","Transform images with resize, crop, smart crop, upscale, remove background, and 20+ operations.","image-transformation-api",{"claudeCode":12},"SKILL.md frontmatter at skills/image-transformation-api/SKILL.md",[1236],{"path":388,"priority":327},{"basePath":1238,"description":1239,"displayName":1240,"installMethods":1241,"rationale":1242,"selectedPaths":1243,"source":333,"sourceLanguage":18,"type":250},"skills/invoice-to-pdf-report","Extract invoice data and generate a formatted PDF summary in a single pipeline.","invoice-to-pdf-report",{"claudeCode":12},"SKILL.md frontmatter at skills/invoice-to-pdf-report/SKILL.md",[1244],{"path":388,"priority":327},{"basePath":1246,"description":1247,"displayName":247,"installMethods":1248,"rationale":1249,"selectedPaths":1250,"source":333,"sourceLanguage":18,"type":250},"skills/iterationlayer","Integrate Iteration Layer APIs for document, website, image, and sheet processing. Composable APIs — Document Extraction, Website Extraction, Document to Markdown, Image Transformation, Image Generation, Document Generation, and Sheet Generation — share one credit pool and chain together into workflows.",{"claudeCode":12},"SKILL.md frontmatter at skills/iterationlayer/SKILL.md",[1251],{"path":388,"priority":327},{"basePath":1253,"description":1254,"displayName":1255,"installMethods":1256,"rationale":1257,"selectedPaths":1258,"source":333,"sourceLanguage":18,"type":250},"skills/markdown-to-styled-pdf","Generate a professionally styled PDF document from Markdown content with custom fonts, headers, and page numbers.","markdown-to-styled-pdf",{"claudeCode":12},"SKILL.md frontmatter at skills/markdown-to-styled-pdf/SKILL.md",[1259],{"path":388,"priority":327},{"basePath":1261,"description":1262,"displayName":1263,"installMethods":1264,"rationale":1265,"selectedPaths":1266,"source":333,"sourceLanguage":18,"type":250},"skills/optimize-for-amazon","Prepare a product photo to meet Amazon's main image requirements: pure white background, square format, 2000×2000px, JPEG.","optimize-for-amazon",{"claudeCode":12},"SKILL.md frontmatter at skills/optimize-for-amazon/SKILL.md",[1267],{"path":388,"priority":327},{"basePath":246,"description":10,"displayName":249,"installMethods":1269,"rationale":1270,"selectedPaths":1271,"source":333,"sourceLanguage":18,"type":250},{"claudeCode":12},"SKILL.md frontmatter at skills/optimize-for-etsy/SKILL.md",[1272],{"path":388,"priority":327},{"basePath":1274,"description":1275,"displayName":1276,"installMethods":1277,"rationale":1278,"selectedPaths":1279,"source":333,"sourceLanguage":18,"type":250},"skills/optimize-for-shopify","Resize a product photo to Shopify's recommended 2048×2048px square format, sharpen, and convert to WebP for fast storefront load times.","optimize-for-shopify",{"claudeCode":12},"SKILL.md frontmatter at skills/optimize-for-shopify/SKILL.md",[1280],{"path":388,"priority":327},{"basePath":1282,"description":1283,"displayName":1284,"installMethods":1285,"rationale":1286,"selectedPaths":1287,"source":333,"sourceLanguage":18,"type":250},"skills/optimize-product-photo","Resize, enhance, and compress a product photo for an e-commerce listing with consistent quality.","optimize-product-photo",{"claudeCode":12},"SKILL.md frontmatter at skills/optimize-product-photo/SKILL.md",[1288],{"path":388,"priority":327},{"basePath":1290,"description":1291,"displayName":1292,"installMethods":1293,"rationale":1294,"selectedPaths":1295,"source":333,"sourceLanguage":18,"type":250},"skills/preprocess-document-for-llm","Convert a document to markdown and classify it with an LLM in a single pipeline.","preprocess-document-for-llm",{"claudeCode":12},"SKILL.md frontmatter at skills/preprocess-document-for-llm/SKILL.md",[1296],{"path":388,"priority":327},{"basePath":1298,"description":1299,"displayName":1300,"installMethods":1301,"rationale":1302,"selectedPaths":1303,"source":333,"sourceLanguage":18,"type":250},"skills/process-real-estate-photo","Enhance and standardize a property listing photo with auto-contrast, sharpening, and consistent sizing.","process-real-estate-photo",{"claudeCode":12},"SKILL.md frontmatter at skills/process-real-estate-photo/SKILL.md",[1304],{"path":388,"priority":327},{"basePath":1306,"description":1307,"displayName":1308,"installMethods":1309,"rationale":1310,"selectedPaths":1311,"source":333,"sourceLanguage":18,"type":250},"skills/remove-background-and-generate-product-card","Remove the background from a raw product photo, then compose it into a branded listing card with the product name and price.","remove-background-and-generate-product-card",{"claudeCode":12},"SKILL.md frontmatter at skills/remove-background-and-generate-product-card/SKILL.md",[1312],{"path":388,"priority":327},{"basePath":1314,"description":1315,"displayName":1316,"installMethods":1317,"rationale":1318,"selectedPaths":1319,"source":333,"sourceLanguage":18,"type":250},"skills/remove-product-background","Remove the background from a product photo using AI-powered segmentation.","remove-product-background",{"claudeCode":12},"SKILL.md frontmatter at skills/remove-product-background/SKILL.md",[1320],{"path":388,"priority":327},{"basePath":1322,"description":1323,"displayName":1324,"installMethods":1325,"rationale":1326,"selectedPaths":1327,"source":333,"sourceLanguage":18,"type":250},"skills/resize-image-for-print-publishing","Resize and convert manuscript images to KDP-compliant dimensions at 300 DPI for print-on-demand.","resize-image-for-print-publishing",{"claudeCode":12},"SKILL.md frontmatter at skills/resize-image-for-print-publishing/SKILL.md",[1328],{"path":388,"priority":327},{"basePath":1330,"description":1331,"displayName":1332,"installMethods":1333,"rationale":1334,"selectedPaths":1335,"source":333,"sourceLanguage":18,"type":250},"skills/resize-image-for-social-media","Resize and crop a single image into platform-specific dimensions for social media.","resize-image-for-social-media",{"claudeCode":12},"SKILL.md frontmatter at skills/resize-image-for-social-media/SKILL.md",[1336],{"path":388,"priority":327},{"basePath":1338,"description":1339,"displayName":1340,"installMethods":1341,"rationale":1342,"selectedPaths":1343,"source":333,"sourceLanguage":18,"type":250},"skills/sheet-generation-api","Generate CSV, Markdown, and XLSX spreadsheets from structured tabular data.","sheet-generation-api",{"claudeCode":12},"SKILL.md frontmatter at skills/sheet-generation-api/SKILL.md",[1344],{"path":388,"priority":327},{"basePath":1346,"description":1347,"displayName":1348,"installMethods":1349,"rationale":1350,"selectedPaths":1351,"source":333,"sourceLanguage":18,"type":250},"skills/smart-crop-avatar-and-remove-background","Smart crop to face, remove the background, and convert to WebP for a clean user avatar.","smart-crop-avatar-and-remove-background",{"claudeCode":12},"SKILL.md frontmatter at skills/smart-crop-avatar-and-remove-background/SKILL.md",[1352],{"path":388,"priority":327},{"basePath":1354,"description":1355,"displayName":1356,"installMethods":1357,"rationale":1358,"selectedPaths":1359,"source":333,"sourceLanguage":18,"type":250},"skills/smart-crop-group-photo","Use AI detection to smart-crop individual portraits from a group photo.","smart-crop-group-photo",{"claudeCode":12},"SKILL.md frontmatter at skills/smart-crop-group-photo/SKILL.md",[1360],{"path":388,"priority":327},{"basePath":1362,"description":1363,"displayName":1364,"installMethods":1365,"rationale":1366,"selectedPaths":1367,"source":333,"sourceLanguage":18,"type":250},"skills/smart-crop-product-image","AI-powered subject-aware crop that centers on the product regardless of its position in the frame.","smart-crop-product-image",{"claudeCode":12},"SKILL.md frontmatter at skills/smart-crop-product-image/SKILL.md",[1368],{"path":388,"priority":327},{"basePath":1370,"description":1371,"displayName":1372,"installMethods":1373,"rationale":1374,"selectedPaths":1375,"source":333,"sourceLanguage":18,"type":250},"skills/upscale-low-resolution-image","Upscale a low-resolution image using AI super-resolution for print or high-DPI display.","upscale-low-resolution-image",{"claudeCode":12},"SKILL.md frontmatter at skills/upscale-low-resolution-image/SKILL.md",[1376],{"path":388,"priority":327},{"basePath":1378,"description":1379,"displayName":1380,"installMethods":1381,"rationale":1382,"selectedPaths":1383,"source":333,"sourceLanguage":18,"type":250},"skills/watermark-an-image","Apply a text watermark to a photo using layer-based image composition for brand protection and copyright.","watermark-an-image",{"claudeCode":12},"SKILL.md frontmatter at skills/watermark-an-image/SKILL.md",[1384],{"path":388,"priority":327},{"basePath":1386,"description":1387,"displayName":1388,"installMethods":1389,"rationale":1390,"selectedPaths":1391,"source":333,"sourceLanguage":18,"type":250},"skills/website-extraction-api","Extract typed JSON from public website pages using a schema.","website-extraction-api",{"claudeCode":12},"SKILL.md frontmatter at skills/website-extraction-api/SKILL.md",[1392],{"path":388,"priority":327},{"sources":1394},[1395],"manual",{"closedIssues90d":8,"description":1397,"forks":8,"homepage":1398,"license":241,"openIssues90d":8,"pushedAt":239,"readmeSize":237,"stars":8,"topics":1399},"Iteration Layer skills for Claude Code and AI agents","https://iterationlayer.com/docs/ai-integration",[1400,1401,1402,1403,248,349,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413],"ai-agents","claude-code","iteration-layer","mcp","document-generation","image-generation","image-transformation","sheet-generation","ai-coding","cursor","image-processing","pdf-extraction","pdf-generation","spreadsheet",{"classifiedAt":1415,"discoverAt":1416,"extractAt":1417,"githubAt":1417,"updatedAt":1415},1778691104009,1778689866891,1778691101794,[217,215,214,213,218,216],{"evaluatedAt":244,"extractAt":294,"updatedAt":244},[],[1422,1454,1484,1514,1545,1568],{"_creationTime":1423,"_id":1424,"community":1425,"display":1426,"identity":1432,"providers":1438,"relations":1445,"tags":1449,"workflow":1450},1778691559755.7764,"k17d8djgdggwwp9t6gfzx4drqx86mgbq",{"reviewCount":8},{"description":1427,"installMethods":1428,"name":1430,"sourceUrl":1431},"Workflow für Produktbilder aus mehreren Blickwinkeln. Verwenden Sie dies, wenn der Benutzer „ein Produkt fotografieren“, „E-Commerce-Produktbilder erstellen“, „Produktfotografie-Set“, „电商产品图“, „产品多角度图“, „Markenproduktbilder“ möchte oder ein einzelnes Produktfoto bereitstellt und nach Marketing-tauglichen Varianten fragt. Erzeugt 4 verschiedene Richtungen (Lifestyle-Szene, Makro-Detail, Größen-/Kontextangabe, Marketing-Layout) aus einem Referenzbild. NICHT für: Porträts, allgemeine Illustrationen, Logo-Design, Videoerstellung – verwenden Sie andere Fähigkeiten oder `generate_image` direkt.",{"claudeCode":1429},"jau123/MeiGen-AI-Design-MCP","Product Photoshoot Workflow","https://github.com/jau123/MeiGen-AI-Design-MCP",{"basePath":1433,"githubOwner":1434,"githubRepo":1435,"locale":1436,"slug":1437,"type":250},"plugin/skills/product-photoshoot","jau123","MeiGen-AI-Design-MCP","de","product-photoshoot",{"evaluate":1439,"extract":1444},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1440,"tags":1441,"targetMarket":219,"tier":220},100,[1405,1442,215,1443,1403],"product-photography","design-assistant",{"commitSha":283,"license":241},{"parentExtensionId":1446,"repoId":1447,"translatedFrom":1448},"k174xmztzvdeaswqgaycam7ktx86n4ye","kd7b1trrphkh2efj71w89w7qzh86nh22","k1780hwy17wcqjq51m8b4hy5t986mbb5",[1443,215,1405,1403,1442],{"evaluatedAt":1451,"extractAt":1452,"updatedAt":1453},1778691437434,1778691316210,1778691559755,{"_creationTime":1455,"_id":1456,"community":1457,"display":1458,"identity":1464,"providers":1468,"relations":1476,"tags":1479,"workflow":1480},1778686598637.5813,"k174jjjzswx4d7a4vrys4zay2s86mr7n",{"reviewCount":8},{"description":1459,"installMethods":1460,"name":1462,"sourceUrl":1463},"KI-Bildbearbeitungs-Prompting-Muster für Qwen-Image-Edit. Verwenden Sie diese Option, wenn Sie Fotos bearbeiten und dabei die Identität beibehalten, zugeschnittene Bilder neu einrahmen, Kleidung oder Accessoires ändern, Posen anpassen, Stilübertragungen anwenden oder Charaktertransformationen durchführen. Bietet Prompt-Muster, Parameter-Tuning und Beispiele.",{"claudeCode":1461},"digitalsamba/claude-code-video-toolkit","qwen-edit","https://github.com/digitalsamba/claude-code-video-toolkit",{"basePath":1465,"githubOwner":1466,"githubRepo":1467,"locale":1436,"slug":1462,"type":250},".claude/skills/qwen-edit","digitalsamba","claude-code-video-toolkit",{"evaluate":1469,"extract":1475},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1440,"tags":1470,"targetMarket":219,"tier":220},[213,1471,1472,1473,1474],"ai","qwen","prompting","python",{"commitSha":283},{"repoId":1477,"translatedFrom":1478},"kd70r97eght58pp9f1x8scdagd86n32q","k175r6z7jxdyenwqxp499wmqzh86mmrj",[1471,213,1473,1474,1472],{"evaluatedAt":1481,"extractAt":1482,"updatedAt":1483},1778686435222,1778686219732,1778686598637,{"_creationTime":1485,"_id":1486,"community":1487,"display":1488,"identity":1494,"providers":1499,"relations":1508,"tags":1510,"workflow":1511},1778696691708.3035,"k17br1j5s86ae90zqeyd7zcg2586mkwr",{"reviewCount":8},{"description":1489,"installMethods":1490,"name":1492,"sourceUrl":1493},"Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms\n",{"claudeCode":1491},"ruvnet/ruflo","Performance Analysis","https://github.com/ruvnet/ruflo",{"basePath":1495,"githubOwner":1496,"githubRepo":1497,"locale":18,"slug":1498,"type":250},".claude/skills/performance-analysis","ruvnet","ruflo","performance-analysis",{"evaluate":1500,"extract":1507},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1440,"tags":1501,"targetMarket":219,"tier":220},[1502,1503,216,1504,1505,1506],"performance","analysis","claude-flow","bottleneck-detection","reporting",{"commitSha":283,"license":241},{"repoId":1509},"kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[1503,1505,1504,216,1502,1506],{"evaluatedAt":1512,"extractAt":1513,"updatedAt":1512},1778699217174,1778696691708,{"_creationTime":1515,"_id":1516,"community":1517,"display":1518,"identity":1524,"providers":1528,"relations":1537,"tags":1540,"workflow":1541},1778699178716.313,"k17bmegtpa65k5ceh88s8qp90x86nhf5",{"reviewCount":8},{"description":1519,"installMethods":1520,"name":1522,"sourceUrl":1523},"Industrietaugliche Terminplanung und Ressourcenoptimierung für KI-Agenten. Lösen Sie Aufgabenplanung mit Energieabgleich, Budgetzuweisung und beliebigen LP/MIP-Constraint-Problemen in Millisekunden.",{"claudeCode":1521},"Whatsonyourmind/oraclaw","oraclaw-solver","https://github.com/Whatsonyourmind/oraclaw",{"basePath":1525,"githubOwner":1526,"githubRepo":1527,"locale":1436,"slug":1522,"type":250},"mission-control/packages/clawhub-skills/oraclaw-solver","Whatsonyourmind","oraclaw",{"evaluate":1529,"extract":1536},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1440,"tags":1530,"targetMarket":219,"tier":220},[216,1531,1532,1533,1534,1535],"scheduling","linear-programming","resource-allocation","operations-research","planning",{"commitSha":283},{"repoId":1538,"translatedFrom":1539},"kd76fmxm1ng903s4fmj0p7hxxs86ndkg","k179wx4phqshs3khsdvgw86k4d86mjag",[1532,1534,216,1535,1533,1531],{"evaluatedAt":1542,"extractAt":1543,"updatedAt":1544},1778699052902,1778698837670,1778699178716,{"_creationTime":1546,"_id":1547,"community":1548,"display":1549,"identity":1553,"providers":1555,"relations":1562,"tags":1564,"workflow":1565},1778699112432.148,"k179cjry8epfbq0h2sfwnag5p586m3zy",{"reviewCount":8},{"description":1550,"installMethods":1551,"name":1552,"sourceUrl":1523},"Entscheidungsintelligenz für KI-Agenten. Analysieren Sie Optionen, bilden Sie Entscheidungsabhängigkeiten mit PageRank ab, erkennen Sie Konflikte zwischen Informationsquellen und finden Sie die wichtigsten Entscheidungen.",{"claudeCode":1521},"oraclaw-decide",{"basePath":1554,"githubOwner":1526,"githubRepo":1527,"locale":1436,"slug":1552,"type":250},"mission-control/packages/clawhub-skills/oraclaw-decide",{"evaluate":1556,"extract":1561},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1440,"tags":1557,"targetMarket":219,"tier":220},[1558,1503,216,1559,1560],"decision-making","graph-theory","ai-agent-tools",{"commitSha":283},{"repoId":1538,"translatedFrom":1563},"k17fe7ybjme5s1n10mmg3emmns86nr26",[1560,1503,1558,1559,216],{"evaluatedAt":1566,"extractAt":1543,"updatedAt":1567},1778698934136,1778699112432,{"_creationTime":1569,"_id":1570,"community":1571,"display":1572,"identity":1578,"providers":1583,"relations":1591,"tags":1595,"workflow":1596},1778694378261.7441,"k17fkkx5s0960j77wnp642y0vs86nmq7",{"reviewCount":8},{"description":1573,"installMethods":1574,"name":1576,"sourceUrl":1577},"Optimieren Sie die Konfiguration von MongoDB-Clientverbindungen (Pools, Timeouts, Muster) für jede unterstützte Treibersprache. Verwenden Sie diese Fähigkeit, wenn Sie an Funktionen arbeiten/diese aktualisieren/überprüfen, die einen MongoDB-Client instanziieren oder konfigurieren (z. B. beim Aufruf von `connect()`), Verbindungspools konfigurieren, Verbindungsprobleme beheben (ECONNREFUSED, Timeouts, Pool-Erschöpfung), Leistungsprobleme im Zusammenhang mit Verbindungen optimieren. Dies schließt Szenarien wie das Erstellen von serverlosen Funktionen mit MongoDB, das Erstellen von API-Endpunkten, die MongoDB verwenden, die Optimierung von MongoDB-Anwendungen mit hohem Datenverkehr, das Erstellen von langlaufenden Aufgaben und Nebenläufigkeit oder das Debuggen von verbindungsbezogenen Fehlern ein.",{"claudeCode":1575},"mongodb/agent-skills","MongoDB Connection Optimizer","https://github.com/mongodb/agent-skills",{"basePath":1579,"githubOwner":1580,"githubRepo":1581,"locale":1436,"slug":1582,"type":250},"skills/mongodb-connection","mongodb","agent-skills","mongodb-connection",{"evaluate":1584,"extract":1589},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1440,"tags":1585,"targetMarket":219,"tier":220},[1580,1586,1587,1502,216,1588],"database","connection","configuration",{"commitSha":283,"license":1590},"Apache-2.0",{"parentExtensionId":1592,"repoId":1593,"translatedFrom":1594},"k170hje3xzpy2mbkn00agzm38x86mkbz","kd74vahs1zbjqzqbert490xyrd86nfv5","k175wmq2n17n23xzphj2zzt3qs86n3xd",[1588,1587,1586,1580,216,1502],{"evaluatedAt":1597,"extractAt":1598,"updatedAt":1599},1778694243014,1778694149049,1778694378261]