[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-SeifBenayed-pptx-de":3,"guides-for-SeifBenayed-pptx":426,"similar-k177pn9xjem6t9xyhmh7mwdbn986ma9m-de":427},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":240,"isFallback":223,"parentExtension":245,"providers":246,"relations":251,"repo":253,"tags":423,"workflow":424},1778696993586.7078,"k177pn9xjem6t9xyhmh7mwdbn986ma9m",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"SeifBenayed/claude-code-sdk","pptx","https://github.com/SeifBenayed/claude-code-sdk",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":221,"workflow":238},1778697156783.2478,"kn7650vtht045bcetjs1z8yn5x86npyf","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":199,"promptVersionExtension":203,"promptVersionScoring":204,"purpose":205,"rationale":206,"score":207,"summary":208,"tags":209,"targetMarket":214,"tier":215,"useCases":216},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,113,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of working with .pptx files and lists numerous specific actions related to them.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a specialized toolset for .pptx manipulation, going beyond generic text extraction and providing structured operations like unpacking/repacking XML for editing.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a dedicated tool ('Presentation') for a wide range of .pptx operations, covering creation, editing, and inspection, suggesting a complete lifecycle for presentation tasks.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused solely on operations related to .pptx files, with a clear, dedicated tool for these tasks.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's capabilities and clearly defines its scope, including specific triggers and intended uses.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill exposes specific, narrow tools like 'inspect', 'list_slides', 'extract_text', and 'create', avoiding a single generalist operation.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The documentation clearly lists available actions, parameters like 'action', 'file_path', 'output_path', and 'content', along with examples for their usage.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names like 'Presentation' with specific actions (e.g., 'inspect', 'create', 'unpack') are descriptive and domain-specific.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Tool parameters like 'file_path' and 'action' are specific and necessary for the task, and the expected output structure is implied by the actions.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project includes a clear MIT license file, indicating permissive open-source usage.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on April 5th, 2026, which is recent.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project includes a lockfile ('package-lock.json' implied by npm install) and states 'zero native dependencies', indicating well-managed dependencies.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill's operations involve file paths and presentation content, not secrets, and there are no indications of secrets being handled or echoed.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill operates on .pptx files and XML manipulation, with no indication of loading untrusted external instructions or fetching remote content to execute.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill does not appear to fetch external files at runtime or use remote pipes to execute code; operations are file-based within the provided bundle.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates on specified file paths for .pptx files and uses a temporary directory for unpacking, keeping operations within expected scopes and not modifying system files.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No evidence of detached processes or retry loops around denied tool calls is present in the provided skill code.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill's operations are file-based and do not involve sending confidential data to third parties.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled files appear to be free of hidden text tricks or malicious Unicode characters steering the model.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The skill uses a direct tool call interface ('Presentation' tool) and does not involve obfuscated code, base64 payloads, or runtime script fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill uses relative paths or temporary directories for intermediate operations, avoiding assumptions about user-specific project structures outside the bundle.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","No issues were opened or closed in the last 90 days, indicating a low volume of recent activity, which is acceptable for a stable skill.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The project has a CHANGELOG.md and npm versioning, indicating a clear release management process.",{"category":103,"check":104,"severity":24,"summary":105},"Execution","Validation","The tool actions ('inspect', 'create', etc.) and their parameters ('file_path', 'output_path') imply structured validation by the 'Presentation' tool.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","Operations like 'create', 'unpack', and 'pack' that modify files are likely guarded by explicit parameters and distinct actions, not silent destructive primitives.",{"category":110,"check":111,"severity":24,"summary":112},"Code Execution","Error Handling","The skill definition implies structured error handling through distinct tool actions and parameters, suggesting the agent can route errors appropriately.",{"category":110,"check":114,"severity":115,"summary":116},"Logging","not_applicable","The skill is primarily a tool interface; logging of actions would typically be handled by the runtime environment rather than the skill itself.",{"category":118,"check":119,"severity":115,"summary":120},"Compliance","GDPR","The skill operates on .pptx files and does not inherently process personal data.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill's functionality is globally applicable to .pptx files and does not exhibit any regional or jurisdictional logic.",{"category":91,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on a dedicated 'Presentation' tool, abstracting away OS or shell dependencies, ensuring broad runtime compatibility.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README file provides a comprehensive overview of the Cloclo runtime, which is the context for this skill, and includes installation and usage instructions.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The 'Presentation' tool exposes a reasonable number of distinct actions (around 8), fitting within the target range.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The actions for the 'Presentation' tool are distinct and cover specific operations related to .pptx files without significant overlap.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as creating, editing, and inspecting .pptx files, are directly supported by the 'Presentation' tool actions.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions for the Cloclo runtime ('npm install -g cloclo') and examples of its usage.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The structured actions and parameters of the 'Presentation' tool imply that errors can be categorized and potentially provide actionable information to the agent.",{"category":103,"check":148,"severity":24,"summary":149},"Pinned dependencies","The use of 'npm install' suggests a package manager handles dependency pinning, and the 'zero native dependencies' claim for the core runtime further reinforces this.",{"category":33,"check":151,"severity":115,"summary":152},"Dry-run preview","While not explicitly documented, file manipulation actions like 'create' or 'pack' do not typically have a 'dry-run' mode in this context; the output file serves as the verifiable result.",{"category":154,"check":155,"severity":115,"summary":156},"Protocol","Idempotent retry & timeouts","The skill's operations are file-based and do not involve remote calls or state-changing mutations that would require complex idempotency or timeouts beyond standard tool execution limits.",{"category":118,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The Cloclo README emphasizes NDJSON and agent control, with no mention of telemetry collection, implying it's either non-existent or opt-in.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly defines the skill's purpose (working with .pptx files) and provides explicit triggers and boundaries, enabling precise routing.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter for the .claude/skills/pptx/SKILL.md file is concise, with a clear name, description, and allowed tools.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md for the pptx skill is reasonably concise, delegating deeper details to external markdown files and a dedicated tool.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md delegates advanced topics like 'Editing an existing presentation' and 'Creating from Scratch' to separate markdown files ('editing.md', 'pptxgenjs.md'), demonstrating progressive disclosure.",{"category":170,"check":174,"severity":115,"summary":175},"Forked exploration","This skill is focused on direct file manipulation and does not involve deep exploration or code review requiring a forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides clear, copy-pasteable examples for creating presentations and for the unpack/edit/pack workflow.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The QA section explicitly instructs the user to look for issues like typos, wrong order, placeholder text, and visual problems, implying a focus on handling potential edge cases during generation.",{"category":110,"check":183,"severity":115,"summary":184},"Tool Fallback","The skill relies on a bundled 'Presentation' tool and does not reference external MCP servers or custom tools that would require fallbacks.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The extensive QA section mandates looking for issues and fixing them, implicitly requiring a halt and report on unexpected states before declaring success.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and focused on .pptx operations, not implicitly relying on or silently handling tasks belonging to other skills.",1778697156372,"This skill provides a dedicated 'Presentation' tool for creating, reading, editing, and inspecting .pptx files, including unpacking XML for manual edits and repacking. It also supports advanced creation via PptxGenJS and includes detailed QA procedures.",[195,196,197,198],"Create new presentations from scratch or structured content.","Read, parse, and extract text content from .pptx files.","Edit existing presentations by unpacking, modifying XML, and repacking.","Inspect presentation metadata, slide lists, and speaker notes.",[200,201,202],"Editing non-.pptx file types.","Performing general document analysis unrelated to presentation content.","Directly controlling the PowerPoint application UI.","3.0.0","4.4.0","Streamline any task involving PowerPoint files, from simple text extraction to complex slide deck creation and modification.","The skill is exceptionally well-documented and robust, offering a dedicated tool for .pptx operations with clear examples and a strong emphasis on quality assurance. The only minor areas not explicitly covered, like dry-run for file operations, are not applicable or are implicitly handled by the tool's design.",99,"A highly polished and robust skill for comprehensive .pptx file manipulation.",[210,13,211,212,213],"presentation","document-processing","automation","file-manipulation","global","verified",[217,218,219,220],"Automatically generate pitch decks or report summaries from data.","Extract content from existing presentations for use in other documents.","Modify or update slide decks based on new information.","Prepare presentations for detailed XML-level editing or templating.",{"codeQuality":222,"collectedAt":224,"documentation":225,"maintenance":228,"popularity":232,"security":234,"testCoverage":237},{"hasLockfile":223},true,1778697139031,{"descriptionLength":226,"readmeSize":227},688,11346,{"closedIssues90d":8,"forks":229,"hasChangelog":223,"openIssues90d":8,"pushedAt":230,"stars":231},29,1775419387000,114,{"npmDownloads":233},38,{"hasNpmPackage":223,"license":235,"smitheryVerified":236},"MIT",false,{"hasCi":236,"hasTests":223},{"updatedAt":239},1778697156783,{"basePath":241,"githubOwner":242,"githubRepo":243,"locale":18,"slug":13,"type":244},".claude/skills/pptx","SeifBenayed","claude-code-sdk","skill",null,{"evaluate":247,"extract":249},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":248,"targetMarket":214,"tier":215},[210,13,211,212,213],{"commitSha":250},"HEAD",{"repoId":252},"kd78s53c1852h5p7c3qem663xs86njab",{"_creationTime":254,"_id":252,"identity":255,"providers":256,"workflow":418},1778696980438.174,{"githubOwner":242,"githubRepo":243,"sourceUrl":14},{"classify":257,"discover":410,"extract":413,"github":414,"npm":417},{"commitSha":250,"extensions":258},[259,270,278,286,294,302,310,318,326,334,339,347,355,363,371,379,400],{"basePath":260,"description":261,"displayName":262,"installMethods":263,"rationale":264,"selectedPaths":265,"source":269,"sourceLanguage":18,"type":244},".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",[266],{"path":267,"priority":268},"SKILL.md","mandatory","rule",{"basePath":271,"description":272,"displayName":273,"installMethods":274,"rationale":275,"selectedPaths":276,"source":269,"sourceLanguage":18,"type":244},".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",[277],{"path":267,"priority":268},{"basePath":279,"description":280,"displayName":281,"installMethods":282,"rationale":283,"selectedPaths":284,"source":269,"sourceLanguage":18,"type":244},".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",[285],{"path":267,"priority":268},{"basePath":287,"description":288,"displayName":289,"installMethods":290,"rationale":291,"selectedPaths":292,"source":269,"sourceLanguage":18,"type":244},".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",[293],{"path":267,"priority":268},{"basePath":295,"description":296,"displayName":297,"installMethods":298,"rationale":299,"selectedPaths":300,"source":269,"sourceLanguage":18,"type":244},".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",[301],{"path":267,"priority":268},{"basePath":303,"description":304,"displayName":305,"installMethods":306,"rationale":307,"selectedPaths":308,"source":269,"sourceLanguage":18,"type":244},".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",[309],{"path":267,"priority":268},{"basePath":311,"description":312,"displayName":313,"installMethods":314,"rationale":315,"selectedPaths":316,"source":269,"sourceLanguage":18,"type":244},".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",[317],{"path":267,"priority":268},{"basePath":319,"description":320,"displayName":321,"installMethods":322,"rationale":323,"selectedPaths":324,"source":269,"sourceLanguage":18,"type":244},".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",[325],{"path":267,"priority":268},{"basePath":327,"description":328,"displayName":329,"installMethods":330,"rationale":331,"selectedPaths":332,"source":269,"sourceLanguage":18,"type":244},".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",[333],{"path":267,"priority":268},{"basePath":241,"description":10,"displayName":13,"installMethods":335,"rationale":336,"selectedPaths":337,"source":269,"sourceLanguage":18,"type":244},{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/pptx/SKILL.md",[338],{"path":267,"priority":268},{"basePath":340,"description":341,"displayName":342,"installMethods":343,"rationale":344,"selectedPaths":345,"source":269,"sourceLanguage":18,"type":244},".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",[346],{"path":267,"priority":268},{"basePath":348,"description":349,"displayName":350,"installMethods":351,"rationale":352,"selectedPaths":353,"source":269,"sourceLanguage":18,"type":244},".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",[354],{"path":267,"priority":268},{"basePath":356,"description":357,"displayName":358,"installMethods":359,"rationale":360,"selectedPaths":361,"source":269,"sourceLanguage":18,"type":244},".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",[362],{"path":267,"priority":268},{"basePath":364,"description":365,"displayName":366,"installMethods":367,"rationale":368,"selectedPaths":369,"source":269,"sourceLanguage":18,"type":244},".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",[370],{"path":267,"priority":268},{"basePath":372,"description":373,"displayName":374,"installMethods":375,"rationale":376,"selectedPaths":377,"source":269,"sourceLanguage":18,"type":244},".claude/skills/xlsx","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.","xlsx",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/xlsx/SKILL.md",[378],{"path":267,"priority":268},{"basePath":380,"description":381,"displayName":382,"installMethods":383,"license":235,"rationale":384,"selectedPaths":385,"source":269,"sourceLanguage":18,"type":399},"","The multi-agent runtime. AICL-native agent orchestration, shared tools/memory/skills, 13 providers, voice, phone, zero native deps.","cloclo",{"npm":382},"cli ecosystem detected at /",[386,388,390,393,396],{"path":387,"priority":268},"package.json",{"path":389,"priority":268},"README.md",{"path":391,"priority":392},"LICENSE","high",{"path":394,"priority":395},"claude-native.mjs","medium",{"path":397,"priority":398},"src/index.mjs","low","cli",{"basePath":401,"installMethods":402,"rationale":404,"selectedPaths":405,"source":269,"sourceLanguage":18,"type":399},"rust-sdk",{"cargo":403},"claude-native","cli ecosystem detected at rust-sdk",[406,408],{"path":407,"priority":268},"Cargo.toml",{"path":409,"priority":395},"src/main.rs",{"sources":411},[412],"manual",{"npmPackage":382},{"closedIssues90d":8,"description":415,"forks":229,"license":235,"openIssues90d":8,"pushedAt":230,"readmeSize":227,"stars":231,"topics":416},"Open-source Claude Code SDK — single-file CLIs in Node.js, Python, Go, Rust that use directly. ",[],{"downloads":233},{"classifiedAt":419,"discoverAt":420,"extractAt":421,"githubAt":421,"npmAt":422,"updatedAt":419},1778696993390,1778696980438,1778696988959,1778696991776,[212,211,213,13,210],{"evaluatedAt":239,"extractAt":425,"updatedAt":239},1778696993586,[],[428,456,488,517,541,567],{"_creationTime":429,"_id":430,"community":431,"display":432,"identity":438,"providers":442,"relations":450,"tags":452,"workflow":453},1778683070339.079,"k1779xyt34q9bnrq1yyjstztxs86myma",{"reviewCount":8},{"description":433,"installMethods":434,"name":436,"sourceUrl":437},"Create, edit, analyze .pptx PowerPoint files. Use for presentations, slides, layouts, speaker notes, template modification, content extraction, slide generation.",{"claudeCode":435},"binjuhor/shadcn-lar","PPTX Skill","https://github.com/binjuhor/shadcn-lar",{"basePath":439,"githubOwner":440,"githubRepo":441,"locale":18,"slug":13,"type":244},".claude/skills/document-skills/pptx","binjuhor","shadcn-lar",{"evaluate":443,"extract":448},{"promptVersionExtension":203,"promptVersionScoring":204,"score":444,"tags":445,"targetMarket":214,"tier":447},95,[446,13,210,212,213],"powerpoint","community",{"commitSha":250,"license":449},"Proprietary",{"repoId":451},"kd7b04jshnqyx91sq3jrqtm56s86mmmq",[212,213,446,13,210],{"evaluatedAt":454,"extractAt":455,"updatedAt":454},1778683259748,1778683070339,{"_creationTime":457,"_id":458,"community":459,"display":460,"identity":466,"providers":471,"relations":481,"tags":484,"workflow":485},1778695116697.1978,"k179rr3dr4mna3h8mah8sjs7b986n6qs",{"reviewCount":8},{"description":461,"installMethods":462,"name":464,"sourceUrl":465},"Generates conference presentation slides (Beamer LaTeX PDF and editable PPTX) from a compiled paper with speaker notes and talk script. Use when preparing oral talks, spotlight presentations, or invited talks for ML and systems conferences.",{"claudeCode":463},"Orchestra-Research/AI-Research-SKILLs","Presenting Conference Talks","https://github.com/Orchestra-Research/AI-Research-SKILLs",{"basePath":467,"githubOwner":468,"githubRepo":469,"locale":18,"slug":470,"type":244},"20-ml-paper-writing/presenting-conference-talks","Orchestra-Research","AI-Research-SKILLs","presenting-conference-talks",{"evaluate":472,"extract":480},{"promptVersionExtension":203,"promptVersionScoring":204,"score":473,"tags":474,"targetMarket":214,"tier":215},98,[210,475,476,477,13,478,479],"slides","latex","beamer","academic","research",{"commitSha":250,"license":235},{"parentExtensionId":482,"repoId":483},"k17155ws9qc0hw7a568bg79sfd86max8","kd70hj1y80mhra5xm5g188j5n586mg18",[478,477,476,13,210,479,475],{"evaluatedAt":486,"extractAt":487,"updatedAt":486},1778697466182,1778695116697,{"_creationTime":489,"_id":490,"community":491,"display":492,"identity":498,"providers":503,"relations":510,"tags":513,"workflow":514},1778695720086.7722,"k17aab3chpddy4x7b6tn3v7e0s86nq2e",{"reviewCount":8},{"description":493,"installMethods":494,"name":496,"sourceUrl":497},"Generates professional presentations from a JSON deck specification using 18 slide types with dark/light variants, content-to-layout decision logic, and calibrated character limits. Ships with a default professional theme and supports custom themes via utility-slideshow-themer.",{"claudeCode":495},"product-on-purpose/pm-skills","Slideshow Creator","https://github.com/product-on-purpose/pm-skills",{"basePath":499,"githubOwner":500,"githubRepo":501,"locale":18,"slug":502,"type":244},"skills/utility-slideshow-creator","product-on-purpose","pm-skills","utility-slideshow-creator",{"evaluate":504,"extract":508},{"promptVersionExtension":203,"promptVersionScoring":204,"score":473,"tags":505,"targetMarket":214,"tier":215},[210,506,13,321,212,507],"slideshow","documentation",{"commitSha":250,"license":509},"Apache-2.0",{"parentExtensionId":511,"repoId":512},"k1721116hsfj7zg78w03432n8986n6y8","kd78ksv1wjj826ds5j1sh2kqnx86mhqf",[212,507,321,13,210,506],{"evaluatedAt":515,"extractAt":516,"updatedAt":515},1778696577763,1778695720086,{"_creationTime":518,"_id":519,"community":520,"display":521,"identity":525,"providers":529,"relations":535,"tags":537,"workflow":538},1778691799740.4868,"k17fwpf6qw23d3kne648tyce6586n5s7",{"reviewCount":8},{"description":10,"installMethods":522,"name":13,"sourceUrl":524},{"claudeCode":523},"K-Dense-AI/claude-scientific-skills","https://github.com/K-Dense-AI/claude-scientific-skills",{"basePath":526,"githubOwner":527,"githubRepo":528,"locale":18,"slug":13,"type":244},"scientific-skills/pptx","K-Dense-AI","claude-scientific-skills",{"evaluate":530,"extract":534},{"promptVersionExtension":203,"promptVersionScoring":204,"score":444,"tags":531,"targetMarket":214,"tier":447},[13,210,475,211,532,533],"xml","validation",{"commitSha":250},{"repoId":536},"kd79rphh5gexy91xmpxc05h5mh86mm9r",[211,13,210,475,533,532],{"evaluatedAt":539,"extractAt":540,"updatedAt":539},1778693654555,1778691799740,{"_creationTime":542,"_id":543,"community":544,"display":545,"identity":551,"providers":555,"relations":561,"tags":563,"workflow":564},1778675145461.886,"k1753jcnpy8je9mfrn4s1xgpjd86nc4j",{"reviewCount":8},{"description":546,"installMethods":547,"name":549,"sourceUrl":550},"Part of the AlterLab Academic Skills suite. Create research posters using HTML/CSS that can be exported to PDF or PPTX. Use this skill ONLY when the user explicitly requests PowerPoint/PPTX poster format. For standard research posters, use latex-posters instead. This skill provides modern web-based poster design with responsive layouts and easy visual integration.",{"claudeCode":548},"AlterLab-IEU/AlterLab-Academic-Skills","alterlab-pptx-posters","https://github.com/AlterLab-IEU/AlterLab-Academic-Skills",{"basePath":552,"githubOwner":553,"githubRepo":554,"locale":18,"slug":549,"type":244},"skills/writing-tools/alterlab-pptx-posters","AlterLab-IEU","AlterLab-Academic-Skills",{"evaluate":556,"extract":560},{"promptVersionExtension":203,"promptVersionScoring":204,"score":444,"tags":557,"targetMarket":214,"tier":215},[558,210,478,476,559,321,13],"poster","html",{"commitSha":250},{"repoId":562},"kd7fqvj70pvyn4r3q9kctpnd7d86mfqd",[478,559,476,321,558,13,210],{"evaluatedAt":565,"extractAt":566,"updatedAt":565},1778683019292,1778675145461,{"_creationTime":568,"_id":569,"community":570,"display":571,"identity":577,"providers":582,"relations":592,"tags":595,"workflow":596},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":572,"installMethods":573,"name":575,"sourceUrl":576},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":574},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":578,"githubOwner":579,"githubRepo":580,"locale":18,"slug":581,"type":244},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":583,"extract":591},{"promptVersionExtension":203,"promptVersionScoring":204,"score":584,"tags":585,"targetMarket":214,"tier":215},100,[586,587,588,589,212,399,590],"git","development-environment","workflow","tmux","developer-tool",{"commitSha":250,"license":235},{"parentExtensionId":593,"repoId":594},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[212,399,590,587,586,589,588],{"evaluatedAt":597,"extractAt":598,"updatedAt":597},1778699613343,1778699234184]