[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-iterationlayer-generate-product-listing-image-de":3,"guides-for-iterationlayer-generate-product-listing-image":1408,"similar-k178rzcdb2yhksh6ewf50qfen986mjjv-de":1409},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":235,"isFallback":240,"parentExtension":241,"providers":298,"relations":302,"repo":303,"tags":1406,"workflow":1407},1778691104675.9993,"k178rzcdb2yhksh6ewf50qfen986mjjv",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Generate a product listing image with photo, price badge, and promotional text overlay.",{"claudeCode":12},"iterationlayer/skills","generate-product-listing-image","https://github.com/iterationlayer/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":221,"workflow":233},1778693200781.9473,"kn79apxf6akrgheb0bngj35rz186mssv","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":215,"tier":216,"useCases":217},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,104,108,111,114,117,121,124,127,130,133,136,139,143,147,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of generating product listing images with specific elements like photos, price badges, and promotional text overlays.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a specialized image generation endpoint for product listings, going beyond generic image generation by incorporating specific product-related elements like price badges and titles.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension provides a complete lifecycle for generating product images, including clear API usage, prerequisites, and examples in multiple languages.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused solely on generating product listing images and does not include unrelated capabilities.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's functionality.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The extension uses a single, well-defined tool (`generate_image`) with a specific schema for image generation parameters, avoiding generalist commands.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md file details the parameters for image generation, including dimensions, layers, and output format, with clear examples.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tool name `generate_image` is descriptive and appropriate for the functionality.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The input parameters for `generate_image` are specific to image generation requirements, and the output schema is focused on the generated image data.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The MIT license is provided in a LICENSE file and is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The latest commit was on 2026-04-28, which is recent.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill does not appear to use third-party dependencies directly in its bundled code that would require explicit management beyond the API client.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","API keys are handled via placeholders (e.g., 'YOUR_API_KEY') and are expected to be provided via secure means, not hardcoded in the skill's source.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill uses a structured API call and does not appear to load or execute external, untrusted content as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on a documented API and does not perform runtime downloads or execute external code.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill interacts with a remote API and does not appear to modify any files outside of its designated scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were found in the provided code examples.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill calls a documented API endpoint. No references to confidential data being submitted to third parties are present.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks, and descriptions are clean printable ASCII.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The provided code examples are plain, readable source code and do not involve obfuscation or runtime execution of unknown code.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill interacts with a remote API and does not make assumptions about the user's local file structure.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","Based on trust signals, there are 0 open and 0 closed issues in the last 90 days, indicating a potentially new or unburdened project.",{"category":100,"check":101,"severity":102,"summary":103},"Versioning","Release Management","info","There is no explicit versioning declared in the SKILL.md frontmatter or GitHub releases, and the install instruction references `main`, which could pose a versioning challenge.",{"category":105,"check":106,"severity":24,"summary":107},"Code Execution","Validation","The API client library likely handles schema validation for parameters and responses, and the provided examples show structured data input.",{"category":66,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","The skill is purely constructive (generating an image) and does not perform any destructive operations.",{"category":105,"check":112,"severity":24,"summary":113},"Error Handling","The provided code examples for various languages include error handling (e.g., checking `err != nil` in Go, `try/catch` in Python/TypeScript), suggesting robust error management.",{"category":105,"check":115,"severity":63,"summary":116},"Logging","This skill is read-only in the context of user data modification and does not perform destructive actions or outbound calls that would typically require local audit logging.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The skill generates images based on provided data and does not appear to operate on personal data that would require specific GDPR sanitization.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The extension's functionality is global and does not have any regional or jurisdictional limitations.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on a standard API client and common programming language runtimes, with no apparent assumptions about specific OS or shell environments.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README.md file exists and clearly introduces the Iteration Layer skills, including installation instructions.",{"category":33,"check":131,"severity":63,"summary":132},"Tool surface size","This extension represents a single skill with a single primary tool (`generate_image`), so tool surface size is not applicable.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The extension exposes only one primary tool, thus there are no overlapping near-synonym tools.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as image generation with specific overlays, have corresponding implementations in the code examples and API documentation.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README.md provides clear installation instructions for the plugin and lists specific skills/plugins available for installation.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The provided code examples demonstrate error handling, and the Iteration Layer API documentation (linked) would typically provide details on error codes and remediation.",{"category":148,"check":149,"severity":24,"summary":150},"Execution","Pinned dependencies","The provided code examples use standard language runtimes and a documented SDK, and the `LICENSE` file indicates a standard MIT license.",{"category":33,"check":152,"severity":63,"summary":153},"Dry-run preview","The skill's primary function is to generate an image, which is a constructive operation. A dry-run feature is not typically applicable for image generation unless simulating the API call itself.",{"category":155,"check":156,"severity":24,"summary":157},"Protocol","Idempotent retry & timeouts","The provided code examples show error handling for API calls, and it's assumed the Iteration Layer SDK handles timeouts and retry logic for its API interactions.",{"category":118,"check":159,"severity":24,"summary":160},"Telemetry opt-in","There is no indication of telemetry collection in the provided code or documentation. If telemetry exists, it is likely opt-in and documented in the broader Iteration Layer integration guide.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The description clearly states the purpose (generate product listing image) and implies the use case (e-commerce, marketplace sellers), providing explicit triggers and boundaries.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capability.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md is reasonably concise, detailing prerequisites and providing code examples without excessive verbosity.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md outlines the main procedure and links to external resources like the Integration Guide for deeper material, following a progressive disclosure pattern.",{"category":171,"check":175,"severity":63,"summary":176},"Forked exploration","This skill performs a direct API call and does not involve deep exploration or code review that would necessitate a forked context.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","Comprehensive examples are provided in multiple languages (curl, TypeScript, Python, Go, n8n), demonstrating invocation and expected structure.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The SKILL.md mentions prerequisites and links to an integration guide that would cover error handling and limitations, addressing potential edge cases.",{"category":105,"check":184,"severity":63,"summary":185},"Tool Fallback","This skill directly calls an external API and does not have a dependency on other tools or MCP servers that would require a fallback.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The skill relies on API-level validation and error handling, which would halt the workflow on unexpected states or invalid inputs.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills; external documentation is linked for broader context.",1778693200673,"This skill generates product listing images by combining a product photo with a price badge and promotional text overlay using the Iteration Layer API. It supports multiple programming languages and workflow tools.",[196,197,198,199],"Generates product listing images","Overlays price badge and promotional text","Supports image generation via API","Provides examples in multiple languages",[201,202,203],"Editing existing images (e.g., cropping, resizing)","Image manipulation beyond overlaying elements","Generating images without product-specific context","3.0.0","4.4.0","To enable e-commerce teams and marketplace sellers to easily create branded product listing images with consistent visual elements.","The skill is well-documented, provides comprehensive examples, and adheres to security and best practices. Minimal info-level finding for release management.",98,"High-quality skill for generating product listing images with consistent branding.",[211,212,213,214],"image-generation","e-commerce","marketing","product-listing","global","verified",[218,219,220],"Creating consistent product images for online stores","Generating marketing visuals for promotional campaigns","Automating image creation for marketplace listings",{"codeQuality":222,"collectedAt":224,"documentation":225,"maintenance":228,"security":230,"testCoverage":232},{"hasLockfile":223},false,1778693182796,{"descriptionLength":226,"readmeSize":227},87,5689,{"closedIssues90d":8,"forks":8,"hasChangelog":223,"openIssues90d":8,"pushedAt":229,"stars":8},1777403760000,{"hasNpmPackage":223,"license":231,"smitheryVerified":223},"MIT",{"hasCi":223,"hasTests":223},{"updatedAt":234},1778693200782,{"basePath":236,"githubOwner":237,"githubRepo":238,"locale":18,"slug":13,"type":239},"skills/generate-product-listing-image","iterationlayer","skills","skill",true,{"_creationTime":242,"_id":243,"community":244,"display":245,"identity":248,"parentExtension":251,"providers":283,"relations":294,"tags":295,"workflow":296},1778691104675.9766,"k1721s0xmp59902ybtpakrrffn86n10s",{"reviewCount":8},{"description":246,"installMethods":247,"name":237,"sourceUrl":14},"Iteration Layer integration guide — document, website, image, and sheet processing APIs with one API key and one credit pool",{"claudeCode":238},{"basePath":249,"githubOwner":237,"githubRepo":238,"locale":18,"slug":238,"type":250},"","plugin",{"_creationTime":252,"_id":253,"community":254,"display":255,"identity":259,"providers":261,"relations":277,"tags":279,"workflow":280},1778691104675.9763,"k172thzamyareqcp1pza99j91h86m7ph",{"reviewCount":8},{"description":256,"installMethods":257,"name":258,"sourceUrl":14},"Skills for document, website, image, and sheet processing with Iteration Layer APIs",{"claudeCode":12},"Iteration Layer Skills",{"basePath":249,"githubOwner":237,"githubRepo":238,"locale":18,"slug":238,"type":260},"marketplace",{"evaluate":262,"extract":270},{"promptVersionExtension":263,"promptVersionScoring":205,"score":208,"tags":264,"targetMarket":215,"tier":216},"3.1.0",[265,266,267,268,269],"document-processing","website-data","image-manipulation","spreadsheet-generation","api-integration",{"commitSha":271,"license":231,"marketplace":272,"plugin":275},"HEAD",{"name":273,"pluginCount":274},"iterationlayer-skills",1,{"mcpCount":8,"provider":276,"skillCount":8},"classify",{"repoId":278},"kd76p4g2qmtrkgx99cnab3683d86n4g8",[269,265,267,268,266],{"evaluatedAt":281,"extractAt":282,"updatedAt":281},1778691127860,1778691104676,{"evaluate":284,"extract":291},{"promptVersionExtension":204,"promptVersionScoring":205,"score":285,"tags":286,"targetMarket":215,"tier":216},95,[287,288,269,289,290],"web-scraping","data-extraction","html","json",{"commitSha":271,"plugin":292},{"mcpCount":8,"provider":276,"skillCount":293},127,{"parentExtensionId":253,"repoId":278},[269,288,289,290,287],{"evaluatedAt":297,"extractAt":282,"updatedAt":297},1778691297809,{"evaluate":299,"extract":301},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":300,"targetMarket":215,"tier":216},[211,212,213,214],{"commitSha":271},{"parentExtensionId":243,"repoId":278},{"_creationTime":304,"_id":278,"identity":305,"providers":306,"workflow":1402},1778689866891.11,{"githubOwner":237,"githubRepo":238,"sourceUrl":14},{"classify":307,"discover":1382,"github":1385},{"commitSha":271,"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,1063,1071,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":249,"description":256,"displayName":273,"installMethods":310,"rationale":311,"selectedPaths":312,"source":321,"sourceLanguage":18,"type":260},{"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":249,"description":246,"displayName":237,"installMethods":323,"rationale":324,"selectedPaths":325,"source":321,"sourceLanguage":18,"type":250},{"claudeCode":238},"inline plugin source from marketplace.json at /",[326,327],{"path":317,"priority":315},{"path":319,"priority":320},{"basePath":249,"description":329,"displayName":330,"installMethods":331,"rationale":324,"selectedPaths":332,"source":321,"sourceLanguage":18,"type":250},"Generate PDF invoices, reports, contracts, and documents from structured data using Iteration Layer","document-creation",{"claudeCode":238},[333,334],{"path":317,"priority":315},{"path":319,"priority":320},{"basePath":249,"description":336,"displayName":337,"installMethods":338,"rationale":324,"selectedPaths":339,"source":321,"sourceLanguage":18,"type":250},"Extract structured data from PDFs, invoices, receipts, resumes, and documents using Iteration Layer","document-extraction",{"claudeCode":238},[340,341],{"path":317,"priority":315},{"path":319,"priority":320},{"basePath":249,"description":343,"displayName":344,"installMethods":345,"rationale":324,"selectedPaths":346,"source":321,"sourceLanguage":18,"type":250},"Generate social cards, thumbnails, certificates, and marketing images using Iteration Layer","image-design",{"claudeCode":238},[347,348],{"path":317,"priority":315},{"path":319,"priority":320},{"basePath":249,"description":350,"displayName":351,"installMethods":352,"rationale":324,"selectedPaths":353,"source":321,"sourceLanguage":18,"type":250},"Edit, resize, crop, remove backgrounds, and enhance images using Iteration Layer","image-editing",{"claudeCode":238},[354,355],{"path":317,"priority":315},{"path":319,"priority":320},{"basePath":249,"description":357,"displayName":268,"installMethods":358,"rationale":324,"selectedPaths":359,"source":321,"sourceLanguage":18,"type":250},"Generate XLSX, CSV, and Markdown spreadsheets from structured tabular data using Iteration Layer",{"claudeCode":238},[360,361],{"path":317,"priority":315},{"path":319,"priority":320},{"basePath":249,"description":363,"displayName":364,"installMethods":365,"rationale":324,"selectedPaths":366,"source":321,"sourceLanguage":18,"type":250},"Extract structured data from public website pages using Iteration Layer","website-extraction",{"claudeCode":238},[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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":236,"description":10,"displayName":13,"installMethods":1059,"rationale":1060,"selectedPaths":1061,"source":321,"sourceLanguage":18,"type":239},{"claudeCode":12},"SKILL.md frontmatter at skills/generate-product-listing-image/SKILL.md",[1062],{"path":377,"priority":315},{"basePath":1064,"description":1065,"displayName":1066,"installMethods":1067,"rationale":1068,"selectedPaths":1069,"source":321,"sourceLanguage":18,"type":239},"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",[1070],{"path":377,"priority":315},{"basePath":1072,"description":1073,"displayName":1074,"installMethods":1075,"rationale":1076,"selectedPaths":1077,"source":321,"sourceLanguage":18,"type":239},"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",[1078],{"path":377,"priority":315},{"basePath":1080,"description":1081,"displayName":1082,"installMethods":1083,"rationale":1084,"selectedPaths":1085,"source":321,"sourceLanguage":18,"type":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":237,"installMethods":1234,"rationale":1235,"selectedPaths":1236,"source":321,"sourceLanguage":18,"type":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":239},"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":231,"openIssues90d":8,"pushedAt":229,"readmeSize":227,"stars":8,"topics":1388},"Iteration Layer skills for Claude Code and AI agents","https://iterationlayer.com/docs/ai-integration",[1389,1390,1391,1392,238,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,[212,211,213,214],{"evaluatedAt":234,"extractAt":282,"updatedAt":234},[],[1410,1442,1460,1477,1506,1529],{"_creationTime":1411,"_id":1412,"community":1413,"display":1414,"identity":1420,"providers":1426,"relations":1433,"tags":1437,"workflow":1438},1778691559755.7764,"k17d8djgdggwwp9t6gfzx4drqx86mgbq",{"reviewCount":8},{"description":1415,"installMethods":1416,"name":1418,"sourceUrl":1419},"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":1417},"jau123/MeiGen-AI-Design-MCP","Product Photoshoot Workflow","https://github.com/jau123/MeiGen-AI-Design-MCP",{"basePath":1421,"githubOwner":1422,"githubRepo":1423,"locale":1424,"slug":1425,"type":239},"plugin/skills/product-photoshoot","jau123","MeiGen-AI-Design-MCP","de","product-photoshoot",{"evaluate":1427,"extract":1432},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1428,"tags":1429,"targetMarket":215,"tier":216},100,[211,1430,212,1431,1392],"product-photography","design-assistant",{"commitSha":271,"license":231},{"parentExtensionId":1434,"repoId":1435,"translatedFrom":1436},"k174xmztzvdeaswqgaycam7ktx86n4ye","kd7b1trrphkh2efj71w89w7qzh86nh22","k1780hwy17wcqjq51m8b4hy5t986mbb5",[1431,212,211,1392,1430],{"evaluatedAt":1439,"extractAt":1440,"updatedAt":1441},1778691437434,1778691316210,1778691559755,{"_creationTime":1443,"_id":1444,"community":1445,"display":1446,"identity":1448,"providers":1449,"relations":1456,"tags":1457,"workflow":1458},1778691104676.0024,"k1774xvkdd90hm8spynfw373tn86nkme",{"reviewCount":8},{"description":1161,"installMethods":1447,"name":1162,"sourceUrl":14},{"claudeCode":12},{"basePath":1160,"githubOwner":237,"githubRepo":238,"locale":18,"slug":1162,"type":239},{"evaluate":1450,"extract":1455},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1428,"tags":1451,"targetMarket":215,"tier":216},[211,213,1452,1453,1454],"social-media","book-promotion","api",{"commitSha":271},{"parentExtensionId":243,"repoId":278},[1454,1453,211,213,1452],{"evaluatedAt":1459,"extractAt":282,"updatedAt":1459},1778693472094,{"_creationTime":1461,"_id":1462,"community":1463,"display":1464,"identity":1466,"providers":1467,"relations":1473,"tags":1474,"workflow":1475},1778691104676.0005,"k17dah8crr3q6zkvn3xmm4k31586mtjq",{"reviewCount":8},{"description":1097,"installMethods":1465,"name":1098,"sourceUrl":14},{"claudeCode":12},{"basePath":1096,"githubOwner":237,"githubRepo":238,"locale":18,"slug":1098,"type":239},{"evaluate":1468,"extract":1472},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1428,"tags":1469,"targetMarket":215,"tier":216},[211,1470,213,1454,1471],"real-estate","automation",{"commitSha":271},{"parentExtensionId":243,"repoId":278},[1454,1471,211,213,1470],{"evaluatedAt":1476,"extractAt":282,"updatedAt":1476},1778693314450,{"_creationTime":1478,"_id":1479,"community":1480,"display":1481,"identity":1487,"providers":1491,"relations":1499,"tags":1502,"workflow":1503},1778691497595.9663,"k17792mnz95ac4y4t8gsxermb586nbbz",{"reviewCount":8},{"description":1482,"installMethods":1483,"name":1485,"sourceUrl":1486},"Knowledge comic creator supporting multiple art styles and tones. Creates original educational comics with detailed panel layouts and sequential image generation. Use when user asks to create \"知识漫画\", \"教育漫画\", \"biography comic\", \"tutorial comic\", or \"Logicomix-style comic\".",{"claudeCode":1484},"jimliu/baoyu-skills","baoyu-comic","https://github.com/jimliu/baoyu-skills",{"basePath":1488,"githubOwner":1489,"githubRepo":1490,"locale":18,"slug":1485,"type":239},"skills/baoyu-comic","jimliu","baoyu-skills",{"evaluate":1492,"extract":1498},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1428,"tags":1493,"targetMarket":215,"tier":216},[1494,211,1495,1496,1497],"comic-creation","storytelling","manga","educational",{"commitSha":271},{"parentExtensionId":1500,"repoId":1501},"k172q4hxm2acmg5ree5aeemx1x86m6hx","kd718jn448p61w289hzf15tecd86n3a4",[1494,1497,211,1496,1495],{"evaluatedAt":1504,"extractAt":1505,"updatedAt":1504},1778691600935,1778691497596,{"_creationTime":1507,"_id":1508,"community":1509,"display":1510,"identity":1514,"providers":1515,"relations":1523,"tags":1525,"workflow":1526},1778691522215.518,"k17328pa2dvj6x16hvtrag3vv186n7z1",{"reviewCount":8},{"description":1511,"installMethods":1512,"name":1513,"sourceUrl":1419},"Generieren Sie Bilder und Videos aus Text mit Multi-Provider-Routing – unterstützt GPT Image 2.0 (nahezu perfekte Textdarstellung), Nanobanana 2, Seedream 5.0, Midjourney V8.1 (vereinheitlicht fotorealistisch + Anime), Flux 2 Klein (günstige Entwürfe), Seedance 2.0 / Happyhorse 1.0 / Veo 3.1 Video und lokale ComfyUI-Workflows. Enthält 1.446 kuratierte Prompts und stilbewusste Prompt-Verbesserung. Verwenden Sie es, wenn Benutzer Bilder/Videos erstellen, Assets entwerfen, Fotos animieren, Prompts verbessern oder KI-Kunst-Workflows verwalten möchten. NICHT für: allgemeine Chats, Code-Generierung, Dokumentenerstellung, Videobearbeitung von vorhandenem Material, Audio/TTS oder Aufgaben, die nichts mit der Erstellung von KI-Bildern/Videos zu tun haben.",{"claudeCode":1417},"openclaw",{"basePath":1513,"githubOwner":1422,"githubRepo":1423,"locale":1424,"slug":1513,"type":239},{"evaluate":1516,"extract":1522},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1428,"tags":1517,"targetMarket":215,"tier":216},[211,1518,1519,1520,1521,1431],"video-generation","ai-art","comfyui","prompt-engineering",{"commitSha":271},{"repoId":1435,"translatedFrom":1524},"k175txezbab4wcy00m9gcdq8qx86mz9k",[1519,1520,1431,211,1521,1518],{"evaluatedAt":1527,"extractAt":1440,"updatedAt":1528},1778691399174,1778691522215,{"_creationTime":1530,"_id":1531,"community":1532,"display":1533,"identity":1539,"providers":1541,"relations":1549,"tags":1552,"workflow":1553},1778698867338.3027,"k171kgm311805z9fa64vzfgkqs86nb64",{"reviewCount":8},{"description":1534,"installMethods":1535,"name":1537,"sourceUrl":1538},"Clarify brand messaging using narrative structure that positions the customer as hero. Use when the user mentions \"brand message\", \"website copy\", \"elevator pitch\", \"one-liner\", \"messaging isnt resonating\", \"brand script\", \"StoryBrand framework\", or \"customer as hero\". Also trigger when rewriting homepage copy, crafting email nurture sequences, or creating consistent messaging across sales collateral and marketing materials. Covers landing page copy, marketing collateral, and consistent communication. For memorable messaging, see made-to-stick. For product positioning, see obviously-awesome.",{"claudeCode":1536},"wondelai/skills","storybrand-messaging","https://github.com/wondelai/skills",{"basePath":1537,"githubOwner":1540,"githubRepo":238,"locale":18,"slug":1537,"type":239},"wondelai",{"evaluate":1542,"extract":1548},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1428,"tags":1543,"targetMarket":215,"tier":216},[213,1544,1545,1495,1546,1547],"messaging","branding","copywriting","sales",{"commitSha":271},{"parentExtensionId":1550,"repoId":1551},"k17bj16z8e1yp2wwfd2hxagjtd86m0fp","kd7aexggvp8qjwjtgjbetg0jch86mg5a",[1545,1546,213,1544,1547,1495],{"evaluatedAt":1554,"extractAt":1555,"updatedAt":1554},1778699553427,1778698867338]