[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-rohithzr-sync-config-en":3,"guides-for-rohithzr-sync-config":405,"similar-k177ytajgmnf4nsxsjtmh5zzsh86mekv-en":406},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":241,"isFallback":225,"parentExtension":245,"providers":297,"relations":301,"repo":302,"tags":402,"workflow":403},1778696622831.493,"k177ytajgmnf4nsxsjtmh5zzsh86mekv",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Use when the user wants to view or change claudebase settings like global sync, agent skills sync, auto-push, or machine ID.",{"claudeCode":12},"rohithzr/claudebase","sync-config","https://github.com/rohithzr/claudebase",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":239},1778696668779.5508,"kn7drh8xxbxvr5q7w4fyb78kxx86m1e1","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":216,"tier":217,"useCases":218},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem: viewing or changing claudebase settings like global sync, agent skills sync, auto-push, or machine ID.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension provides a dedicated CLI for managing claudebase settings, offering a more structured and convenient way than direct file manipulation or generic commands.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension manages claudebase configuration settings, covering viewing, setting, getting, and resetting parameters, which is a complete lifecycle for configuration management.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses solely on managing claudebase configuration settings, aligning with its single responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description is concise, accurate, and clearly states the extension's purpose and scope.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The extension exposes a single tool 'sync-config' with specific actions like 'show', 'set', 'get', and 'reset', which are narrow verb-noun operations.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All configurable keys, their possible values, and descriptions are clearly documented in the SKILL.md file.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The single tool 'sync-config' is descriptive and follows a clear verb-noun pattern.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The 'sync-config' tool's parameters are typed and structured according to documented actions and keys, and the output is expected to be the setting's value or a status message, not internal diagnostics.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT license, which is a permissive open-source license, and it's declared in both the SKILL.md frontmatter and a separate LICENSE file.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on April 12, 2026, which is within the last 90 days.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The extension does not appear to use third-party dependencies beyond standard shell utilities.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The extension handles configuration settings and does not appear to directly manage or expose secrets. The README mentions secret scanning as a feature of the Claudebase project itself, implying this extension benefits from that protection.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The extension uses a bash script for its operations. Input parameters are explicitly defined and passed to the script, and there's no indication of arbitrary command execution or loading of untrusted third-party data.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The extension relies on bundled bash scripts and standard command-line tools; it does not fetch external content at runtime or execute downloaded code.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The bash script operates on configuration files within the user's home directory (`~/.claude/`) and uses a relative path for its own scripts, adhering to sandbox isolation principles.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The extension uses standard bash scripting for configuration management and does not employ detached processes or retry loops around denied calls.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The extension manages local configuration and does not submit any data to third parties.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled markdown and script files do not contain any hidden steering tricks, invisible Unicode characters, or other obfuscation methods.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The extension uses a plain, readable bash script for its core logic and does not employ obfuscation techniques like base64 encoding or runtime code fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The script correctly references its own scripts using a relative path (`${CLAUDE_PLUGIN_ROOT}`) and operates on standard user configuration paths, making it portable.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There are 0 issues opened and 0 issues closed in the last 90 days, indicating no immediate attention needed but also no recent activity to assess.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The extension has a clear version (0.2.0) defined in the SKILL.md frontmatter and a CHANGELOG.md file, indicating proper release management.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","The script parses arguments and keys based on predefined actions and keys, implying validation of input shapes and values.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The 'set' and 'reset' operations modify configuration files, but they operate on user-specific settings and are guarded by explicit actions and parameters, not silent execution.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The bash script uses standard error handling practices, and commands like 'set', 'get', 'reset', and 'show' are distinct actions, allowing for specific error reporting if needed.",{"category":111,"check":115,"severity":63,"summary":116},"Logging","The extension primarily modifies configuration files and does not perform destructive actions or outbound calls that would necessitate a local audit log.",{"category":118,"check":119,"severity":63,"summary":120},"Compliance","GDPR","The extension manages configuration settings and does not process personal data.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The extension manages local configuration files and standard settings, with no indication of regional or jurisdictional limitations; it is global.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The extension relies on standard bash and common CLI tools (jq, git, gh), making it portable across POSIX-compliant systems.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README provides a comprehensive overview of Claudebase, its installation, usage, and benefits, complementing the SKILL.md.",{"category":33,"check":131,"severity":63,"summary":132},"Tool surface size","The extension exposes a single command ('sync-config') with distinct actions, not multiple tools.",{"category":40,"check":134,"severity":63,"summary":135},"Overlapping near-synonym tools","There is only one primary tool ('sync-config') with distinct, non-overlapping actions, so no near-synonyms exist.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features related to sync-config (view/change settings) are implemented via the 'sync-config' tool and its documented actions.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README clearly details installation steps using the marketplace, update/uninstall commands, and provides copy-pasteable examples for common usage.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The script's actions (show, set, get, reset) are distinct and imply specific error handling for malformed keys or values, which would be reported by bash.",{"category":104,"check":148,"severity":24,"summary":149},"Pinned dependencies","The extension relies on standard system utilities (bash, git, gh, jq) which are expected to be available and versioned appropriately on the user's system.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The 'sync-config' command modifies local configuration files, but doesn't have an explicit dry-run flag documented; however, the operations are simple setting/getting/resetting of known keys, reducing the need for a dry-run.",{"category":154,"check":155,"severity":63,"summary":156},"Protocol","Idempotent retry & timeouts","The extension performs local file operations and does not involve remote calls or state-changing operations that require idempotency or timeouts.",{"category":118,"check":158,"severity":63,"summary":159},"Telemetry opt-in","The extension does not appear to emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the purpose (view/change claudebase settings) and provides specific examples of settings and actions.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise and self-contained, clearly summarizing the core capability and providing argument hints.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is concise, with the main procedure and actions clearly laid out, delegating detailed examples and arguments to separate sections.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the primary actions and configurable keys, with examples provided directly within the file. No complex procedures are split out.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","This skill manages configuration and does not involve deep exploration or code review that would warrant 'context: fork'.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md and README provide clear, ready-to-use examples for viewing, setting, and resetting configuration options.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The documentation lists configurable keys and their possible values, implying handling of correct inputs, and the script would naturally error on malformed inputs.",{"category":111,"check":183,"severity":63,"summary":184},"Tool Fallback","The extension relies on standard system utilities (bash, jq, git, gh) which are assumed to be present and correctly installed.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The script's distinct actions and explicit keys provide a natural mechanism for halting on unexpected input, and bash would report errors.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The 'sync-config' skill is self-contained and does not rely on other skills; it manages its own configuration.",1778696668630,"This skill provides a command-line interface to view, set, get, and reset claudebase configuration settings, such as global sync, agent skills sync, auto-push, and machine ID.",[195,196,197,198,199],"View all claudebase settings","Set specific claudebase configuration values","Get the value of a single claudebase setting","Reset claudebase settings to their defaults","Manage global sync, agent skills sync, auto-push, and machine ID settings",[201,202,203],"Managing any other Claude Code plugin or system settings.","Performing actions beyond viewing, setting, getting, or resetting claudebase configuration.","Automatically applying or executing configuration changes without explicit user commands.","3.0.0","4.4.0","Manage claudebase configuration settings easily and efficiently.","The extension is well-documented, secure, and addresses a specific user need for managing claudebase settings effectively. It passes all critical and warning checks.",95,"A robust skill for managing claudebase configuration settings.",[211,212,213,214,215],"configuration","settings","claudebase","sync","cli","global","verified",[219,220,221,222],"When the user wants to see their current claudebase configuration.","When the user needs to change a specific claudebase setting like enabling auto-push.","When the user wants to check the value of a particular setting, such as the machine ID.","When the user needs to revert a claudebase setting back to its default value.",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":236,"testCoverage":238},{"hasLockfile":225},false,1778696654511,{"descriptionLength":228,"readmeSize":229},124,8735,{"closedIssues90d":8,"forks":231,"hasChangelog":232,"manifestVersion":233,"openIssues90d":8,"pushedAt":234,"stars":235},1,true,"0.2.0",1775985307000,13,{"hasNpmPackage":225,"license":237,"smitheryVerified":225},"MIT",{"hasCi":232,"hasTests":232},{"updatedAt":240},1778696668779,{"basePath":242,"githubOwner":243,"githubRepo":213,"locale":18,"slug":13,"type":244},"skills/sync-config","rohithzr","skill",{"_creationTime":246,"_id":247,"community":248,"display":249,"identity":252,"parentExtension":255,"providers":284,"relations":292,"tags":293,"workflow":294},1778696622831.4927,"k17brwsz1rsvvtg8zjs955raex86mnh6",{"reviewCount":8},{"description":250,"installMethods":251,"name":213,"sourceUrl":14},"Back up and restore your entire Claude Code environment to a private GitHub repo",{"claudeCode":213},{"basePath":253,"githubOwner":243,"githubRepo":213,"locale":18,"slug":213,"type":254},"","plugin",{"_creationTime":256,"_id":257,"community":258,"display":259,"identity":261,"providers":263,"relations":277,"tags":279,"workflow":280},1778696622831.4924,"k17763b5qrzy422r827rzrhtr586nzzh",{"reviewCount":8},{"description":250,"installMethods":260,"name":243,"sourceUrl":14},{"claudeCode":12},{"basePath":253,"githubOwner":243,"githubRepo":213,"locale":18,"slug":213,"type":262},"marketplace",{"evaluate":264,"extract":272},{"promptVersionExtension":265,"promptVersionScoring":205,"score":266,"tags":267,"targetMarket":216,"tier":271},"3.1.0",92,[268,214,269,211,270],"backup","github","productivity","community",{"commitSha":273,"marketplace":274,"plugin":275},"HEAD",{"name":243,"pluginCount":231},{"mcpCount":8,"provider":276,"skillCount":8},"classify",{"repoId":278},"kd7e1fmwvfp6n226mj6hy2fzds86n8kk",[268,211,269,270,214],{"evaluatedAt":281,"extractAt":282,"updatedAt":283},1778696636294,1778696622831,1778696817085,{"evaluate":285,"extract":289},{"promptVersionExtension":204,"promptVersionScoring":205,"score":286,"tags":287,"targetMarket":216,"tier":217},99,[268,214,269,211,288,212],"profiles",{"commitSha":273,"license":237,"plugin":290},{"mcpCount":8,"provider":276,"skillCount":291},6,{"parentExtensionId":257,"repoId":278},[268,211,269,288,212,214],{"evaluatedAt":295,"extractAt":282,"updatedAt":296},1778696654196,1778696817319,{"evaluate":298,"extract":300},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":299,"targetMarket":216,"tier":217},[211,212,213,214,215],{"commitSha":273},{"parentExtensionId":247,"repoId":278},{"_creationTime":303,"_id":278,"identity":304,"providers":305,"workflow":398},1778696618347.8665,{"githubOwner":243,"githubRepo":213,"sourceUrl":14},{"classify":306,"discover":392,"github":395},{"commitSha":273,"extensions":307},[308,321,346,352,360,368,376,384],{"basePath":253,"description":250,"displayName":243,"installMethods":309,"rationale":310,"selectedPaths":311,"source":320,"sourceLanguage":18,"type":262},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[312,315,317],{"path":313,"priority":314},".claude-plugin/marketplace.json","mandatory",{"path":316,"priority":314},"README.md",{"path":318,"priority":319},"LICENSE","high","rule",{"basePath":253,"description":250,"displayName":213,"installMethods":322,"license":237,"rationale":323,"selectedPaths":324,"source":320,"sourceLanguage":18,"type":254},{"claudeCode":213},"plugin manifest at .claude-plugin/plugin.json",[325,327,328,329,332,334,336,338,340,342,344],{"path":326,"priority":314},".claude-plugin/plugin.json",{"path":316,"priority":314},{"path":318,"priority":319},{"path":330,"priority":331},"skills/sync-config/SKILL.md","medium",{"path":333,"priority":331},"skills/sync-profiles/SKILL.md",{"path":335,"priority":331},"skills/sync-pull/SKILL.md",{"path":337,"priority":331},"skills/sync-push/SKILL.md",{"path":339,"priority":331},"skills/sync-setup/SKILL.md",{"path":341,"priority":331},"skills/sync-status/SKILL.md",{"path":343,"priority":319},"hooks/hooks.json",{"path":345,"priority":319},"hooks/run-hook.cmd",{"basePath":242,"description":10,"displayName":13,"installMethods":347,"rationale":348,"selectedPaths":349,"source":320,"sourceLanguage":18,"type":244},{"claudeCode":12},"SKILL.md frontmatter at skills/sync-config/SKILL.md",[350],{"path":351,"priority":314},"SKILL.md",{"basePath":353,"description":354,"displayName":355,"installMethods":356,"rationale":357,"selectedPaths":358,"source":320,"sourceLanguage":18,"type":244},"skills/sync-profiles","Use when the user wants to list, create, switch, delete, compare, or inspect config sync profiles.","sync-profiles",{"claudeCode":12},"SKILL.md frontmatter at skills/sync-profiles/SKILL.md",[359],{"path":351,"priority":314},{"basePath":361,"description":362,"displayName":363,"installMethods":364,"rationale":365,"selectedPaths":366,"source":320,"sourceLanguage":18,"type":244},"skills/sync-pull","Use when the user wants to restore, download, or pull their Claude Code config from GitHub onto this machine.","sync-pull",{"claudeCode":12},"SKILL.md frontmatter at skills/sync-pull/SKILL.md",[367],{"path":351,"priority":314},{"basePath":369,"description":370,"displayName":371,"installMethods":372,"rationale":373,"selectedPaths":374,"source":320,"sourceLanguage":18,"type":244},"skills/sync-push","Use when the user wants to back up, save, or push their current Claude Code config to GitHub.","sync-push",{"claudeCode":12},"SKILL.md frontmatter at skills/sync-push/SKILL.md",[375],{"path":351,"priority":314},{"basePath":377,"description":378,"displayName":379,"installMethods":380,"rationale":381,"selectedPaths":382,"source":320,"sourceLanguage":18,"type":244},"skills/sync-setup","Use when the user wants to set up config sync for the first time, connect to GitHub, or re-initialize the backup repo.","sync-setup",{"claudeCode":12},"SKILL.md frontmatter at skills/sync-setup/SKILL.md",[383],{"path":351,"priority":314},{"basePath":385,"description":386,"displayName":387,"installMethods":388,"rationale":389,"selectedPaths":390,"source":320,"sourceLanguage":18,"type":244},"skills/sync-status","Use when the user wants to check what config has changed, see sync status, or compare local vs remote config.","sync-status",{"claudeCode":12},"SKILL.md frontmatter at skills/sync-status/SKILL.md",[391],{"path":351,"priority":314},{"sources":393},[394],"manual",{"closedIssues90d":8,"description":396,"forks":231,"license":237,"openIssues90d":8,"pushedAt":234,"readmeSize":229,"stars":235,"topics":397},"Claude Code plugin — back up and restore your entire Claude Code environment to GitHub",[],{"classifiedAt":399,"discoverAt":400,"extractAt":401,"githubAt":401,"updatedAt":399},1778696622526,1778696618347,1778696620635,[213,215,211,212,214],{"evaluatedAt":240,"extractAt":282,"updatedAt":404},1778696817489,[],[407,435,455,472,488,505],{"_creationTime":408,"_id":409,"community":410,"display":411,"identity":417,"providers":421,"relations":428,"tags":431,"workflow":432},1778699234184.6174,"k174zww66m804nhr89ttra7r6d86nwyg",{"reviewCount":8},{"description":412,"installMethods":413,"name":415,"sourceUrl":416},"Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow",{"claudeCode":414},"Yeachan-Heo/oh-my-claudecode","setup","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":418,"githubOwner":419,"githubRepo":420,"locale":18,"slug":415,"type":244},"skills/setup","Yeachan-Heo","oh-my-claudecode",{"evaluate":422,"extract":427},{"promptVersionExtension":204,"promptVersionScoring":205,"score":423,"tags":424,"targetMarket":216,"tier":217},100,[415,425,211,215,426],"routing","mcp",{"commitSha":273},{"parentExtensionId":429,"repoId":430},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[215,211,426,425,415],{"evaluatedAt":433,"extractAt":434,"updatedAt":433},1778699724286,1778699234184,{"_creationTime":436,"_id":437,"community":438,"display":439,"identity":443,"providers":445,"relations":451,"tags":452,"workflow":453},1778699234184.6143,"k17cnx0m6a27fw52yvt4zsbsxh86nd1c",{"reviewCount":8},{"description":440,"installMethods":441,"name":442,"sourceUrl":416},"Configure popular MCP servers for enhanced agent capabilities",{"claudeCode":414},"mcp-setup",{"basePath":444,"githubOwner":419,"githubRepo":420,"locale":18,"slug":442,"type":244},"skills/mcp-setup",{"evaluate":446,"extract":450},{"promptVersionExtension":204,"promptVersionScoring":205,"score":423,"tags":447,"targetMarket":216,"tier":217},[426,211,215,448,449],"agent","tooling",{"commitSha":273},{"parentExtensionId":429,"repoId":430},[448,215,211,426,449],{"evaluatedAt":454,"extractAt":434,"updatedAt":454},1778699492025,{"_creationTime":456,"_id":457,"community":458,"display":459,"identity":461,"providers":462,"relations":467,"tags":468,"workflow":469},1778696622831.494,"k17fm71376rjr60q577jsnf3hx86n2a5",{"reviewCount":8},{"description":378,"installMethods":460,"name":379,"sourceUrl":14},{"claudeCode":12},{"basePath":377,"githubOwner":243,"githubRepo":213,"locale":18,"slug":379,"type":244},{"evaluate":463,"extract":466},{"promptVersionExtension":204,"promptVersionScoring":205,"score":423,"tags":464,"targetMarket":216,"tier":217},[211,214,269,268,465],"automation",{"commitSha":273},{"parentExtensionId":247,"repoId":278},[465,268,211,269,214],{"evaluatedAt":470,"extractAt":282,"updatedAt":471},1778696737767,1778696818191,{"_creationTime":473,"_id":474,"community":475,"display":476,"identity":478,"providers":479,"relations":483,"tags":484,"workflow":485},1778696622831.4934,"k171871t16jaaghd7cpk4phphs86n0z0",{"reviewCount":8},{"description":362,"installMethods":477,"name":363,"sourceUrl":14},{"claudeCode":12},{"basePath":361,"githubOwner":243,"githubRepo":213,"locale":18,"slug":363,"type":244},{"evaluate":480,"extract":482},{"promptVersionExtension":204,"promptVersionScoring":205,"score":423,"tags":481,"targetMarket":216,"tier":217},[211,214,269,268,288],{"commitSha":273},{"parentExtensionId":247,"repoId":278},[268,211,269,288,214],{"evaluatedAt":486,"extractAt":282,"updatedAt":487},1778696704651,1778696817823,{"_creationTime":489,"_id":490,"community":491,"display":492,"identity":494,"providers":495,"relations":500,"tags":501,"workflow":502},1778696622831.4932,"k17bxmr12gvehnjqa9dv7m8ebn86mbe5",{"reviewCount":8},{"description":354,"installMethods":493,"name":355,"sourceUrl":14},{"claudeCode":12},{"basePath":353,"githubOwner":243,"githubRepo":213,"locale":18,"slug":355,"type":244},{"evaluate":496,"extract":499},{"promptVersionExtension":204,"promptVersionScoring":205,"score":423,"tags":497,"targetMarket":216,"tier":217},[211,214,268,288,269,498],"git",{"commitSha":273},{"parentExtensionId":247,"repoId":278},[268,211,498,269,288,214],{"evaluatedAt":503,"extractAt":282,"updatedAt":504},1778696687333,1778696817662,{"_creationTime":506,"_id":507,"community":508,"display":509,"identity":515,"providers":520,"relations":529,"tags":532,"workflow":533},1778696691708.3274,"k170az7r02e9e2v47mpy80kx6n86nff3",{"reviewCount":8},{"description":510,"installMethods":511,"name":513,"sourceUrl":514},"Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy",{"claudeCode":512},"ruvnet/ruflo","Trader Regime","https://github.com/ruvnet/ruflo",{"basePath":516,"githubOwner":517,"githubRepo":518,"locale":18,"slug":519,"type":244},"plugins/ruflo-neural-trader/skills/trader-regime","ruvnet","ruflo","trader-regime",{"evaluate":521,"extract":528},{"promptVersionExtension":204,"promptVersionScoring":205,"score":423,"tags":522,"targetMarket":216,"tier":217},[523,524,525,526,527,215],"finance","trading","market-analysis","ai","typescript",{"commitSha":273,"license":237},{"parentExtensionId":530,"repoId":531},"k17drge8h1fgzchr0p4jaeg33n86mwmy","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[526,215,523,525,524,527],{"evaluatedAt":534,"extractAt":535,"updatedAt":534},1778701108877,1778696691708]