[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-backnotprop-plannotator-setup-goal-zh-CN":3,"guides-for-backnotprop-plannotator-setup-goal":452,"similar-k174a0m9a77yj2fg0yw76nnqg586mckh-zh-CN":453},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":246,"isFallback":229,"parentExtension":251,"providers":252,"relations":257,"repo":259,"tags":449,"workflow":450},1778682919003.7295,"k174a0m9a77yj2fg0yw76nnqg586mckh",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Create reviewed Codex goal setup packages for long-running /goal work. Use when the user wants to turn an idea, backlog, project mission, or vague objective into durable goal files under a project goals slug folder, with Plannotator review gates for brief, narrative plan with acceptance criteria, verification, blockers, and the final /goal prompt.",{"claudeCode":12},"backnotprop/plannotator","plannotator-setup-goal","https://github.com/backnotprop/plannotator",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":227,"workflow":244},1778683194003.2786,"kn71862ybrq9pg41mzr7n3jkn986ncv2","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":203,"promptVersionExtension":208,"promptVersionScoring":209,"purpose":210,"rationale":211,"score":212,"summary":213,"tags":214,"targetMarket":220,"tier":221,"useCases":222},[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,112,116,120,123,126,129,132,135,138,142,146,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 turning ideas/objectives into durable goal files with review gates and names the target artifact (`goal files`) and user intent (`turn an idea... into durable goal files`).",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill uses Plannotator for review gates and generates structured goal packages, offering value beyond a basic LLM prompt for goal setting.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill scaffolds complete goal packages including draft documents, prompts, and instructions for review gates, covering the essential lifecycle for goal setup.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses exclusively on creating and structuring goal packages for Codex, with a clear workflow for drafting and gating these documents.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's functionality, outlining the process of creating goal setup packages with Plannotator review gates.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses a single, well-defined Python script (`scaffold_goal.py`) for its primary function, avoiding general-purpose execution tools.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The script arguments (`--root`, `--slug`, `--title`, `--objective`, `--force`) are clearly documented in the help text.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The skill's main script is `scaffold_goal.py`, which is descriptive of its function.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The script takes explicit command-line arguments for its inputs and outputs to a specified directory, with no extraneous data requested or returned.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under Apache 2.0 and MIT, as indicated by the bundled LICENSE files and README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository has recent commits within the last 3 months, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The Python script has minimal dependencies, and the README indicates `bun install` is used for development, suggesting a standard dependency management approach.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The script does not handle or expose any secrets.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill operates on user-provided text and file paths, with no indication of loading or executing untrusted external data or code.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The script does not fetch external content at runtime; all necessary logic is bundled.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The script operates within the project's specified root directory and creates files relative to that location, adhering to sandbox isolation.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","The script does not employ any detached processes or retry loops that could lead to sandbox escape.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The script does not make any outbound network calls or reference confidential data.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled scripts and markdown files do not contain any hidden text tricks or malicious Unicode characters.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The Python script is plain, readable source code and does not involve obfuscation or runtime code fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The script correctly uses relative paths and allows the user to specify the root directory, avoiding hardcoded paths.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","The repository shows a healthy ratio of closed to open issues in the last 90 days, indicating active maintainer engagement.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The project has a CHANGELOG.md and uses GitHub release tags, providing clear versioning signals.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","The Python script uses `argparse` for command-line argument parsing and includes basic validation for file paths and slugs, ensuring proper input handling.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The script's primary action is file creation, which is guarded by a `--force` flag for overwriting, and it does not perform destructive operations.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The Python script includes error handling for file operations and exits with non-zero status codes on failure, providing descriptive messages.",{"category":103,"check":113,"severity":114,"summary":115},"Logging","not_applicable","The skill is primarily a file scaffolding tool and does not perform actions that necessitate a local audit log.",{"category":117,"check":118,"severity":114,"summary":119},"Compliance","GDPR","The skill does not process any personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The extension has no regional or jurisdictional logic and operates globally.",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","The Python script uses standard libraries and should be portable across POSIX-compliant systems.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README is comprehensive, detailing installation, features, and how the tool works, serving as clear documentation.",{"category":33,"check":130,"severity":114,"summary":131},"Tool surface size","This is a single-tool extension (Python script).",{"category":40,"check":133,"severity":114,"summary":134},"Overlapping near-synonym tools","This extension utilizes a single script, so there are no overlapping tools.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as goal package creation and Plannotator integration, are implemented or clearly described in the documentation.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions for various platforms and integration methods, including examples for Claude Code.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The Python script provides clear error messages for issues like missing arguments or file existence, with guidance on how to resolve them.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The Python script uses standard libraries, and development dependencies are managed via `bun install`, implying proper pinning.",{"category":33,"check":151,"severity":24,"summary":152},"Dry-run preview","The `--force` flag provides a mechanism to control overwriting, and the script's primary action is file creation, which is inherently previewable before commit.",{"category":154,"check":155,"severity":114,"summary":156},"Protocol","Idempotent retry & timeouts","The script is a local file operation tool and does not involve remote calls or state-changing operations requiring idempotency.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The script does not emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly defines the purpose (creating reviewed Codex goal setup packages) and the use case (turning ideas into durable goal files with review gates).",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and self-contained, effectively summarizing the core capability and use case.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is well-structured, under 500 lines, and delegates detailed procedures to the script itself.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and references the scaffold script, with detailed document standards, aligning with progressive disclosure.",{"category":170,"check":174,"severity":114,"summary":175},"Forked exploration","The skill is a direct action tool, not an exploration or review tool, so `context: fork` is not applicable.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README provides clear installation and invocation examples for various platforms and agents, demonstrating the intended usage.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The script handles edge cases like missing directories, overwriting files (with `--force`), and invalid slugs, providing recovery steps via error messages.",{"category":103,"check":183,"severity":114,"summary":184},"Tool Fallback","This skill does not rely on external MCP servers or other tools that would require a fallback.",{"category":91,"check":186,"severity":24,"summary":187},"Stack assumptions","The Python script assumes a standard Python 3 environment and relies on the `argparse` module, which is part of the standard library, making it highly portable.",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The script checks for existing files and prompts for force overwrite, halting execution if critical pre-conditions like a valid project root are not met.",{"category":91,"check":193,"severity":24,"summary":194},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills, clearly defining its scope for goal package creation.",1778683193898,"This skill scaffolds comprehensive goal setup packages for Codex, including markdown documents for brief, plan, verification, blockers, and the final goal prompt. It integrates with Plannotator for review gates and uses a Python script for generation.",[198,199,200,201,202],"Create durable goal packages in `goals/\u003Cslug>/`","Scaffold critical documents (brief, plan, verification, blockers, goal-prompt)","Integrate with Plannotator for review gates on documents","Generate final `/goal` prompt referencing package files","Append progress evidence to `progress.jsonl`",[204,205,206,207],"Directly executing the `/goal` prompt.","Performing the goal work itself.","Managing the project's overall task backlog.","Providing an AI agent for code review or plan annotation (relies on Plannotator).","3.0.0","4.4.0","To transform vague ideas or objectives into structured, reviewable, and actionable goal packages for long-running AI agent work.","All checks passed, indicating a high-quality, well-documented, and production-ready skill with no security concerns.",100,"Excellent skill for creating structured goal packages with review gates.",[215,216,217,218,219],"goal-setting","codex","planning","documentation","automation","global","verified",[223,224,225,226],"When turning a project mission into actionable Codex goals.","When needing to establish clear guardrails and review processes for AI-driven projects.","When defining acceptance criteria and verification steps for complex objectives.","When wanting to create durable, auditable goal files for long-term AI projects.",{"codeQuality":228,"collectedAt":230,"documentation":231,"maintenance":234,"security":240,"testCoverage":243},{"hasLockfile":229},true,1778683173032,{"descriptionLength":232,"readmeSize":233},349,8992,{"closedIssues90d":235,"forks":236,"hasChangelog":229,"openIssues90d":237,"pushedAt":238,"stars":239},125,363,64,1778682278000,5267,{"hasNpmPackage":241,"license":242,"smitheryVerified":241},false,"Apache-2.0",{"hasCi":229,"hasTests":229},{"updatedAt":245},1778683194003,{"basePath":247,"githubOwner":248,"githubRepo":249,"locale":18,"slug":13,"type":250},"apps/skills/plannotator-setup-goal","backnotprop","plannotator","skill",null,{"evaluate":253,"extract":255},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":254,"targetMarket":220,"tier":221},[215,216,217,218,219],{"commitSha":256},"HEAD",{"repoId":258},"kd78wavmsqx3xwvse964rbj4d986m9r5",{"_creationTime":260,"_id":258,"identity":261,"providers":262,"workflow":445},1778682913452.569,{"githubOwner":248,"githubRepo":249,"sourceUrl":14},{"classify":263,"discover":430,"github":433},{"commitSha":256,"extensions":264},[265,280,300,316,325,340,348,356,364,379,387,395,402,418],{"basePath":266,"displayName":249,"installMethods":267,"rationale":268,"selectedPaths":269,"source":278,"sourceLanguage":18,"type":279},"",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json (coalesced with duplicate marketplace at .github/plugin)",[270,273,275],{"path":271,"priority":272},".claude-plugin/marketplace.json","mandatory",{"path":274,"priority":272},"README.md",{"path":276,"priority":277},"LICENSE-APACHE","high","rule","marketplace",{"basePath":281,"description":282,"displayName":249,"installMethods":283,"rationale":284,"selectedPaths":285,"source":278,"sourceLanguage":18,"type":299},"apps/hook","Interactive Plan Review: Mark up and refine your plans using a UI, easily share for team collaboration, automatically integrates with plan mode hooks.",{"claudeCode":249},"plugin manifest at apps/hook/.claude-plugin/plugin.json",[286,288,289,291,293,295,297],{"path":287,"priority":272},".claude-plugin/plugin.json",{"path":274,"priority":272},{"path":290,"priority":277},"commands/plannotator-annotate.md",{"path":292,"priority":277},"commands/plannotator-archive.md",{"path":294,"priority":277},"commands/plannotator-last.md",{"path":296,"priority":277},"commands/plannotator-review.md",{"path":298,"priority":277},"hooks/hooks.json","plugin",{"basePath":301,"description":302,"displayName":303,"installMethods":304,"license":305,"rationale":306,"selectedPaths":307,"source":278,"sourceLanguage":18,"type":299},"apps/copilot","Interactive Plan & Code Review for GitHub Copilot CLI. Visual annotations, team sharing, structured feedback.","plannotator-copilot",{"claudeCode":303},"MIT OR Apache-2.0","plugin manifest at apps/copilot/plugin.json",[308,310,311,312,313,314],{"path":309,"priority":272},"plugin.json",{"path":274,"priority":272},{"path":290,"priority":277},{"path":294,"priority":277},{"path":296,"priority":277},{"path":315,"priority":272},"hooks.json",{"basePath":317,"description":318,"displayName":319,"installMethods":320,"rationale":321,"selectedPaths":322,"source":278,"sourceLanguage":18,"type":250},".agents/skills/pierre-guard","Guard against breaking the @pierre/diffs integration in Plannotator's code review UI. Use this skill whenever modifying DiffViewer.tsx, upgrading the @pierre/diffs package, changing unsafeCSS injection, adding new props to FileDiff, or touching shadow DOM selectors or CSS variables that cross into Pierre's shadow boundary. Also trigger when someone asks \"will this break the diff viewer\", \"is this safe to change\", or when reviewing PRs that touch the review-editor package.","pierre-guard",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/pierre-guard/SKILL.md",[323],{"path":324,"priority":272},"SKILL.md",{"basePath":326,"description":327,"displayName":328,"installMethods":329,"rationale":330,"selectedPaths":331,"source":278,"sourceLanguage":18,"type":250},".agents/skills/release","Prepare and execute a Plannotator release — draft release notes with full contributor credit, bump versions across all package files, build in dependency order, and kick off the tag-driven release pipeline. Use this skill whenever the user mentions preparing a release, bumping versions, writing release notes, tagging a release, or publishing. Also trigger when the user says things like \"let's ship\", \"prep a release\", \"what's changed since last release\", or \"time to cut a new version\".","release-plannotator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/release/SKILL.md",[332,333,336,338],{"path":324,"priority":272},{"path":334,"priority":335},"references/release-notes-v0.12.0.md","medium",{"path":337,"priority":335},"references/release-notes-v0.13.0.md",{"path":339,"priority":335},"references/release-notes-v0.13.1.md",{"basePath":341,"description":342,"displayName":343,"installMethods":344,"rationale":345,"selectedPaths":346,"source":278,"sourceLanguage":18,"type":250},".agents/skills/review-renovate","Review Renovate bot PRs that update GitHub Actions dependencies. Verifies supply chain integrity by checking pinned commit SHAs against upstream tagged releases, reviews changelogs for breaking changes, and confirms compatibility with existing workflow configurations. Use when a Renovate PR updates GitHub Actions in .github/workflows/.","review-renovate",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/review-renovate/SKILL.md",[347],{"path":324,"priority":272},{"basePath":349,"description":350,"displayName":351,"installMethods":352,"rationale":353,"selectedPaths":354,"source":278,"sourceLanguage":18,"type":250},".agents/skills/update-deps","Audit and update npm/Bun dependencies with supply chain integrity checks — verifies maintainers, publish age, tarball diffs, and provenance before bumping. Defers risky packages to ~/.supply-chain/notes/.","update-deps",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/update-deps/SKILL.md",[355],{"path":324,"priority":272},{"basePath":357,"description":358,"displayName":359,"installMethods":360,"rationale":361,"selectedPaths":362,"source":278,"sourceLanguage":18,"type":250},"apps/skills/plannotator-annotate","Open Plannotator's annotation UI for a markdown file, converted HTML file, URL, or folder and then respond to the returned annotations.","plannotator-annotate",{"claudeCode":12},"SKILL.md frontmatter at apps/skills/plannotator-annotate/SKILL.md",[363],{"path":324,"priority":272},{"basePath":365,"description":366,"displayName":367,"installMethods":368,"rationale":369,"selectedPaths":370,"source":278,"sourceLanguage":18,"type":250},"apps/skills/plannotator-compound","Analyze a user's Plannotator plan archive to extract denial patterns, feedback taxonomy, evolution over time, and actionable prompt improvements — then produce a polished HTML dashboard report. Falls back to Claude Code ExitPlanMode denial reasons when Plannotator data is unavailable.\n","plannotator-compound",{"claudeCode":12},"SKILL.md frontmatter at apps/skills/plannotator-compound/SKILL.md",[371,372,375,377],{"path":324,"priority":272},{"path":373,"priority":374},"assets/report-template.html","low",{"path":376,"priority":335},"references/claude-code-fallback.md",{"path":378,"priority":374},"scripts/extract_exit_plan_mode_outcomes.py",{"basePath":380,"description":381,"displayName":382,"installMethods":383,"rationale":384,"selectedPaths":385,"source":278,"sourceLanguage":18,"type":250},"apps/skills/plannotator-last","Open Plannotator on the latest rendered assistant message and use the returned annotations to revise that message or continue.","plannotator-last",{"claudeCode":12},"SKILL.md frontmatter at apps/skills/plannotator-last/SKILL.md",[386],{"path":324,"priority":272},{"basePath":388,"description":389,"displayName":390,"installMethods":391,"rationale":392,"selectedPaths":393,"source":278,"sourceLanguage":18,"type":250},"apps/skills/plannotator-review","Open Plannotator's browser-based code review UI for the current worktree or a pull request URL, then act on the feedback that comes back.","plannotator-review",{"claudeCode":12},"SKILL.md frontmatter at apps/skills/plannotator-review/SKILL.md",[394],{"path":324,"priority":272},{"basePath":247,"description":10,"displayName":13,"installMethods":396,"rationale":397,"selectedPaths":398,"source":278,"sourceLanguage":18,"type":250},{"claudeCode":12},"SKILL.md frontmatter at apps/skills/plannotator-setup-goal/SKILL.md",[399,400],{"path":324,"priority":272},{"path":401,"priority":374},"scripts/scaffold_goal.py",{"basePath":403,"description":404,"displayName":405,"installMethods":406,"rationale":407,"selectedPaths":408,"source":278,"sourceLanguage":18,"type":250},"apps/skills/plannotator-visual-explainer","Generate self-contained HTML visualizations with Plannotator theming. Use for implementation plans, PR explainers, architecture diagrams, data tables, slide decks, and any visual explanation of technical concepts. Plans and PR explainers follow Plannotator's prescriptive approach; all other visual content delegates to nicobailon/visual-explainer.\n","plannotator-visual-explainer",{"claudeCode":12},"SKILL.md frontmatter at apps/skills/plannotator-visual-explainer/SKILL.md",[409,410,412,414,416],{"path":324,"priority":272},{"path":411,"priority":335},"references/design-system.md",{"path":413,"priority":335},"references/pr-components.md",{"path":415,"priority":335},"references/svg-patterns.md",{"path":417,"priority":335},"references/theme-override.md",{"basePath":266,"description":419,"displayName":249,"installMethods":420,"license":305,"rationale":421,"selectedPaths":422,"source":278,"sourceLanguage":18,"type":429},"Interactive Plan Review for Claude Code - annotate plans visually, share with team, automatically send feedback",{"npm":249},"cli ecosystem detected at /",[423,425,426,427],{"path":424,"priority":272},"package.json",{"path":274,"priority":272},{"path":276,"priority":277},{"path":428,"priority":335},"bin/plannotator.js","cli",{"sources":431},[432],"manual",{"closedIssues90d":235,"description":434,"forks":236,"homepage":435,"license":242,"openIssues90d":237,"pushedAt":238,"readmeSize":233,"stars":239,"topics":436},"Annotate and review coding agent plans and code diffs visually, share with your team, send feedback to agents with one click.","https://plannotator.ai",[437,438,439,440,441,216,442,443,444],"claude-code","opencode","obsidian","pi-mono","plan-mode","agents","code-review","skills",{"classifiedAt":446,"discoverAt":447,"extractAt":448,"githubAt":448,"updatedAt":446},1778682918806,1778682913452,1778682916808,[219,216,218,215,217],{"evaluatedAt":245,"extractAt":451,"updatedAt":245},1778682919003,[],[454,481,512,541,562,592],{"_creationTime":455,"_id":456,"community":457,"display":458,"identity":464,"providers":467,"relations":475,"tags":477,"workflow":478},1778696923757.7725,"k17c4m9c7dd4039yczkzej1wrs86n3pk",{"reviewCount":8},{"description":459,"installMethods":460,"name":462,"sourceUrl":463},"Master skill for legal teams using Claude. Loads the right reference for the user's question (privilege configuration, MCP hardening, verification, long documents, practice-area patterns, skill authoring) and routes to specialized starter skills (NDA triage, version diff, meeting brief, citation verification, status synthesis). Auto-invokes when the user mentions legal work, contracts, redlines, NDAs, privilege, attorney-client, court filings, depositions, regulatory compliance, or asks how to set up Claude for a law firm or in-house legal team.",{"claudeCode":461},"sboghossian/master-claude-for-legal","Master Claude for Legal","https://github.com/sboghossian/master-claude-for-legal",{"basePath":266,"githubOwner":465,"githubRepo":466,"locale":18,"slug":466,"type":250},"sboghossian","master-claude-for-legal",{"evaluate":468,"extract":473},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":469,"targetMarket":220,"tier":221},[470,471,219,472,218],"legal","llm-ops","compliance",{"commitSha":256,"license":474},"MIT",{"repoId":476},"kd72fmh49vwat89ksfnb322tbh86nazp",[219,472,218,470,471],{"evaluatedAt":479,"extractAt":480,"updatedAt":479},1778696937293,1778696923757,{"_creationTime":482,"_id":483,"community":484,"display":485,"identity":491,"providers":496,"relations":505,"tags":508,"workflow":509},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":486,"installMethods":487,"name":489,"sourceUrl":490},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":488},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":492,"githubOwner":493,"githubRepo":494,"locale":18,"slug":495,"type":250},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":497,"extract":504},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":498,"targetMarket":220,"tier":221},[499,500,501,502,219,429,503],"git","development-environment","workflow","tmux","developer-tool",{"commitSha":256,"license":474},{"parentExtensionId":506,"repoId":507},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[219,429,503,500,499,502,501],{"evaluatedAt":510,"extractAt":511,"updatedAt":510},1778699613343,1778699234184,{"_creationTime":513,"_id":514,"community":515,"display":516,"identity":522,"providers":525,"relations":533,"tags":536,"workflow":537},1778699505679.3464,"k1751nm85mw95gw3rsqgrdqspx86ncq2",{"reviewCount":8},{"description":517,"installMethods":518,"name":520,"sourceUrl":521},"无需 OAuth 即可创建公开的 Google Docs 或 Google Sheet 文件。使用此技能创建和编辑 Google Docs 和 Sheets，无需登录 Google。文档可通过共享链接查看。首次使用时自动注册。",{"claudeCode":519},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":266,"githubOwner":523,"githubRepo":520,"locale":524,"slug":520,"type":250},"zagmoai","zh-CN",{"evaluate":526,"extract":532},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":527,"targetMarket":220,"tier":221},[528,529,530,219,531],"google-docs","google-sheets","productivity","api-client",{"commitSha":256},{"repoId":534,"translatedFrom":535},"kd776ynh73t0d6samn4bnxdf3x86n8mj","k1707pszx7h026a651dp5tvaxd86m3ag",[531,219,528,529,530],{"evaluatedAt":538,"extractAt":539,"updatedAt":540},1778699485884,1778699468747,1778699505679,{"_creationTime":542,"_id":543,"community":544,"display":545,"identity":548,"providers":551,"relations":558,"tags":559,"workflow":560},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":546,"installMethods":547,"name":494,"sourceUrl":490},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":488},{"basePath":549,"githubOwner":493,"githubRepo":494,"locale":18,"slug":550,"type":250},"skills/ask","ask",{"evaluate":552,"extract":557},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":553,"targetMarket":220,"tier":221},[429,219,554,555,443,556],"llm","prompting","artifact-generation",{"commitSha":256,"license":474},{"parentExtensionId":506,"repoId":507},[556,219,429,443,554,555],{"evaluatedAt":561,"extractAt":511,"updatedAt":561},1778699303045,{"_creationTime":563,"_id":564,"community":565,"display":566,"identity":572,"providers":576,"relations":584,"tags":587,"workflow":588},1778699366078.7817,"k173mj3k9wcdq512bp1532xkwx86nrh4",{"reviewCount":8},{"description":567,"installMethods":568,"name":570,"sourceUrl":571},"当工作依赖于用户实时浏览器会话或可见的渲染状态，而不是静态抓取时使用，尤其是在浏览器调试上下文或 DevTools 选择的元素或请求、登录仪表板或 CMS 流程、localhost 应用、上传、下载、媒体检查、DOM 或 iframe 检查、Shadow DOM，或看起来像软 404、身份验证墙、反机器人检查或速率限制的浏览器故障时。",{"claudeCode":569},"xixu-me/skills","使用我的浏览器","https://github.com/xixu-me/skills",{"basePath":573,"githubOwner":574,"githubRepo":444,"locale":524,"slug":575,"type":250},"skills/use-my-browser","xixu-me","use-my-browser",{"evaluate":577,"extract":583},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":578,"targetMarket":220,"tier":221},[579,580,219,581,582],"browser","debugging","ux","developer-tools",{"commitSha":256,"license":474},{"repoId":585,"translatedFrom":586},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k179cgk616p3xva37r5jqsfwvh86mcp2",[219,579,580,582,581],{"evaluatedAt":589,"extractAt":590,"updatedAt":591},1778699261239,1778699106670,1778699366078,{"_creationTime":593,"_id":594,"community":595,"display":596,"identity":602,"providers":605,"relations":615,"tags":619,"workflow":620},1778699289329.1182,"k172jykxz0jywjekjxjt5thj5x86nm3n",{"reviewCount":8},{"description":597,"installMethods":598,"name":600,"sourceUrl":601},"当用户需要通过 Xquik 获取 X (Twitter) 数据或执行需要确认的 X 操作时使用：推文搜索、用户查找、关注者提取、媒体下载、监控、Webhook、MCP、SDK、发布、点赞、私信和个人资料更新。需要 Xquik API 密钥。切勿索要 X 登录凭据。",{"claudeCode":599},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":603,"githubOwner":604,"githubRepo":600,"locale":524,"slug":600,"type":250},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":606,"extract":614},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":607,"targetMarket":220,"tier":221},[608,609,610,611,219,612,613],"twitter","x","api","data-retrieval","mcp","sdk",{"commitSha":256},{"parentExtensionId":616,"repoId":617,"translatedFrom":618},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[610,219,611,612,613,608,609],{"evaluatedAt":621,"extractAt":622,"updatedAt":623},1778699230863,1778699170774,1778699289329]