[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-SeifBenayed-xlsx-de":3,"guides-for-SeifBenayed-xlsx":445,"similar-k17aycy7jw739x4kvwp61kpwps86mx7x-de":446},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":259,"isFallback":242,"parentExtension":264,"providers":265,"relations":270,"repo":272,"tags":442,"workflow":443},1778696993586.709,"k17aycy7jw739x4kvwp61kpwps86mx7x",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like \"the xlsx in my downloads\") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.",{"claudeCode":12},"SeifBenayed/claude-code-sdk","XLSX Skill","https://github.com/SeifBenayed/claude-code-sdk",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":240,"workflow":257},1778697270113.7751,"kn72k6scxn0h3qy8ffakwse1gs86ndcb","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"practices":205,"prerequisites":210,"promptVersionExtension":211,"promptVersionScoring":212,"purpose":213,"rationale":214,"score":215,"summary":216,"tags":217,"targetMarket":224,"tier":225,"useCases":226,"workflow":231},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,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 working with spreadsheet files and names specific tasks like editing, creating, and converting them. It also clarifies when not to trigger, defining a clear scope.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a dedicated toolset for spreadsheet operations, offering a much more structured and reliable approach than generic LLM capabilities for file manipulation. It abstracts complex spreadsheet logic into discrete actions.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill offers a comprehensive set of actions for spreadsheet manipulation, including creation, editing, validation, and formatting. The workflow covers the complete lifecycle of spreadsheet operations.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension is solely focused on spreadsheet file operations (.xlsx, .csv, .tsv) and does not include unrelated capabilities.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's capabilities, clearly defining its purpose, supported file types, and use cases, as well as explicitly stating its non-goals.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill exposes a set of well-defined, narrow tools like `inspect`, `write_range`, `check_errors`, and `format_cells`, which are specific verb-noun actions.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md file details available actions, their parameters, and provides clear examples, covering all necessary information for using the tools.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names like `read_range`, `write_range`, and `check_errors` are descriptive and clearly indicate their function within the spreadsheet domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input parameters for tools are specific (e.g., `file_path`, `sheet`, `range`) and outputs are structured (e.g., error summaries, file info), requesting only necessary data for the task.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT license, as indicated by the bundled LICENSE file and the MIT badge in the README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on April 5, 2026, which is within the last 3 months.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill does not appear to use any third-party dependencies directly; it relies on the Claude Code runtime.",{"category":66,"check":67,"severity":63,"summary":68},"Security","Secret Management","The skill does not appear to handle or use any secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill operates on spreadsheet data and uses a structured tool interface, with no indications of loading untrusted external instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill bundles all necessary logic and does not fetch external code or data at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within the provided tool interface and does not appear to interact with or modify files outside its designated scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached processes or retry loops around denied tool calls were detected in the skill's script.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's operations are confined to local file manipulation and do not involve sending data to any third party.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","Bundled content appears free of hidden-steering tricks, invisible characters, or obfuscation methods.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's implementation is in plain text within SKILL.md and does not involve obfuscated code or runtime fetches.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes file paths are provided as input and does not make assumptions about user project structure beyond that.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There are 0 open and 0 closed issues in the last 90 days, indicating a new or uncommonly used skill with no current engagement signals.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The project has a `pushedAt` date, indicating recent activity, and the LICENSE file is present. While no explicit versioning scheme is obvious in the manifests, the activity suggests it's maintained.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The tool interface expects structured parameters (e.g., file paths, ranges, formats), implying validation at the tool execution layer.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","Operations like writing or creating files are guarded by specific tool calls and require explicit parameters, not arbitrary destructive commands.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The `Spreadsheet` tool is documented to return structured error summaries, allowing the agent to handle errors meaningfully.",{"category":104,"check":114,"severity":63,"summary":115},"Logging","The skill itself does not perform destructive actions or outbound calls that would require local audit logging; this is handled by the runtime.",{"category":117,"check":118,"severity":63,"summary":119},"Compliance","GDPR","The skill operates on spreadsheet files and does not inherently handle personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill's functionality is universally applicable to spreadsheet files and does not contain regional or jurisdictional logic.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on the Claude Code runtime's tools, making it platform-agnostic as long as the runtime is available.",{"category":44,"check":127,"severity":128,"summary":129},"README","info","The README describes the Cloclo runtime, not the specific xlsx skill. The SKILL.md serves as the primary documentation for this skill.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The skill exposes a reasonable number of tools (around 15 distinct actions) related to spreadsheet manipulation.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","Tool names are distinct and cover specific spreadsheet operations without significant overlap or near-synonyms.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All features and tools described in the SKILL.md have corresponding implementations within the `Spreadsheet` tool interface.",{"category":140,"check":141,"severity":63,"summary":142},"Install","Installation instruction","This skill is integrated via the Claude Code runtime and does not require separate installation or invocation instructions beyond the runtime setup.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The `Spreadsheet` tool is documented to provide structured error summaries, including counts and locations of errors, enabling remediation.",{"category":148,"check":149,"severity":63,"summary":150},"Execution","Pinned dependencies","The skill does not bundle scripts with dependencies; it relies on the runtime's tool interface.",{"category":33,"check":152,"severity":63,"summary":153},"Dry-run preview","The skill operates on local files. While operations like writing/formatting are state-changing, the provided tool actions do not explicitly offer a dry-run mode, but specific parameters would be required for execution.",{"category":155,"check":156,"severity":63,"summary":157},"Protocol","Idempotent retry & timeouts","The skill interacts with local files, and retry/timeout logic would be handled by the underlying runtime, not the skill itself.",{"category":117,"check":159,"severity":63,"summary":160},"Telemetry opt-in","The skill itself does not emit telemetry; this responsibility lies with the runtime environment.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The description clearly defines the artifact (spreadsheet files) and the user intents (open, read, edit, fix, create, convert), along with explicit non-goals.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The SKILL.md frontmatter is dense and effectively summarizes the skill's core capability and trigger conditions within a reasonable character limit.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md body is concise, detailing workflow and formatting rules without excessive verbosity, delegating deeper material implicitly to the tool's capabilities.",{"category":171,"check":172,"severity":63,"summary":173},"Context","Progressive Disclosure","The SKILL.md is already quite detailed and concise; there isn't significant bulk material that would necessitate progressive disclosure via separate files.",{"category":171,"check":175,"severity":63,"summary":176},"Forked exploration","This skill is not an exploration-style skill; it performs discrete operations on files.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md provides numerous end-to-end examples for various spreadsheet operations, demonstrating inputs, tool calls, and expected outcomes.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The documentation implicitly handles edge cases through the `check_errors` tool and specifies formatting rules that prevent common data issues.",{"category":104,"check":184,"severity":63,"summary":185},"Tool Fallback","The skill relies on the primary `Spreadsheet` tool provided by the runtime, and does not depend on optional external MCPs.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The `check_errors` tool allows for verification of the spreadsheet's state before further operations, and the tool interface implies stateful operations are handled by the runtime.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained and focused on spreadsheet operations, with no apparent reliance on other specific skills.",1778697267359,"This skill provides a dedicated interface for interacting with spreadsheet files (.xlsx, .xlsm, .csv, .tsv). It enables users to read, write, edit, create, format, clean, and convert these files using a structured toolset.",[196,197,198,199,200],"Read, write, and edit existing spreadsheet files","Create new spreadsheets from scratch or other data","Convert between tabular file formats","Clean and restructure messy tabular data","Apply formatting and compute formulas",[202,203,204],"Producing Word documents, HTML reports, or Python scripts","Integrating with Google Sheets API","Creating database pipelines",[206,207,208,209],"Data Cleaning","Data Formatting","Formula Computation","File Conversion",[],"3.0.0","4.4.0","To serve as the primary tool for any task involving spreadsheet files as input or output, streamlining data manipulation and formatting.","The skill is highly polished, with clear documentation, a well-defined scope, and robust tool coverage for spreadsheet operations. There are no significant warnings or critical findings, supporting a verified tier.",96,"Excellent skill for comprehensive spreadsheet file operations.",[218,219,220,221,222,223],"spreadsheet","xlsx","csv","data-cleaning","data-transformation","excel","global","verified",[227,228,229,230],"When needing to add columns or compute formulas in an existing .xlsx file","When creating a new spreadsheet from raw data","When converting CSV data to an Excel file","When cleaning malformed tabular data into a usable spreadsheet format",[232,233,234,235,236,237,238,239],"Inspect an existing spreadsheet file","Read specific data ranges or sheet information","Create a new workbook with specified sheets","Write or append data to sheets","Format cells and set column widths","Verify and fix formula errors","Search for text across sheets","Export data to CSV format",{"codeQuality":241,"collectedAt":243,"documentation":244,"maintenance":247,"popularity":251,"security":253,"testCoverage":256},{"hasLockfile":242},true,1778697246462,{"descriptionLength":245,"readmeSize":246},941,11346,{"closedIssues90d":8,"forks":248,"hasChangelog":242,"openIssues90d":8,"pushedAt":249,"stars":250},29,1775419387000,114,{"npmDownloads":252},38,{"hasNpmPackage":242,"license":254,"smitheryVerified":255},"MIT",false,{"hasCi":255,"hasTests":242},{"updatedAt":258},1778697270113,{"basePath":260,"githubOwner":261,"githubRepo":262,"locale":18,"slug":219,"type":263},".claude/skills/xlsx","SeifBenayed","claude-code-sdk","skill",null,{"evaluate":266,"extract":268},{"promptVersionExtension":211,"promptVersionScoring":212,"score":215,"tags":267,"targetMarket":224,"tier":225},[218,219,220,221,222,223],{"commitSha":269,"license":254},"HEAD",{"repoId":271},"kd78s53c1852h5p7c3qem663xs86njab",{"_creationTime":273,"_id":271,"identity":274,"providers":275,"workflow":437},1778696980438.174,{"githubOwner":261,"githubRepo":262,"sourceUrl":14},{"classify":276,"discover":429,"extract":432,"github":433,"npm":436},{"commitSha":269,"extensions":277},[278,289,297,305,313,321,329,337,345,353,361,369,377,385,393,398,419],{"basePath":279,"description":280,"displayName":281,"installMethods":282,"rationale":283,"selectedPaths":284,"source":288,"sourceLanguage":18,"type":263},".claude/skills/browse","Visual feedback browser automation with multi-session, multi-tab, iframe support,\nand enterprise primitives. Navigate sites, interact with elements, manage tabs/sessions,\nhandle file uploads, dropdowns, iframes, and verify results using the\nscreenshot-analyze-act-verify loop. Use when asked to \"open a site\", \"test a page\",\n\"fill a form\", \"check a deployment\", \"browse to\", \"click on\", \"verify the UI\", \"compare\npages side by side\", or any task involving web interaction. Also use proactively when a task\nwould benefit from checking a live URL.\n","browse",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/browse/SKILL.md",[285],{"path":286,"priority":287},"SKILL.md","mandatory","rule",{"basePath":290,"description":291,"displayName":292,"installMethods":293,"rationale":294,"selectedPaths":295,"source":288,"sourceLanguage":18,"type":263},".claude/skills/chatgpt-search","Search ChatGPT and extract the full response + hydration JSON that powers the UI.\nAttaches to a running Chrome instance (port 9222 by default), opens ChatGPT,\nsubmits a query, waits for the streamed response, and returns structured data:\nmessages, product cards, hydration JSON, and API calls.\nUse when asked to \"search chatgpt\", \"ask chatgpt\", \"chatgpt search\",\n\"get chatgpt response\", or \"scrape chatgpt\".\n","chatgpt-search",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/chatgpt-search/SKILL.md",[296],{"path":286,"priority":287},{"basePath":298,"description":299,"displayName":300,"installMethods":301,"rationale":302,"selectedPaths":303,"source":288,"sourceLanguage":18,"type":263},".claude/skills/commit","Create a git commit with a good message. Use when the user says \"commit\", \"save changes\", \"commit this\", or asks to create a commit after making code changes.","commit",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/commit/SKILL.md",[304],{"path":286,"priority":287},{"basePath":306,"description":307,"displayName":308,"installMethods":309,"rationale":310,"selectedPaths":311,"source":288,"sourceLanguage":18,"type":263},".claude/skills/debug","Troubleshoot and debug issues. Use when the user reports an error, a test failure, unexpected behavior, or asks to investigate why something isn't working.","debug",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/debug/SKILL.md",[312],{"path":286,"priority":287},{"basePath":314,"description":315,"displayName":316,"installMethods":317,"rationale":318,"selectedPaths":319,"source":288,"sourceLanguage":18,"type":263},".claude/skills/docx","Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.","docx",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/docx/SKILL.md",[320],{"path":286,"priority":287},{"basePath":322,"description":323,"displayName":324,"installMethods":325,"rationale":326,"selectedPaths":327,"source":288,"sourceLanguage":18,"type":263},".claude/skills/file-reading","Use this skill when a file has been uploaded but its content is NOT in your context — only its path at /mnt/user-data/uploads/ is listed in an uploaded_files block. This skill is a router: it tells you which tool to use for each file type (pdf, docx, xlsx, csv, json, images, archives, ebooks) so you read the right amount the right way instead of blindly running cat on a binary. Triggers: any mention of /mnt/user-data/uploads/, an uploaded_files section, a file_path tag, or a user asking about an uploaded file you have not yet read. Do NOT use this skill if the file content is already visible in your context inside a documents block — you already have it.","file-reading",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/file-reading/SKILL.md",[328],{"path":286,"priority":287},{"basePath":330,"description":331,"displayName":332,"installMethods":333,"rationale":334,"selectedPaths":335,"source":288,"sourceLanguage":18,"type":263},".claude/skills/frontend-design","Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.","frontend-design",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/frontend-design/SKILL.md",[336],{"path":286,"priority":287},{"basePath":338,"description":339,"displayName":340,"installMethods":341,"rationale":342,"selectedPaths":343,"source":288,"sourceLanguage":18,"type":263},".claude/skills/pdf","Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.","pdf",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/pdf/SKILL.md",[344],{"path":286,"priority":287},{"basePath":346,"description":347,"displayName":348,"installMethods":349,"rationale":350,"selectedPaths":351,"source":288,"sourceLanguage":18,"type":263},".claude/skills/pdf-reading","Use this skill when you need to read, inspect, or extract content from PDF files — especially when file content is NOT in your context and you need to read it from disk. Covers content inventory, text extraction, page rasterization for visual inspection, embedded image/attachment/table/form-field extraction, and choosing the right reading strategy for different document types (text-heavy, scanned, slide-decks, forms, data-heavy). Do NOT use this skill for PDF creation, form filling, merging, splitting, watermarking, or encryption — use the pdf skill instead.","pdf-reading",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/pdf-reading/SKILL.md",[352],{"path":286,"priority":287},{"basePath":354,"description":355,"displayName":356,"installMethods":357,"rationale":358,"selectedPaths":359,"source":288,"sourceLanguage":18,"type":263},".claude/skills/pptx","Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions \"deck,\" \"slides,\" \"presentation,\" or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.","pptx",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/pptx/SKILL.md",[360],{"path":286,"priority":287},{"basePath":362,"description":363,"displayName":364,"installMethods":365,"rationale":366,"selectedPaths":367,"source":288,"sourceLanguage":18,"type":263},".claude/skills/product-self-knowledge","Stop and consult this skill whenever your response would include specific facts about Anthropic's products. Covers: Claude Code (how to install, Node.js requirements, platform/OS support, MCP server integration, configuration), Claude API (function calling/tool use, batch processing, SDK usage, rate limits, pricing, models, streaming), and Claude.ai (Pro vs Team vs Enterprise plans, feature limits). Trigger this even for coding tasks that use the Anthropic SDK, content creation mentioning Claude capabilities or pricing, or LLM provider comparisons. Any time you would otherwise rely on memory for Anthropic product details, verify here instead — your training data may be outdated or wrong.","product-self-knowledge",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/product-self-knowledge/SKILL.md",[368],{"path":286,"priority":287},{"basePath":370,"description":371,"displayName":372,"installMethods":373,"rationale":374,"selectedPaths":375,"source":288,"sourceLanguage":18,"type":263},".claude/skills/review-pr","Review a pull request for bugs, security issues, and improvements. Use when the user asks to review a PR, review changes, or check code quality of a branch.","review-pr",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/review-pr/SKILL.md",[376],{"path":286,"priority":287},{"basePath":378,"description":379,"displayName":380,"installMethods":381,"rationale":382,"selectedPaths":383,"source":288,"sourceLanguage":18,"type":263},".claude/skills/simplify","Review code for unnecessary complexity and simplify it. Use when the user wants to clean up code, reduce complexity, remove dead code, or make code more readable.","simplify",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/simplify/SKILL.md",[384],{"path":286,"priority":287},{"basePath":386,"description":387,"displayName":388,"installMethods":389,"rationale":390,"selectedPaths":391,"source":288,"sourceLanguage":18,"type":263},".claude/skills/skill-creator","Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.","skill-creator",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/skill-creator/SKILL.md",[392],{"path":286,"priority":287},{"basePath":260,"description":10,"displayName":219,"installMethods":394,"rationale":395,"selectedPaths":396,"source":288,"sourceLanguage":18,"type":263},{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/xlsx/SKILL.md",[397],{"path":286,"priority":287},{"basePath":399,"description":400,"displayName":401,"installMethods":402,"license":254,"rationale":403,"selectedPaths":404,"source":288,"sourceLanguage":18,"type":418},"","The multi-agent runtime. AICL-native agent orchestration, shared tools/memory/skills, 13 providers, voice, phone, zero native deps.","cloclo",{"npm":401},"cli ecosystem detected at /",[405,407,409,412,415],{"path":406,"priority":287},"package.json",{"path":408,"priority":287},"README.md",{"path":410,"priority":411},"LICENSE","high",{"path":413,"priority":414},"claude-native.mjs","medium",{"path":416,"priority":417},"src/index.mjs","low","cli",{"basePath":420,"installMethods":421,"rationale":423,"selectedPaths":424,"source":288,"sourceLanguage":18,"type":418},"rust-sdk",{"cargo":422},"claude-native","cli ecosystem detected at rust-sdk",[425,427],{"path":426,"priority":287},"Cargo.toml",{"path":428,"priority":414},"src/main.rs",{"sources":430},[431],"manual",{"npmPackage":401},{"closedIssues90d":8,"description":434,"forks":248,"license":254,"openIssues90d":8,"pushedAt":249,"readmeSize":246,"stars":250,"topics":435},"Open-source Claude Code SDK — single-file CLIs in Node.js, Python, Go, Rust that use directly. ",[],{"downloads":252},{"classifiedAt":438,"discoverAt":439,"extractAt":440,"githubAt":440,"npmAt":441,"updatedAt":438},1778696993390,1778696980438,1778696988959,1778696991776,[220,221,222,223,218,219],{"evaluatedAt":258,"extractAt":444,"updatedAt":258},1778696993586,[],[447,478,507,534,557,580],{"_creationTime":448,"_id":449,"community":450,"display":451,"identity":457,"providers":461,"relations":471,"tags":474,"workflow":475},1778692159341.6687,"k179s5rhxtjfkzzebctesyezcs86m5ck",{"reviewCount":8},{"description":452,"installMethods":453,"name":455,"sourceUrl":456},"Toolkit for comprehensive Spreadsheet reading, creation, editing, and analysis with visual quality control. Use to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing tabular data, (3) Modifying existing spreadsheets while preserving formulas, (4) Building financial models with proper formatting, (5) Data visualization with in-sheet charts, or any other spreadsheet tasks.",{"claudeCode":454},"lawvable/awesome-legal-skills","xlsx-processing-openai","https://github.com/lawvable/awesome-legal-skills",{"basePath":458,"githubOwner":459,"githubRepo":460,"locale":18,"slug":455,"type":263},"skills/xlsx-processing-openai","lawvable","awesome-legal-skills",{"evaluate":462,"extract":470},{"promptVersionExtension":211,"promptVersionScoring":212,"score":463,"tags":464,"targetMarket":224,"tier":469},85,[218,223,219,220,465,466,467,468],"pandas","openpyxl","data-analysis","data-visualization","community",{"commitSha":269},{"parentExtensionId":472,"repoId":473},"k17avtsenrhavq2g50wpg3sjj186naa8","kd7334qxfqk8gjtm28t64b58cn86nkk0",[220,467,468,223,466,465,218,219],{"evaluatedAt":476,"extractAt":477,"updatedAt":476},1778694052634,1778692159341,{"_creationTime":479,"_id":480,"community":481,"display":482,"identity":488,"providers":493,"relations":500,"tags":503,"workflow":504},1778691104676.0076,"k17bs66raa8vz3q5ysjnzhtvc586m7j3",{"reviewCount":8},{"description":483,"installMethods":484,"name":486,"sourceUrl":487},"Generate CSV, Markdown, and XLSX spreadsheets from structured tabular data.",{"claudeCode":485},"iterationlayer/skills","Spreadsheet Generation API","https://github.com/iterationlayer/skills",{"basePath":489,"githubOwner":490,"githubRepo":491,"locale":18,"slug":492,"type":263},"skills/sheet-generation-api","iterationlayer","skills","sheet-generation-api",{"evaluate":494,"extract":499},{"promptVersionExtension":211,"promptVersionScoring":212,"score":495,"tags":496,"targetMarket":224,"tier":225},100,[218,220,219,497,498],"markdown","data-generation",{"commitSha":269,"license":254},{"parentExtensionId":501,"repoId":502},"k1721s0xmp59902ybtpakrrffn86n10s","kd76p4g2qmtrkgx99cnab3683d86n4g8",[220,498,497,218,219],{"evaluatedAt":505,"extractAt":506,"updatedAt":505},1778693905213,1778691104676,{"_creationTime":508,"_id":509,"community":510,"display":511,"identity":516,"providers":520,"relations":528,"tags":530,"workflow":531},1778683070339.0793,"k178mz7ehx0d7ewghzgbv1agd586ntww",{"reviewCount":8},{"description":512,"installMethods":513,"name":219,"sourceUrl":515},"Create, edit, analyze spreadsheets (.xlsx, .csv, .tsv). Use for Excel formulas, data analysis, visualization, formatting, pivot tables, charts, formula recalculation.",{"claudeCode":514},"binjuhor/shadcn-lar","https://github.com/binjuhor/shadcn-lar",{"basePath":517,"githubOwner":518,"githubRepo":519,"locale":18,"slug":219,"type":263},".claude/skills/document-skills/xlsx","binjuhor","shadcn-lar",{"evaluate":521,"extract":527},{"promptVersionExtension":211,"promptVersionScoring":212,"score":522,"tags":523,"targetMarket":224,"tier":526},79,[223,218,467,524,219,220,525],"python","tsv","flagged",{"commitSha":269},{"repoId":529},"kd7b04jshnqyx91sq3jrqtm56s86mmmq",[220,467,223,524,218,525,219],{"evaluatedAt":532,"extractAt":533,"updatedAt":532},1778683279448,1778683070339,{"_creationTime":535,"_id":536,"community":537,"display":538,"identity":542,"providers":546,"relations":551,"tags":553,"workflow":554},1778691799740.5,"k177431gesn160acawjvcrhn7d86n4j7",{"reviewCount":8},{"description":10,"installMethods":539,"name":219,"sourceUrl":541},{"claudeCode":540},"K-Dense-AI/claude-scientific-skills","https://github.com/K-Dense-AI/claude-scientific-skills",{"basePath":543,"githubOwner":544,"githubRepo":545,"locale":18,"slug":219,"type":263},"scientific-skills/xlsx","K-Dense-AI","claude-scientific-skills",{"evaluate":547,"extract":550},{"promptVersionExtension":211,"promptVersionScoring":212,"score":548,"tags":549,"targetMarket":224,"tier":469},75,[223,218,467,524,220,219],{"commitSha":269},{"repoId":552},"kd79rphh5gexy91xmpxc05h5mh86mm9r",[220,467,223,524,218,219],{"evaluatedAt":555,"extractAt":556,"updatedAt":555},1778694829808,1778691799740,{"_creationTime":558,"_id":559,"community":560,"display":561,"identity":565,"providers":567,"relations":576,"tags":577,"workflow":578},1778691104676.003,"k1793fj4jxnk0akkfexxz12e7x86ma7r",{"reviewCount":8},{"description":562,"installMethods":563,"name":564,"sourceUrl":487},"Generate an XLSX timesheet with logged hours, hourly rates, per-entry amount formulas, and totals for client billing or payroll.",{"claudeCode":485},"generate-timesheet-export",{"basePath":566,"githubOwner":490,"githubRepo":491,"locale":18,"slug":564,"type":263},"skills/generate-timesheet-export",{"evaluate":568,"extract":575},{"promptVersionExtension":211,"promptVersionScoring":212,"score":569,"tags":570,"targetMarket":224,"tier":225},99,[218,219,571,572,573,574],"billing","payroll","timesheet","export",{"commitSha":269},{"parentExtensionId":501,"repoId":502},[571,574,572,218,573,219],{"evaluatedAt":579,"extractAt":506,"updatedAt":579},1778693507925,{"_creationTime":581,"_id":582,"community":583,"display":584,"identity":588,"providers":590,"relations":596,"tags":597,"workflow":598},1778691104675.9934,"k17cdhbnd2yw2b7fbvbs2r9hkd86n53r",{"reviewCount":8},{"description":585,"installMethods":586,"name":587,"sourceUrl":487},"Generate an XLSX billing statement with a merged company header, subscription line items, overages, credits, and subtotal/tax/total formulas.",{"claudeCode":485},"generate-billing-statement",{"basePath":589,"githubOwner":490,"githubRepo":491,"locale":18,"slug":587,"type":263},"skills/generate-billing-statement",{"evaluate":591,"extract":595},{"promptVersionExtension":211,"promptVersionScoring":212,"score":569,"tags":592,"targetMarket":224,"tier":225},[218,571,219,593,594],"automation","reporting",{"commitSha":269},{"parentExtensionId":501,"repoId":502},[593,571,594,218,219],{"evaluatedAt":599,"extractAt":506,"updatedAt":599},1778692671700]