[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-thedotmack-babysit-en":3,"guides-for-thedotmack-babysit":454,"similar-k175zyx2vkpy1620pxjw6687q186nn2f-en":455},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":249,"isFallback":230,"parentExtension":255,"providers":256,"relations":261,"repo":263,"tags":450,"workflow":451},1778698056313.1511,"k175zyx2vkpy1620pxjw6687q186nn2f",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Watch a pull request or review cycle until it is ready to merge. Use when asked to babysit, monitor, or keep checking PR comments, reviews, and CI until all actionable issues are resolved.",{"claudeCode":12},"thedotmack/claude-mem","Babysit PR","https://github.com/thedotmack/claude-mem",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":228,"workflow":247},1778698118978.745,"kn7fn4wmbhz1z9n9wtnz24p38s86nax8","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":202,"practices":206,"prerequisites":207,"promptVersionExtension":210,"promptVersionScoring":211,"purpose":212,"rationale":213,"score":214,"summary":215,"tags":216,"targetMarket":222,"tier":223,"useCases":224},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,188,192],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of monitoring pull requests until they are ready to merge and identifies the target user (developers needing to babysit PRs).",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a persistent, automated monitoring loop for PRs, which goes beyond default LLM behavior by actively polling status and reviews.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is fully implemented, covering the complete lifecycle of monitoring and verifying PR readiness through detailed CLI commands and workflow logic.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is narrowly focused on monitoring and verifying pull requests, without extending into unrelated domains like code generation or deployment.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's purpose and provides clear use cases.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific GitHub CLI commands and GraphQL queries, avoiding general-purpose execution tools.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The skill's documentation, particularly in the SKILL.md and README, details necessary GitHub CLI usage and implicitly covers parameters through command examples.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tools used (e.g., `gh pr view`, `gh api graphql`) are descriptive and align with the declared domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The CLI commands and GraphQL queries are specific and request only the necessary information for PR monitoring.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project is licensed under Apache-2.0, a widely usable open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The latest commit was on 2026-05-13, indicating recent maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill primarily relies on the GitHub CLI and standard shell utilities, with no third-party JavaScript dependencies that require complex management.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill relies on the GitHub CLI, which handles authentication securely via tokens and environment variables, and no secrets are directly exposed in the code.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill uses structured CLI commands and GraphQL queries, minimizing the risk of command injection. External data is not loaded and executed.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not fetch external content at runtime; all necessary commands are local to the GitHub CLI.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates by calling the GitHub CLI, which is sandboxed by the underlying agent environment. No modifications are made outside the project's scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The provided scripts do not contain primitives like `nohup` or background process spawns that could lead to sandbox escapes.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill only interacts with the GitHub API to retrieve PR status and review data, with no undocumented outbound calls or submission of confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled SKILL.md and README files are free of hidden-steering characters or obfuscation techniques.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The provided scripts are in plain Bash and easily readable; there is no obfuscated code or runtime fetching of executable content.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes the presence of the `gh` CLI and standard shell environments, which are common. It doesn't rely on specific project directory structures beyond a typical Git repository.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 53 issues opened and 781 closed in the last 90 days, the maintainer engagement is very high (closure rate > 50%).",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The project declares a version (6.5.0) in package.json and has frequent commits, indicating a structured release process.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","The scripts use `gh` CLI and `jq`, which handle input validation for command arguments and JSON parsing appropriately.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill is primarily read-only, focusing on monitoring PRs. Destructive operations like resolving threads are guarded by explicit commands.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The scripts use standard shell error handling (`set -e`, `set -o pipefail`) and `jq` for JSON parsing, which provide meaningful error messages on failure.",{"category":111,"check":115,"severity":63,"summary":116},"Logging","The skill is primarily a monitoring tool and does not perform destructive actions or outbound calls that would necessitate local audit logging.",{"category":118,"check":119,"severity":63,"summary":120},"Compliance","GDPR","The skill only retrieves metadata about pull requests and does not process personal data.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill operates on GitHub, which is a global platform, and has no regional restrictions.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on the GitHub CLI and standard POSIX shell utilities, ensuring broad compatibility across different environments.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README is comprehensive, detailing installation, features, documentation links, and more.",{"category":33,"check":131,"severity":63,"summary":132},"Tool surface size","This skill primarily uses existing GitHub CLI commands and does not expose a large number of new, distinct tools.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The skill uses specific GitHub CLI commands and GraphQL queries, with no apparent near-synonym tools for the same function.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as PR monitoring and status checks, are implemented using the provided GitHub CLI commands and scripts.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions for various environments (npx, Claude Code marketplace) and includes copy-pasteable commands.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","Standard shell and GitHub CLI error messages are generally actionable, indicating specific issues with PR status or CLI commands.",{"category":104,"check":148,"severity":24,"summary":149},"Pinned dependencies","The skill relies on the globally installed GitHub CLI and standard shell interpreters, with no bundled third-party dependencies needing pinning.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The skill is primarily a monitoring tool and does not perform state-changing operations that would benefit from a dry-run mode.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The skill uses polling intervals and standard CLI command execution, which are inherently resilient to transient network issues. Timeouts are handled by the underlying agent and CLI.",{"category":118,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The skill does not appear to emit any telemetry. It relies on standard GitHub CLI operations.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill's purpose and trigger phrases are precise, clearly defining its function as monitoring PRs and when to use it.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the skill's core capability and purpose.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is concise and focuses on the workflow, delegating detailed GitHub CLI commands and loops to the README and general knowledge.",{"category":170,"check":171,"severity":63,"summary":172},"Context","Progressive Disclosure","The skill's logic is straightforward and does not involve complex, multi-step procedures that would necessitate splitting content into separate reference files.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","This skill is not an exploration-heavy tool; it performs focused monitoring and does not require a forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README and SKILL.md provide clear examples of how to use the GitHub CLI commands, demonstrating the expected input and output.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The operating rules in SKILL.md and the script logic implicitly handle edge cases like pending checks, unresolved threads, and draft PRs by continuing monitoring.",{"category":111,"check":183,"severity":63,"summary":184},"Tool Fallback","The skill relies solely on the GitHub CLI and does not depend on external MCP servers or custom tools that would require fallbacks.",{"category":92,"check":186,"severity":24,"summary":187},"Stack assumptions","The skill explicitly assumes the presence of the GitHub CLI (`gh`) and a POSIX-compliant shell, which are clearly stated or implied by the script usage.",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The skill's workflow is designed to continue monitoring until conditions are met, implicitly halting effective action until PR is mergeable. Shell scripting with `set -e` will halt on command failure.",{"category":92,"check":193,"severity":63,"summary":194},"Cross-skill coupling","The skill operates independently using only GitHub CLI commands and does not rely on other specific skills being loaded.",1778698117793,"This skill monitors GitHub pull requests, actively checking their status, reviews, and comments until they are ready to be merged. It uses the GitHub CLI to interact with the GitHub API and provides detailed instructions for usage.",[198,199,200,201],"Monitors PR status, checks, reviews, and comments","Polls for status updates at a configurable interval","Automates verification of mergeability and resolution of issues","Provides detailed CLI commands and scripts for GitHub interaction",[203,204,205],"Automatically merging pull requests.","Resolving issues in the code directly; it only monitors and reports.","Interacting with CI systems directly; it relies on GitHub's status checks.",[],[208,209],"GitHub CLI (`gh`) installed","Authentication configured for GitHub CLI (e.g., via `gh auth login`)","3.0.0","4.4.0","To automate the process of babysitting pull requests, ensuring all checks pass, reviews are resolved, and comments are addressed before merging.","The skill is well-documented, production-ready, and has a clear, single responsibility. It effectively leverages the GitHub CLI without introducing new dependencies or complex logic.",99,"A robust and well-documented skill for automating pull request monitoring.",[217,218,219,220,221],"github","pull-request","monitoring","automation","cli","global","verified",[225,226,227],"Use when asked to monitor a pull request until it's ready for review.","Use when needing to ensure all CI checks and review comments are resolved before merging.","Use to automate the process of 'babysitting' long-running PRs.",{"codeQuality":229,"collectedAt":231,"documentation":232,"maintenance":235,"popularity":241,"security":243,"testCoverage":246},{"hasLockfile":230},false,1778698100357,{"descriptionLength":233,"readmeSize":234},188,17010,{"closedIssues90d":236,"forks":237,"hasChangelog":230,"openIssues90d":238,"pushedAt":239,"stars":240},781,6488,53,1778643518000,75457,{"npmDownloads":242},124555,{"hasNpmPackage":244,"license":245,"smitheryVerified":230},true,"Apache-2.0",{"hasCi":244,"hasTests":244},{"updatedAt":248},1778698118978,{"basePath":250,"githubOwner":251,"githubRepo":252,"locale":18,"slug":253,"type":254},"plugin/skills/babysit","thedotmack","claude-mem","babysit","skill",null,{"evaluate":257,"extract":259},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":258,"targetMarket":222,"tier":223},[217,218,219,220,221],{"commitSha":260,"license":245},"HEAD",{"repoId":262},"kd70jnxgm695az2wtf37zbqdj986mp7k",{"_creationTime":264,"_id":262,"identity":265,"providers":266,"workflow":445},1778698049260.0457,{"githubOwner":251,"githubRepo":252,"sourceUrl":14},{"classify":267,"discover":416,"extract":419,"github":420,"npm":444},{"commitSha":260,"extensions":268},[269,280,293,307,313,321,332,340,348,356,364,372,380,388,399,407],{"basePath":270,"displayName":271,"installMethods":272,"rationale":273,"selectedPaths":274,"source":278,"sourceLanguage":18,"type":279},".agents/plugins","claude-mem-local",{"claudeCode":12},"marketplace.json at .agents/plugins/marketplace.json",[275],{"path":276,"priority":277},"marketplace.json","mandatory","rule","marketplace",{"basePath":281,"description":282,"displayName":251,"installMethods":283,"rationale":284,"selectedPaths":285,"source":278,"sourceLanguage":18,"type":279},"","Plugins by Alex Newman (thedotmack)",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[286,288,290],{"path":287,"priority":277},".claude-plugin/marketplace.json",{"path":289,"priority":277},"README.md",{"path":291,"priority":292},"LICENSE","high",{"basePath":281,"description":294,"displayName":252,"installMethods":295,"license":245,"rationale":296,"selectedPaths":297,"source":278,"sourceLanguage":18,"type":306},"Memory compression system for Claude Code - persist context across sessions",{"claudeCode":252},"plugin manifest at .claude-plugin/plugin.json (coalesced with duplicate plugin at plugin)",[298,300,301,302,304],{"path":299,"priority":277},".claude-plugin/plugin.json",{"path":289,"priority":277},{"path":291,"priority":292},{"path":303,"priority":277},".mcp.json",{"path":305,"priority":292},".codex-plugin/plugin.json","plugin",{"basePath":250,"description":10,"displayName":253,"installMethods":308,"rationale":309,"selectedPaths":310,"source":278,"sourceLanguage":18,"type":254},{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/babysit/SKILL.md",[311],{"path":312,"priority":277},"SKILL.md",{"basePath":314,"description":315,"displayName":316,"installMethods":317,"rationale":318,"selectedPaths":319,"source":278,"sourceLanguage":18,"type":254},"plugin/skills/do","Execute a phased implementation plan using subagents. Use when asked to execute, run, or carry out a plan — especially one created by make-plan.","do",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/do/SKILL.md",[320],{"path":312,"priority":277},{"basePath":322,"description":323,"displayName":324,"installMethods":325,"rationale":326,"selectedPaths":327,"source":278,"sourceLanguage":18,"type":254},"plugin/skills/how-it-works","Explain how claude-mem captures observations, when memory injection kicks in, and where data lives. Use when the user asks \"how does claude-mem work?\" or \"what is this thing doing?\".","how-it-works",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/how-it-works/SKILL.md",[328,329],{"path":312,"priority":277},{"path":330,"priority":331},"onboarding-explainer.md","medium",{"basePath":333,"description":334,"displayName":335,"installMethods":336,"rationale":337,"selectedPaths":338,"source":278,"sourceLanguage":18,"type":254},"plugin/skills/knowledge-agent","Build and query AI-powered knowledge bases from claude-mem observations. Use when users want to create focused \"brains\" from their observation history, ask questions about past work patterns, or compile expertise on specific topics.","knowledge-agent",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/knowledge-agent/SKILL.md",[339],{"path":312,"priority":277},{"basePath":341,"description":342,"displayName":343,"installMethods":344,"rationale":345,"selectedPaths":346,"source":278,"sourceLanguage":18,"type":254},"plugin/skills/learn-codebase","Prime a codebase by reading every source file in full. Use when starting work on a new or unfamiliar project, or when the user asks to \"learn the codebase\", \"read the codebase\", \"prime\", or \"get up to speed\".","learn-codebase",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/learn-codebase/SKILL.md",[347],{"path":312,"priority":277},{"basePath":349,"description":350,"displayName":351,"installMethods":352,"rationale":353,"selectedPaths":354,"source":278,"sourceLanguage":18,"type":254},"plugin/skills/make-plan","Create a detailed, phased implementation plan with documentation discovery. Use when asked to plan a feature, task, or multi-step implementation — especially before executing with do.","make-plan",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/make-plan/SKILL.md",[355],{"path":312,"priority":277},{"basePath":357,"description":358,"displayName":359,"installMethods":360,"rationale":361,"selectedPaths":362,"source":278,"sourceLanguage":18,"type":254},"plugin/skills/mem-search","Search claude-mem's persistent cross-session memory database. Use when user asks \"did we already solve this?\", \"how did we do X last time?\", or needs work from previous sessions.","mem-search",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/mem-search/SKILL.md",[363],{"path":312,"priority":277},{"basePath":365,"description":366,"displayName":367,"installMethods":368,"rationale":369,"selectedPaths":370,"source":278,"sourceLanguage":18,"type":254},"plugin/skills/pathfinder","Map a codebase into feature-grouped flowcharts, identify duplicated concerns across features, and propose a unified architecture. Use when asked to \"find the ideal path,\" unify duplicated systems, or audit architecture before a refactor. Emits a proposed unified flowchart plus per-system /make-plan prompts.","pathfinder",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/pathfinder/SKILL.md",[371],{"path":312,"priority":277},{"basePath":373,"description":374,"displayName":375,"installMethods":376,"rationale":377,"selectedPaths":378,"source":278,"sourceLanguage":18,"type":254},"plugin/skills/smart-explore","Token-optimized structural code search using tree-sitter AST parsing. Use instead of reading full files when you need to understand code structure, find functions, or explore a codebase efficiently.","smart-explore",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/smart-explore/SKILL.md",[379],{"path":312,"priority":277},{"basePath":381,"description":382,"displayName":383,"installMethods":384,"rationale":385,"selectedPaths":386,"source":278,"sourceLanguage":18,"type":254},"plugin/skills/timeline-report","Generate a \"Journey Into [Project]\" narrative report analyzing a project's entire development history from claude-mem's timeline. Use when asked for a timeline report, project history analysis, development journey, or full project report.","timeline-report",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/timeline-report/SKILL.md",[387],{"path":312,"priority":277},{"basePath":389,"description":390,"displayName":391,"installMethods":392,"rationale":393,"selectedPaths":394,"source":278,"sourceLanguage":18,"type":254},"plugin/skills/version-bump","Automated semantic versioning and release workflow for Claude Code plugins. Handles version increments across package.json, marketplace.json, plugin.json manifests, npm publishing (so `npx claude-mem@X.Y.Z` resolves), build verification, git tagging, GitHub releases, and changelog generation.","claude-code-plugin-release",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/version-bump/SKILL.md",[395,396],{"path":312,"priority":277},{"path":397,"priority":398},"scripts/generate_changelog.js","low",{"basePath":400,"description":401,"displayName":402,"installMethods":403,"rationale":404,"selectedPaths":405,"source":278,"sourceLanguage":18,"type":254},"plugin/skills/wowerpoint","Turn one document into a kawaii NotebookLM slide-deck PDF. Use for \"wowerpoint this\", \"make a deck about \u003Cfile>\", \"turn this report into slides\", or any request to render a single document as shareable narrative slides.","wowerpoint",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/wowerpoint/SKILL.md",[406],{"path":312,"priority":277},{"basePath":281,"description":294,"displayName":252,"installMethods":408,"license":245,"rationale":409,"selectedPaths":410,"source":278,"sourceLanguage":18,"type":415},{"npm":252},"package.json @modelcontextprotocol/sdk dep + bin at package.json",[411,413,414],{"path":412,"priority":277},"package.json",{"path":289,"priority":277},{"path":291,"priority":292},"mcp",{"sources":417},[418],"manual",{"npmPackage":252},{"closedIssues90d":236,"description":421,"forks":237,"homepage":422,"license":245,"openIssues90d":238,"pushedAt":239,"readmeSize":234,"stars":240,"topics":423},"Persistent Context Across Sessions for Every Agent –  Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More","https://claude-mem.ai",[424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443],"ai","ai-agents","ai-memory","anthropic","artificial-intelligence","claude","claude-agent-sdk","claude-agents","claude-code","claude-code-plugin","claude-skills","long-term-memory","mem0","openmemory","supermemory","chromadb","sqlite","embeddings","memory-engine","rag",{"downloads":242},{"classifiedAt":446,"discoverAt":447,"extractAt":448,"githubAt":448,"npmAt":449,"updatedAt":446},1778698055851,1778698049260,1778698052709,1778698054459,[220,221,217,219,218],{"evaluatedAt":248,"extractAt":452,"updatedAt":453},1778698056313,1778698441533,[],[456,482,514,536,557,578],{"_creationTime":457,"_id":458,"community":459,"display":460,"identity":465,"providers":469,"relations":476,"tags":478,"workflow":479},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":461,"installMethods":462,"name":217,"sourceUrl":464},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":463},"steipete/clawdis","https://github.com/steipete/clawdis",{"basePath":466,"githubOwner":467,"githubRepo":468,"locale":18,"slug":217,"type":254},"skills/github","steipete","clawdis",{"evaluate":470,"extract":475},{"promptVersionExtension":210,"promptVersionScoring":211,"score":471,"tags":472,"targetMarket":222,"tier":223},100,[217,221,473,474,220],"api","developer-tools",{"commitSha":260},{"repoId":477},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[473,220,221,474,217],{"evaluatedAt":480,"extractAt":481,"updatedAt":480},1778698569289,1778697652123,{"_creationTime":483,"_id":484,"community":485,"display":486,"identity":492,"providers":497,"relations":507,"tags":510,"workflow":511},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":487,"installMethods":488,"name":490,"sourceUrl":491},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":489},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":493,"githubOwner":494,"githubRepo":495,"locale":18,"slug":496,"type":254},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":498,"extract":505},{"promptVersionExtension":210,"promptVersionScoring":211,"score":471,"tags":499,"targetMarket":222,"tier":223},[500,501,502,503,220,221,504],"git","development-environment","workflow","tmux","developer-tool",{"commitSha":260,"license":506},"MIT",{"parentExtensionId":508,"repoId":509},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[220,221,504,501,500,503,502],{"evaluatedAt":512,"extractAt":513,"updatedAt":512},1778699613343,1778699234184,{"_creationTime":515,"_id":516,"community":517,"display":518,"identity":521,"providers":524,"relations":532,"tags":533,"workflow":534},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":519,"installMethods":520,"name":495,"sourceUrl":491},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":489},{"basePath":522,"githubOwner":494,"githubRepo":495,"locale":18,"slug":523,"type":254},"skills/ask","ask",{"evaluate":525,"extract":531},{"promptVersionExtension":210,"promptVersionScoring":211,"score":471,"tags":526,"targetMarket":222,"tier":223},[221,220,527,528,529,530],"llm","prompting","code-review","artifact-generation",{"commitSha":260,"license":506},{"parentExtensionId":508,"repoId":509},[530,220,221,529,527,528],{"evaluatedAt":535,"extractAt":513,"updatedAt":535},1778699303045,{"_creationTime":537,"_id":538,"community":539,"display":540,"identity":544,"providers":546,"relations":553,"tags":554,"workflow":555},1778697652123.8857,"k179k1n5nw0md1x1j3dak31evn86mb5f",{"reviewCount":8},{"description":541,"installMethods":542,"name":543,"sourceUrl":464},"Use when reviewing, reproducing, or proving OpenClaw Telegram behavior with a real Telegram user on Crabbox, including PR review workflows that need an agent-controlled Telegram Desktop recording, TDLib user-driver commands, Convex-leased credentials, WebVNC observation, and motion-trimmed artifacts.",{"claudeCode":463},"telegram-crabbox-e2e-proof",{"basePath":545,"githubOwner":467,"githubRepo":468,"locale":18,"slug":543,"type":254},".agents/skills/telegram-crabbox-e2e-proof",{"evaluate":547,"extract":552},{"promptVersionExtension":210,"promptVersionScoring":211,"score":471,"tags":548,"targetMarket":222,"tier":223},[549,550,220,551,221],"testing","telegram","qa",{"commitSha":260},{"repoId":477},[220,221,551,550,549],{"evaluatedAt":556,"extractAt":481,"updatedAt":556},1778698038113,{"_creationTime":558,"_id":559,"community":560,"display":561,"identity":565,"providers":568,"relations":574,"tags":575,"workflow":576},1778697652123.8804,"k173mjn1bp2a67v1h8qjkv7wn186met8",{"reviewCount":8},{"description":562,"installMethods":563,"name":564,"sourceUrl":464},"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":463},"ClawSweeper Skill",{"basePath":566,"githubOwner":467,"githubRepo":468,"locale":18,"slug":567,"type":254},".agents/skills/clawsweeper","clawsweeper",{"evaluate":569,"extract":573},{"promptVersionExtension":210,"promptVersionScoring":211,"score":471,"tags":570,"targetMarket":222,"tier":223},[217,220,529,571,572],"maintenance","ci-cd",{"commitSha":260,"license":506},{"repoId":477},[220,572,529,217,571],{"evaluatedAt":577,"extractAt":481,"updatedAt":577},1778697688364,{"_creationTime":579,"_id":580,"community":581,"display":582,"identity":588,"providers":592,"relations":598,"tags":600,"workflow":601},1778697205743.894,"k17ej9360g7468qswf3svnrx9186m1ng",{"reviewCount":8},{"description":583,"installMethods":584,"name":586,"sourceUrl":587},"Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to \"open a website\", \"fill out a form\", \"click a button\", \"take a screenshot\", \"scrape data from a page\", \"test this web app\", \"login to a site\", \"automate browser actions\", or any task requiring programmatic web interaction.",{"claudeCode":585},"shanraisshan/claude-code-best-practice","agent-browser","https://github.com/shanraisshan/claude-code-best-practice",{"basePath":589,"githubOwner":590,"githubRepo":591,"locale":18,"slug":586,"type":254},".claude/skills/agent-browser","shanraisshan","claude-code-best-practice",{"evaluate":593,"extract":597},{"promptVersionExtension":210,"promptVersionScoring":211,"score":471,"tags":594,"targetMarket":222,"tier":223},[595,596,549,221,220],"browser-automation","web-scraping",{"commitSha":260},{"repoId":599},"kd74710g49kxgwbfjxeb7s132d86myxr",[220,595,221,549,596],{"evaluatedAt":602,"extractAt":603,"updatedAt":604},1778697222051,1778697205743,1778697438718]