[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-plugin-f-prompts.chat-en":3,"guides-for-f-prompts.chat":459,"similar-k173cv5q53sve25kpjhmawbp2186m6bj-en":460},{"_creationTime":4,"_id":5,"children":6,"community":75,"display":76,"evaluation":79,"identity":309,"isFallback":304,"parentExtension":312,"providers":341,"relations":347,"repo":348,"tags":456,"workflow":457},1778686798821.8245,"k173cv5q53sve25kpjhmawbp2186m6bj",[7,50],{"_creationTime":8,"_id":9,"community":10,"display":12,"identity":18,"providers":25,"relations":43,"tags":45,"workflow":46},1778686798821.8252,"k17dd02vkfr4fn954v68zhsdtn86msy1",{"reviewCount":11},0,{"description":13,"installMethods":14,"name":16,"sourceUrl":17},"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.",{"claudeCode":15},"f/prompts.chat","Prompt Lookup","https://github.com/f/prompts.chat",{"basePath":19,"githubOwner":20,"githubRepo":21,"locale":22,"slug":23,"type":24},"plugins/claude/prompts.chat/skills/prompt-lookup","f","prompts.chat","en","prompt-lookup","skill",{"evaluate":26,"extract":40},{"promptVersionExtension":27,"promptVersionScoring":28,"score":29,"tags":30,"targetMarket":38,"tier":39},"3.0.0","4.4.0",97,[31,32,33,34,35,36,37],"prompts","templates","ai","llm","search","retrieval","improvement","global","verified",{"commitSha":41,"license":42},"HEAD","NOASSERTION",{"parentExtensionId":5,"repoId":44},"kd78rg6a5znaqrretqqhmf9b7d86mvrn",[33,37,34,31,36,35,32],{"evaluatedAt":47,"extractAt":48,"updatedAt":49},1778686923741,1778686798821,1778687112629,{"_creationTime":51,"_id":52,"community":53,"display":54,"identity":58,"providers":60,"relations":70,"tags":71,"workflow":72},1778686798821.8254,"k174b1yy4553gtc3vkny6w5ay586n3ph",{"reviewCount":11},{"description":55,"installMethods":56,"name":57,"sourceUrl":17},"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":15},"skill-lookup",{"basePath":59,"githubOwner":20,"githubRepo":21,"locale":22,"slug":57,"type":24},"plugins/claude/prompts.chat/skills/skill-lookup",{"evaluate":61,"extract":69},{"promptVersionExtension":27,"promptVersionScoring":28,"score":62,"tags":63,"targetMarket":38,"tier":39},95,[64,65,66,67,68],"mcp","skill-management","registry","installation","discovery",{"commitSha":41},{"parentExtensionId":5,"repoId":44},[68,67,64,66,65],{"evaluatedAt":73,"extractAt":48,"updatedAt":74},1778686988419,1778687112871,{"reviewCount":11},{"description":77,"installMethods":78,"name":21,"sourceUrl":17},"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":21},{"_creationTime":80,"_id":81,"extensionId":5,"locale":22,"result":82,"trustSignals":289,"workflow":307},1778686847092.2778,"kn7d62jeg9a7h1738pj6javkzd86mw6f",{"checks":83,"evaluatedAt":266,"extensionSummary":267,"features":268,"nonGoals":274,"promptVersionExtension":27,"promptVersionScoring":28,"purpose":278,"rationale":279,"score":29,"summary":280,"tags":281,"targetMarket":38,"tier":39,"useCases":284},[84,89,92,95,99,102,106,110,113,116,120,124,127,131,134,137,140,143,146,149,153,157,161,165,169,172,176,180,184,187,190,193,196,199,202,206,210,213,216,220,223,226,229,232,234,237,240,243,245,248,252,255,258,262],{"category":85,"check":86,"severity":87,"summary":88},"Practical Utility","Problem relevance","pass","The description clearly states the problem of accessing and managing AI prompts and skills, and identifies the user as someone working within an AI coding assistant.",{"category":85,"check":90,"severity":87,"summary":91},"Unique selling proposition","The plugin offers a curated library of thousands of prompts and skills, with functionalities for searching, discovering, saving, and improving prompts, which goes beyond default LLM behavior and provides significant added value.",{"category":85,"check":93,"severity":87,"summary":94},"Production readiness","The plugin provides a complete lifecycle for managing prompts and skills, from discovery to saving and improvement, making it ready for use in real workflows.",{"category":96,"check":97,"severity":87,"summary":98},"Scope","Single responsibility principle","The plugin focuses on managing AI prompts and skills, a coherent domain, and integrates well with the AI coding assistant, without extending into unrelated areas.",{"category":96,"check":100,"severity":87,"summary":101},"Description quality","The displayed description accurately and concisely reflects the plugin's functionality of providing access to AI prompts and skills within an AI coding assistant.",{"category":103,"check":104,"severity":87,"summary":105},"Invocation","Scoped tools","The agent definitions use specific tools like `search_skills`, `get_skill`, `save_skill`, `search_prompts`, `get_prompt`, and `improve_prompt`, which are narrow verb-noun specialists.",{"category":107,"check":108,"severity":87,"summary":109},"Documentation","Configuration & parameter reference","All parameters for the MCP tools are documented within the agent markdown files, including required fields and optional filters, with clear examples.",{"category":96,"check":111,"severity":87,"summary":112},"Tool naming","Tool names like `search_skills`, `get_skill`, `save_prompt`, `improve_prompt` are descriptive, follow kebab-case, and are clearly within the domain of prompt and skill management.",{"category":96,"check":114,"severity":87,"summary":115},"Minimal I/O surface","Tool parameters are well-defined (e.g., `query`, `id`, `limit`) and response structures are focused on the requested information (skill/prompt details, search results), avoiding unnecessary data dumps.",{"category":117,"check":118,"severity":87,"summary":119},"License","License usability","The project is dual-licensed under MIT for code and CC0 for data, with clear LICENSE files provided, meeting permissive open-source requirements.",{"category":121,"check":122,"severity":87,"summary":123},"Maintenance","Commit recency","The repository shows recent commits as of 2026-05-13, indicating active maintenance.",{"category":121,"check":125,"severity":87,"summary":126},"Dependency Management","The project uses npm for dependencies and includes a lockfile, indicating good dependency management practices.",{"category":128,"check":129,"severity":87,"summary":130},"Security","Secret Management","The plugin handles API keys via `save_prompt` and `save_skill` which implies user authentication, and the `userConfig` sensitive flag is used in `plugin.json` for API key storage, suggesting appropriate secret handling.",{"category":128,"check":132,"severity":87,"summary":133},"Injection","The agent markdown files clearly delineate tool usage and arguments, and there's no indication of loading external, untrusted code or data as instructions.",{"category":128,"check":135,"severity":87,"summary":136},"Transitive Supply-Chain Grenades","The plugin relies on provided MCP tools and does not appear to fetch external content at runtime or execute downloaded scripts.",{"category":128,"check":138,"severity":87,"summary":139},"Sandbox Isolation","The plugin interacts with MCP servers and local files via structured commands, adhering to expected sandbox boundaries.",{"category":128,"check":141,"severity":87,"summary":142},"Sandbox escape primitives","No evidence of detached process spawns or denial-retry loops is found in the plugin's command and agent definitions.",{"category":128,"check":144,"severity":87,"summary":145},"Data Exfiltration","The plugin's tools are designed for searching and managing prompts/skills, with no apparent mechanism for exfiltrating confidential user data to third parties.",{"category":128,"check":147,"severity":87,"summary":148},"Hidden Text Tricks","The bundled markdown and JSON files appear to be free of hidden steering tricks or suspicious Unicode characters.",{"category":150,"check":151,"severity":87,"summary":152},"Hooks","Opaque code execution","The plugin relies on well-defined MCP tools and agent scripts, with no evidence of obfuscated or dynamically fetched code execution.",{"category":154,"check":155,"severity":87,"summary":156},"Portability","Structural Assumption","The plugin's commands and agents operate via defined MCP interfaces and local file operations within expected directories, making no assumptions about arbitrary user project structures.",{"category":158,"check":159,"severity":87,"summary":160},"Trust","Issues Attention","With 13 issues opened and 29 closed in the last 90 days, the closure rate is above 50%, indicating good maintainer engagement.",{"category":162,"check":163,"severity":87,"summary":164},"Versioning","Release Management","The plugin has a `version` field in `plugin.json` and `manifestVersion` in trust signals, both set to `1.0.0`, indicating clear versioning.",{"category":166,"check":167,"severity":87,"summary":168},"Execution","Validation","The agent definitions clearly specify expected arguments and their types for MCP tools, implying validation through the MCP interface.",{"category":128,"check":170,"severity":87,"summary":171},"Unguarded Destructive Operations","Operations like saving skills/prompts are behind explicit tool calls that would require user confirmation or API key authentication, and there are no obvious destructive commands executed without gates.",{"category":173,"check":174,"severity":87,"summary":175},"Code Execution","Error Handling","The agent markdown files describe structured tool calls and error handling is expected to be managed by the MCP server, with clear parameters and return types defined.",{"category":173,"check":177,"severity":178,"summary":179},"Logging","not_applicable","The plugin itself does not appear to perform destructive actions or outbound calls that would require local audit logging beyond what the MCP server might provide.",{"category":181,"check":182,"severity":178,"summary":183},"Compliance","GDPR","The plugin manages prompts and skills, and does not appear to operate on personal data without sanitization.",{"category":181,"check":185,"severity":87,"summary":186},"Target market","The extension's functionality is globally applicable and does not exhibit any regional or jurisdictional restrictions.",{"category":154,"check":188,"severity":87,"summary":189},"Runtime stability","The plugin relies on standard npm packages and MCP communication, which are designed to be cross-platform and resilient.",{"category":107,"check":191,"severity":87,"summary":192},"README","The README is extensive, well-structured, and clearly states the plugin's purpose and capabilities.",{"category":96,"check":194,"severity":87,"summary":195},"Tool surface size","The plugin exposes a reasonable number of commands and agents (prompts, skills, prompt-manager, skill-manager) within the scope of prompt and skill management.",{"category":103,"check":197,"severity":87,"summary":198},"Overlapping near-synonym tools","Tools are distinct (e.g., `search_prompts` vs. `get_prompt`, `search_skills` vs. `get_skill`) covering specific actions without significant overlap.",{"category":107,"check":200,"severity":87,"summary":201},"Phantom features","All advertised features, including access to prompts/skills, saving, searching, and improving, are directly supported by the exposed commands and agents.",{"category":203,"check":204,"severity":87,"summary":205},"Install","Installation instruction","The README provides clear installation instructions for CLI and Claude Code Plugin, including copy-paste examples and documentation links.",{"category":207,"check":208,"severity":87,"summary":209},"Errors","Actionable error messages","The agent markdown files specify how tools should be used and imply structured responses, suggesting that errors will be handled and reported by the MCP server.",{"category":166,"check":211,"severity":87,"summary":212},"Pinned dependencies","The presence of `package-lock.json` indicates that npm dependencies are pinned.",{"category":96,"check":214,"severity":178,"summary":215},"Dry-run preview","The core functionality involves searching, retrieving, and saving data, with saving operations likely requiring explicit user action/confirmation via API keys, thus not requiring a dry-run preview.",{"category":217,"check":218,"severity":87,"summary":219},"Protocol","Idempotent retry & timeouts","The plugin relies on the MCP server for backend operations, where idempotency and timeouts are typically handled at the server/protocol level.",{"category":181,"check":221,"severity":87,"summary":222},"Telemetry opt-in","There is no indication of telemetry being collected or sent by the plugin itself; any such functionality would likely be part of the prompts.chat service, not the plugin.",{"category":103,"check":224,"severity":87,"summary":225},"Name collisions","The bundled commands (`prompts.chat:prompts`, `prompts.chat:skills`) and agents are distinct and do not appear to collide with Claude Code built-ins or other extensions.",{"category":103,"check":227,"severity":178,"summary":228},"Hooks-off mechanism","This plugin does not appear to utilize hooks that would require a hooks-off mechanism.",{"category":103,"check":230,"severity":178,"summary":231},"Hook matcher tightness","The plugin does not utilize custom hooks.",{"category":128,"check":233,"severity":178,"summary":231},"Hook security",{"category":150,"check":235,"severity":178,"summary":236},"Silent prompt rewriting","The plugin does not utilize a `UserPromptSubmit` hook.",{"category":128,"check":238,"severity":178,"summary":239},"Permission Hook","The plugin does not utilize a `PermissionRequest` hook.",{"category":181,"check":241,"severity":178,"summary":242},"Hook privacy","The plugin does not utilize custom hooks that would involve logging or telemetry.",{"category":173,"check":244,"severity":178,"summary":231},"Hook dependency",{"category":107,"check":246,"severity":87,"summary":247},"Feature Transparency","All features, including agent capabilities and command usage, are clearly documented in the README and agent markdown files.",{"category":249,"check":250,"severity":87,"summary":251},"Convention","Layout convention adherence","The plugin follows standard conventions with `plugin.json` in `.claude-plugin/` and commands/agents documented in the README.",{"category":249,"check":253,"severity":87,"summary":254},"Plugin state","State management, like API keys for saving, is handled via `userConfig` (sensitive), aligning with secure state persistence.",{"category":128,"check":256,"severity":87,"summary":257},"Keychain-stored secrets","API keys are handled via `userConfig` with `sensitive: true`, indicating they are stored securely in the OS keychain.",{"category":259,"check":260,"severity":87,"summary":261},"Dependencies","Tagged release sourcing","The plugin's MCP server configuration points to a remote URL (`https://prompts.chat/api/mcp`), implying it connects to a stable, hosted service rather than a volatile source.",{"category":263,"check":264,"severity":87,"summary":265},"Installation","Clean uninstall","The plugin's operations are primarily API calls and local file operations within the Claude Code environment, ensuring a clean uninstall.",1778686846971,"This plugin provides access to a large, curated library of AI prompts and skills via the prompts.chat service. It includes commands to search, retrieve, save, and improve prompts, as well as search, get, install, and create skills. It integrates with Claude Code as a plugin and also functions as an MCP server.",[269,270,271,272,273],"Search and discover AI prompts","Retrieve and save prompts","Improve prompts using AI","Search, retrieve, and install AI skills","Create new skills with multi-file support",[275,276,277],"Providing AI models themselves","Acting as a general-purpose file manager","Executing arbitrary code outside of the defined MCP interactions","To seamlessly integrate a vast collection of AI prompts and skills into your AI coding assistant, enabling efficient discovery, management, and enhancement of AI interactions.","The plugin is well-documented, secure, and has a clear scope. The only minor point is the lack of explicit dry-run for save operations, which is not critical for this type of functionality.","A high-quality plugin for accessing and managing AI prompts and skills, with excellent documentation and security.",[31,33,282,35,283,34],"skills","management",[285,286,287,288],"Finding the perfect prompt for a specific task","Extending your AI assistant's capabilities with pre-built skills","Organizing and managing your personal prompt library","Discovering and learning from a large, open-source prompt collection",{"codeQuality":290,"collectedAt":292,"documentation":293,"maintenance":296,"security":303,"testCoverage":306},{"hasLockfile":291},true,1778686819310,{"descriptionLength":294,"readmeSize":295},156,10199,{"closedIssues90d":297,"forks":298,"hasChangelog":291,"manifestVersion":299,"openIssues90d":300,"pushedAt":301,"stars":302},29,21113,"1.0.0",13,1778646223000,162178,{"hasNpmPackage":304,"license":305,"smitheryVerified":304},false,"MIT",{"hasCi":291,"hasTests":291},{"updatedAt":308},1778686847092,{"basePath":310,"githubOwner":20,"githubRepo":21,"locale":22,"slug":21,"type":311},"plugins/claude/prompts.chat","plugin",{"_creationTime":313,"_id":314,"community":315,"display":316,"identity":319,"parentExtension":322,"providers":323,"relations":336,"tags":337,"workflow":338},1778686798821.8242,"k1768va4x3pv3gj4qwkb02rzjs86n5jh",{"reviewCount":11},{"description":317,"installMethods":318,"name":21,"sourceUrl":17},"Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code",{"claudeCode":15},{"basePath":320,"githubOwner":20,"githubRepo":21,"locale":22,"slug":21,"type":321},"","marketplace",null,{"evaluate":324,"extract":331},{"promptVersionExtension":325,"promptVersionScoring":28,"score":29,"tags":326,"targetMarket":38,"tier":39},"3.1.0",[31,327,328,329,330],"ai-tools","dataset","curation","productivity",{"commitSha":41,"marketplace":332,"plugin":334},{"name":21,"pluginCount":333},1,{"mcpCount":11,"provider":335,"skillCount":11},"classify",{"repoId":44},[327,329,328,330,31],{"evaluatedAt":339,"extractAt":48,"updatedAt":340},1778686819065,1778687112056,{"evaluate":342,"extract":344},{"promptVersionExtension":27,"promptVersionScoring":28,"score":29,"tags":343,"targetMarket":38,"tier":39},[31,33,282,35,283,34],{"commitSha":41,"license":305,"plugin":345},{"mcpCount":11,"provider":335,"skillCount":346},2,{"parentExtensionId":314,"repoId":44},{"_creationTime":349,"_id":44,"identity":350,"providers":351,"workflow":452},1778686783100.726,{"githubOwner":20,"githubRepo":21,"sourceUrl":17},{"classify":352,"discover":430,"github":433},{"commitSha":41,"extensions":353},[354,367,388,397,405,410,415],{"basePath":320,"description":317,"displayName":21,"installMethods":355,"rationale":356,"selectedPaths":357,"source":366,"sourceLanguage":22,"type":321},{"claudeCode":15},"marketplace.json at .claude-plugin/marketplace.json",[358,361,363],{"path":359,"priority":360},".claude-plugin/marketplace.json","mandatory",{"path":362,"priority":360},"README.md",{"path":364,"priority":365},"LICENSE","high","rule",{"basePath":310,"description":77,"displayName":21,"installMethods":368,"license":305,"rationale":369,"selectedPaths":370,"source":366,"sourceLanguage":22,"type":311},{"claudeCode":21},"plugin manifest at plugins/claude/prompts.chat/.claude-plugin/plugin.json",[371,373,376,378,380,382,384,386],{"path":372,"priority":360},".claude-plugin/plugin.json",{"path":374,"priority":375},"skills/prompt-lookup/SKILL.md","medium",{"path":377,"priority":375},"skills/skill-lookup/SKILL.md",{"path":379,"priority":360},".mcp.json",{"path":381,"priority":365},"agents/prompt-manager.md",{"path":383,"priority":365},"agents/skill-manager.md",{"path":385,"priority":365},"commands/prompts.md",{"path":387,"priority":365},"commands/skills.md",{"basePath":389,"description":390,"displayName":391,"installMethods":392,"rationale":393,"selectedPaths":394,"source":366,"sourceLanguage":22,"type":24},".windsurf/skills/book-translation","Translate \"The Interactive Book of Prompting\" chapters and UI strings to a new language","book-translation",{"claudeCode":15},"SKILL.md frontmatter at .windsurf/skills/book-translation/SKILL.md",[395],{"path":396,"priority":360},"SKILL.md",{"basePath":398,"description":399,"displayName":400,"installMethods":401,"rationale":402,"selectedPaths":403,"source":366,"sourceLanguage":22,"type":24},".windsurf/skills/widget-generator","Generate customizable widget plugins for the prompts.chat feed system","widget-generator",{"claudeCode":15},"SKILL.md frontmatter at .windsurf/skills/widget-generator/SKILL.md",[404],{"path":396,"priority":360},{"basePath":19,"description":13,"displayName":23,"installMethods":406,"rationale":407,"selectedPaths":408,"source":366,"sourceLanguage":22,"type":24},{"claudeCode":15},"SKILL.md frontmatter at plugins/claude/prompts.chat/skills/prompt-lookup/SKILL.md",[409],{"path":396,"priority":360},{"basePath":59,"description":55,"displayName":57,"installMethods":411,"rationale":412,"selectedPaths":413,"source":366,"sourceLanguage":22,"type":24},{"claudeCode":15},"SKILL.md frontmatter at plugins/claude/prompts.chat/skills/skill-lookup/SKILL.md",[414],{"path":396,"priority":360},{"basePath":416,"description":417,"displayName":21,"installMethods":418,"license":305,"rationale":419,"selectedPaths":420,"source":366,"sourceLanguage":22,"type":429},"packages/prompts.chat","Developer toolkit for AI prompts - build, validate, parse, and connect to prompts.chat",{"npm":21},"cli ecosystem detected at packages/prompts.chat",[421,423,424,426],{"path":422,"priority":360},"package.json",{"path":362,"priority":360},{"path":425,"priority":375},"bin/cli.js",{"path":427,"priority":428},"src/index.ts","low","cli",{"sources":431},[432],"manual",{"closedIssues90d":297,"description":434,"forks":298,"homepage":435,"license":42,"openIssues90d":300,"pushedAt":301,"readmeSize":295,"stars":302,"topics":436},"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",[437,33,438,439,440,441,442,443,444,34,445,446,447,448,449,31,450,451],"chatgpt","artificial-intelligence","awesome-list","chatgpt-prompts","claude","gemini","gpt","gpt-4","machine-learning","nextjs","open-source","openai","prompt-engineering","typescript","prompts-chat",{"classifiedAt":453,"discoverAt":454,"extractAt":455,"githubAt":455,"updatedAt":453},1778686798620,1778686783100,1778686796243,[33,34,283,31,35,282],{"evaluatedAt":308,"extractAt":48,"updatedAt":458},1778687112255,[],[461,493,522,551,586,616],{"_creationTime":462,"_id":463,"community":464,"display":465,"identity":470,"providers":472,"relations":485,"tags":488,"workflow":489},1778693661691.4358,"k177fsagh49r77m9y4755zc1mn86m1jm",{"reviewCount":11},{"description":466,"installMethods":467,"name":468,"sourceUrl":469},"Make assistant output sound human. Strip AI-isms (sycophancy, stock vocab, hedging stacks, em-dash pileups), engineer burstiness, restore voice. Preserves code, URLs, and technical accuracy.",{"claudeCode":468},"unslop","https://github.com/MohamedAbdallah-14/unslop",{"basePath":320,"githubOwner":471,"githubRepo":468,"locale":22,"slug":468,"type":311},"MohamedAbdallah-14",{"evaluate":473,"extract":482},{"promptVersionExtension":27,"promptVersionScoring":28,"score":474,"tags":475,"targetMarket":38,"tier":39},100,[33,476,477,478,479,480,481],"text","writing","editor","code","nlp","humanizer",{"commitSha":41,"plugin":483},{"mcpCount":11,"provider":335,"skillCount":484},5,{"parentExtensionId":486,"repoId":487},"k175vxsqnmn2ye2xkw62x4enkh86n8eb","kd727xcarpnqcat3wd68ms466s86mwkb",[33,479,478,481,480,476,477],{"evaluatedAt":490,"extractAt":491,"updatedAt":492},1778693722676,1778693661691,1778693923675,{"_creationTime":494,"_id":495,"community":496,"display":497,"identity":503,"providers":506,"relations":515,"tags":518,"workflow":519},1778690773482.4834,"k179sm2kkyd7r7nz9jsx62jm9x86mw4a",{"reviewCount":11},{"description":498,"installMethods":499,"name":501,"sourceUrl":502},"Look up and read Hugging Face paper pages in markdown, and use the papers API for structured metadata like authors, linked models, datasets, Spaces, and media URLs when needed.",{"claudeCode":500},"huggingface-papers","Hugging Face Papers","https://github.com/huggingface/skills",{"basePath":504,"githubOwner":505,"githubRepo":282,"locale":22,"slug":500,"type":311},"skills/huggingface-papers","huggingface",{"evaluate":507,"extract":513},{"promptVersionExtension":27,"promptVersionScoring":28,"score":474,"tags":508,"targetMarket":38,"tier":39},[505,509,510,33,511,512],"papers","arxiv","research","metadata",{"commitSha":41,"license":514},"Apache-2.0",{"parentExtensionId":516,"repoId":517},"k17es3r8wd37t5rrwqcpp5kwrh86mxx8","kd72xwt5xnc0ktc4p7smzfcp3986m959",[33,510,505,512,509,511],{"evaluatedAt":520,"extractAt":521,"updatedAt":520},1778690901306,1778690773482,{"_creationTime":523,"_id":524,"community":525,"display":526,"identity":531,"providers":534,"relations":543,"tags":546,"workflow":547},1778685765056.1758,"k17a80t18qpe9tmapz3fnw597986mpsy",{"reviewCount":11},{"description":527,"installMethods":528,"name":529,"sourceUrl":530},"Create, update, and fix Cypress tests. Connect to Cypress Cloud to see test results and use data to manage your test suite.",{"claudeCode":529},"cypress","https://github.com/cypress-io/ai-toolkit",{"basePath":320,"githubOwner":532,"githubRepo":533,"locale":22,"slug":533,"type":311},"cypress-io","ai-toolkit",{"evaluate":535,"extract":540},{"promptVersionExtension":27,"promptVersionScoring":28,"score":474,"tags":536,"targetMarket":38,"tier":39},[529,537,538,33,539],"testing","automation","qa",{"commitSha":41,"license":305,"plugin":541},{"mcpCount":11,"provider":335,"skillCount":542},3,{"parentExtensionId":544,"repoId":545},"k170k28hx0d93ds1md7v66h33986nap6","kd778b5hp7aqcpb58zn9yj8xas86meqd",[33,538,529,539,537],{"evaluatedAt":548,"extractAt":549,"updatedAt":550},1778685834132,1778685765056,1778685985373,{"_creationTime":552,"_id":553,"community":554,"display":555,"identity":561,"providers":564,"relations":579,"tags":582,"workflow":583},1778683100520.2961,"k1754vkdjckrkqvz9x7tjrvhzn86n1gc",{"reviewCount":11},{"description":556,"installMethods":557,"name":559,"sourceUrl":560},"AI music generation workflow for Suno - album concepts, lyrics, prompts, mastering, release",{"claudeCode":558},"bitwize-music","Claude AI Music Skills","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"basePath":320,"githubOwner":562,"githubRepo":563,"locale":22,"slug":563,"type":311},"bitwize-music-studio","claude-ai-music-skills",{"evaluate":565,"extract":575},{"promptVersionExtension":27,"promptVersionScoring":28,"score":474,"tags":566,"targetMarket":38,"tier":39},[567,33,568,569,570,571,572,429,573,574],"music-generation","suno","audio-production","workflow","lyrics","mastering","python","claude-code",{"commitSha":41,"license":576,"plugin":577},"CC0-1.0",{"mcpCount":11,"provider":335,"skillCount":578},54,{"parentExtensionId":580,"repoId":581},"k17bfryzkzywswf1bkgrtch16d86n8t9","kd70cgrajsrnk5gmq60rhq30zd86nyc0",[33,569,574,429,571,572,567,573,568,570],{"evaluatedAt":584,"extractAt":585,"updatedAt":584},1778683131031,1778683100520,{"_creationTime":587,"_id":588,"community":589,"display":590,"identity":596,"providers":601,"relations":610,"tags":612,"workflow":613},1778692488329.0107,"k179bvp22xcxq4xg9bkgpkhw5s86mstq",{"reviewCount":11},{"description":591,"installMethods":592,"name":594,"sourceUrl":595},"Node.js 20+ with Express/Fastify, TypeScript, and ESM module rules for Claude Code.",{"claudeCode":593},"dotforge-stack-node-express","dotforge","https://github.com/luiseiman/claude-kit",{"basePath":597,"githubOwner":598,"githubRepo":599,"locale":22,"slug":600,"type":311},"stacks/node-express","luiseiman","claude-kit","node-express",{"evaluate":602,"extract":609},{"promptVersionExtension":27,"promptVersionScoring":28,"score":474,"tags":603,"targetMarket":38,"tier":39},[604,283,605,606,607,608],"configuration","policy","auditing","bash","claudecode",{"commitSha":41,"license":305},{"repoId":611},"kd79wqc8an5wh20cc2znr8tyb586mxwx",[606,607,608,604,283,605],{"evaluatedAt":614,"extractAt":615,"updatedAt":614},1778692726682,1778692488329,{"_creationTime":617,"_id":618,"community":619,"display":620,"identity":625,"providers":627,"relations":635,"tags":638,"workflow":639},1778699316533.7866,"k17d3jtp70vmbqjhnze3n53ra586n5r8",{"reviewCount":11},{"description":621,"installMethods":622,"name":623,"sourceUrl":624},"Search academic papers via OpenAlex — find papers by keyword, look up details by DOI, with pagination and sorting",{"claudeCode":623},"paper-search","https://github.com/ykdojo/paper-search",{"basePath":320,"githubOwner":626,"githubRepo":623,"locale":22,"slug":623,"type":311},"ykdojo",{"evaluate":628,"extract":633},{"promptVersionExtension":27,"promptVersionScoring":28,"score":474,"tags":629,"targetMarket":38,"tier":39},[630,35,509,631,511,632],"academic","openalex","citations",{"commitSha":41,"license":305,"plugin":634},{"mcpCount":11,"provider":335,"skillCount":333},{"parentExtensionId":636,"repoId":637},"k17abfkyvjasac4fgc8v24wz6186mvem","kd78zpgf1ptwq5s0gcz3yqr9n186mvy5",[630,632,631,509,511,35],{"evaluatedAt":640,"extractAt":641,"updatedAt":642},1778699343032,1778699316533,1778699386711]