[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-SeifBenayed-commit-de":3,"guides-for-SeifBenayed-commit":436,"similar-k1779v5xzekjg54smcwht7v0ys86n8gr-de":437},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":250,"isFallback":233,"parentExtension":255,"providers":256,"relations":261,"repo":263,"tags":433,"workflow":434},1778696993586.706,"k1779v5xzekjg54smcwht7v0ys86n8gr",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"SeifBenayed/claude-code-sdk","Git Commit","https://github.com/SeifBenayed/claude-code-sdk",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":231,"workflow":248},1778697041231.94,"kn749n99xntt2q9n1jp4hh7r7s86mxjw","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":204,"prerequisites":208,"promptVersionExtension":212,"promptVersionScoring":213,"purpose":214,"rationale":215,"score":216,"summary":217,"tags":218,"targetMarket":224,"tier":225,"useCases":226},[21,26,29,32,36,39,43,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,130,133,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of creating a good git commit message and the scenarios in which it should be used.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a structured approach to commit message generation, going beyond default LLM behavior by enforcing conventional commits and focusing on the 'why'.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready, covering the complete lifecycle of reviewing changes and creating a commit message with clear instructions and potential recovery steps.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on creating git commit messages, a single well-defined domain.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description is concise, accurate, and accurately reflects the skill's functionality.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses narrowly scoped tools: Bash, Read, Grep, and Glob.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","not_applicable","The skill does not appear to have any configurable parameters or environment variables beyond standard arguments, making explicit documentation unnecessary.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The underlying tools used (Bash, Read, Grep, Glob) are standard and their usage within the script is not exposed as user-facing commands.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The script's inputs are derived from git state and user prompts, and its outputs are primarily structured commit messages or git commands, with no extraneous data.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The project uses the MIT license, which is permissive and widely usable.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on April 5, 2026, which is recent.",{"category":59,"check":63,"severity":46,"summary":64},"Dependency Management","The skill relies on standard git commands and does not have external dependencies that require management.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","No secrets are used or handled by this skill.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill only interacts with git commands and processes data within its bundle, with no external data loading or remote references.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not fetch external content at runtime and all operations are confined to the local git repository.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates solely within the context of the git repository and uses standard git commands, not modifying files outside the project folder.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached process spawns or deny-retry loops were found in the script.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill does not perform any outbound calls and only interacts with the local git repository.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks and uses clean, printable ASCII characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The script is written in plain, readable Bash.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The script correctly assumes standard git repository structure and gracefully handles cases where nothing is staged.",{"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 no current engagement issues.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The project has a clear npm version and a CHANGELOG.md, indicating proper release management.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The script relies on git's internal validation for file paths and commit operations.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","Git commit operations are inherently guarded by the staging area and can be amended or reset, and the script does not perform forceful operations.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The script uses standard bash error handling and git commands will report errors if operations fail.",{"category":104,"check":114,"severity":46,"summary":115},"Logging","The skill does not perform destructive actions or outbound calls that would require a separate audit log.",{"category":117,"check":118,"severity":46,"summary":119},"Compliance","GDPR","The skill does not operate on personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill operates on git repositories and is globally applicable.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The script relies on standard Bash and git commands, making it portable across POSIX-compliant systems.",{"category":44,"check":127,"severity":128,"summary":129},"README","info","The README is comprehensive but very long, though it does not detract from the core functionality described in the SKILL.md.",{"category":33,"check":131,"severity":46,"summary":132},"Tool surface size","This is a single-tool skill.",{"category":40,"check":134,"severity":46,"summary":132},"Overlapping near-synonym tools",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All features described in the README and SKILL.md are implemented by the script.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions via npm and a basic invocation example.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","Git commands and bash scripting provide clear error messages indicating failure and potential causes.",{"category":147,"check":148,"severity":46,"summary":149},"Execution","Pinned dependencies","The skill relies on system-level git and bash, not third-party dependencies requiring pinning.",{"category":33,"check":151,"severity":24,"summary":152},"Dry-run preview","Git provides preview capabilities through `git diff --cached` and `git diff`, which the script utilizes.",{"category":154,"check":155,"severity":46,"summary":156},"Protocol","Idempotent retry & timeouts","The skill operates locally on git and does not involve remote calls or state-changing operations requiring idempotency or timeouts.",{"category":117,"check":158,"severity":46,"summary":159},"Telemetry opt-in","The skill does not emit telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill clearly defines its purpose (create git commit messages) and usage context (when user wants to commit changes).",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability and trigger phrases.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is concise and delegates deeper material to the README.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md is concise and the README provides detailed information, demonstrating progressive disclosure.",{"category":170,"check":174,"severity":46,"summary":175},"Forked exploration","This skill does not involve deep exploration or code review; it's a focused, short-form task.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README provides clear examples of installing and running the cloclo CLI, which includes the commit skill.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill handles edge cases like no staged changes and documents the conventional commit format.",{"category":104,"check":183,"severity":46,"summary":184},"Tool Fallback","The skill does not rely on external MCP servers or other optional tools.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill implicitly halts if git commands fail due to unexpected states, and users can manually manage their git state.",{"category":92,"check":190,"severity":46,"summary":191},"Cross-skill coupling","This is a standalone skill and does not implicitly rely on other skills.",1778697041119,"This skill automates the creation of git commit messages by reviewing staged changes, checking the commit history, and formatting the message according to conventional commit standards.",[195,196,197,198,199],"Review staged and unstaged changes","Draft commit messages following conventional commits","Focus on 'why' changes were made","Enforce message length and structure","Utilize standard git commands",[201,202,203],"Pushing commits to remote repositories","Skipping git hooks or verification","Performing destructive git operations beyond standard commit amends/resets",[205,206,207],"Conventional Commits","Code Review","Version Control Best Practices",[209,210,211],"Git installed and configured","Staged changes in the repository","Bash and standard git commands available in the runtime environment","3.0.0","4.4.0","To help users create well-crafted, conventional git commit messages automatically, improving commit history clarity and consistency.","High quality implementation with comprehensive documentation and clear scope. Minimal findings, primarily a note on README length and lack of explicit prerequisite documentation for standard git.",99,"A well-implemented skill for generating conventional git commit messages.",[219,220,221,222,223],"git","commit","code-review","developer-tools","automation","global","verified",[227,228,229,230],"When user wants to save changes with a good commit message","After making code changes and staging them","When unsure about commit message best practices","To maintain a consistent commit history",{"codeQuality":232,"collectedAt":234,"documentation":235,"maintenance":238,"popularity":242,"security":244,"testCoverage":247},{"hasLockfile":233},true,1778697027152,{"descriptionLength":236,"readmeSize":237},158,11346,{"closedIssues90d":8,"forks":239,"hasChangelog":233,"openIssues90d":8,"pushedAt":240,"stars":241},29,1775419387000,114,{"npmDownloads":243},38,{"hasNpmPackage":233,"license":245,"smitheryVerified":246},"MIT",false,{"hasCi":246,"hasTests":233},{"updatedAt":249},1778697041232,{"basePath":251,"githubOwner":252,"githubRepo":253,"locale":18,"slug":220,"type":254},".claude/skills/commit","SeifBenayed","claude-code-sdk","skill",null,{"evaluate":257,"extract":259},{"promptVersionExtension":212,"promptVersionScoring":213,"score":216,"tags":258,"targetMarket":224,"tier":225},[219,220,221,222,223],{"commitSha":260,"license":245},"HEAD",{"repoId":262},"kd78s53c1852h5p7c3qem663xs86njab",{"_creationTime":264,"_id":262,"identity":265,"providers":266,"workflow":428},1778696980438.174,{"githubOwner":252,"githubRepo":253,"sourceUrl":14},{"classify":267,"discover":420,"extract":423,"github":424,"npm":427},{"commitSha":260,"extensions":268},[269,280,288,293,301,309,317,325,333,341,349,357,365,373,381,389,410],{"basePath":270,"description":271,"displayName":272,"installMethods":273,"rationale":274,"selectedPaths":275,"source":279,"sourceLanguage":18,"type":254},".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",[276],{"path":277,"priority":278},"SKILL.md","mandatory","rule",{"basePath":281,"description":282,"displayName":283,"installMethods":284,"rationale":285,"selectedPaths":286,"source":279,"sourceLanguage":18,"type":254},".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",[287],{"path":277,"priority":278},{"basePath":251,"description":10,"displayName":220,"installMethods":289,"rationale":290,"selectedPaths":291,"source":279,"sourceLanguage":18,"type":254},{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/commit/SKILL.md",[292],{"path":277,"priority":278},{"basePath":294,"description":295,"displayName":296,"installMethods":297,"rationale":298,"selectedPaths":299,"source":279,"sourceLanguage":18,"type":254},".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",[300],{"path":277,"priority":278},{"basePath":302,"description":303,"displayName":304,"installMethods":305,"rationale":306,"selectedPaths":307,"source":279,"sourceLanguage":18,"type":254},".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",[308],{"path":277,"priority":278},{"basePath":310,"description":311,"displayName":312,"installMethods":313,"rationale":314,"selectedPaths":315,"source":279,"sourceLanguage":18,"type":254},".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",[316],{"path":277,"priority":278},{"basePath":318,"description":319,"displayName":320,"installMethods":321,"rationale":322,"selectedPaths":323,"source":279,"sourceLanguage":18,"type":254},".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",[324],{"path":277,"priority":278},{"basePath":326,"description":327,"displayName":328,"installMethods":329,"rationale":330,"selectedPaths":331,"source":279,"sourceLanguage":18,"type":254},".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",[332],{"path":277,"priority":278},{"basePath":334,"description":335,"displayName":336,"installMethods":337,"rationale":338,"selectedPaths":339,"source":279,"sourceLanguage":18,"type":254},".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",[340],{"path":277,"priority":278},{"basePath":342,"description":343,"displayName":344,"installMethods":345,"rationale":346,"selectedPaths":347,"source":279,"sourceLanguage":18,"type":254},".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",[348],{"path":277,"priority":278},{"basePath":350,"description":351,"displayName":352,"installMethods":353,"rationale":354,"selectedPaths":355,"source":279,"sourceLanguage":18,"type":254},".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",[356],{"path":277,"priority":278},{"basePath":358,"description":359,"displayName":360,"installMethods":361,"rationale":362,"selectedPaths":363,"source":279,"sourceLanguage":18,"type":254},".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",[364],{"path":277,"priority":278},{"basePath":366,"description":367,"displayName":368,"installMethods":369,"rationale":370,"selectedPaths":371,"source":279,"sourceLanguage":18,"type":254},".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",[372],{"path":277,"priority":278},{"basePath":374,"description":375,"displayName":376,"installMethods":377,"rationale":378,"selectedPaths":379,"source":279,"sourceLanguage":18,"type":254},".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",[380],{"path":277,"priority":278},{"basePath":382,"description":383,"displayName":384,"installMethods":385,"rationale":386,"selectedPaths":387,"source":279,"sourceLanguage":18,"type":254},".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",[388],{"path":277,"priority":278},{"basePath":390,"description":391,"displayName":392,"installMethods":393,"license":245,"rationale":394,"selectedPaths":395,"source":279,"sourceLanguage":18,"type":409},"","The multi-agent runtime. AICL-native agent orchestration, shared tools/memory/skills, 13 providers, voice, phone, zero native deps.","cloclo",{"npm":392},"cli ecosystem detected at /",[396,398,400,403,406],{"path":397,"priority":278},"package.json",{"path":399,"priority":278},"README.md",{"path":401,"priority":402},"LICENSE","high",{"path":404,"priority":405},"claude-native.mjs","medium",{"path":407,"priority":408},"src/index.mjs","low","cli",{"basePath":411,"installMethods":412,"rationale":414,"selectedPaths":415,"source":279,"sourceLanguage":18,"type":409},"rust-sdk",{"cargo":413},"claude-native","cli ecosystem detected at rust-sdk",[416,418],{"path":417,"priority":278},"Cargo.toml",{"path":419,"priority":405},"src/main.rs",{"sources":421},[422],"manual",{"npmPackage":392},{"closedIssues90d":8,"description":425,"forks":239,"license":245,"openIssues90d":8,"pushedAt":240,"readmeSize":237,"stars":241,"topics":426},"Open-source Claude Code SDK — single-file CLIs in Node.js, Python, Go, Rust that use directly. ",[],{"downloads":243},{"classifiedAt":429,"discoverAt":430,"extractAt":431,"githubAt":431,"npmAt":432,"updatedAt":429},1778696993390,1778696980438,1778696988959,1778696991776,[223,221,220,222,219],{"evaluatedAt":249,"extractAt":435,"updatedAt":249},1778696993586,[],[438,469,490,521,546,567],{"_creationTime":439,"_id":440,"community":441,"display":442,"identity":448,"providers":453,"relations":462,"tags":465,"workflow":466},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":443,"installMethods":444,"name":446,"sourceUrl":447},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":445},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":449,"githubOwner":450,"githubRepo":451,"locale":18,"slug":452,"type":254},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":454,"extract":461},{"promptVersionExtension":212,"promptVersionScoring":213,"score":455,"tags":456,"targetMarket":224,"tier":225},100,[219,457,458,459,223,409,460],"development-environment","workflow","tmux","developer-tool",{"commitSha":260,"license":245},{"parentExtensionId":463,"repoId":464},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[223,409,460,457,219,459,458],{"evaluatedAt":467,"extractAt":468,"updatedAt":467},1778699613343,1778699234184,{"_creationTime":470,"_id":471,"community":472,"display":473,"identity":476,"providers":479,"relations":486,"tags":487,"workflow":488},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":474,"installMethods":475,"name":451,"sourceUrl":447},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":445},{"basePath":477,"githubOwner":450,"githubRepo":451,"locale":18,"slug":478,"type":254},"skills/ask","ask",{"evaluate":480,"extract":485},{"promptVersionExtension":212,"promptVersionScoring":213,"score":455,"tags":481,"targetMarket":224,"tier":225},[409,223,482,483,221,484],"llm","prompting","artifact-generation",{"commitSha":260,"license":245},{"parentExtensionId":463,"repoId":464},[484,223,409,221,482,483],{"evaluatedAt":489,"extractAt":468,"updatedAt":489},1778699303045,{"_creationTime":491,"_id":492,"community":493,"display":494,"identity":500,"providers":506,"relations":513,"tags":516,"workflow":517},1778699368519.5344,"k17ab0jk30pqm4zejpk383w4dn86mj8t",{"reviewCount":8},{"description":495,"installMethods":496,"name":498,"sourceUrl":499},"Verwenden Sie dies, wenn die Arbeit von den Live-Browsersitzungs- oder gerenderten Zustand des Benutzers abhängt und nicht von statischen Abrufen, insbesondere für Browser-Debugging-Kontexte oder von DevTools ausgewählte Elemente oder Anfragen, angemeldeten Dashboards oder CMS-Flows, localhost-Apps, Formularen, Uploads, Downloads, Medieninspektion, DOM- oder iframe-Inspektion, Shadow DOM oder Browserfehlern, die wie Soft-404s, Authentifizierungswände, Anti-Bot-Prüfungen oder Ratenbegrenzungen aussehen.",{"claudeCode":497},"xixu-me/skills","Use My Browser","https://github.com/xixu-me/skills",{"basePath":501,"githubOwner":502,"githubRepo":503,"locale":504,"slug":505,"type":254},"skills/use-my-browser","xixu-me","skills","de","use-my-browser",{"evaluate":507,"extract":512},{"promptVersionExtension":212,"promptVersionScoring":213,"score":455,"tags":508,"targetMarket":224,"tier":225},[509,510,223,511,222],"browser","debugging","ux",{"commitSha":260,"license":245},{"repoId":514,"translatedFrom":515},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k179cgk616p3xva37r5jqsfwvh86mcp2",[223,509,510,222,511],{"evaluatedAt":518,"extractAt":519,"updatedAt":520},1778699261239,1778699106670,1778699368519,{"_creationTime":522,"_id":523,"community":524,"display":525,"identity":531,"providers":535,"relations":540,"tags":542,"workflow":543},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":526,"installMethods":527,"name":529,"sourceUrl":530},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":528},"steipete/clawdis","github","https://github.com/steipete/clawdis",{"basePath":532,"githubOwner":533,"githubRepo":534,"locale":18,"slug":529,"type":254},"skills/github","steipete","clawdis",{"evaluate":536,"extract":539},{"promptVersionExtension":212,"promptVersionScoring":213,"score":455,"tags":537,"targetMarket":224,"tier":225},[529,409,538,222,223],"api",{"commitSha":260},{"repoId":541},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[538,223,409,222,529],{"evaluatedAt":544,"extractAt":545,"updatedAt":544},1778698569289,1778697652123,{"_creationTime":547,"_id":548,"community":549,"display":550,"identity":554,"providers":556,"relations":563,"tags":564,"workflow":565},1778697652123.8845,"k17bexjjjsz81ysk7bd3ggdm8s86mt2t",{"reviewCount":8},{"description":551,"installMethods":552,"name":553,"sourceUrl":530},"Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.",{"claudeCode":528},"openclaw-testing",{"basePath":555,"githubOwner":533,"githubRepo":534,"locale":18,"slug":553,"type":254},".agents/skills/openclaw-testing",{"evaluate":557,"extract":562},{"promptVersionExtension":212,"promptVersionScoring":213,"score":455,"tags":558,"targetMarket":224,"tier":225},[559,560,561,223,222],"testing","ci","validation",{"commitSha":260},{"repoId":541},[223,560,222,559,561],{"evaluatedAt":566,"extractAt":545,"updatedAt":566},1778697962962,{"_creationTime":568,"_id":569,"community":570,"display":571,"identity":575,"providers":578,"relations":584,"tags":585,"workflow":586},1778697652123.8804,"k173mjn1bp2a67v1h8qjkv7wn186met8",{"reviewCount":8},{"description":572,"installMethods":573,"name":574,"sourceUrl":530},"Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills.",{"claudeCode":528},"ClawSweeper Skill",{"basePath":576,"githubOwner":533,"githubRepo":534,"locale":18,"slug":577,"type":254},".agents/skills/clawsweeper","clawsweeper",{"evaluate":579,"extract":583},{"promptVersionExtension":212,"promptVersionScoring":213,"score":455,"tags":580,"targetMarket":224,"tier":225},[529,223,221,581,582],"maintenance","ci-cd",{"commitSha":260,"license":245},{"repoId":541},[223,582,221,529,581],{"evaluatedAt":587,"extractAt":545,"updatedAt":587},1778697688364]