[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-f-prompt-lookup-en":3,"guides-for-f-prompt-lookup":431,"similar-k17dd02vkfr4fn954v68zhsdtn86msy1-en":432},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":251,"isFallback":246,"parentExtension":257,"providers":312,"relations":316,"repo":317,"tags":428,"workflow":429},1778686798821.8252,"k17dd02vkfr4fn954v68zhsdtn86msy1",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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":12},"f/prompts.chat","Prompt Lookup","https://github.com/f/prompts.chat",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":232,"workflow":249},1778686923741.1567,"kn710ffpgh0w75gkrjht9p44p586mcds","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":199,"practices":203,"prerequisites":204,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":219,"tier":220,"useCases":221,"workflow":226},[21,26,29,33,38,41,45,48,52,56,60,63,66,69,73,76,79,82,85,88,92,96,99,103,106,109,112,115,118,121,125,128,132,136,140,143,146,149,153,156,159,162,165,168,171,175,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Invocation","Precise Purpose","pass","The skill's purpose is clearly defined, stating what it does (discovering, retrieving, improving prompts) and when to use it (user asks about prompts, needs templates, mentions prompts.chat). It names concrete artifacts (prompts) and user intents.",{"category":22,"check":27,"severity":24,"summary":28},"Concise Frontmatter","The frontmatter (name and description) is concise and effectively summarizes the core capability and trigger phrases within a reasonable character limit.",{"category":30,"check":31,"severity":24,"summary":32},"Documentation","Concise Body","The SKILL.md body is concise and delegates detailed procedures to separate files (not applicable here as no separate files are needed for this skill's scope).",{"category":34,"check":35,"severity":36,"summary":37},"Context","Progressive Disclosure","not_applicable","This skill does not involve long procedures or bulk third-party material that would require progressive disclosure.",{"category":34,"check":39,"severity":36,"summary":40},"Forked exploration","The skill does not involve deep exploration or code review that would necessitate forking context.",{"category":42,"check":43,"severity":24,"summary":44},"Practical Utility","Usage examples","The SKILL.md provides clear examples for each major capability, including how to search, get, and improve prompts, detailing inputs, invocations, and expected outcomes.",{"category":42,"check":46,"severity":24,"summary":47},"Edge cases","The documentation lists failure modes for prompt retrieval (e.g., prompt variables) and improvement (e.g., output type), with recovery steps like prompting the user for variable values or explaining enhancements.",{"category":49,"check":50,"severity":36,"summary":51},"Code Execution","Tool Fallback","The skill uses Claude-internal tools and does not rely on an external MCP server, thus no fallback is needed.",{"category":53,"check":54,"severity":24,"summary":55},"Safety","Halt on unexpected state","The skill implicitly halts on unexpected state by relying on the MCP server to handle errors, and the documentation guides users on how to handle prompt variables, which serve as preconditions.",{"category":57,"check":58,"severity":24,"summary":59},"Portability","Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills. Adjacent tasks are handled by its own tools.",{"category":42,"check":61,"severity":24,"summary":62},"Problem relevance","The description clearly states the problem of needing AI prompt templates and the skill addresses discovering, retrieving, and improving prompts.",{"category":42,"check":64,"severity":24,"summary":65},"Unique selling proposition","The skill provides specific tools (`search_prompts`, `get_prompt`, `improve_prompt`) for managing prompts, offering value beyond generic AI capabilities.",{"category":42,"check":67,"severity":24,"summary":68},"Production readiness","The skill is production-ready, with well-defined tools and clear instructions for its stated use case of prompt discovery and management.",{"category":70,"check":71,"severity":24,"summary":72},"Scope","Single responsibility principle","The skill focuses on a single domain: managing AI prompts, with clearly defined tools for searching, retrieving, and improving them.",{"category":70,"check":74,"severity":24,"summary":75},"Description quality","The displayed description accurately reflects the skill's functionality as described in the SKILL.md file.",{"category":22,"check":77,"severity":24,"summary":78},"Scoped tools","The skill exposes narrow, verb-noun specialist tools like `search_prompts`, `get_prompt`, and `improve_prompt`.",{"category":30,"check":80,"severity":24,"summary":81},"Configuration & parameter reference","All parameters for `search_prompts`, `get_prompt`, and `improve_prompt` are documented, including defaults where applicable (e.g., limit for search_prompts).",{"category":70,"check":83,"severity":24,"summary":84},"Tool naming","Tool names (`search_prompts`, `get_prompt`, `improve_prompt`) are descriptive, verb-noun specific, and within the declared domain.",{"category":70,"check":86,"severity":24,"summary":87},"Minimal I/O surface","Tool inputs request only necessary data (e.g., `query` for search), and outputs are structured as described, returning promised information.",{"category":89,"check":90,"severity":24,"summary":91},"License","License usability","The extension is dual-licensed under MIT and CC0, with clear licensing files present.",{"category":93,"check":94,"severity":24,"summary":95},"Maintenance","Commit recency","The repository shows recent commits, indicating active maintenance.",{"category":93,"check":97,"severity":24,"summary":98},"Dependency Management","The project appears to have managed dependencies effectively, indicated by the presence of lockfiles and CI.",{"category":100,"check":101,"severity":36,"summary":102},"Security","Secret Management","The skill does not handle secrets.",{"category":100,"check":104,"severity":24,"summary":105},"Injection","The skill uses well-defined tool parameters, mitigating injection risks. No third-party data loading from untrusted sources is apparent.",{"category":100,"check":107,"severity":24,"summary":108},"Transitive Supply-Chain Grenades","The skill does not fetch external files at runtime. All necessary logic is bundled within the repository.",{"category":100,"check":110,"severity":24,"summary":111},"Sandbox Isolation","The skill operates within defined tool parameters and does not appear to modify files outside its scope.",{"category":100,"check":113,"severity":24,"summary":114},"Sandbox escape primitives","No sandbox escape primitives like detached processes or retry loops on denied calls were detected.",{"category":100,"check":116,"severity":24,"summary":117},"Data Exfiltration","The skill's tools are designed for prompt management and do not involve submitting confidential data to third parties.",{"category":100,"check":119,"severity":24,"summary":120},"Hidden Text Tricks","The bundled content and descriptions are free of hidden-steering tricks, using standard characters and formatting.",{"category":122,"check":123,"severity":24,"summary":124},"Hooks","Opaque code execution","The skill's code and scripts are plain and readable, with no obfuscation detected.",{"category":57,"check":126,"severity":24,"summary":127},"Structural Assumption","The skill operates via tool calls and does not make assumptions about the user's project file structure.",{"category":129,"check":130,"severity":24,"summary":131},"Trust","Issues Attention","With 13 issues opened and 29 closed in the last 90 days, the closure rate is good, indicating active maintainer engagement.",{"category":133,"check":134,"severity":24,"summary":135},"Versioning","Release Management","The repository has a `pushedAt` date indicating recent commits and has a changelog, signifying a managed release process.",{"category":137,"check":138,"severity":24,"summary":139},"Execution","Validation","Tool parameters are documented and implicitly validated by the MCP server's schema, ensuring proper input.",{"category":100,"check":141,"severity":36,"summary":142},"Unguarded Destructive Operations","The skill's operations (search, get, improve) are not destructive and do not require confirmation gates.",{"category":49,"check":144,"severity":24,"summary":145},"Error Handling","Errors related to prompt variables or tool execution are handled by prompting the user or returning structured information, allowing the agent to respond appropriately.",{"category":49,"check":147,"severity":36,"summary":148},"Logging","As a skill that primarily interacts with an MCP server via tool calls, dedicated local audit logging is not applicable.",{"category":150,"check":151,"severity":36,"summary":152},"Compliance","GDPR","The skill operates on prompt text and metadata, not personal data, so GDPR compliance is not applicable.",{"category":150,"check":154,"severity":24,"summary":155},"Target market","The skill is general purpose and does not contain any regional or jurisdictional logic, making it globally applicable.",{"category":57,"check":157,"severity":24,"summary":158},"Runtime stability","The skill relies on standard Claude Code execution and tool interfaces, ensuring cross-platform stability.",{"category":30,"check":160,"severity":24,"summary":161},"README","The README provides a comprehensive overview of the prompts.chat project, including its purpose and integrations.",{"category":70,"check":163,"severity":24,"summary":164},"Tool surface size","The skill exposes 3 tools, which is within the target range of 3-10.",{"category":22,"check":166,"severity":24,"summary":167},"Overlapping near-synonym tools","The tools `search_prompts`, `get_prompt`, and `improve_prompt` have distinct and non-overlapping functionalities.",{"category":30,"check":169,"severity":24,"summary":170},"Phantom features","All features advertised in the documentation (searching, getting, improving prompts) have corresponding implemented tools.",{"category":172,"check":173,"severity":24,"summary":174},"Install","Installation instruction","The README provides clear installation instructions for the Claude Code plugin and MCP server integration, with copy-paste examples.",{"category":176,"check":177,"severity":24,"summary":178},"Errors","Actionable error messages","Error messages, such as those related to missing prompt variables, provide clear remediation steps (e.g., prompting the user).",{"category":137,"check":180,"severity":24,"summary":181},"Pinned dependencies","The presence of lockfiles and CI suggests that dependencies are pinned and managed.",{"category":70,"check":183,"severity":36,"summary":184},"Dry-run preview","The skill's operations are not state-changing or outbound data-sending, so a dry-run feature is not applicable.",{"category":186,"check":187,"severity":36,"summary":188},"Protocol","Idempotent retry & timeouts","The skill relies on the MCP server and tool execution for operations; it does not perform remote calls that require explicit idempotency or timeouts within its own logic.",{"category":150,"check":190,"severity":24,"summary":191},"Telemetry opt-in","There is no indication of telemetry being emitted by this skill; if it were, the project's open-source nature and lack of concerning patterns suggest it would be opt-in.",1778686923619,"This skill provides tools to interact with the prompts.chat MCP server, enabling users to search for prompts by keywords, type, and category, retrieve specific prompts by ID, and enhance existing prompts with AI assistance.",[195,196,197,198],"Search for AI prompts by keywords and filters","Retrieve specific prompts by ID","Improve existing prompts using AI","Discover prompt templates for different categories",[200,201,202],"Generating prompts from scratch","Executing prompts directly","Providing a user interface for prompt management",[],[],"3.0.0","4.4.0","To help users find, access, and refine AI prompt templates for various use cases.","The skill is highly polished with comprehensive documentation, well-scoped tools, and clear usage instructions. Minor notes on progressive disclosure and logging not being applicable do not detract from its overall quality.",97,"A high-quality skill for discovering, retrieving, and improving AI prompts.",[212,213,214,215,216,217,218],"prompts","templates","ai","llm","search","retrieval","improvement","global","verified",[222,223,224,225],"Find prompt templates for coding tasks","Retrieve a specific prompt for writing assistance","Improve a prompt to generate better image descriptions","Search for prompts related to data analysis",[227,228,229,230,231],"User asks about AI prompts, templates, or mentions prompts.chat","Skill identifies relevant user intent","Skill uses `search_prompts` or `get_prompt` to retrieve prompt information","Skill uses `improve_prompt` if user wants to enhance a prompt","Skill presents results or enhanced prompt to the user",{"codeQuality":233,"collectedAt":235,"documentation":236,"maintenance":239,"security":245,"testCoverage":248},{"hasLockfile":234},true,1778686893257,{"descriptionLength":237,"readmeSize":238},181,10199,{"closedIssues90d":240,"forks":241,"hasChangelog":234,"openIssues90d":242,"pushedAt":243,"stars":244},29,21113,13,1778646223000,162178,{"hasNpmPackage":246,"license":247,"smitheryVerified":246},false,"NOASSERTION",{"hasCi":234,"hasTests":234},{"updatedAt":250},1778686923741,{"basePath":252,"githubOwner":253,"githubRepo":254,"locale":18,"slug":255,"type":256},"plugins/claude/prompts.chat/skills/prompt-lookup","f","prompts.chat","prompt-lookup","skill",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":264,"parentExtension":267,"providers":298,"relations":307,"tags":308,"workflow":309},1778686798821.8245,"k173cv5q53sve25kpjhmawbp2186m6bj",{"reviewCount":8},{"description":262,"installMethods":263,"name":254,"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":254},{"basePath":265,"githubOwner":253,"githubRepo":254,"locale":18,"slug":254,"type":266},"plugins/claude/prompts.chat","plugin",{"_creationTime":268,"_id":269,"community":270,"display":271,"identity":274,"providers":277,"relations":291,"tags":293,"workflow":294},1778686798821.8242,"k1768va4x3pv3gj4qwkb02rzjs86n5jh",{"reviewCount":8},{"description":272,"installMethods":273,"name":254,"sourceUrl":14},"Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code",{"claudeCode":12},{"basePath":275,"githubOwner":253,"githubRepo":254,"locale":18,"slug":254,"type":276},"","marketplace",{"evaluate":278,"extract":285},{"promptVersionExtension":279,"promptVersionScoring":206,"score":209,"tags":280,"targetMarket":219,"tier":220},"3.1.0",[212,281,282,283,284],"ai-tools","dataset","curation","productivity",{"commitSha":286,"marketplace":287,"plugin":289},"HEAD",{"name":254,"pluginCount":288},1,{"mcpCount":8,"provider":290,"skillCount":8},"classify",{"repoId":292},"kd78rg6a5znaqrretqqhmf9b7d86mvrn",[281,283,282,284,212],{"evaluatedAt":295,"extractAt":296,"updatedAt":297},1778686819065,1778686798821,1778687112056,{"evaluate":299,"extract":303},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":300,"targetMarket":219,"tier":220},[212,214,301,216,302,215],"skills","management",{"commitSha":286,"license":304,"plugin":305},"MIT",{"mcpCount":8,"provider":290,"skillCount":306},2,{"parentExtensionId":269,"repoId":292},[214,215,302,212,216,301],{"evaluatedAt":310,"extractAt":296,"updatedAt":311},1778686847092,1778687112255,{"evaluate":313,"extract":315},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":314,"targetMarket":219,"tier":220},[212,213,214,215,216,217,218],{"commitSha":286,"license":247},{"parentExtensionId":259,"repoId":292},{"_creationTime":318,"_id":292,"identity":319,"providers":320,"workflow":424},1778686783100.726,{"githubOwner":253,"githubRepo":254,"sourceUrl":14},{"classify":321,"discover":402,"github":405},{"commitSha":286,"extensions":322},[323,336,357,366,374,379,387],{"basePath":275,"description":272,"displayName":254,"installMethods":324,"rationale":325,"selectedPaths":326,"source":335,"sourceLanguage":18,"type":276},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[327,330,332],{"path":328,"priority":329},".claude-plugin/marketplace.json","mandatory",{"path":331,"priority":329},"README.md",{"path":333,"priority":334},"LICENSE","high","rule",{"basePath":265,"description":262,"displayName":254,"installMethods":337,"license":304,"rationale":338,"selectedPaths":339,"source":335,"sourceLanguage":18,"type":266},{"claudeCode":254},"plugin manifest at plugins/claude/prompts.chat/.claude-plugin/plugin.json",[340,342,345,347,349,351,353,355],{"path":341,"priority":329},".claude-plugin/plugin.json",{"path":343,"priority":344},"skills/prompt-lookup/SKILL.md","medium",{"path":346,"priority":344},"skills/skill-lookup/SKILL.md",{"path":348,"priority":329},".mcp.json",{"path":350,"priority":334},"agents/prompt-manager.md",{"path":352,"priority":334},"agents/skill-manager.md",{"path":354,"priority":334},"commands/prompts.md",{"path":356,"priority":334},"commands/skills.md",{"basePath":358,"description":359,"displayName":360,"installMethods":361,"rationale":362,"selectedPaths":363,"source":335,"sourceLanguage":18,"type":256},".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",[364],{"path":365,"priority":329},"SKILL.md",{"basePath":367,"description":368,"displayName":369,"installMethods":370,"rationale":371,"selectedPaths":372,"source":335,"sourceLanguage":18,"type":256},".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",[373],{"path":365,"priority":329},{"basePath":252,"description":10,"displayName":255,"installMethods":375,"rationale":376,"selectedPaths":377,"source":335,"sourceLanguage":18,"type":256},{"claudeCode":12},"SKILL.md frontmatter at plugins/claude/prompts.chat/skills/prompt-lookup/SKILL.md",[378],{"path":365,"priority":329},{"basePath":380,"description":381,"displayName":382,"installMethods":383,"rationale":384,"selectedPaths":385,"source":335,"sourceLanguage":18,"type":256},"plugins/claude/prompts.chat/skills/skill-lookup","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","skill-lookup",{"claudeCode":12},"SKILL.md frontmatter at plugins/claude/prompts.chat/skills/skill-lookup/SKILL.md",[386],{"path":365,"priority":329},{"basePath":388,"description":389,"displayName":254,"installMethods":390,"license":304,"rationale":391,"selectedPaths":392,"source":335,"sourceLanguage":18,"type":401},"packages/prompts.chat","Developer toolkit for AI prompts - build, validate, parse, and connect to prompts.chat",{"npm":254},"cli ecosystem detected at packages/prompts.chat",[393,395,396,398],{"path":394,"priority":329},"package.json",{"path":331,"priority":329},{"path":397,"priority":344},"bin/cli.js",{"path":399,"priority":400},"src/index.ts","low","cli",{"sources":403},[404],"manual",{"closedIssues90d":240,"description":406,"forks":241,"homepage":407,"license":247,"openIssues90d":242,"pushedAt":243,"readmeSize":238,"stars":244,"topics":408},"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",[409,214,410,411,412,413,414,415,416,215,417,418,419,420,421,212,422,423],"chatgpt","artificial-intelligence","awesome-list","chatgpt-prompts","claude","gemini","gpt","gpt-4","machine-learning","nextjs","open-source","openai","prompt-engineering","typescript","prompts-chat",{"classifiedAt":425,"discoverAt":426,"extractAt":427,"githubAt":427,"updatedAt":425},1778686798620,1778686783100,1778686796243,[214,218,215,212,217,216,213],{"evaluatedAt":250,"extractAt":296,"updatedAt":430},1778687112629,[],[433,461,493,521,543,563],{"_creationTime":434,"_id":435,"community":436,"display":437,"identity":443,"providers":447,"relations":455,"tags":457,"workflow":458},1778696691708.2996,"k175z5j3knm69exj7qpfwy3e1586nh3w",{"reviewCount":8},{"description":438,"installMethods":439,"name":441,"sourceUrl":442},"Vector embeddings with HNSW indexing, sql.js persistence, and hyperbolic support. 75x faster with agentic-flow integration. Use when: semantic search, pattern matching, similarity queries, knowledge retrieval. Skip when: exact text matching, simple lookups, no semantic understanding needed.\n",{"claudeCode":440},"ruvnet/ruflo","embeddings","https://github.com/ruvnet/ruflo",{"basePath":444,"githubOwner":445,"githubRepo":446,"locale":18,"slug":441,"type":256},".agents/skills/embeddings","ruvnet","ruflo",{"evaluate":448,"extract":454},{"promptVersionExtension":205,"promptVersionScoring":206,"score":449,"tags":450,"targetMarket":219,"tier":220},99,[441,451,452,453,214,216,217],"vector-search","hnsw","sql-js",{"commitSha":286},{"repoId":456},"kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[214,441,452,217,216,453,451],{"evaluatedAt":459,"extractAt":460,"updatedAt":459},1778698905205,1778696691708,{"_creationTime":462,"_id":463,"community":464,"display":465,"identity":471,"providers":476,"relations":485,"tags":488,"workflow":489},1778693539593.1858,"k171p5pgbfbm5g4k5sa3y4cj9s86m6hk",{"reviewCount":8},{"description":466,"installMethods":467,"name":469,"sourceUrl":470},"Domain knowledge for the Evolution Engine — LLM-powered autonomous strategy discovery from raw OHLCV data. Covers the generate-backtest-select-evolve loop, vectorized backtesting, out-of-sample validation, and strategy graduation. Use when discovering trading patterns, running backtests, evolving strategies, or reviewing evolution logs. Triggers on \"evolve\", \"discover patterns\", \"backtest\", \"evolution\", \"strategy generation\", \"candidate strategy\".",{"claudeCode":468},"mnemox-ai/tradememory-protocol","TradeMemory Protocol","https://github.com/mnemox-ai/tradememory-protocol",{"basePath":472,"githubOwner":473,"githubRepo":474,"locale":18,"slug":475,"type":256},"tradememory-plugin/skills/evolution-engine","mnemox-ai","tradememory-protocol","evolution-engine",{"evaluate":477,"extract":484},{"promptVersionExtension":205,"promptVersionScoring":206,"score":478,"tags":479,"targetMarket":219,"tier":220},100,[480,214,481,482,483,215],"trading","memory","audit","compliance",{"commitSha":286,"license":304},{"parentExtensionId":486,"repoId":487},"k170vxkqee48k2xq1v55a025nh86nzn7","kd73z11kfekksxyrs8ds0snacs86ncdy",[214,482,483,215,481,480],{"evaluatedAt":490,"extractAt":491,"updatedAt":492},1778693678813,1778693539593,1778693832942,{"_creationTime":494,"_id":495,"community":496,"display":497,"identity":503,"providers":507,"relations":514,"tags":517,"workflow":518},1778675056600.238,"k17bzapecn7k6jdgt1ag6rda2s86m06p",{"reviewCount":8},{"description":498,"installMethods":499,"name":501,"sourceUrl":502},"Use when the user asks to design RAG pipelines, optimize retrieval strategies, choose embedding models, implement vector search, or build knowledge retrieval systems.",{"claudeCode":500},"alirezarezvani/claude-skills","rag-architect","https://github.com/alirezarezvani/claude-skills",{"basePath":504,"githubOwner":505,"githubRepo":506,"locale":18,"slug":501,"type":256},"engineering/skills/rag-architect","alirezarezvani","claude-skills",{"evaluate":508,"extract":513},{"promptVersionExtension":205,"promptVersionScoring":206,"score":478,"tags":509,"targetMarket":219,"tier":220},[510,215,511,451,217,512],"rag","embedding","knowledge-management",{"commitSha":286},{"parentExtensionId":515,"repoId":516},"k173223hfbd6c4mx6r1jdx23wn86mbpb","kd7ff9s1w43mfyy1n7hf87816186m6px",[511,512,215,510,217,451],{"evaluatedAt":519,"extractAt":520,"updatedAt":519},1778678924736,1778675056600,{"_creationTime":522,"_id":523,"community":524,"display":525,"identity":529,"providers":532,"relations":538,"tags":540,"workflow":541},1778696691708.3274,"k170az7r02e9e2v47mpy80kx6n86nff3",{"reviewCount":8},{"description":526,"installMethods":527,"name":528,"sourceUrl":442},"Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy",{"claudeCode":440},"Trader Regime",{"basePath":530,"githubOwner":445,"githubRepo":446,"locale":18,"slug":531,"type":256},"plugins/ruflo-neural-trader/skills/trader-regime","trader-regime",{"evaluate":533,"extract":537},{"promptVersionExtension":205,"promptVersionScoring":206,"score":478,"tags":534,"targetMarket":219,"tier":220},[535,480,536,214,422,401],"finance","market-analysis",{"commitSha":286,"license":304},{"parentExtensionId":539,"repoId":456},"k17drge8h1fgzchr0p4jaeg33n86mwmy",[214,401,535,536,480,422],{"evaluatedAt":542,"extractAt":460,"updatedAt":542},1778701108877,{"_creationTime":544,"_id":545,"community":546,"display":547,"identity":551,"providers":553,"relations":558,"tags":559,"workflow":560},1778693539593.1863,"k173a67a16bpq0e29wjd85v71986nx03",{"reviewCount":8},{"description":548,"installMethods":549,"name":550,"sourceUrl":470},"Domain knowledge for AI trading memory — Outcome-Weighted Memory (OWM) architecture, 5 memory types, recall scoring, and behavioral analysis. Use when recording trades, recalling similar contexts, analyzing performance, or checking behavioral drift. Triggers on \"record trade\", \"remember trade\", \"recall\", \"similar trades\", \"performance\", \"behavioral\", \"disposition\", \"affective state\", \"confidence\".",{"claudeCode":468},"trading-memory",{"basePath":552,"githubOwner":473,"githubRepo":474,"locale":18,"slug":550,"type":256},"tradememory-plugin/skills/trading-memory",{"evaluate":554,"extract":557},{"promptVersionExtension":205,"promptVersionScoring":206,"score":478,"tags":555,"targetMarket":219,"tier":220},[480,214,481,535,556],"python",{"commitSha":286},{"parentExtensionId":486,"repoId":487},[214,535,481,556,480],{"evaluatedAt":561,"extractAt":491,"updatedAt":562},1778693719816,1778693833320,{"_creationTime":564,"_id":565,"community":566,"display":567,"identity":573,"providers":577,"relations":585,"tags":588,"workflow":589},1778691104676.0042,"k17c25w174y6873nhdh566etts86mv7m",{"reviewCount":8},{"description":568,"installMethods":569,"name":571,"sourceUrl":572},"Transform images with resize, crop, smart crop, upscale, remove background, and 20+ operations.",{"claudeCode":570},"iterationlayer/skills","Image Transformation API","https://github.com/iterationlayer/skills",{"basePath":574,"githubOwner":575,"githubRepo":301,"locale":18,"slug":576,"type":256},"skills/image-transformation-api","iterationlayer","image-transformation-api",{"evaluate":578,"extract":584},{"promptVersionExtension":205,"promptVersionScoring":206,"score":478,"tags":579,"targetMarket":219,"tier":220},[580,581,582,583,214],"image","transformation","editing","api",{"commitSha":286,"license":304},{"parentExtensionId":586,"repoId":587},"k1721s0xmp59902ybtpakrrffn86n10s","kd76p4g2qmtrkgx99cnab3683d86n4g8",[214,583,582,580,581],{"evaluatedAt":590,"extractAt":591,"updatedAt":590},1778693613399,1778691104676]