[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-f-skill-lookup-en":3,"guides-for-f-skill-lookup":428,"similar-k174b1yy4553gtc3vkny6w5ay586n3ph-en":429},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":244,"isFallback":239,"parentExtension":249,"providers":309,"relations":313,"repo":314,"tags":425,"workflow":426},1778686798821.8254,"k174b1yy4553gtc3vkny6w5ay586n3ph",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.\n",{"claudeCode":12},"f/prompts.chat","skill-lookup","https://github.com/f/prompts.chat",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":225,"workflow":242},1778686988419.1301,"kn73a0ewkmm5evbgabf47fpend86mpmm","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":202,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":218,"tier":219,"useCases":220},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,113,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,188,192],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of searching, retrieving, and installing Agent Skills from the prompts.chat registry and provides specific use cases.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill leverages MCP tools to interact with the prompts.chat registry, offering value beyond simple LLM capabilities by enabling skill discovery and installation.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides the necessary tools and workflow for searching, retrieving, and installing skills, covering the complete lifecycle for its stated purpose.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on managing Agent Skills from the prompts.chat registry, adhering to a single domain.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided description accurately reflects the skill's functionality of searching, retrieving, and installing agent skills using MCP tools.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses specific, scoped tools like `search_skills` and `get_skill`, which are well-defined verb-noun actions.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md clearly documents the parameters for `search_skills` and `get_skill`, including defaults and usage examples.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tool names (`search_skills`, `get_skill`) are descriptive and adhere to the verb-noun convention.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The input parameters for `search_skills` and `get_skill` are well-defined and specific to their tasks, and the expected outputs are documented.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project is dual-licensed under MIT for source code and CC0 for prompt content, both permissive licenses.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits as of 2026-05-13, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The skill appears to use standard Node.js dependencies which are managed via npm and likely have lockfiles given the presence of `hasLockfile: true`.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill does not appear to handle or expose secrets, as its function is to interact with a public registry.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill interacts with a registry API and does not appear to load or execute external, untrusted data as code.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill uses committed tools and does not fetch remote code or data at runtime.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill's operations involve API calls and file system operations within a controlled scope, not touching arbitrary external files.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No evidence of detached process spawns or deny-retry loops was found in the provided script.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill's purpose is to query and install skills, with no indication of reading or submitting confidential data.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content and descriptions appear to be free of hidden steering tricks or obfuscated instructions.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The skill's implementation appears to be standard JavaScript/TypeScript without obfuscation or dynamically executed code.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill makes standard assumptions about file paths for saving skills (e.g., `.claude/skills/{slug}/`) which are typical for agent environments.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 13 issues opened and 29 closed in the last 90 days, the closure rate is healthy, indicating good maintainer engagement.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The `pushedAt` date indicates recent activity, and the presence of a CHANGELOG.md implies versioning practices.",{"category":103,"check":104,"severity":24,"summary":105},"Execution","Validation","The tool definitions for `search_skills` and `get_skill` appear to have schema validation for their parameters.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The installation process is guarded by explicit steps and confirmation, not silent destructive operations.",{"category":110,"check":111,"severity":24,"summary":112},"Code Execution","Error Handling","The workflow outlines clear steps for handling errors, such as verifying the SKILL.md after saving, implying robust error reporting.",{"category":110,"check":114,"severity":115,"summary":116},"Logging","not_applicable","The skill is primarily focused on API interactions and file system operations for installation, and explicit audit logging within the skill itself is not a primary concern for this type of utility.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The skill interacts with a public registry and does not process personal data.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill operates on a global registry and does not have any regional or jurisdictional limitations.",{"category":91,"check":125,"severity":24,"summary":126},"Runtime stability","The skill uses standard JavaScript/Node.js and MCP tools, ensuring broad runtime compatibility.",{"category":44,"check":128,"severity":24,"summary":129},"README","A comprehensive README exists, detailing the project's purpose, integrations, and usage.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The skill exposes only two core tools (`search_skills` and `get_skill`), fitting within the ideal range.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The two tools, `search_skills` and `get_skill`, have distinct and non-overlapping functionalities.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features related to searching, retrieving, and installing skills are implemented and supported by the provided tools.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions for various environments, including a Claude Code plugin example.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The SKILL.md outlines steps for verifying installation and implies that errors during these steps would be reported, suggesting actionable messages.",{"category":103,"check":148,"severity":24,"summary":149},"Pinned dependencies","The `hasLockfile: true` in trust signals indicates dependencies are pinned, and scripts likely have interpreter declarations.",{"category":33,"check":151,"severity":115,"summary":152},"Dry-run preview","The skill's primary functions are searching and retrieving metadata, not state-changing operations that would typically require a dry-run.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The interactions are with a registry API, which is expected to handle standard network protocols, retries, and timeouts appropriately.",{"category":118,"check":158,"severity":24,"summary":159},"Telemetry opt-in","No evidence of telemetry collection is present in the skill's description or code, implying it is either not collected or strictly opt-in.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly defines the skill's purpose: searching, retrieving, and installing Agent Skills from prompts.chat using MCP tools, with specific trigger phrases and boundaries.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise and self-contained, summarizing the core capability and providing trigger phrases.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is concise and focuses on workflow, tools, and installation, deferring deeper details to external documentation if needed.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and links to tools and examples, providing a clear entry point without overwhelming detail.",{"category":170,"check":174,"severity":115,"summary":175},"Forked exploration","This skill is a utility for managing other skills and does not involve deep exploration or code review that would necessitate forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides clear, executable examples for using the `search_skills` and `get_skill` tools.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill's documentation implicitly handles edge cases like installation verification and outlines tool parameter usage, suggesting robustness.",{"category":110,"check":183,"severity":115,"summary":184},"Tool Fallback","The skill relies on the Claude Code environment's MCP tools and does not require a separate, optional MCP server with fallback paths.",{"category":91,"check":186,"severity":24,"summary":187},"Stack assumptions","The skill relies on standard Node.js and MCP tools, making its stack assumptions clear and broadly compatible.",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The installation steps include verification, implying a halt on unexpected states like a missing SKILL.md.",{"category":91,"check":193,"severity":24,"summary":194},"Cross-skill coupling","The skill operates independently and focuses solely on managing skills from the prompts.chat registry without relying on other specific skills.",1778686988299,"This skill allows users to search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. It provides functionalities to find skills based on keywords, categories, or tags, retrieve detailed information about a specific skill, and install it into the local skill directory.",[198,199,200,201],"Search for agent skills by keyword, category, and tag.","Retrieve detailed information and all files for a specific agent skill.","Install agent skills into the local `.claude/skills/` directory.","Verify successful installation of agent skills.",[203,204,205],"Developing new agent skills.","Managing skills from registries other than prompts.chat.","Providing advanced configuration or management of installed skills beyond basic installation.","3.0.0","4.4.0","To enable users to easily discover, install, and manage AI agent skills from the prompts.chat registry to extend their Claude capabilities.","Strong adherence to documentation and security best practices, with a clear purpose and well-defined tools. Minor notes on implicit error handling and dependency management are addressed.",95,"A robust and secure skill for managing agent skills from the prompts.chat registry.",[213,214,215,216,217],"mcp","skill-management","registry","installation","discovery","global","verified",[221,222,223,224],"When a user asks to find available agent skills.","When a user wants to browse the prompts.chat skill catalog.","When a user requests to install a specific skill for Claude.","When a user wants to extend Claude's functionality with reusable AI agent components.",{"codeQuality":226,"collectedAt":228,"documentation":229,"maintenance":232,"security":238,"testCoverage":241},{"hasLockfile":227},true,1778686924047,{"descriptionLength":230,"readmeSize":231},248,10199,{"closedIssues90d":233,"forks":234,"hasChangelog":227,"openIssues90d":235,"pushedAt":236,"stars":237},29,21113,13,1778646223000,162178,{"hasNpmPackage":239,"license":240,"smitheryVerified":239},false,"NOASSERTION",{"hasCi":227,"hasTests":227},{"updatedAt":243},1778686988419,{"basePath":245,"githubOwner":246,"githubRepo":247,"locale":18,"slug":13,"type":248},"plugins/claude/prompts.chat/skills/skill-lookup","f","prompts.chat","skill",{"_creationTime":250,"_id":251,"community":252,"display":253,"identity":256,"parentExtension":259,"providers":292,"relations":304,"tags":305,"workflow":306},1778686798821.8245,"k173cv5q53sve25kpjhmawbp2186m6bj",{"reviewCount":8},{"description":254,"installMethods":255,"name":247,"sourceUrl":14},"Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.",{"claudeCode":247},{"basePath":257,"githubOwner":246,"githubRepo":247,"locale":18,"slug":247,"type":258},"plugins/claude/prompts.chat","plugin",{"_creationTime":260,"_id":261,"community":262,"display":263,"identity":266,"providers":269,"relations":285,"tags":287,"workflow":288},1778686798821.8242,"k1768va4x3pv3gj4qwkb02rzjs86n5jh",{"reviewCount":8},{"description":264,"installMethods":265,"name":247,"sourceUrl":14},"Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code",{"claudeCode":12},{"basePath":267,"githubOwner":246,"githubRepo":247,"locale":18,"slug":247,"type":268},"","marketplace",{"evaluate":270,"extract":279},{"promptVersionExtension":271,"promptVersionScoring":207,"score":272,"tags":273,"targetMarket":218,"tier":219},"3.1.0",97,[274,275,276,277,278],"prompts","ai-tools","dataset","curation","productivity",{"commitSha":280,"marketplace":281,"plugin":283},"HEAD",{"name":247,"pluginCount":282},1,{"mcpCount":8,"provider":284,"skillCount":8},"classify",{"repoId":286},"kd78rg6a5znaqrretqqhmf9b7d86mvrn",[275,277,276,278,274],{"evaluatedAt":289,"extractAt":290,"updatedAt":291},1778686819065,1778686798821,1778687112056,{"evaluate":293,"extract":300},{"promptVersionExtension":206,"promptVersionScoring":207,"score":272,"tags":294,"targetMarket":218,"tier":219},[274,295,296,297,298,299],"ai","skills","search","management","llm",{"commitSha":280,"license":301,"plugin":302},"MIT",{"mcpCount":8,"provider":284,"skillCount":303},2,{"parentExtensionId":261,"repoId":286},[295,299,298,274,297,296],{"evaluatedAt":307,"extractAt":290,"updatedAt":308},1778686847092,1778687112255,{"evaluate":310,"extract":312},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":311,"targetMarket":218,"tier":219},[213,214,215,216,217],{"commitSha":280},{"parentExtensionId":251,"repoId":286},{"_creationTime":315,"_id":286,"identity":316,"providers":317,"workflow":421},1778686783100.726,{"githubOwner":246,"githubRepo":247,"sourceUrl":14},{"classify":318,"discover":399,"github":402},{"commitSha":280,"extensions":319},[320,333,354,363,371,379,384],{"basePath":267,"description":264,"displayName":247,"installMethods":321,"rationale":322,"selectedPaths":323,"source":332,"sourceLanguage":18,"type":268},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[324,327,329],{"path":325,"priority":326},".claude-plugin/marketplace.json","mandatory",{"path":328,"priority":326},"README.md",{"path":330,"priority":331},"LICENSE","high","rule",{"basePath":257,"description":254,"displayName":247,"installMethods":334,"license":301,"rationale":335,"selectedPaths":336,"source":332,"sourceLanguage":18,"type":258},{"claudeCode":247},"plugin manifest at plugins/claude/prompts.chat/.claude-plugin/plugin.json",[337,339,342,344,346,348,350,352],{"path":338,"priority":326},".claude-plugin/plugin.json",{"path":340,"priority":341},"skills/prompt-lookup/SKILL.md","medium",{"path":343,"priority":341},"skills/skill-lookup/SKILL.md",{"path":345,"priority":326},".mcp.json",{"path":347,"priority":331},"agents/prompt-manager.md",{"path":349,"priority":331},"agents/skill-manager.md",{"path":351,"priority":331},"commands/prompts.md",{"path":353,"priority":331},"commands/skills.md",{"basePath":355,"description":356,"displayName":357,"installMethods":358,"rationale":359,"selectedPaths":360,"source":332,"sourceLanguage":18,"type":248},".windsurf/skills/book-translation","Translate \"The Interactive Book of Prompting\" chapters and UI strings to a new language","book-translation",{"claudeCode":12},"SKILL.md frontmatter at .windsurf/skills/book-translation/SKILL.md",[361],{"path":362,"priority":326},"SKILL.md",{"basePath":364,"description":365,"displayName":366,"installMethods":367,"rationale":368,"selectedPaths":369,"source":332,"sourceLanguage":18,"type":248},".windsurf/skills/widget-generator","Generate customizable widget plugins for the prompts.chat feed system","widget-generator",{"claudeCode":12},"SKILL.md frontmatter at .windsurf/skills/widget-generator/SKILL.md",[370],{"path":362,"priority":326},{"basePath":372,"description":373,"displayName":374,"installMethods":375,"rationale":376,"selectedPaths":377,"source":332,"sourceLanguage":18,"type":248},"plugins/claude/prompts.chat/skills/prompt-lookup","Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.","prompt-lookup",{"claudeCode":12},"SKILL.md frontmatter at plugins/claude/prompts.chat/skills/prompt-lookup/SKILL.md",[378],{"path":362,"priority":326},{"basePath":245,"description":10,"displayName":13,"installMethods":380,"rationale":381,"selectedPaths":382,"source":332,"sourceLanguage":18,"type":248},{"claudeCode":12},"SKILL.md frontmatter at plugins/claude/prompts.chat/skills/skill-lookup/SKILL.md",[383],{"path":362,"priority":326},{"basePath":385,"description":386,"displayName":247,"installMethods":387,"license":301,"rationale":388,"selectedPaths":389,"source":332,"sourceLanguage":18,"type":398},"packages/prompts.chat","Developer toolkit for AI prompts - build, validate, parse, and connect to prompts.chat",{"npm":247},"cli ecosystem detected at packages/prompts.chat",[390,392,393,395],{"path":391,"priority":326},"package.json",{"path":328,"priority":326},{"path":394,"priority":341},"bin/cli.js",{"path":396,"priority":397},"src/index.ts","low","cli",{"sources":400},[401],"manual",{"closedIssues90d":233,"description":403,"forks":234,"homepage":404,"license":240,"openIssues90d":235,"pushedAt":236,"readmeSize":231,"stars":237,"topics":405},"f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.","https://prompts.chat",[406,295,407,408,409,410,411,412,413,299,414,415,416,417,418,274,419,420],"chatgpt","artificial-intelligence","awesome-list","chatgpt-prompts","claude","gemini","gpt","gpt-4","machine-learning","nextjs","open-source","openai","prompt-engineering","typescript","prompts-chat",{"classifiedAt":422,"discoverAt":423,"extractAt":424,"githubAt":424,"updatedAt":422},1778686798620,1778686783100,1778686796243,[217,216,213,215,214],{"evaluatedAt":243,"extractAt":290,"updatedAt":427},1778687112871,[],[430,458,482,511,540,570],{"_creationTime":431,"_id":432,"community":433,"display":434,"identity":440,"providers":444,"relations":451,"tags":454,"workflow":455},1778695548458.3691,"k170v9zdk5jd1g1dwtya1fgzfx86n6dm",{"reviewCount":8},{"description":435,"installMethods":436,"name":438,"sourceUrl":439},"Install skills, agents, and teams from agent-almanac into any supported agentic framework using the CLI. Covers framework detection, content search, installation with dependency resolution, health auditing, and manifest-based syncing. Use when setting up a new project with agentic capabilities, installing specific skills or entire domains, targeting multiple frameworks simultaneously, or maintaining a declarative manifest of installed content.\n",{"claudeCode":437},"pjt222/agent-almanac","install-almanac-content","https://github.com/pjt222/agent-almanac",{"basePath":441,"githubOwner":442,"githubRepo":443,"locale":18,"slug":438,"type":248},"skills/install-almanac-content","pjt222","agent-almanac",{"evaluate":445,"extract":450},{"promptVersionExtension":206,"promptVersionScoring":207,"score":446,"tags":447,"targetMarket":218,"tier":219},100,[398,216,448,217,449],"framework-integration","agent-management",{"commitSha":280},{"parentExtensionId":452,"repoId":453},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[449,398,217,448,216],{"evaluatedAt":456,"extractAt":457,"updatedAt":456},1778698810606,1778695548458,{"_creationTime":459,"_id":460,"community":461,"display":462,"identity":468,"providers":471,"relations":476,"tags":478,"workflow":479},1778690923100.0432,"k17f6cw3k9pm6z9zqjqd643h2986m7r5",{"reviewCount":8},{"description":463,"installMethods":464,"name":466,"sourceUrl":467},"Discover and install related skills from inference.sh skill registry. Helps find complementary skills for your AI workflow. Use for: skill discovery, workflow expansion, capability exploration. Triggers: related skills, find skills, skill discovery, complementary skills, expand workflow, more capabilities, similar skills, skill suggestions",{"claudeCode":465},"inferen-sh/skills","related-skill","https://github.com/inferen-sh/skills",{"basePath":469,"githubOwner":470,"githubRepo":296,"locale":18,"slug":466,"type":248},"tools/utilities/related-skill","inferen-sh",{"evaluate":472,"extract":475},{"promptVersionExtension":206,"promptVersionScoring":207,"score":473,"tags":474,"targetMarket":218,"tier":219},99,[296,215,398,217,298],{"commitSha":280},{"repoId":477},"kd75bmkxfkvvw504knzzpkzjph86n71t",[398,217,298,215,296],{"evaluatedAt":480,"extractAt":481,"updatedAt":480},1778692560074,1778690923100,{"_creationTime":483,"_id":484,"community":485,"display":486,"identity":492,"providers":496,"relations":504,"tags":507,"workflow":508},1778692726926.759,"k17d9b4drz8b1qp0xm8e64cp3x86me7x",{"reviewCount":8},{"description":487,"installMethods":488,"name":490,"sourceUrl":491},"Teresa Torres Opportunity Solution Tree: outcome, opportunity space, solutions, experiments. Use when someone says \"opportunity tree\", \"OST\", \"opportunity solution tree\", \"discovery\", \"what should we build\", \"map opportunities\", \"Teresa Torres\", \"continuous discovery\".\n",{"claudeCode":489},"marfoerst/the-pragmatic-pm","pm-opportunity-tree","https://github.com/marfoerst/the-pragmatic-pm",{"basePath":493,"githubOwner":494,"githubRepo":495,"locale":18,"slug":490,"type":248},"skills/pm-opportunity-tree","marfoerst","the-pragmatic-pm",{"evaluate":497,"extract":503},{"promptVersionExtension":206,"promptVersionScoring":207,"score":446,"tags":498,"targetMarket":218,"tier":219},[499,217,500,501,502],"product-management","strategy","opportunity-solution-tree","teresa-torres",{"commitSha":280},{"parentExtensionId":505,"repoId":506},"k17ehawghqbe3ff7rxmq9cq1xs86nm21","kd731k864fr1ezp8r85ecbhz9986mzz7",[217,501,499,500,502],{"evaluatedAt":509,"extractAt":510,"updatedAt":509},1778693333425,1778692726926,{"_creationTime":512,"_id":513,"community":514,"display":515,"identity":521,"providers":525,"relations":533,"tags":536,"workflow":537},1778696691708.3306,"k172evhhmbzzyp7g0t2caf4hfh86nsp9",{"reviewCount":8},{"description":516,"installMethods":517,"name":519,"sourceUrl":520},"First-run setup for ruvector@0.2.25 — installs ONNX/Brain/SONA add-ons, registers the MCP server, and verifies the install via `doctor`",{"claudeCode":518},"ruvnet/ruflo","vector-setup","https://github.com/ruvnet/ruflo",{"basePath":522,"githubOwner":523,"githubRepo":524,"locale":18,"slug":519,"type":248},"plugins/ruflo-ruvector/skills/vector-setup","ruvnet","ruflo",{"evaluate":526,"extract":532},{"promptVersionExtension":206,"promptVersionScoring":207,"score":446,"tags":527,"targetMarket":218,"tier":219},[528,216,529,530,531],"setup","ruvector","npm","dependencies",{"commitSha":280},{"parentExtensionId":534,"repoId":535},"k17710fw96s8hs1y3j2cye3aa586n523","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[531,216,530,529,528],{"evaluatedAt":538,"extractAt":539,"updatedAt":538},1778701365160,1778696691708,{"_creationTime":541,"_id":542,"community":543,"display":544,"identity":550,"providers":555,"relations":564,"tags":566,"workflow":567},1778695753353.6296,"k172a1fn4g03khkwby166vtxnn86m6y6",{"reviewCount":8},{"description":545,"installMethods":546,"name":548,"sourceUrl":549},"ClawHub reputation checker for clawsec-suite. Adds a standalone reputation gate before guarded skill installation.",{"claudeCode":547},"prompt-security/clawsec","ClawHub Reputation Checker","https://github.com/prompt-security/clawsec",{"basePath":551,"githubOwner":552,"githubRepo":553,"locale":18,"slug":554,"type":248},"skills/clawsec-clawhub-checker","prompt-security","clawsec","clawsec-clawhub-checker",{"evaluate":556,"extract":562},{"promptVersionExtension":206,"promptVersionScoring":207,"score":446,"tags":557,"targetMarket":218,"tier":219},[558,559,560,216,561],"security","reputation","gate","node",{"commitSha":280,"license":563},"AGPL-3.0-or-later",{"repoId":565},"kd72phsqkbk8w57ctvf7ac9nqs86n9t4",[560,216,561,559,558],{"evaluatedAt":568,"extractAt":569,"updatedAt":568},1778695794930,1778695753353,{"_creationTime":571,"_id":572,"community":573,"display":574,"identity":578,"providers":581,"relations":588,"tags":590,"workflow":591},1778696691708.329,"k170yjw596k3cg892bq130jyd186mhyz",{"reviewCount":8},{"description":575,"installMethods":576,"name":577,"sourceUrl":520},"Validate a Claude Code plugin structure, frontmatter, and MCP tool references",{"claudeCode":518},"Validate Plugin",{"basePath":579,"githubOwner":523,"githubRepo":524,"locale":18,"slug":580,"type":248},"plugins/ruflo-plugin-creator/skills/validate-plugin","validate-plugin",{"evaluate":582,"extract":587},{"promptVersionExtension":206,"promptVersionScoring":207,"score":446,"tags":583,"targetMarket":218,"tier":219},[584,258,585,586,213],"validation","developer-tools","claude-code",{"commitSha":280,"license":301},{"parentExtensionId":589,"repoId":535},"k17f4y1y2y777p7zrxxhbnf03n86mr5j",[586,585,213,258,584],{"evaluatedAt":592,"extractAt":539,"updatedAt":592},1778701241052]