[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-iterationlayer-extract-rental-application-de":3,"guides-for-iterationlayer-extract-rental-application":1408,"similar-k174xmv5m3fv83bk7x3vpwy89186n78a-de":1409},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":238,"isFallback":243,"parentExtension":244,"providers":297,"relations":301,"repo":302,"tags":1406,"workflow":1407},1778691104675.9902,"k174xmv5m3fv83bk7x3vpwy89186n78a",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Extract applicant details, employment history, income, and references from a rental application form into structured JSON for tenant screening.",{"claudeCode":12},"iterationlayer/skills","extract-rental-application","https://github.com/iterationlayer/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":236},1778692416438.0044,"kn79fr0gp14t3wzjfsktyq7mx986my9e","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":217,"tier":218,"useCases":219},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,117,121,124,127,130,133,136,139,143,146,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly names the problem of extracting applicant details from rental application forms for tenant screening.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a structured JSON output from unstructured documents, which is a significant value over basic LLM capabilities and goes beyond a thin API wrapper by defining a specific schema for extraction.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill uses a well-defined API with example implementations in multiple languages, suggesting it is ready for production use in a documented workflow.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses solely on extracting data from rental applications using a document extraction API, adhering to a single responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the functionality of extracting applicant details from rental application forms into structured JSON.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes a single, well-defined tool (`extract_document`) with a structured schema, avoiding generalist command execution.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The `SKILL.md` and code examples clearly document the parameters for the `extract_document` tool, including the schema fields and their types.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The primary tool, `extract_document`, is clearly named and descriptive of its function.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The `extract_document` tool's input schema is well-defined, requesting only necessary file information and schema fields. The output schema is also structured and specific to the extracted data.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is distributed under the MIT license, as indicated by the bundled LICENSE file, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on April 28, 2026, which is within the last 3 months, indicating recent maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill relies on the Iteration Layer SDK, which is a direct integration rather than a third-party dependency requiring traditional package management and vulnerability checks.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill requires an API key, which is handled via an environment variable (indicated by `YOUR_API_KEY` placeholders) and not hardcoded or echoed in output.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill's primary interaction is with the Iteration Layer API, and it treats document content as data, not instructions. No external scripts or data are loaded or executed.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill only interacts with the Iteration Layer API and does not fetch or execute external code or data at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill only makes outbound calls to the Iteration Layer API and does not modify any local files or operate outside its designated scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached processes or background tasks are spawned that could attempt to escape the sandbox.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill sends document content and a defined schema to the Iteration Layer API for processing. No confidential data is read or submitted to a third party, and outbound calls are documented.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content (SKILL.md, code examples) appears to be free of hidden steering tricks, control characters, or unusual Unicode sequences.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The provided code examples are standard SDK usage and `curl` commands; there is no obfuscated code or runtime execution of downloaded scripts.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill primarily makes assumptions about the availability of the Iteration Layer API and the format of the input document URL, not about the user's local project structure.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There are no open issues and no closed issues in the last 90 days, indicating either a new project or no recent issues, which is a positive sign.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The skill's `SKILL.md` frontmatter includes a `name` and `description`, and the README indicates installation via `plugin marketplace add iterationlayer/skills`, implying a versioned release mechanism.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The Iteration Layer SDK handles input validation for the API calls. The schema definition itself enforces type constraints for the extracted fields.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill is read-only and performs no destructive operations.",{"category":111,"check":112,"severity":24,"summary":113},"Errors","Error Handling","The provided SDK examples for Iteration Layer show basic error handling (`if err != nil { panic(err) }` or similar), and the API itself would return structured errors.",{"category":104,"check":115,"severity":63,"summary":116},"Logging","The skill performs a single API call and does not involve destructive actions or complex local operations that would necessitate a local audit log.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The skill extracts data from a rental application, which may contain personal data. However, it processes this data via a documented API endpoint and does not submit it to a third party without explicit user action or approval.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The extension extracts data from documents and uses a general API. There are no regional restrictions detected, and it is considered global.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on standard web requests to an API and common language SDKs, making it portable across different environments that can execute these.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README provides clear installation instructions and an overview of the available skills.",{"category":33,"check":131,"severity":63,"summary":132},"Tool surface size","This is a single-tool skill focused on document extraction, not a bundle of multiple commands.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The extension exposes a single, distinct tool for document extraction.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as rental application extraction, have corresponding tools and examples in the provided code and documentation.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions for the marketplace plugin and individual plugins, along with example usage.",{"category":111,"check":144,"severity":24,"summary":145},"Actionable error messages","The Iteration Layer SDK and API are expected to provide actionable error messages as demonstrated in the examples.",{"category":147,"check":148,"severity":63,"summary":149},"Execution","Pinned dependencies","The skill's primary dependency is the Iteration Layer SDK, which would typically be managed by the host environment (e.g., Claude Code) rather than requiring explicit pinning within the skill's bundle.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The skill performs data extraction, which is a read-only operation and does not require a dry-run mode.",{"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 idempotency for its operations. The provided examples suggest standard API interaction patterns.",{"category":118,"check":158,"severity":24,"summary":159},"Telemetry opt-in","There is no indication of telemetry being collected by this skill. Any telemetry would be managed by the Iteration Layer SDK or the host environment.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill clearly states it extracts applicant details, employment history, income, and references from rental application forms into JSON for tenant screening, with explicit examples and prerequisites.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in `SKILL.md` is concise and effectively summarizes the core capability and use case.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The `SKILL.md` body is concise, providing necessary implementation details and code examples without excessive length.",{"category":170,"check":171,"severity":63,"summary":172},"Context","Progressive Disclosure","The skill is straightforward and does not involve complex, multi-step procedures that would require progressive disclosure via separate files.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","This skill is a direct data extraction task and does not involve deep exploration or code review that would necessitate forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The `SKILL.md` file provides complete, ready-to-use examples in `curl`, TypeScript, Python, and Go, demonstrating the input, invocation, and expected outcome.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","While not explicitly detailed in a separate section, the use of a robust API like Iteration Layer's implies handling of edge cases like malformed documents or missing data, and the SDK error handling suggests recovery paths.",{"category":104,"check":183,"severity":63,"summary":184},"Tool Fallback","The skill directly uses the Iteration Layer API and does not rely on an external MCP server that would require a fallback.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill relies on the Iteration Layer API and SDK, which are designed to handle unexpected states gracefully and report errors, ensuring the workflow halts appropriately.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and performs a specific task without relying on other skills within the Iteration Layer suite to function.",1778692416308,"This skill leverages the Iteration Layer Document Extraction API to process rental application PDFs and output structured JSON data, including applicant name, address, employment, income, and landlord information.",[195,196,197,198,199],"Extracts applicant details from rental application forms","Processes employment history and income data","Retrieves reference information","Outputs structured JSON for tenant screening","Integrates with Iteration Layer Document Extraction API",[201,202,203],"Performing the actual tenant screening or credit checks","Interpreting legal clauses within the application","Validating the authenticity of provided information","3.0.0","4.4.0","To automate the digitization and structuring of rental application data, streamlining the tenant screening process for property managers and landlords.","High score due to excellent documentation, clear purpose, and adherence to security and best practices. The only minor point is the explicit handling of edge cases is not detailed, but this is mitigated by the robust API used.",98,"A high-quality skill for extracting rental application data into structured JSON.",[211,212,213,214,215,216],"document-processing","data-extraction","tenant-screening","json","api-integration","rental-applications","global","verified",[220,221,222,223],"Digitizing paper-based rental applications","Automating tenant data entry for screening","Standardizing rental application data for analysis","Integrating rental application data into existing property management software",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":233,"testCoverage":235},{"hasLockfile":226},false,1778692394896,{"descriptionLength":229,"readmeSize":230},143,5689,{"closedIssues90d":8,"forks":8,"hasChangelog":226,"openIssues90d":8,"pushedAt":232,"stars":8},1777403760000,{"hasNpmPackage":226,"license":234,"smitheryVerified":226},"MIT",{"hasCi":226,"hasTests":226},{"updatedAt":237},1778692416438,{"basePath":239,"githubOwner":240,"githubRepo":241,"locale":18,"slug":13,"type":242},"skills/extract-rental-application","iterationlayer","skills","skill",true,{"_creationTime":245,"_id":246,"community":247,"display":248,"identity":251,"parentExtension":254,"providers":284,"relations":293,"tags":294,"workflow":295},1778691104675.9766,"k1721s0xmp59902ybtpakrrffn86n10s",{"reviewCount":8},{"description":249,"installMethods":250,"name":240,"sourceUrl":14},"Iteration Layer integration guide — document, website, image, and sheet processing APIs with one API key and one credit pool",{"claudeCode":241},{"basePath":252,"githubOwner":240,"githubRepo":241,"locale":18,"slug":241,"type":253},"","plugin",{"_creationTime":255,"_id":256,"community":257,"display":258,"identity":262,"providers":264,"relations":278,"tags":280,"workflow":281},1778691104675.9763,"k172thzamyareqcp1pza99j91h86m7ph",{"reviewCount":8},{"description":259,"installMethods":260,"name":261,"sourceUrl":14},"Skills for document, website, image, and sheet processing with Iteration Layer APIs",{"claudeCode":12},"Iteration Layer Skills",{"basePath":252,"githubOwner":240,"githubRepo":241,"locale":18,"slug":241,"type":263},"marketplace",{"evaluate":265,"extract":271},{"promptVersionExtension":266,"promptVersionScoring":205,"score":208,"tags":267,"targetMarket":217,"tier":218},"3.1.0",[211,268,269,270,215],"website-data","image-manipulation","spreadsheet-generation",{"commitSha":272,"license":234,"marketplace":273,"plugin":276},"HEAD",{"name":274,"pluginCount":275},"iterationlayer-skills",1,{"mcpCount":8,"provider":277,"skillCount":8},"classify",{"repoId":279},"kd76p4g2qmtrkgx99cnab3683d86n4g8",[215,211,269,270,268],{"evaluatedAt":282,"extractAt":283,"updatedAt":282},1778691127860,1778691104676,{"evaluate":285,"extract":290},{"promptVersionExtension":204,"promptVersionScoring":205,"score":286,"tags":287,"targetMarket":217,"tier":218},95,[288,212,215,289,214],"web-scraping","html",{"commitSha":272,"plugin":291},{"mcpCount":8,"provider":277,"skillCount":292},127,{"parentExtensionId":256,"repoId":279},[215,212,289,214,288],{"evaluatedAt":296,"extractAt":283,"updatedAt":296},1778691297809,{"evaluate":298,"extract":300},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":299,"targetMarket":217,"tier":218},[211,212,213,214,215,216],{"commitSha":272},{"parentExtensionId":246,"repoId":279},{"_creationTime":303,"_id":279,"identity":304,"providers":305,"workflow":1402},1778689866891.11,{"githubOwner":240,"githubRepo":241,"sourceUrl":14},{"classify":306,"discover":1381,"github":1384},{"commitSha":272,"extensions":307},[308,321,327,334,341,348,355,361,368,377,385,393,401,409,417,425,433,441,449,457,465,473,481,489,497,505,513,521,529,537,545,553,561,569,577,585,593,601,609,617,625,633,641,649,657,665,673,681,689,697,705,713,721,729,737,745,753,761,766,774,782,790,798,806,814,822,830,838,846,854,862,870,878,886,894,902,910,918,926,934,942,950,958,966,974,982,990,998,1006,1014,1022,1030,1038,1046,1054,1062,1070,1078,1086,1094,1102,1110,1118,1126,1134,1142,1150,1158,1166,1174,1182,1190,1198,1206,1214,1222,1230,1237,1245,1253,1261,1269,1277,1285,1293,1301,1309,1317,1325,1333,1341,1349,1357,1365,1373],{"basePath":252,"description":259,"displayName":274,"installMethods":309,"rationale":310,"selectedPaths":311,"source":320,"sourceLanguage":18,"type":263},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[312,315,317],{"path":313,"priority":314},".claude-plugin/marketplace.json","mandatory",{"path":316,"priority":314},"README.md",{"path":318,"priority":319},"LICENSE","high","rule",{"basePath":252,"description":249,"displayName":240,"installMethods":322,"rationale":323,"selectedPaths":324,"source":320,"sourceLanguage":18,"type":253},{"claudeCode":241},"inline plugin source from marketplace.json at /",[325,326],{"path":316,"priority":314},{"path":318,"priority":319},{"basePath":252,"description":328,"displayName":329,"installMethods":330,"rationale":323,"selectedPaths":331,"source":320,"sourceLanguage":18,"type":253},"Generate PDF invoices, reports, contracts, and documents from structured data using Iteration Layer","document-creation",{"claudeCode":241},[332,333],{"path":316,"priority":314},{"path":318,"priority":319},{"basePath":252,"description":335,"displayName":336,"installMethods":337,"rationale":323,"selectedPaths":338,"source":320,"sourceLanguage":18,"type":253},"Extract structured data from PDFs, invoices, receipts, resumes, and documents using Iteration Layer","document-extraction",{"claudeCode":241},[339,340],{"path":316,"priority":314},{"path":318,"priority":319},{"basePath":252,"description":342,"displayName":343,"installMethods":344,"rationale":323,"selectedPaths":345,"source":320,"sourceLanguage":18,"type":253},"Generate social cards, thumbnails, certificates, and marketing images using Iteration Layer","image-design",{"claudeCode":241},[346,347],{"path":316,"priority":314},{"path":318,"priority":319},{"basePath":252,"description":349,"displayName":350,"installMethods":351,"rationale":323,"selectedPaths":352,"source":320,"sourceLanguage":18,"type":253},"Edit, resize, crop, remove backgrounds, and enhance images using Iteration Layer","image-editing",{"claudeCode":241},[353,354],{"path":316,"priority":314},{"path":318,"priority":319},{"basePath":252,"description":356,"displayName":270,"installMethods":357,"rationale":323,"selectedPaths":358,"source":320,"sourceLanguage":18,"type":253},"Generate XLSX, CSV, and Markdown spreadsheets from structured tabular data using Iteration Layer",{"claudeCode":241},[359,360],{"path":316,"priority":314},{"path":318,"priority":319},{"basePath":252,"description":362,"displayName":363,"installMethods":364,"rationale":323,"selectedPaths":365,"source":320,"sourceLanguage":18,"type":253},"Extract structured data from public website pages using Iteration Layer","website-extraction",{"claudeCode":241},[366,367],{"path":316,"priority":314},{"path":318,"priority":319},{"basePath":369,"description":370,"displayName":371,"installMethods":372,"rationale":373,"selectedPaths":374,"source":320,"sourceLanguage":18,"type":242},"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",[375],{"path":376,"priority":314},"SKILL.md",{"basePath":378,"description":379,"displayName":380,"installMethods":381,"rationale":382,"selectedPaths":383,"source":320,"sourceLanguage":18,"type":242},"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",[384],{"path":376,"priority":314},{"basePath":386,"description":387,"displayName":388,"installMethods":389,"rationale":390,"selectedPaths":391,"source":320,"sourceLanguage":18,"type":242},"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",[392],{"path":376,"priority":314},{"basePath":394,"description":395,"displayName":396,"installMethods":397,"rationale":398,"selectedPaths":399,"source":320,"sourceLanguage":18,"type":242},"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",[400],{"path":376,"priority":314},{"basePath":402,"description":403,"displayName":404,"installMethods":405,"rationale":406,"selectedPaths":407,"source":320,"sourceLanguage":18,"type":242},"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",[408],{"path":376,"priority":314},{"basePath":410,"description":411,"displayName":412,"installMethods":413,"rationale":414,"selectedPaths":415,"source":320,"sourceLanguage":18,"type":242},"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",[416],{"path":376,"priority":314},{"basePath":418,"description":419,"displayName":420,"installMethods":421,"rationale":422,"selectedPaths":423,"source":320,"sourceLanguage":18,"type":242},"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",[424],{"path":376,"priority":314},{"basePath":426,"description":427,"displayName":428,"installMethods":429,"rationale":430,"selectedPaths":431,"source":320,"sourceLanguage":18,"type":242},"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",[432],{"path":376,"priority":314},{"basePath":434,"description":435,"displayName":436,"installMethods":437,"rationale":438,"selectedPaths":439,"source":320,"sourceLanguage":18,"type":242},"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",[440],{"path":376,"priority":314},{"basePath":442,"description":443,"displayName":444,"installMethods":445,"rationale":446,"selectedPaths":447,"source":320,"sourceLanguage":18,"type":242},"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",[448],{"path":376,"priority":314},{"basePath":450,"description":451,"displayName":452,"installMethods":453,"rationale":454,"selectedPaths":455,"source":320,"sourceLanguage":18,"type":242},"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",[456],{"path":376,"priority":314},{"basePath":458,"description":459,"displayName":460,"installMethods":461,"rationale":462,"selectedPaths":463,"source":320,"sourceLanguage":18,"type":242},"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",[464],{"path":376,"priority":314},{"basePath":466,"description":467,"displayName":468,"installMethods":469,"rationale":470,"selectedPaths":471,"source":320,"sourceLanguage":18,"type":242},"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",[472],{"path":376,"priority":314},{"basePath":474,"description":475,"displayName":476,"installMethods":477,"rationale":478,"selectedPaths":479,"source":320,"sourceLanguage":18,"type":242},"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",[480],{"path":376,"priority":314},{"basePath":482,"description":483,"displayName":484,"installMethods":485,"rationale":486,"selectedPaths":487,"source":320,"sourceLanguage":18,"type":242},"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",[488],{"path":376,"priority":314},{"basePath":490,"description":491,"displayName":492,"installMethods":493,"rationale":494,"selectedPaths":495,"source":320,"sourceLanguage":18,"type":242},"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",[496],{"path":376,"priority":314},{"basePath":498,"description":499,"displayName":500,"installMethods":501,"rationale":502,"selectedPaths":503,"source":320,"sourceLanguage":18,"type":242},"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",[504],{"path":376,"priority":314},{"basePath":506,"description":507,"displayName":508,"installMethods":509,"rationale":510,"selectedPaths":511,"source":320,"sourceLanguage":18,"type":242},"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",[512],{"path":376,"priority":314},{"basePath":514,"description":515,"displayName":516,"installMethods":517,"rationale":518,"selectedPaths":519,"source":320,"sourceLanguage":18,"type":242},"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",[520],{"path":376,"priority":314},{"basePath":522,"description":523,"displayName":524,"installMethods":525,"rationale":526,"selectedPaths":527,"source":320,"sourceLanguage":18,"type":242},"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",[528],{"path":376,"priority":314},{"basePath":530,"description":531,"displayName":532,"installMethods":533,"rationale":534,"selectedPaths":535,"source":320,"sourceLanguage":18,"type":242},"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",[536],{"path":376,"priority":314},{"basePath":538,"description":539,"displayName":540,"installMethods":541,"rationale":542,"selectedPaths":543,"source":320,"sourceLanguage":18,"type":242},"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",[544],{"path":376,"priority":314},{"basePath":546,"description":547,"displayName":548,"installMethods":549,"rationale":550,"selectedPaths":551,"source":320,"sourceLanguage":18,"type":242},"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",[552],{"path":376,"priority":314},{"basePath":554,"description":555,"displayName":556,"installMethods":557,"rationale":558,"selectedPaths":559,"source":320,"sourceLanguage":18,"type":242},"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",[560],{"path":376,"priority":314},{"basePath":562,"description":563,"displayName":564,"installMethods":565,"rationale":566,"selectedPaths":567,"source":320,"sourceLanguage":18,"type":242},"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",[568],{"path":376,"priority":314},{"basePath":570,"description":571,"displayName":572,"installMethods":573,"rationale":574,"selectedPaths":575,"source":320,"sourceLanguage":18,"type":242},"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",[576],{"path":376,"priority":314},{"basePath":578,"description":579,"displayName":580,"installMethods":581,"rationale":582,"selectedPaths":583,"source":320,"sourceLanguage":18,"type":242},"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",[584],{"path":376,"priority":314},{"basePath":586,"description":587,"displayName":588,"installMethods":589,"rationale":590,"selectedPaths":591,"source":320,"sourceLanguage":18,"type":242},"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",[592],{"path":376,"priority":314},{"basePath":594,"description":595,"displayName":596,"installMethods":597,"rationale":598,"selectedPaths":599,"source":320,"sourceLanguage":18,"type":242},"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",[600],{"path":376,"priority":314},{"basePath":602,"description":603,"displayName":604,"installMethods":605,"rationale":606,"selectedPaths":607,"source":320,"sourceLanguage":18,"type":242},"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",[608],{"path":376,"priority":314},{"basePath":610,"description":611,"displayName":612,"installMethods":613,"rationale":614,"selectedPaths":615,"source":320,"sourceLanguage":18,"type":242},"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",[616],{"path":376,"priority":314},{"basePath":618,"description":619,"displayName":620,"installMethods":621,"rationale":622,"selectedPaths":623,"source":320,"sourceLanguage":18,"type":242},"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",[624],{"path":376,"priority":314},{"basePath":626,"description":627,"displayName":628,"installMethods":629,"rationale":630,"selectedPaths":631,"source":320,"sourceLanguage":18,"type":242},"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",[632],{"path":376,"priority":314},{"basePath":634,"description":635,"displayName":636,"installMethods":637,"rationale":638,"selectedPaths":639,"source":320,"sourceLanguage":18,"type":242},"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",[640],{"path":376,"priority":314},{"basePath":642,"description":643,"displayName":644,"installMethods":645,"rationale":646,"selectedPaths":647,"source":320,"sourceLanguage":18,"type":242},"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",[648],{"path":376,"priority":314},{"basePath":650,"description":651,"displayName":652,"installMethods":653,"rationale":654,"selectedPaths":655,"source":320,"sourceLanguage":18,"type":242},"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",[656],{"path":376,"priority":314},{"basePath":658,"description":659,"displayName":660,"installMethods":661,"rationale":662,"selectedPaths":663,"source":320,"sourceLanguage":18,"type":242},"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",[664],{"path":376,"priority":314},{"basePath":666,"description":667,"displayName":668,"installMethods":669,"rationale":670,"selectedPaths":671,"source":320,"sourceLanguage":18,"type":242},"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",[672],{"path":376,"priority":314},{"basePath":674,"description":675,"displayName":676,"installMethods":677,"rationale":678,"selectedPaths":679,"source":320,"sourceLanguage":18,"type":242},"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",[680],{"path":376,"priority":314},{"basePath":682,"description":683,"displayName":684,"installMethods":685,"rationale":686,"selectedPaths":687,"source":320,"sourceLanguage":18,"type":242},"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",[688],{"path":376,"priority":314},{"basePath":690,"description":691,"displayName":692,"installMethods":693,"rationale":694,"selectedPaths":695,"source":320,"sourceLanguage":18,"type":242},"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",[696],{"path":376,"priority":314},{"basePath":698,"description":699,"displayName":700,"installMethods":701,"rationale":702,"selectedPaths":703,"source":320,"sourceLanguage":18,"type":242},"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",[704],{"path":376,"priority":314},{"basePath":706,"description":707,"displayName":708,"installMethods":709,"rationale":710,"selectedPaths":711,"source":320,"sourceLanguage":18,"type":242},"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",[712],{"path":376,"priority":314},{"basePath":714,"description":715,"displayName":716,"installMethods":717,"rationale":718,"selectedPaths":719,"source":320,"sourceLanguage":18,"type":242},"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",[720],{"path":376,"priority":314},{"basePath":722,"description":723,"displayName":724,"installMethods":725,"rationale":726,"selectedPaths":727,"source":320,"sourceLanguage":18,"type":242},"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",[728],{"path":376,"priority":314},{"basePath":730,"description":731,"displayName":732,"installMethods":733,"rationale":734,"selectedPaths":735,"source":320,"sourceLanguage":18,"type":242},"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",[736],{"path":376,"priority":314},{"basePath":738,"description":739,"displayName":740,"installMethods":741,"rationale":742,"selectedPaths":743,"source":320,"sourceLanguage":18,"type":242},"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",[744],{"path":376,"priority":314},{"basePath":746,"description":747,"displayName":748,"installMethods":749,"rationale":750,"selectedPaths":751,"source":320,"sourceLanguage":18,"type":242},"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",[752],{"path":376,"priority":314},{"basePath":754,"description":755,"displayName":756,"installMethods":757,"rationale":758,"selectedPaths":759,"source":320,"sourceLanguage":18,"type":242},"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",[760],{"path":376,"priority":314},{"basePath":239,"description":10,"displayName":13,"installMethods":762,"rationale":763,"selectedPaths":764,"source":320,"sourceLanguage":18,"type":242},{"claudeCode":12},"SKILL.md frontmatter at skills/extract-rental-application/SKILL.md",[765],{"path":376,"priority":314},{"basePath":767,"description":768,"displayName":769,"installMethods":770,"rationale":771,"selectedPaths":772,"source":320,"sourceLanguage":18,"type":242},"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",[773],{"path":376,"priority":314},{"basePath":775,"description":776,"displayName":777,"installMethods":778,"rationale":779,"selectedPaths":780,"source":320,"sourceLanguage":18,"type":242},"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",[781],{"path":376,"priority":314},{"basePath":783,"description":784,"displayName":785,"installMethods":786,"rationale":787,"selectedPaths":788,"source":320,"sourceLanguage":18,"type":242},"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",[789],{"path":376,"priority":314},{"basePath":791,"description":792,"displayName":793,"installMethods":794,"rationale":795,"selectedPaths":796,"source":320,"sourceLanguage":18,"type":242},"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",[797],{"path":376,"priority":314},{"basePath":799,"description":800,"displayName":801,"installMethods":802,"rationale":803,"selectedPaths":804,"source":320,"sourceLanguage":18,"type":242},"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",[805],{"path":376,"priority":314},{"basePath":807,"description":808,"displayName":809,"installMethods":810,"rationale":811,"selectedPaths":812,"source":320,"sourceLanguage":18,"type":242},"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",[813],{"path":376,"priority":314},{"basePath":815,"description":816,"displayName":817,"installMethods":818,"rationale":819,"selectedPaths":820,"source":320,"sourceLanguage":18,"type":242},"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",[821],{"path":376,"priority":314},{"basePath":823,"description":824,"displayName":825,"installMethods":826,"rationale":827,"selectedPaths":828,"source":320,"sourceLanguage":18,"type":242},"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",[829],{"path":376,"priority":314},{"basePath":831,"description":832,"displayName":833,"installMethods":834,"rationale":835,"selectedPaths":836,"source":320,"sourceLanguage":18,"type":242},"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",[837],{"path":376,"priority":314},{"basePath":839,"description":840,"displayName":841,"installMethods":842,"rationale":843,"selectedPaths":844,"source":320,"sourceLanguage":18,"type":242},"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",[845],{"path":376,"priority":314},{"basePath":847,"description":848,"displayName":849,"installMethods":850,"rationale":851,"selectedPaths":852,"source":320,"sourceLanguage":18,"type":242},"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",[853],{"path":376,"priority":314},{"basePath":855,"description":856,"displayName":857,"installMethods":858,"rationale":859,"selectedPaths":860,"source":320,"sourceLanguage":18,"type":242},"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",[861],{"path":376,"priority":314},{"basePath":863,"description":864,"displayName":865,"installMethods":866,"rationale":867,"selectedPaths":868,"source":320,"sourceLanguage":18,"type":242},"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",[869],{"path":376,"priority":314},{"basePath":871,"description":872,"displayName":873,"installMethods":874,"rationale":875,"selectedPaths":876,"source":320,"sourceLanguage":18,"type":242},"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",[877],{"path":376,"priority":314},{"basePath":879,"description":880,"displayName":881,"installMethods":882,"rationale":883,"selectedPaths":884,"source":320,"sourceLanguage":18,"type":242},"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",[885],{"path":376,"priority":314},{"basePath":887,"description":888,"displayName":889,"installMethods":890,"rationale":891,"selectedPaths":892,"source":320,"sourceLanguage":18,"type":242},"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",[893],{"path":376,"priority":314},{"basePath":895,"description":896,"displayName":897,"installMethods":898,"rationale":899,"selectedPaths":900,"source":320,"sourceLanguage":18,"type":242},"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",[901],{"path":376,"priority":314},{"basePath":903,"description":904,"displayName":905,"installMethods":906,"rationale":907,"selectedPaths":908,"source":320,"sourceLanguage":18,"type":242},"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",[909],{"path":376,"priority":314},{"basePath":911,"description":912,"displayName":913,"installMethods":914,"rationale":915,"selectedPaths":916,"source":320,"sourceLanguage":18,"type":242},"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",[917],{"path":376,"priority":314},{"basePath":919,"description":920,"displayName":921,"installMethods":922,"rationale":923,"selectedPaths":924,"source":320,"sourceLanguage":18,"type":242},"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",[925],{"path":376,"priority":314},{"basePath":927,"description":928,"displayName":929,"installMethods":930,"rationale":931,"selectedPaths":932,"source":320,"sourceLanguage":18,"type":242},"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",[933],{"path":376,"priority":314},{"basePath":935,"description":936,"displayName":937,"installMethods":938,"rationale":939,"selectedPaths":940,"source":320,"sourceLanguage":18,"type":242},"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",[941],{"path":376,"priority":314},{"basePath":943,"description":944,"displayName":945,"installMethods":946,"rationale":947,"selectedPaths":948,"source":320,"sourceLanguage":18,"type":242},"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",[949],{"path":376,"priority":314},{"basePath":951,"description":952,"displayName":953,"installMethods":954,"rationale":955,"selectedPaths":956,"source":320,"sourceLanguage":18,"type":242},"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",[957],{"path":376,"priority":314},{"basePath":959,"description":960,"displayName":961,"installMethods":962,"rationale":963,"selectedPaths":964,"source":320,"sourceLanguage":18,"type":242},"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",[965],{"path":376,"priority":314},{"basePath":967,"description":968,"displayName":969,"installMethods":970,"rationale":971,"selectedPaths":972,"source":320,"sourceLanguage":18,"type":242},"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",[973],{"path":376,"priority":314},{"basePath":975,"description":976,"displayName":977,"installMethods":978,"rationale":979,"selectedPaths":980,"source":320,"sourceLanguage":18,"type":242},"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",[981],{"path":376,"priority":314},{"basePath":983,"description":984,"displayName":985,"installMethods":986,"rationale":987,"selectedPaths":988,"source":320,"sourceLanguage":18,"type":242},"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",[989],{"path":376,"priority":314},{"basePath":991,"description":992,"displayName":993,"installMethods":994,"rationale":995,"selectedPaths":996,"source":320,"sourceLanguage":18,"type":242},"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",[997],{"path":376,"priority":314},{"basePath":999,"description":1000,"displayName":1001,"installMethods":1002,"rationale":1003,"selectedPaths":1004,"source":320,"sourceLanguage":18,"type":242},"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",[1005],{"path":376,"priority":314},{"basePath":1007,"description":1008,"displayName":1009,"installMethods":1010,"rationale":1011,"selectedPaths":1012,"source":320,"sourceLanguage":18,"type":242},"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",[1013],{"path":376,"priority":314},{"basePath":1015,"description":1016,"displayName":1017,"installMethods":1018,"rationale":1019,"selectedPaths":1020,"source":320,"sourceLanguage":18,"type":242},"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",[1021],{"path":376,"priority":314},{"basePath":1023,"description":1024,"displayName":1025,"installMethods":1026,"rationale":1027,"selectedPaths":1028,"source":320,"sourceLanguage":18,"type":242},"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",[1029],{"path":376,"priority":314},{"basePath":1031,"description":1032,"displayName":1033,"installMethods":1034,"rationale":1035,"selectedPaths":1036,"source":320,"sourceLanguage":18,"type":242},"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",[1037],{"path":376,"priority":314},{"basePath":1039,"description":1040,"displayName":1041,"installMethods":1042,"rationale":1043,"selectedPaths":1044,"source":320,"sourceLanguage":18,"type":242},"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",[1045],{"path":376,"priority":314},{"basePath":1047,"description":1048,"displayName":1049,"installMethods":1050,"rationale":1051,"selectedPaths":1052,"source":320,"sourceLanguage":18,"type":242},"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",[1053],{"path":376,"priority":314},{"basePath":1055,"description":1056,"displayName":1057,"installMethods":1058,"rationale":1059,"selectedPaths":1060,"source":320,"sourceLanguage":18,"type":242},"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",[1061],{"path":376,"priority":314},{"basePath":1063,"description":1064,"displayName":1065,"installMethods":1066,"rationale":1067,"selectedPaths":1068,"source":320,"sourceLanguage":18,"type":242},"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",[1069],{"path":376,"priority":314},{"basePath":1071,"description":1072,"displayName":1073,"installMethods":1074,"rationale":1075,"selectedPaths":1076,"source":320,"sourceLanguage":18,"type":242},"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",[1077],{"path":376,"priority":314},{"basePath":1079,"description":1080,"displayName":1081,"installMethods":1082,"rationale":1083,"selectedPaths":1084,"source":320,"sourceLanguage":18,"type":242},"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",[1085],{"path":376,"priority":314},{"basePath":1087,"description":1088,"displayName":1089,"installMethods":1090,"rationale":1091,"selectedPaths":1092,"source":320,"sourceLanguage":18,"type":242},"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",[1093],{"path":376,"priority":314},{"basePath":1095,"description":1096,"displayName":1097,"installMethods":1098,"rationale":1099,"selectedPaths":1100,"source":320,"sourceLanguage":18,"type":242},"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",[1101],{"path":376,"priority":314},{"basePath":1103,"description":1104,"displayName":1105,"installMethods":1106,"rationale":1107,"selectedPaths":1108,"source":320,"sourceLanguage":18,"type":242},"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",[1109],{"path":376,"priority":314},{"basePath":1111,"description":1112,"displayName":1113,"installMethods":1114,"rationale":1115,"selectedPaths":1116,"source":320,"sourceLanguage":18,"type":242},"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",[1117],{"path":376,"priority":314},{"basePath":1119,"description":1120,"displayName":1121,"installMethods":1122,"rationale":1123,"selectedPaths":1124,"source":320,"sourceLanguage":18,"type":242},"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",[1125],{"path":376,"priority":314},{"basePath":1127,"description":1128,"displayName":1129,"installMethods":1130,"rationale":1131,"selectedPaths":1132,"source":320,"sourceLanguage":18,"type":242},"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",[1133],{"path":376,"priority":314},{"basePath":1135,"description":1136,"displayName":1137,"installMethods":1138,"rationale":1139,"selectedPaths":1140,"source":320,"sourceLanguage":18,"type":242},"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",[1141],{"path":376,"priority":314},{"basePath":1143,"description":1144,"displayName":1145,"installMethods":1146,"rationale":1147,"selectedPaths":1148,"source":320,"sourceLanguage":18,"type":242},"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",[1149],{"path":376,"priority":314},{"basePath":1151,"description":1152,"displayName":1153,"installMethods":1154,"rationale":1155,"selectedPaths":1156,"source":320,"sourceLanguage":18,"type":242},"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",[1157],{"path":376,"priority":314},{"basePath":1159,"description":1160,"displayName":1161,"installMethods":1162,"rationale":1163,"selectedPaths":1164,"source":320,"sourceLanguage":18,"type":242},"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",[1165],{"path":376,"priority":314},{"basePath":1167,"description":1168,"displayName":1169,"installMethods":1170,"rationale":1171,"selectedPaths":1172,"source":320,"sourceLanguage":18,"type":242},"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",[1173],{"path":376,"priority":314},{"basePath":1175,"description":1176,"displayName":1177,"installMethods":1178,"rationale":1179,"selectedPaths":1180,"source":320,"sourceLanguage":18,"type":242},"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",[1181],{"path":376,"priority":314},{"basePath":1183,"description":1184,"displayName":1185,"installMethods":1186,"rationale":1187,"selectedPaths":1188,"source":320,"sourceLanguage":18,"type":242},"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",[1189],{"path":376,"priority":314},{"basePath":1191,"description":1192,"displayName":1193,"installMethods":1194,"rationale":1195,"selectedPaths":1196,"source":320,"sourceLanguage":18,"type":242},"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",[1197],{"path":376,"priority":314},{"basePath":1199,"description":1200,"displayName":1201,"installMethods":1202,"rationale":1203,"selectedPaths":1204,"source":320,"sourceLanguage":18,"type":242},"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",[1205],{"path":376,"priority":314},{"basePath":1207,"description":1208,"displayName":1209,"installMethods":1210,"rationale":1211,"selectedPaths":1212,"source":320,"sourceLanguage":18,"type":242},"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",[1213],{"path":376,"priority":314},{"basePath":1215,"description":1216,"displayName":1217,"installMethods":1218,"rationale":1219,"selectedPaths":1220,"source":320,"sourceLanguage":18,"type":242},"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",[1221],{"path":376,"priority":314},{"basePath":1223,"description":1224,"displayName":1225,"installMethods":1226,"rationale":1227,"selectedPaths":1228,"source":320,"sourceLanguage":18,"type":242},"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",[1229],{"path":376,"priority":314},{"basePath":1231,"description":1232,"displayName":240,"installMethods":1233,"rationale":1234,"selectedPaths":1235,"source":320,"sourceLanguage":18,"type":242},"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",[1236],{"path":376,"priority":314},{"basePath":1238,"description":1239,"displayName":1240,"installMethods":1241,"rationale":1242,"selectedPaths":1243,"source":320,"sourceLanguage":18,"type":242},"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",[1244],{"path":376,"priority":314},{"basePath":1246,"description":1247,"displayName":1248,"installMethods":1249,"rationale":1250,"selectedPaths":1251,"source":320,"sourceLanguage":18,"type":242},"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",[1252],{"path":376,"priority":314},{"basePath":1254,"description":1255,"displayName":1256,"installMethods":1257,"rationale":1258,"selectedPaths":1259,"source":320,"sourceLanguage":18,"type":242},"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",[1260],{"path":376,"priority":314},{"basePath":1262,"description":1263,"displayName":1264,"installMethods":1265,"rationale":1266,"selectedPaths":1267,"source":320,"sourceLanguage":18,"type":242},"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",[1268],{"path":376,"priority":314},{"basePath":1270,"description":1271,"displayName":1272,"installMethods":1273,"rationale":1274,"selectedPaths":1275,"source":320,"sourceLanguage":18,"type":242},"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",[1276],{"path":376,"priority":314},{"basePath":1278,"description":1279,"displayName":1280,"installMethods":1281,"rationale":1282,"selectedPaths":1283,"source":320,"sourceLanguage":18,"type":242},"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",[1284],{"path":376,"priority":314},{"basePath":1286,"description":1287,"displayName":1288,"installMethods":1289,"rationale":1290,"selectedPaths":1291,"source":320,"sourceLanguage":18,"type":242},"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",[1292],{"path":376,"priority":314},{"basePath":1294,"description":1295,"displayName":1296,"installMethods":1297,"rationale":1298,"selectedPaths":1299,"source":320,"sourceLanguage":18,"type":242},"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",[1300],{"path":376,"priority":314},{"basePath":1302,"description":1303,"displayName":1304,"installMethods":1305,"rationale":1306,"selectedPaths":1307,"source":320,"sourceLanguage":18,"type":242},"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",[1308],{"path":376,"priority":314},{"basePath":1310,"description":1311,"displayName":1312,"installMethods":1313,"rationale":1314,"selectedPaths":1315,"source":320,"sourceLanguage":18,"type":242},"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",[1316],{"path":376,"priority":314},{"basePath":1318,"description":1319,"displayName":1320,"installMethods":1321,"rationale":1322,"selectedPaths":1323,"source":320,"sourceLanguage":18,"type":242},"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",[1324],{"path":376,"priority":314},{"basePath":1326,"description":1327,"displayName":1328,"installMethods":1329,"rationale":1330,"selectedPaths":1331,"source":320,"sourceLanguage":18,"type":242},"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",[1332],{"path":376,"priority":314},{"basePath":1334,"description":1335,"displayName":1336,"installMethods":1337,"rationale":1338,"selectedPaths":1339,"source":320,"sourceLanguage":18,"type":242},"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",[1340],{"path":376,"priority":314},{"basePath":1342,"description":1343,"displayName":1344,"installMethods":1345,"rationale":1346,"selectedPaths":1347,"source":320,"sourceLanguage":18,"type":242},"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",[1348],{"path":376,"priority":314},{"basePath":1350,"description":1351,"displayName":1352,"installMethods":1353,"rationale":1354,"selectedPaths":1355,"source":320,"sourceLanguage":18,"type":242},"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",[1356],{"path":376,"priority":314},{"basePath":1358,"description":1359,"displayName":1360,"installMethods":1361,"rationale":1362,"selectedPaths":1363,"source":320,"sourceLanguage":18,"type":242},"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",[1364],{"path":376,"priority":314},{"basePath":1366,"description":1367,"displayName":1368,"installMethods":1369,"rationale":1370,"selectedPaths":1371,"source":320,"sourceLanguage":18,"type":242},"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",[1372],{"path":376,"priority":314},{"basePath":1374,"description":1375,"displayName":1376,"installMethods":1377,"rationale":1378,"selectedPaths":1379,"source":320,"sourceLanguage":18,"type":242},"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",[1380],{"path":376,"priority":314},{"sources":1382},[1383],"manual",{"closedIssues90d":8,"description":1385,"forks":8,"homepage":1386,"license":234,"openIssues90d":8,"pushedAt":232,"readmeSize":230,"stars":8,"topics":1387},"Iteration Layer skills for Claude Code and AI agents","https://iterationlayer.com/docs/ai-integration",[1388,1389,1390,1391,241,336,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401],"ai-agents","claude-code","iteration-layer","mcp","document-generation","image-generation","image-transformation","sheet-generation","ai-coding","cursor","image-processing","pdf-extraction","pdf-generation","spreadsheet",{"classifiedAt":1403,"discoverAt":1404,"extractAt":1405,"githubAt":1405,"updatedAt":1403},1778691104009,1778689866891,1778691101794,[215,212,211,214,216,213],{"evaluatedAt":237,"extractAt":283,"updatedAt":237},[],[1410,1428,1445,1462,1478,1496],{"_creationTime":1411,"_id":1412,"community":1413,"display":1414,"identity":1416,"providers":1417,"relations":1424,"tags":1425,"workflow":1426},1778691104675.9834,"k17bwxnh9scy64bmm9anmf7bbx86mtvn",{"reviewCount":8},{"description":539,"installMethods":1415,"name":540,"sourceUrl":14},{"claudeCode":12},{"basePath":538,"githubOwner":240,"githubRepo":241,"locale":18,"slug":540,"type":242},{"evaluate":1418,"extract":1423},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1419,"tags":1420,"targetMarket":217,"tier":218},100,[211,212,1421,215,1422],"fleet-management","pdf",{"commitSha":272},{"parentExtensionId":246,"repoId":279},[215,212,211,1421,1422],{"evaluatedAt":1427,"extractAt":283,"updatedAt":1427},1778691789036,{"_creationTime":1429,"_id":1430,"community":1431,"display":1432,"identity":1434,"providers":1435,"relations":1441,"tags":1442,"workflow":1443},1778691104675.9893,"k172n42pm2yc36v1fmx3f243t986n52g",{"reviewCount":8},{"description":731,"installMethods":1433,"name":732,"sourceUrl":14},{"claudeCode":12},{"basePath":730,"githubOwner":240,"githubRepo":241,"locale":18,"slug":732,"type":242},{"evaluate":1436,"extract":1440},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1419,"tags":1437,"targetMarket":217,"tier":218},[211,212,1438,214,1439],"real-estate","automation",{"commitSha":272},{"parentExtensionId":246,"repoId":279},[1439,212,211,214,1438],{"evaluatedAt":1444,"extractAt":283,"updatedAt":1444},1778692318469,{"_creationTime":1446,"_id":1447,"community":1448,"display":1449,"identity":1451,"providers":1452,"relations":1458,"tags":1459,"workflow":1460},1778691104675.988,"k1717wt59hjn0j8kydze6s09ph86nf9r",{"reviewCount":8},{"description":691,"installMethods":1450,"name":692,"sourceUrl":14},{"claudeCode":12},{"basePath":690,"githubOwner":240,"githubRepo":241,"locale":18,"slug":692,"type":242},{"evaluate":1453,"extract":1457},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1454,"tags":1455,"targetMarket":217,"tier":218},99,[211,1438,212,214,1456],"api",{"commitSha":272},{"parentExtensionId":246,"repoId":279},[1456,212,211,214,1438],{"evaluatedAt":1461,"extractAt":283,"updatedAt":1461},1778692195131,{"_creationTime":1463,"_id":1464,"community":1465,"display":1466,"identity":1468,"providers":1469,"relations":1474,"tags":1475,"workflow":1476},1778691104676.009,"k178w7wd1nma48cbwy5hbrnq7s86nyvy",{"reviewCount":8},{"description":1375,"installMethods":1467,"name":1376,"sourceUrl":14},{"claudeCode":12},{"basePath":1374,"githubOwner":240,"githubRepo":241,"locale":18,"slug":1376,"type":242},{"evaluate":1470,"extract":1473},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1419,"tags":1471,"targetMarket":217,"tier":218},[288,212,214,1472,1456,1439],"schema",{"commitSha":272},{"parentExtensionId":246,"repoId":279},[1456,1439,212,214,1472,288],{"evaluatedAt":1477,"extractAt":283,"updatedAt":1477},1778694012840,{"_creationTime":1479,"_id":1480,"community":1481,"display":1482,"identity":1484,"providers":1485,"relations":1492,"tags":1493,"workflow":1494},1778691104675.9912,"k177h8bat3qndvv4x3snp9y57986nsvz",{"reviewCount":8},{"description":792,"installMethods":1483,"name":793,"sourceUrl":14},{"claudeCode":12},{"basePath":791,"githubOwner":240,"githubRepo":241,"locale":18,"slug":793,"type":242},{"evaluate":1486,"extract":1491},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1454,"tags":1487,"targetMarket":217,"tier":1490},[1488,336,1489,212,215],"resume-parsing","hr-tools","community",{"commitSha":272},{"parentExtensionId":246,"repoId":279},[215,212,336,1489,1488],{"evaluatedAt":1495,"extractAt":283,"updatedAt":1495},1778692490732,{"_creationTime":1497,"_id":1498,"community":1499,"display":1500,"identity":1502,"providers":1503,"relations":1511,"tags":1512,"workflow":1513},1778691104675.9897,"k17fpgdfkq2ktrjw2phyx6c9f586ma8t",{"reviewCount":8},{"description":747,"installMethods":1501,"name":748,"sourceUrl":14},{"claudeCode":12},{"basePath":746,"githubOwner":240,"githubRepo":241,"locale":18,"slug":748,"type":242},{"evaluate":1504,"extract":1510},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1454,"tags":1505,"targetMarket":217,"tier":218},[1506,1507,1508,211,1509,212],"receipts","finance","extraction","ocr",{"commitSha":272},{"parentExtensionId":246,"repoId":279},[212,211,1508,1507,1509,1506],{"evaluatedAt":1514,"extractAt":283,"updatedAt":1514},1778692373588]