[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-iterationlayer-generate-product-promo-card-en":3,"guides-for-iterationlayer-generate-product-promo-card":1408,"similar-k171mv5bkf3r4ee5rgkkxk27qn86nb0t-en":1409},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":237,"isFallback":225,"parentExtension":242,"providers":298,"relations":302,"repo":303,"tags":1406,"workflow":1407},1778691104675.9998,"k171mv5bkf3r4ee5rgkkxk27qn86nb0t",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Generate a product promotional card with a product photo, sale badge, and pricing text.",{"claudeCode":12},"iterationlayer/skills","generate-product-promo-card","https://github.com/iterationlayer/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":235},1778693237920.292,"kn7c5njfn049jn9g0vwm8sy1dn86mcn0","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":216,"tier":217,"useCases":218},[21,26,29,32,36,39,43,47,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of generating promotional cards for e-commerce with specific elements like product photos, sale badges, and pricing.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill leverages a dedicated image generation API with specific layering capabilities beyond basic LLM text generation, offering a distinct value proposition for creating visually composed promotional images.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension provides a complete workflow for generating promotional cards, including API integration, parameter configuration, and output generation, suitable for immediate use in marketing campaigns.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused solely on generating product promotional cards using image composition techniques, aligning with its declared purpose.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided description accurately and concisely reflects the skill's functionality of generating a product promotional card with specified elements.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes a single, well-defined tool (`image-generation/v1/render`) with a structured JSON input, adhering to narrow verb-noun specialization.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md file provides a detailed `curl` example and a TypeScript/Python SDK snippet, outlining all necessary parameters and their expected formats for image generation.",{"category":33,"check":48,"severity":49,"summary":50},"Tool naming","not_applicable","This skill uses an external API tool, and tool naming checks are not applicable to the skill itself but to its exposed tools, which are not directly visible here.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The `generateImage` function and its parameters are clearly defined, requesting only necessary data for image generation and returning a structured response with the image buffer.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under the MIT license, as confirmed by the bundled LICENSE file, which is a permissive open-source license.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The latest commit was on April 28, 2026, which is within the last 3 months.",{"category":59,"check":63,"severity":49,"summary":64},"Dependency Management","The skill does not appear to use any third-party dependencies that require specific management or update mechanisms beyond the SDK.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The API key is expected to be provided via an environment variable or SDK configuration, and the provided code examples do not show secrets echoed to stdout or debug output.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill uses a structured API request and does not appear to load or execute external, untrusted data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on a documented API endpoint and does not fetch remote scripts or content at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill interacts with an external API and does not appear to modify any files outside of its designated scope or the project folder.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached-process spawns or retry loops around denied tool calls were found in the provided code snippets.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill sends data to the Iteration Layer API for image generation, which is its documented purpose. No evidence of unauthorized data exfiltration was found.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and documentation do not contain any hidden text tricks or malicious Unicode characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The provided code examples are clear, readable source code and do not involve obfuscation techniques like base64 encoding or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill does not make structural assumptions about the user's project organization; it primarily interacts with an external API.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There were 0 issues opened and 0 closed in the last 90 days, indicating either a new project or no current engagement with issues.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The `pushedAt` date of April 28, 2026, indicates recent activity, and the presence of example code suggests a versionable artifact.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The API interaction with Iteration Layer is expected to have server-side validation for request parameters, and the code examples provide structured inputs.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill's primary operation is image generation, which is not a destructive operation and does not require a confirmation gate.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The example code includes error handling for API calls (e.g., `if err != nil { panic(err) }`), and the Go example shows explicit error checking.",{"category":104,"check":114,"severity":49,"summary":115},"Logging","The skill interacts with an external API and does not perform destructive actions or outbound calls that would necessitate local audit logging.",{"category":117,"check":118,"severity":49,"summary":119},"Compliance","GDPR","The skill generates images based on provided data and does not operate on personal data in a way that would require specific GDPR sanitization.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill is globally applicable and does not exhibit any regional or jurisdictional logic.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on standard API calls and SDKs, making it platform-independent.",{"category":44,"check":127,"severity":24,"summary":128},"README","A README file exists and clearly outlines the extension's purpose, installation, and available plugins.",{"category":33,"check":130,"severity":49,"summary":131},"Tool surface size","This is a skill that uses a single external API endpoint, not an extension exposing multiple distinct tools.",{"category":40,"check":133,"severity":49,"summary":134},"Overlapping near-synonym tools","The skill utilizes a single external API call, so there are no overlapping near-synonym tools to evaluate.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as generating promotional cards with specific elements, are supported by the provided API examples and documentation.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions for the plugin marketplace and specific commands to install the required skills.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The provided SDK examples demonstrate basic error handling for API calls, suggesting that errors would be reported and potentially actionable.",{"category":147,"check":148,"severity":49,"summary":149},"Execution","Pinned dependencies","The skill relies on the Iteration Layer SDK, which is typically managed by the package manager, and no other third-party script dependencies are evident.",{"category":33,"check":151,"severity":49,"summary":152},"Dry-run preview","Image generation is not a state-changing operation, and thus a dry-run preview is not applicable.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The skill relies on the Iteration Layer API, which is expected to handle timeouts and potentially provide idempotent operations for image generation.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","There is no indication of telemetry being emitted by this skill; it focuses on its core image generation functionality.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill's purpose is precisely defined: to generate product promotional cards for e-commerce, detailing the included elements and target use cases.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capability and target audience.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is reasonably concise, providing necessary API details and examples without excessive length.",{"category":170,"check":171,"severity":49,"summary":172},"Context","Progressive Disclosure","The skill's functionality is self-contained and does not require complex procedures that would necessitate progressive disclosure via separate reference files.",{"category":170,"check":174,"severity":49,"summary":175},"Forked exploration","This skill is a direct generation task and does not involve deep exploration or code review requiring a forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides comprehensive examples in `curl`, TypeScript, Python, and Go, demonstrating how to use the image generation API.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The documentation implicitly covers edge cases by providing detailed API parameters and response structures, allowing users to handle potential issues.",{"category":104,"check":183,"severity":49,"summary":184},"Tool Fallback","The skill directly uses the Iteration Layer API and does not depend on optional external MCP servers, making fallbacks irrelevant.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The provided code examples show error handling that would halt the workflow upon unexpected API responses or issues.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill operates independently by calling the Iteration Layer API and does not implicitly rely on other skills being loaded.",1778693236491,"This skill generates a product promotional card image using the Iteration Layer API, allowing customization of product photos, sale badges, pricing, and text overlays.",[195,196,197,198,199],"Generate promotional cards with product photos","Overlay sale badges with pricing text","Add product name and call-to-action text","Customizable canvas dimensions and colors","API integration for image generation",[201,202,203],"Editing existing images beyond composition","Generating product descriptions or marketing copy","Directly managing social media posts or ad campaigns","3.0.0","4.4.0","To enable e-commerce teams to quickly create visually appealing promotional cards for advertising and marketing campaigns.","The extension is well-documented, provides clear usage examples, and has a focused scope. No critical or warning findings were identified.",95,"A high-quality skill for generating product promotional cards with clear documentation and robust examples.",[211,212,213,214,215],"image-generation","marketing","ecommerce","promotional-content","api-integration","global","verified",[219,220,221,222],"Creating Instagram ad creatives","Designing Facebook campaign visuals","Generating newsletter banners","Producing product listing graphics",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":232,"testCoverage":234},{"hasLockfile":225},false,1778693219782,{"descriptionLength":228,"readmeSize":229},87,5689,{"closedIssues90d":8,"forks":8,"hasChangelog":225,"openIssues90d":8,"pushedAt":231,"stars":8},1777403760000,{"hasNpmPackage":225,"license":233,"smitheryVerified":225},"MIT",{"hasCi":225,"hasTests":225},{"updatedAt":236},1778693237920,{"basePath":238,"githubOwner":239,"githubRepo":240,"locale":18,"slug":13,"type":241},"skills/generate-product-promo-card","iterationlayer","skills","skill",{"_creationTime":243,"_id":244,"community":245,"display":246,"identity":249,"parentExtension":252,"providers":284,"relations":294,"tags":295,"workflow":296},1778691104675.9766,"k1721s0xmp59902ybtpakrrffn86n10s",{"reviewCount":8},{"description":247,"installMethods":248,"name":239,"sourceUrl":14},"Iteration Layer integration guide — document, website, image, and sheet processing APIs with one API key and one credit pool",{"claudeCode":240},{"basePath":250,"githubOwner":239,"githubRepo":240,"locale":18,"slug":240,"type":251},"","plugin",{"_creationTime":253,"_id":254,"community":255,"display":256,"identity":260,"providers":262,"relations":278,"tags":280,"workflow":281},1778691104675.9763,"k172thzamyareqcp1pza99j91h86m7ph",{"reviewCount":8},{"description":257,"installMethods":258,"name":259,"sourceUrl":14},"Skills for document, website, image, and sheet processing with Iteration Layer APIs",{"claudeCode":12},"Iteration Layer Skills",{"basePath":250,"githubOwner":239,"githubRepo":240,"locale":18,"slug":240,"type":261},"marketplace",{"evaluate":263,"extract":271},{"promptVersionExtension":264,"promptVersionScoring":205,"score":265,"tags":266,"targetMarket":216,"tier":217},"3.1.0",98,[267,268,269,270,215],"document-processing","website-data","image-manipulation","spreadsheet-generation",{"commitSha":272,"license":233,"marketplace":273,"plugin":276},"HEAD",{"name":274,"pluginCount":275},"iterationlayer-skills",1,{"mcpCount":8,"provider":277,"skillCount":8},"classify",{"repoId":279},"kd76p4g2qmtrkgx99cnab3683d86n4g8",[215,267,269,270,268],{"evaluatedAt":282,"extractAt":283,"updatedAt":282},1778691127860,1778691104676,{"evaluate":285,"extract":291},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":286,"targetMarket":216,"tier":217},[287,288,215,289,290],"web-scraping","data-extraction","html","json",{"commitSha":272,"plugin":292},{"mcpCount":8,"provider":277,"skillCount":293},127,{"parentExtensionId":254,"repoId":279},[215,288,289,290,287],{"evaluatedAt":297,"extractAt":283,"updatedAt":297},1778691297809,{"evaluate":299,"extract":301},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":300,"targetMarket":216,"tier":217},[211,212,213,214,215],{"commitSha":272},{"parentExtensionId":244,"repoId":279},{"_creationTime":304,"_id":279,"identity":305,"providers":306,"workflow":1402},1778689866891.11,{"githubOwner":239,"githubRepo":240,"sourceUrl":14},{"classify":307,"discover":1382,"github":1385},{"commitSha":272,"extensions":308},[309,322,328,335,342,349,356,362,369,378,386,394,402,410,418,426,434,442,450,458,466,474,482,490,498,506,514,522,530,538,546,554,562,570,578,586,594,602,610,618,626,634,642,650,658,666,674,682,690,698,706,714,722,730,738,746,754,762,770,778,786,794,802,810,818,826,834,842,850,858,866,874,882,890,898,906,914,922,930,938,946,954,962,970,978,986,994,1002,1010,1018,1026,1034,1042,1050,1058,1066,1074,1079,1087,1095,1103,1111,1119,1127,1135,1143,1151,1159,1167,1175,1183,1191,1199,1207,1215,1223,1231,1238,1246,1254,1262,1270,1278,1286,1294,1302,1310,1318,1326,1334,1342,1350,1358,1366,1374],{"basePath":250,"description":257,"displayName":274,"installMethods":310,"rationale":311,"selectedPaths":312,"source":321,"sourceLanguage":18,"type":261},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[313,316,318],{"path":314,"priority":315},".claude-plugin/marketplace.json","mandatory",{"path":317,"priority":315},"README.md",{"path":319,"priority":320},"LICENSE","high","rule",{"basePath":250,"description":247,"displayName":239,"installMethods":323,"rationale":324,"selectedPaths":325,"source":321,"sourceLanguage":18,"type":251},{"claudeCode":240},"inline plugin source from marketplace.json at /",[326,327],{"path":317,"priority":315},{"path":319,"priority":320},{"basePath":250,"description":329,"displayName":330,"installMethods":331,"rationale":324,"selectedPaths":332,"source":321,"sourceLanguage":18,"type":251},"Generate PDF invoices, reports, contracts, and documents from structured data using Iteration Layer","document-creation",{"claudeCode":240},[333,334],{"path":317,"priority":315},{"path":319,"priority":320},{"basePath":250,"description":336,"displayName":337,"installMethods":338,"rationale":324,"selectedPaths":339,"source":321,"sourceLanguage":18,"type":251},"Extract structured data from PDFs, invoices, receipts, resumes, and documents using Iteration Layer","document-extraction",{"claudeCode":240},[340,341],{"path":317,"priority":315},{"path":319,"priority":320},{"basePath":250,"description":343,"displayName":344,"installMethods":345,"rationale":324,"selectedPaths":346,"source":321,"sourceLanguage":18,"type":251},"Generate social cards, thumbnails, certificates, and marketing images using Iteration Layer","image-design",{"claudeCode":240},[347,348],{"path":317,"priority":315},{"path":319,"priority":320},{"basePath":250,"description":350,"displayName":351,"installMethods":352,"rationale":324,"selectedPaths":353,"source":321,"sourceLanguage":18,"type":251},"Edit, resize, crop, remove backgrounds, and enhance images using Iteration Layer","image-editing",{"claudeCode":240},[354,355],{"path":317,"priority":315},{"path":319,"priority":320},{"basePath":250,"description":357,"displayName":270,"installMethods":358,"rationale":324,"selectedPaths":359,"source":321,"sourceLanguage":18,"type":251},"Generate XLSX, CSV, and Markdown spreadsheets from structured tabular data using Iteration Layer",{"claudeCode":240},[360,361],{"path":317,"priority":315},{"path":319,"priority":320},{"basePath":250,"description":363,"displayName":364,"installMethods":365,"rationale":324,"selectedPaths":366,"source":321,"sourceLanguage":18,"type":251},"Extract structured data from public website pages using Iteration Layer","website-extraction",{"claudeCode":240},[367,368],{"path":317,"priority":315},{"path":319,"priority":320},{"basePath":370,"description":371,"displayName":372,"installMethods":373,"rationale":374,"selectedPaths":375,"source":321,"sourceLanguage":18,"type":241},"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",[376],{"path":377,"priority":315},"SKILL.md",{"basePath":379,"description":380,"displayName":381,"installMethods":382,"rationale":383,"selectedPaths":384,"source":321,"sourceLanguage":18,"type":241},"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",[385],{"path":377,"priority":315},{"basePath":387,"description":388,"displayName":389,"installMethods":390,"rationale":391,"selectedPaths":392,"source":321,"sourceLanguage":18,"type":241},"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",[393],{"path":377,"priority":315},{"basePath":395,"description":396,"displayName":397,"installMethods":398,"rationale":399,"selectedPaths":400,"source":321,"sourceLanguage":18,"type":241},"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",[401],{"path":377,"priority":315},{"basePath":403,"description":404,"displayName":405,"installMethods":406,"rationale":407,"selectedPaths":408,"source":321,"sourceLanguage":18,"type":241},"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",[409],{"path":377,"priority":315},{"basePath":411,"description":412,"displayName":413,"installMethods":414,"rationale":415,"selectedPaths":416,"source":321,"sourceLanguage":18,"type":241},"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",[417],{"path":377,"priority":315},{"basePath":419,"description":420,"displayName":421,"installMethods":422,"rationale":423,"selectedPaths":424,"source":321,"sourceLanguage":18,"type":241},"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",[425],{"path":377,"priority":315},{"basePath":427,"description":428,"displayName":429,"installMethods":430,"rationale":431,"selectedPaths":432,"source":321,"sourceLanguage":18,"type":241},"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",[433],{"path":377,"priority":315},{"basePath":435,"description":436,"displayName":437,"installMethods":438,"rationale":439,"selectedPaths":440,"source":321,"sourceLanguage":18,"type":241},"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",[441],{"path":377,"priority":315},{"basePath":443,"description":444,"displayName":445,"installMethods":446,"rationale":447,"selectedPaths":448,"source":321,"sourceLanguage":18,"type":241},"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",[449],{"path":377,"priority":315},{"basePath":451,"description":452,"displayName":453,"installMethods":454,"rationale":455,"selectedPaths":456,"source":321,"sourceLanguage":18,"type":241},"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",[457],{"path":377,"priority":315},{"basePath":459,"description":460,"displayName":461,"installMethods":462,"rationale":463,"selectedPaths":464,"source":321,"sourceLanguage":18,"type":241},"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",[465],{"path":377,"priority":315},{"basePath":467,"description":468,"displayName":469,"installMethods":470,"rationale":471,"selectedPaths":472,"source":321,"sourceLanguage":18,"type":241},"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",[473],{"path":377,"priority":315},{"basePath":475,"description":476,"displayName":477,"installMethods":478,"rationale":479,"selectedPaths":480,"source":321,"sourceLanguage":18,"type":241},"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",[481],{"path":377,"priority":315},{"basePath":483,"description":484,"displayName":485,"installMethods":486,"rationale":487,"selectedPaths":488,"source":321,"sourceLanguage":18,"type":241},"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",[489],{"path":377,"priority":315},{"basePath":491,"description":492,"displayName":493,"installMethods":494,"rationale":495,"selectedPaths":496,"source":321,"sourceLanguage":18,"type":241},"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",[497],{"path":377,"priority":315},{"basePath":499,"description":500,"displayName":501,"installMethods":502,"rationale":503,"selectedPaths":504,"source":321,"sourceLanguage":18,"type":241},"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",[505],{"path":377,"priority":315},{"basePath":507,"description":508,"displayName":509,"installMethods":510,"rationale":511,"selectedPaths":512,"source":321,"sourceLanguage":18,"type":241},"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",[513],{"path":377,"priority":315},{"basePath":515,"description":516,"displayName":517,"installMethods":518,"rationale":519,"selectedPaths":520,"source":321,"sourceLanguage":18,"type":241},"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",[521],{"path":377,"priority":315},{"basePath":523,"description":524,"displayName":525,"installMethods":526,"rationale":527,"selectedPaths":528,"source":321,"sourceLanguage":18,"type":241},"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",[529],{"path":377,"priority":315},{"basePath":531,"description":532,"displayName":533,"installMethods":534,"rationale":535,"selectedPaths":536,"source":321,"sourceLanguage":18,"type":241},"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",[537],{"path":377,"priority":315},{"basePath":539,"description":540,"displayName":541,"installMethods":542,"rationale":543,"selectedPaths":544,"source":321,"sourceLanguage":18,"type":241},"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",[545],{"path":377,"priority":315},{"basePath":547,"description":548,"displayName":549,"installMethods":550,"rationale":551,"selectedPaths":552,"source":321,"sourceLanguage":18,"type":241},"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",[553],{"path":377,"priority":315},{"basePath":555,"description":556,"displayName":557,"installMethods":558,"rationale":559,"selectedPaths":560,"source":321,"sourceLanguage":18,"type":241},"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",[561],{"path":377,"priority":315},{"basePath":563,"description":564,"displayName":565,"installMethods":566,"rationale":567,"selectedPaths":568,"source":321,"sourceLanguage":18,"type":241},"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",[569],{"path":377,"priority":315},{"basePath":571,"description":572,"displayName":573,"installMethods":574,"rationale":575,"selectedPaths":576,"source":321,"sourceLanguage":18,"type":241},"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",[577],{"path":377,"priority":315},{"basePath":579,"description":580,"displayName":581,"installMethods":582,"rationale":583,"selectedPaths":584,"source":321,"sourceLanguage":18,"type":241},"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",[585],{"path":377,"priority":315},{"basePath":587,"description":588,"displayName":589,"installMethods":590,"rationale":591,"selectedPaths":592,"source":321,"sourceLanguage":18,"type":241},"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",[593],{"path":377,"priority":315},{"basePath":595,"description":596,"displayName":597,"installMethods":598,"rationale":599,"selectedPaths":600,"source":321,"sourceLanguage":18,"type":241},"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",[601],{"path":377,"priority":315},{"basePath":603,"description":604,"displayName":605,"installMethods":606,"rationale":607,"selectedPaths":608,"source":321,"sourceLanguage":18,"type":241},"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",[609],{"path":377,"priority":315},{"basePath":611,"description":612,"displayName":613,"installMethods":614,"rationale":615,"selectedPaths":616,"source":321,"sourceLanguage":18,"type":241},"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",[617],{"path":377,"priority":315},{"basePath":619,"description":620,"displayName":621,"installMethods":622,"rationale":623,"selectedPaths":624,"source":321,"sourceLanguage":18,"type":241},"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",[625],{"path":377,"priority":315},{"basePath":627,"description":628,"displayName":629,"installMethods":630,"rationale":631,"selectedPaths":632,"source":321,"sourceLanguage":18,"type":241},"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",[633],{"path":377,"priority":315},{"basePath":635,"description":636,"displayName":637,"installMethods":638,"rationale":639,"selectedPaths":640,"source":321,"sourceLanguage":18,"type":241},"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",[641],{"path":377,"priority":315},{"basePath":643,"description":644,"displayName":645,"installMethods":646,"rationale":647,"selectedPaths":648,"source":321,"sourceLanguage":18,"type":241},"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",[649],{"path":377,"priority":315},{"basePath":651,"description":652,"displayName":653,"installMethods":654,"rationale":655,"selectedPaths":656,"source":321,"sourceLanguage":18,"type":241},"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",[657],{"path":377,"priority":315},{"basePath":659,"description":660,"displayName":661,"installMethods":662,"rationale":663,"selectedPaths":664,"source":321,"sourceLanguage":18,"type":241},"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",[665],{"path":377,"priority":315},{"basePath":667,"description":668,"displayName":669,"installMethods":670,"rationale":671,"selectedPaths":672,"source":321,"sourceLanguage":18,"type":241},"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",[673],{"path":377,"priority":315},{"basePath":675,"description":676,"displayName":677,"installMethods":678,"rationale":679,"selectedPaths":680,"source":321,"sourceLanguage":18,"type":241},"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",[681],{"path":377,"priority":315},{"basePath":683,"description":684,"displayName":685,"installMethods":686,"rationale":687,"selectedPaths":688,"source":321,"sourceLanguage":18,"type":241},"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",[689],{"path":377,"priority":315},{"basePath":691,"description":692,"displayName":693,"installMethods":694,"rationale":695,"selectedPaths":696,"source":321,"sourceLanguage":18,"type":241},"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",[697],{"path":377,"priority":315},{"basePath":699,"description":700,"displayName":701,"installMethods":702,"rationale":703,"selectedPaths":704,"source":321,"sourceLanguage":18,"type":241},"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",[705],{"path":377,"priority":315},{"basePath":707,"description":708,"displayName":709,"installMethods":710,"rationale":711,"selectedPaths":712,"source":321,"sourceLanguage":18,"type":241},"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",[713],{"path":377,"priority":315},{"basePath":715,"description":716,"displayName":717,"installMethods":718,"rationale":719,"selectedPaths":720,"source":321,"sourceLanguage":18,"type":241},"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",[721],{"path":377,"priority":315},{"basePath":723,"description":724,"displayName":725,"installMethods":726,"rationale":727,"selectedPaths":728,"source":321,"sourceLanguage":18,"type":241},"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",[729],{"path":377,"priority":315},{"basePath":731,"description":732,"displayName":733,"installMethods":734,"rationale":735,"selectedPaths":736,"source":321,"sourceLanguage":18,"type":241},"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",[737],{"path":377,"priority":315},{"basePath":739,"description":740,"displayName":741,"installMethods":742,"rationale":743,"selectedPaths":744,"source":321,"sourceLanguage":18,"type":241},"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",[745],{"path":377,"priority":315},{"basePath":747,"description":748,"displayName":749,"installMethods":750,"rationale":751,"selectedPaths":752,"source":321,"sourceLanguage":18,"type":241},"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",[753],{"path":377,"priority":315},{"basePath":755,"description":756,"displayName":757,"installMethods":758,"rationale":759,"selectedPaths":760,"source":321,"sourceLanguage":18,"type":241},"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",[761],{"path":377,"priority":315},{"basePath":763,"description":764,"displayName":765,"installMethods":766,"rationale":767,"selectedPaths":768,"source":321,"sourceLanguage":18,"type":241},"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",[769],{"path":377,"priority":315},{"basePath":771,"description":772,"displayName":773,"installMethods":774,"rationale":775,"selectedPaths":776,"source":321,"sourceLanguage":18,"type":241},"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",[777],{"path":377,"priority":315},{"basePath":779,"description":780,"displayName":781,"installMethods":782,"rationale":783,"selectedPaths":784,"source":321,"sourceLanguage":18,"type":241},"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",[785],{"path":377,"priority":315},{"basePath":787,"description":788,"displayName":789,"installMethods":790,"rationale":791,"selectedPaths":792,"source":321,"sourceLanguage":18,"type":241},"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",[793],{"path":377,"priority":315},{"basePath":795,"description":796,"displayName":797,"installMethods":798,"rationale":799,"selectedPaths":800,"source":321,"sourceLanguage":18,"type":241},"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",[801],{"path":377,"priority":315},{"basePath":803,"description":804,"displayName":805,"installMethods":806,"rationale":807,"selectedPaths":808,"source":321,"sourceLanguage":18,"type":241},"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",[809],{"path":377,"priority":315},{"basePath":811,"description":812,"displayName":813,"installMethods":814,"rationale":815,"selectedPaths":816,"source":321,"sourceLanguage":18,"type":241},"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",[817],{"path":377,"priority":315},{"basePath":819,"description":820,"displayName":821,"installMethods":822,"rationale":823,"selectedPaths":824,"source":321,"sourceLanguage":18,"type":241},"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",[825],{"path":377,"priority":315},{"basePath":827,"description":828,"displayName":829,"installMethods":830,"rationale":831,"selectedPaths":832,"source":321,"sourceLanguage":18,"type":241},"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",[833],{"path":377,"priority":315},{"basePath":835,"description":836,"displayName":837,"installMethods":838,"rationale":839,"selectedPaths":840,"source":321,"sourceLanguage":18,"type":241},"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",[841],{"path":377,"priority":315},{"basePath":843,"description":844,"displayName":845,"installMethods":846,"rationale":847,"selectedPaths":848,"source":321,"sourceLanguage":18,"type":241},"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",[849],{"path":377,"priority":315},{"basePath":851,"description":852,"displayName":853,"installMethods":854,"rationale":855,"selectedPaths":856,"source":321,"sourceLanguage":18,"type":241},"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",[857],{"path":377,"priority":315},{"basePath":859,"description":860,"displayName":861,"installMethods":862,"rationale":863,"selectedPaths":864,"source":321,"sourceLanguage":18,"type":241},"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",[865],{"path":377,"priority":315},{"basePath":867,"description":868,"displayName":869,"installMethods":870,"rationale":871,"selectedPaths":872,"source":321,"sourceLanguage":18,"type":241},"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",[873],{"path":377,"priority":315},{"basePath":875,"description":876,"displayName":877,"installMethods":878,"rationale":879,"selectedPaths":880,"source":321,"sourceLanguage":18,"type":241},"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",[881],{"path":377,"priority":315},{"basePath":883,"description":884,"displayName":885,"installMethods":886,"rationale":887,"selectedPaths":888,"source":321,"sourceLanguage":18,"type":241},"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",[889],{"path":377,"priority":315},{"basePath":891,"description":892,"displayName":893,"installMethods":894,"rationale":895,"selectedPaths":896,"source":321,"sourceLanguage":18,"type":241},"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",[897],{"path":377,"priority":315},{"basePath":899,"description":900,"displayName":901,"installMethods":902,"rationale":903,"selectedPaths":904,"source":321,"sourceLanguage":18,"type":241},"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",[905],{"path":377,"priority":315},{"basePath":907,"description":908,"displayName":909,"installMethods":910,"rationale":911,"selectedPaths":912,"source":321,"sourceLanguage":18,"type":241},"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",[913],{"path":377,"priority":315},{"basePath":915,"description":916,"displayName":917,"installMethods":918,"rationale":919,"selectedPaths":920,"source":321,"sourceLanguage":18,"type":241},"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",[921],{"path":377,"priority":315},{"basePath":923,"description":924,"displayName":925,"installMethods":926,"rationale":927,"selectedPaths":928,"source":321,"sourceLanguage":18,"type":241},"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",[929],{"path":377,"priority":315},{"basePath":931,"description":932,"displayName":933,"installMethods":934,"rationale":935,"selectedPaths":936,"source":321,"sourceLanguage":18,"type":241},"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",[937],{"path":377,"priority":315},{"basePath":939,"description":940,"displayName":941,"installMethods":942,"rationale":943,"selectedPaths":944,"source":321,"sourceLanguage":18,"type":241},"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",[945],{"path":377,"priority":315},{"basePath":947,"description":948,"displayName":949,"installMethods":950,"rationale":951,"selectedPaths":952,"source":321,"sourceLanguage":18,"type":241},"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",[953],{"path":377,"priority":315},{"basePath":955,"description":956,"displayName":957,"installMethods":958,"rationale":959,"selectedPaths":960,"source":321,"sourceLanguage":18,"type":241},"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",[961],{"path":377,"priority":315},{"basePath":963,"description":964,"displayName":965,"installMethods":966,"rationale":967,"selectedPaths":968,"source":321,"sourceLanguage":18,"type":241},"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",[969],{"path":377,"priority":315},{"basePath":971,"description":972,"displayName":973,"installMethods":974,"rationale":975,"selectedPaths":976,"source":321,"sourceLanguage":18,"type":241},"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",[977],{"path":377,"priority":315},{"basePath":979,"description":980,"displayName":981,"installMethods":982,"rationale":983,"selectedPaths":984,"source":321,"sourceLanguage":18,"type":241},"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",[985],{"path":377,"priority":315},{"basePath":987,"description":988,"displayName":989,"installMethods":990,"rationale":991,"selectedPaths":992,"source":321,"sourceLanguage":18,"type":241},"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",[993],{"path":377,"priority":315},{"basePath":995,"description":996,"displayName":997,"installMethods":998,"rationale":999,"selectedPaths":1000,"source":321,"sourceLanguage":18,"type":241},"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",[1001],{"path":377,"priority":315},{"basePath":1003,"description":1004,"displayName":1005,"installMethods":1006,"rationale":1007,"selectedPaths":1008,"source":321,"sourceLanguage":18,"type":241},"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",[1009],{"path":377,"priority":315},{"basePath":1011,"description":1012,"displayName":1013,"installMethods":1014,"rationale":1015,"selectedPaths":1016,"source":321,"sourceLanguage":18,"type":241},"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",[1017],{"path":377,"priority":315},{"basePath":1019,"description":1020,"displayName":1021,"installMethods":1022,"rationale":1023,"selectedPaths":1024,"source":321,"sourceLanguage":18,"type":241},"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",[1025],{"path":377,"priority":315},{"basePath":1027,"description":1028,"displayName":1029,"installMethods":1030,"rationale":1031,"selectedPaths":1032,"source":321,"sourceLanguage":18,"type":241},"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",[1033],{"path":377,"priority":315},{"basePath":1035,"description":1036,"displayName":1037,"installMethods":1038,"rationale":1039,"selectedPaths":1040,"source":321,"sourceLanguage":18,"type":241},"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",[1041],{"path":377,"priority":315},{"basePath":1043,"description":1044,"displayName":1045,"installMethods":1046,"rationale":1047,"selectedPaths":1048,"source":321,"sourceLanguage":18,"type":241},"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",[1049],{"path":377,"priority":315},{"basePath":1051,"description":1052,"displayName":1053,"installMethods":1054,"rationale":1055,"selectedPaths":1056,"source":321,"sourceLanguage":18,"type":241},"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",[1057],{"path":377,"priority":315},{"basePath":1059,"description":1060,"displayName":1061,"installMethods":1062,"rationale":1063,"selectedPaths":1064,"source":321,"sourceLanguage":18,"type":241},"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",[1065],{"path":377,"priority":315},{"basePath":1067,"description":1068,"displayName":1069,"installMethods":1070,"rationale":1071,"selectedPaths":1072,"source":321,"sourceLanguage":18,"type":241},"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",[1073],{"path":377,"priority":315},{"basePath":238,"description":10,"displayName":13,"installMethods":1075,"rationale":1076,"selectedPaths":1077,"source":321,"sourceLanguage":18,"type":241},{"claudeCode":12},"SKILL.md frontmatter at skills/generate-product-promo-card/SKILL.md",[1078],{"path":377,"priority":315},{"basePath":1080,"description":1081,"displayName":1082,"installMethods":1083,"rationale":1084,"selectedPaths":1085,"source":321,"sourceLanguage":18,"type":241},"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",[1086],{"path":377,"priority":315},{"basePath":1088,"description":1089,"displayName":1090,"installMethods":1091,"rationale":1092,"selectedPaths":1093,"source":321,"sourceLanguage":18,"type":241},"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",[1094],{"path":377,"priority":315},{"basePath":1096,"description":1097,"displayName":1098,"installMethods":1099,"rationale":1100,"selectedPaths":1101,"source":321,"sourceLanguage":18,"type":241},"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",[1102],{"path":377,"priority":315},{"basePath":1104,"description":1105,"displayName":1106,"installMethods":1107,"rationale":1108,"selectedPaths":1109,"source":321,"sourceLanguage":18,"type":241},"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",[1110],{"path":377,"priority":315},{"basePath":1112,"description":1113,"displayName":1114,"installMethods":1115,"rationale":1116,"selectedPaths":1117,"source":321,"sourceLanguage":18,"type":241},"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",[1118],{"path":377,"priority":315},{"basePath":1120,"description":1121,"displayName":1122,"installMethods":1123,"rationale":1124,"selectedPaths":1125,"source":321,"sourceLanguage":18,"type":241},"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",[1126],{"path":377,"priority":315},{"basePath":1128,"description":1129,"displayName":1130,"installMethods":1131,"rationale":1132,"selectedPaths":1133,"source":321,"sourceLanguage":18,"type":241},"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",[1134],{"path":377,"priority":315},{"basePath":1136,"description":1137,"displayName":1138,"installMethods":1139,"rationale":1140,"selectedPaths":1141,"source":321,"sourceLanguage":18,"type":241},"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",[1142],{"path":377,"priority":315},{"basePath":1144,"description":1145,"displayName":1146,"installMethods":1147,"rationale":1148,"selectedPaths":1149,"source":321,"sourceLanguage":18,"type":241},"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",[1150],{"path":377,"priority":315},{"basePath":1152,"description":1153,"displayName":1154,"installMethods":1155,"rationale":1156,"selectedPaths":1157,"source":321,"sourceLanguage":18,"type":241},"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",[1158],{"path":377,"priority":315},{"basePath":1160,"description":1161,"displayName":1162,"installMethods":1163,"rationale":1164,"selectedPaths":1165,"source":321,"sourceLanguage":18,"type":241},"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",[1166],{"path":377,"priority":315},{"basePath":1168,"description":1169,"displayName":1170,"installMethods":1171,"rationale":1172,"selectedPaths":1173,"source":321,"sourceLanguage":18,"type":241},"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",[1174],{"path":377,"priority":315},{"basePath":1176,"description":1177,"displayName":1178,"installMethods":1179,"rationale":1180,"selectedPaths":1181,"source":321,"sourceLanguage":18,"type":241},"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",[1182],{"path":377,"priority":315},{"basePath":1184,"description":1185,"displayName":1186,"installMethods":1187,"rationale":1188,"selectedPaths":1189,"source":321,"sourceLanguage":18,"type":241},"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",[1190],{"path":377,"priority":315},{"basePath":1192,"description":1193,"displayName":1194,"installMethods":1195,"rationale":1196,"selectedPaths":1197,"source":321,"sourceLanguage":18,"type":241},"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",[1198],{"path":377,"priority":315},{"basePath":1200,"description":1201,"displayName":1202,"installMethods":1203,"rationale":1204,"selectedPaths":1205,"source":321,"sourceLanguage":18,"type":241},"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",[1206],{"path":377,"priority":315},{"basePath":1208,"description":1209,"displayName":1210,"installMethods":1211,"rationale":1212,"selectedPaths":1213,"source":321,"sourceLanguage":18,"type":241},"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",[1214],{"path":377,"priority":315},{"basePath":1216,"description":1217,"displayName":1218,"installMethods":1219,"rationale":1220,"selectedPaths":1221,"source":321,"sourceLanguage":18,"type":241},"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",[1222],{"path":377,"priority":315},{"basePath":1224,"description":1225,"displayName":1226,"installMethods":1227,"rationale":1228,"selectedPaths":1229,"source":321,"sourceLanguage":18,"type":241},"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",[1230],{"path":377,"priority":315},{"basePath":1232,"description":1233,"displayName":239,"installMethods":1234,"rationale":1235,"selectedPaths":1236,"source":321,"sourceLanguage":18,"type":241},"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",[1237],{"path":377,"priority":315},{"basePath":1239,"description":1240,"displayName":1241,"installMethods":1242,"rationale":1243,"selectedPaths":1244,"source":321,"sourceLanguage":18,"type":241},"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",[1245],{"path":377,"priority":315},{"basePath":1247,"description":1248,"displayName":1249,"installMethods":1250,"rationale":1251,"selectedPaths":1252,"source":321,"sourceLanguage":18,"type":241},"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",[1253],{"path":377,"priority":315},{"basePath":1255,"description":1256,"displayName":1257,"installMethods":1258,"rationale":1259,"selectedPaths":1260,"source":321,"sourceLanguage":18,"type":241},"skills/optimize-for-etsy","Smart crop a product photo to Etsy's recommended 2000×2000px square format and export as JPEG.","optimize-for-etsy",{"claudeCode":12},"SKILL.md frontmatter at skills/optimize-for-etsy/SKILL.md",[1261],{"path":377,"priority":315},{"basePath":1263,"description":1264,"displayName":1265,"installMethods":1266,"rationale":1267,"selectedPaths":1268,"source":321,"sourceLanguage":18,"type":241},"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",[1269],{"path":377,"priority":315},{"basePath":1271,"description":1272,"displayName":1273,"installMethods":1274,"rationale":1275,"selectedPaths":1276,"source":321,"sourceLanguage":18,"type":241},"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",[1277],{"path":377,"priority":315},{"basePath":1279,"description":1280,"displayName":1281,"installMethods":1282,"rationale":1283,"selectedPaths":1284,"source":321,"sourceLanguage":18,"type":241},"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",[1285],{"path":377,"priority":315},{"basePath":1287,"description":1288,"displayName":1289,"installMethods":1290,"rationale":1291,"selectedPaths":1292,"source":321,"sourceLanguage":18,"type":241},"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",[1293],{"path":377,"priority":315},{"basePath":1295,"description":1296,"displayName":1297,"installMethods":1298,"rationale":1299,"selectedPaths":1300,"source":321,"sourceLanguage":18,"type":241},"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",[1301],{"path":377,"priority":315},{"basePath":1303,"description":1304,"displayName":1305,"installMethods":1306,"rationale":1307,"selectedPaths":1308,"source":321,"sourceLanguage":18,"type":241},"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",[1309],{"path":377,"priority":315},{"basePath":1311,"description":1312,"displayName":1313,"installMethods":1314,"rationale":1315,"selectedPaths":1316,"source":321,"sourceLanguage":18,"type":241},"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",[1317],{"path":377,"priority":315},{"basePath":1319,"description":1320,"displayName":1321,"installMethods":1322,"rationale":1323,"selectedPaths":1324,"source":321,"sourceLanguage":18,"type":241},"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",[1325],{"path":377,"priority":315},{"basePath":1327,"description":1328,"displayName":1329,"installMethods":1330,"rationale":1331,"selectedPaths":1332,"source":321,"sourceLanguage":18,"type":241},"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",[1333],{"path":377,"priority":315},{"basePath":1335,"description":1336,"displayName":1337,"installMethods":1338,"rationale":1339,"selectedPaths":1340,"source":321,"sourceLanguage":18,"type":241},"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",[1341],{"path":377,"priority":315},{"basePath":1343,"description":1344,"displayName":1345,"installMethods":1346,"rationale":1347,"selectedPaths":1348,"source":321,"sourceLanguage":18,"type":241},"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",[1349],{"path":377,"priority":315},{"basePath":1351,"description":1352,"displayName":1353,"installMethods":1354,"rationale":1355,"selectedPaths":1356,"source":321,"sourceLanguage":18,"type":241},"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",[1357],{"path":377,"priority":315},{"basePath":1359,"description":1360,"displayName":1361,"installMethods":1362,"rationale":1363,"selectedPaths":1364,"source":321,"sourceLanguage":18,"type":241},"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",[1365],{"path":377,"priority":315},{"basePath":1367,"description":1368,"displayName":1369,"installMethods":1370,"rationale":1371,"selectedPaths":1372,"source":321,"sourceLanguage":18,"type":241},"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",[1373],{"path":377,"priority":315},{"basePath":1375,"description":1376,"displayName":1377,"installMethods":1378,"rationale":1379,"selectedPaths":1380,"source":321,"sourceLanguage":18,"type":241},"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",[1381],{"path":377,"priority":315},{"sources":1383},[1384],"manual",{"closedIssues90d":8,"description":1386,"forks":8,"homepage":1387,"license":233,"openIssues90d":8,"pushedAt":231,"readmeSize":229,"stars":8,"topics":1388},"Iteration Layer skills for Claude Code and AI agents","https://iterationlayer.com/docs/ai-integration",[1389,1390,1391,1392,240,337,1393,211,1394,1395,1396,1397,1398,1399,1400,1401],"ai-agents","claude-code","iteration-layer","mcp","document-generation","image-transformation","sheet-generation","ai-coding","cursor","image-processing","pdf-extraction","pdf-generation","spreadsheet",{"classifiedAt":1403,"discoverAt":1404,"extractAt":1405,"githubAt":1405,"updatedAt":1403},1778691104009,1778689866891,1778691101794,[215,213,211,212,214],{"evaluatedAt":236,"extractAt":283,"updatedAt":236},[],[1410,1429,1446,1474,1497,1515],{"_creationTime":1411,"_id":1412,"community":1413,"display":1414,"identity":1416,"providers":1417,"relations":1425,"tags":1426,"workflow":1427},1778691104676.0024,"k1774xvkdd90hm8spynfw373tn86nkme",{"reviewCount":8},{"description":1161,"installMethods":1415,"name":1162,"sourceUrl":14},{"claudeCode":12},{"basePath":1160,"githubOwner":239,"githubRepo":240,"locale":18,"slug":1162,"type":241},{"evaluate":1418,"extract":1424},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1419,"tags":1420,"targetMarket":216,"tier":217},100,[211,212,1421,1422,1423],"social-media","book-promotion","api",{"commitSha":272},{"parentExtensionId":244,"repoId":279},[1423,1422,211,212,1421],{"evaluatedAt":1428,"extractAt":283,"updatedAt":1428},1778693472094,{"_creationTime":1430,"_id":1431,"community":1432,"display":1433,"identity":1435,"providers":1436,"relations":1442,"tags":1443,"workflow":1444},1778691104676.0005,"k17dah8crr3q6zkvn3xmm4k31586mtjq",{"reviewCount":8},{"description":1097,"installMethods":1434,"name":1098,"sourceUrl":14},{"claudeCode":12},{"basePath":1096,"githubOwner":239,"githubRepo":240,"locale":18,"slug":1098,"type":241},{"evaluate":1437,"extract":1441},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1419,"tags":1438,"targetMarket":216,"tier":217},[211,1439,212,1423,1440],"real-estate","automation",{"commitSha":272},{"parentExtensionId":244,"repoId":279},[1423,1440,211,212,1439],{"evaluatedAt":1445,"extractAt":283,"updatedAt":1445},1778693314450,{"_creationTime":1447,"_id":1448,"community":1449,"display":1450,"identity":1456,"providers":1460,"relations":1467,"tags":1470,"workflow":1471},1778696833339.6243,"k174g80xa9zxhydbncvpf0xzy986nvx5",{"reviewCount":8},{"description":1451,"installMethods":1452,"name":1454,"sourceUrl":1455},"Delegate complex, long-running tasks to Manus AI agent for autonomous execution. Use when user says 'use manus', 'delegate to manus', 'send to manus', 'have manus do', 'ask manus', 'check manus sessions', or when tasks require deep web research, market analysis, product comparisons, stock analysis, competitive research, document generation, data analysis, or multi-step workflows that benefit from autonomous agent execution with parallel processing.",{"claudeCode":1453},"sanjay3290/ai-skills","manus","https://github.com/sanjay3290/ai-skills",{"basePath":1457,"githubOwner":1458,"githubRepo":1459,"locale":18,"slug":1454,"type":241},"skills/manus","sanjay3290","ai-skills",{"evaluate":1461,"extract":1466},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1419,"tags":1462,"targetMarket":216,"tier":217},[1463,1464,1465,1440,215],"ai-agent","autonomous-execution","research",{"commitSha":272},{"parentExtensionId":1468,"repoId":1469},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[1463,215,1440,1464,1465],{"evaluatedAt":1472,"extractAt":1473,"updatedAt":1472},1778697107270,1778696833339,{"_creationTime":1475,"_id":1476,"community":1477,"display":1478,"identity":1482,"providers":1485,"relations":1493,"tags":1494,"workflow":1495},1778696833339.6228,"k177df8tbts95fw6vhzr8tm4hd86mb4b",{"reviewCount":8},{"description":1479,"installMethods":1480,"name":1481,"sourceUrl":1455},"Interact with Google Drive - search files, find folders, list contents, download files, upload files,\ncreate folders, move, copy, rename, and trash files. Use when user asks to: search Google Drive,\nfind a file/folder, list Drive contents, download or upload files, create folders, move files,\nor organize Drive content. Lightweight integration with standalone OAuth authentication supporting\nfull read/write access.\n",{"claudeCode":1453},"Google Drive Skill",{"basePath":1483,"githubOwner":1458,"githubRepo":1459,"locale":18,"slug":1484,"type":241},"skills/google-drive","google-drive",{"evaluate":1486,"extract":1491},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1419,"tags":1487,"targetMarket":216,"tier":217},[1484,1488,215,1489,1490],"file-management","oauth","python",{"commitSha":272,"license":1492},"Apache-2.0",{"parentExtensionId":1468,"repoId":1469},[215,1488,1484,1489,1490],{"evaluatedAt":1496,"extractAt":1473,"updatedAt":1496},1778697011084,{"_creationTime":1498,"_id":1499,"community":1500,"display":1501,"identity":1503,"providers":1504,"relations":1511,"tags":1512,"workflow":1513},1778691104675.9954,"k17fnexs6srvhgqy8za7cm9w1x86mpm9",{"reviewCount":8},{"description":932,"installMethods":1502,"name":933,"sourceUrl":14},{"claudeCode":12},{"basePath":931,"githubOwner":239,"githubRepo":240,"locale":18,"slug":933,"type":241},{"evaluate":1505,"extract":1510},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1419,"tags":1506,"targetMarket":216,"tier":217},[1507,1508,1393,1509,215],"epub","ebook","technical-publishing",{"commitSha":272},{"parentExtensionId":244,"repoId":279},[215,1393,1508,1507,1509],{"evaluatedAt":1514,"extractAt":283,"updatedAt":1514},1778692844501,{"_creationTime":1516,"_id":1517,"community":1518,"display":1519,"identity":1521,"providers":1522,"relations":1528,"tags":1529,"workflow":1530},1778691104675.9834,"k17bwxnh9scy64bmm9anmf7bbx86mtvn",{"reviewCount":8},{"description":540,"installMethods":1520,"name":541,"sourceUrl":14},{"claudeCode":12},{"basePath":539,"githubOwner":239,"githubRepo":240,"locale":18,"slug":541,"type":241},{"evaluate":1523,"extract":1527},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1419,"tags":1524,"targetMarket":216,"tier":217},[267,288,1525,215,1526],"fleet-management","pdf",{"commitSha":272},{"parentExtensionId":244,"repoId":279},[215,288,267,1525,1526],{"evaluatedAt":1531,"extractAt":283,"updatedAt":1531},1778691789036]