[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-TheQmaks-crowdcast-zh-CN":3,"guides-for-TheQmaks-crowdcast":383,"similar-k172n0q61fm8rfg28cfk6hh4vn86nkak-zh-CN":384},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":256,"isFallback":242,"parentExtension":261,"providers":315,"relations":319,"repo":321,"tags":380,"workflow":381},1778698167968.2676,"k172n0q61fm8rfg28cfk6hh4vn86nkak",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"运行用于预测和创意探索的多代理社会模拟。当用户希望模拟群体行为、预测公众反应、探索虚构场景或分析代理如何交互时使用。触发词 - \"simulate\"、\"prediction\"、\"multi-agent\"、\"what would happen if\"、\"social simulation\"、\"crowdcast\"。",{"claudeCode":12},"TheQmaks/crowdcast","Crowdcast","https://github.com/TheQmaks/crowdcast",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":240,"workflow":254},1778698167968.2678,"kn71ammsyzskswfke29rpvpwch86ntxz","zh-CN",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":201,"practices":205,"prerequisites":209,"promptVersionExtension":212,"promptVersionScoring":213,"purpose":214,"rationale":215,"score":216,"summary":217,"tags":218,"tier":225,"useCases":226,"workflow":231},[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","描述清楚地说明了运行多代理社会模拟的问题，并确定了具体的用例，如预测群体行为和探索虚构场景。",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","该技能通过协调复杂的多代理模拟、管理跨文件的状态、处理多个阶段以及启用代理访谈，提供了比简单提示更大的价值，这超出了默认 LLM 的功能。",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","该技能涵盖了从文档分析到报告的完整模拟生命周期，以结构化的方式存储状态，并且设计为可恢复的，表明它已准备好投入生产使用。",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","该技能专注于多代理社会模拟，提供模拟、分析、恢复、报告和访谈代理的命令，这些命令都与此核心目的相关。",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","描述准确地反映了技能的功能，清楚地说明了其目的并提供了有用的触发词。",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","该技能使用狭窄、动词-名词特定的工具，如 `simulate`、`analyze`、`resume`、`report` 和 `interview`，避免了通用的执行命令。",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","SKILL.md 文件清楚地记录了整个模拟工作流程中使用的所有阶段、命令、可选标志和参数，包括文件位置和数据模式。",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","所有命令（`simulate`、`analyze`、`resume`、`report`、`interview`）都具有描述性，基于动词-名词，并且与技能的领域相关。",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","工具和子代理在定义明确的文件路径和 JSON 结构上运行，仅请求必要数据并产生集中的输出。",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","该扩展根据 MIT 许可，这是一个宽松的开源许可证。",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","最后一次提交是在 2026 年 5 月 8 日，时间在最近 3 个月内。",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","该技能似乎除了标准的 Python 库和 Claude Code 环境本身之外，不使用任何第三方依赖项。",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","该技能似乎不处理或暴露任何秘密。所有状态都在模拟目录中本地管理。",{"category":66,"check":70,"severity":24,"summary":71},"Injection","该技能操作用户提供​​的文件和提示，但其设计将这些作为特定子代理任务的数据输入，并且不执行从远程源获取的任意代码。",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","该技能依赖于捆绑的参考文件和本地文件操作，没有从外部 URL 运行时获取代码或数据。",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","所有操作都限制在 `.crowdcast/simulations/` 目录内，确保不会对技能范围之外进行任何意外修改。",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","未发现脚本中有分离的进程启动（`nohup`、`&`）或拒绝重试循环。",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","该技能本地管理数据，并且不进行任何未记录的传出调用或引用机密数据。",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","捆绑的内容似乎没有隐藏的操纵技巧，具有干净的文本和预期的 Unicode 字符。",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","捆绑的脚本是用纯 Python 和 Bash 编写的，没有像 base64 负载或运行时代码获取这样的混淆。",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","文件路径相对于模拟目录（`.crowdcast/simulations/{sim_id}/`），避免了对用户项目结构的假设。",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","在过去 90 天内，没有未解决的问题，也没有已解决的问题，这表明当前活动很少，但没有未解决的遗留问题。",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","在 SKILL.md 的 frontmatter 中声明了一个有意义的版本（`0.1.0`）。",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","模拟逻辑依赖于结构化的 JSON 模式和文件路径，并且子代理提示经过仔细构建，这暗示了强大的内部验证。",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","该技能主要在其自身的模拟目录内执行文件操作，不涉及删除或系统修改等固有破坏性操作。",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","SKILL.md 详细说明了子代理失败、文件未找到错误和访谈代理未找到等情况的错误处理策略，指导协调器清晰报告并建议恢复选项。",{"category":111,"check":115,"severity":63,"summary":116},"Logging","该技能协调执行操作的子代理，但主要输出是基于文件的状态和报告；协调器本身内的显式审计日志记录不是一项已声明的要求。",{"category":118,"check":119,"severity":63,"summary":120},"Compliance","GDPR","该技能处理用户提供的用于模拟目的的文档，不处理向第三方提交的个人数据或模拟上下文之外的持久存储。",{"category":118,"check":122,"severity":24,"summary":123},"Target market","该技能在本地文件和内部模拟状态上运行，没有区域或管辖权逻辑，使其具有全球适用性。",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","该技能使用标准的 Bash 和 Python 命令，并依赖于 Claude Code 环境，确保跨平台兼容性。",{"category":44,"check":128,"severity":24,"summary":129},"README","存在 README.md 文件，清楚地解释了技能的目的、相对于替代方案的优点、安装和用法。",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","该技能公开了 5 个主要命令（`simulate`、`analyze`、`resume`、`report`、`interview`），在目标范围内。",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","这些命令（`simulate`、`analyze`、`resume`、`report`、`interview`）是不同的，并且涵盖了模拟生命周期的独特方面，没有显着重叠。",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","所有宣传的功能，如多代理模拟、模式检测、恢复中断的模拟和代理访谈，都已在 SKILL.md 中实现并记录。",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","README 提供了清晰的安装说明，通过 git clone，并包含所有命令的可粘贴用法示例。",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","SKILL.md 详细说明了各种场景（子代理失败、模拟未找到、访谈代理未找到、种子文件未找到）的特定错误处理，并提供了清晰的补救步骤或说明。",{"category":104,"check":148,"severity":63,"summary":149},"Pinned dependencies","该技能不依赖外部包安装；它在 Claude Code 环境中使用内置的 Python 和 Bash 工具。",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","该技能的操作涉及在其自己的模拟目录内进行文件管理和代理协调，而不是外部状态更改命令，这些命令通常需要干运行。",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","模拟设计强调基于文件的状态管理，并且 `resume` 命令允许在失败后进行重试。子代理超时由 Claude Code 环境隐式处理。",{"category":118,"check":158,"severity":24,"summary":159},"Telemetry opt-in","该技能在本地运行，不发出任何遥测数据，因此不需要选择加入/退出机制。",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","明确定义了其目的，即运行多代理社会模拟以进行预测和探索，并附有明确的触发器和模式（预测/创意）。",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","SKILL.md 的 frontmatter 简洁明了，包含名称、描述和版本，随后是命令和示例，便于快速理解。",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","SKILL.md 结构良好，并将详细过程委托给参考文件，使主要说明保持简洁易懂。",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","SKILL.md 概述了模拟阶段，并链接到 `references/` 文件中的详细说明，采用了渐进式披露。",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","该技能是一个协调器，不执行需要 `context: fork` 的深度探索或代码审查。",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","README 和 SKILL.md 中都提供了足够的端到端示例，演示了如何使用每个命令及其选项。",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","SKILL.md 解决了潜在的故障模式，如子代理失败、模拟未找到、访谈代理未找到以及种子文件未找到，并提供了清晰的恢复步骤。",{"category":111,"check":183,"severity":63,"summary":184},"Tool Fallback","该技能不依赖 MCP 服务器等外部工具；它完全在 Claude Code 环境中运行。",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","模拟逻辑通过重建数据或清晰报告错误来处理意外状态，确保在必要时工作流能够顺利停止。",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","该技能是自包含的，并且不隐式依赖其他技能，确保了独立的功能。",1778698137672,"这个 Claude Code 技能可以协调多代理社会模拟，允许用户输入文档和提示来预测社会反应或探索虚构叙事。它在 Claude Code 环境中管理整个模拟生命周期，包括文档分析、角色生成、代理交互和报告，所有这些都不需要外部依赖。",[195,196,197,198,199,200],"运行多代理社会模拟","分析文档以提取知识图谱","生成 AI 代理角色","在预测或创意模式下模拟代理交互","恢复中断的模拟","在角色中访谈模拟代理",[202,203,204],"需要外部 API 或基础设施","运行大规模（数百万代理）模拟","提供实时基于 Web 的界面",[206,207,208],"模拟设计","代理协调","叙事生成",[210,211],"Claude Code 环境","Claude 订阅（Pro、Team 或 Enterprise）","3.0.0","4.4.0","使用户能够运行复杂的多代理社会模拟，用于预测分析或创意叙事，而无需任何外部设置或 API。","该技能在文档、安全性和实现质量方面表现出色，仅在依赖项管理和日志记录不适用方面发现少量问题。高分反映了全面的覆盖和强大的设计。",98,"一个强大且文档齐全的技能，用于多代理社会模拟，具有出色的安全性和可用性功能。",[219,220,221,222,223,224],"simulation","multi-agent","social-dynamics","prediction","creative-writing","ai-orchestration","verified",[227,228,229,230],"预测政策变化或新闻事件的公众反应","探索虚构场景和角色交互","分析群体行为动态","基于复杂提示生成叙事内容",[232,233,234,235,236,237,238,239],"用户调用 `/crowdcast simulate \u003Cfiles> \"prompt\"`","技能生成模拟 ID 和目录结构","技能复制种子文件并写入初始元数据","阶段 1：子代理分析文档以创建知识图谱和配置","阶段 2：子代理并行生成关键代理角色和人群群体画像","阶段 3：子代理按顺序模拟回合，更新平台/世界状态和代理记忆","阶段 4：子代理生成最终报告和结构化数据","用户收到报告，并且可以选择访谈代理",{"codeQuality":241,"collectedAt":243,"documentation":244,"maintenance":247,"security":252,"testCoverage":253},{"hasLockfile":242},false,1778698118806,{"descriptionLength":245,"readmeSize":246},335,6141,{"closedIssues90d":8,"forks":248,"hasChangelog":242,"manifestVersion":249,"openIssues90d":8,"pushedAt":250,"stars":251},1,"0.1.0",1778251877000,4,{"hasNpmPackage":242,"smitheryVerified":242},{"hasCi":242,"hasTests":242},{"updatedAt":255},1778698167968,{"basePath":257,"githubOwner":258,"githubRepo":259,"locale":18,"slug":259,"type":260},"skills/crowdcast","TheQmaks","crowdcast","skill",{"_creationTime":262,"_id":263,"community":264,"display":265,"identity":268,"parentExtension":272,"providers":303,"relations":310,"tags":311,"workflow":312},1778698083702.1262,"k171tdhndgm24735r23nyaccz586ncrj",{"reviewCount":8},{"description":266,"installMethods":267,"name":259,"sourceUrl":14},"Multi-agent social simulation for prediction and creative exploration. Zero external dependencies — runs entirely within Claude Code.",{"claudeCode":259},{"basePath":269,"githubOwner":258,"githubRepo":259,"locale":270,"slug":259,"type":271},"","en","plugin",{"_creationTime":273,"_id":274,"community":275,"display":276,"identity":279,"providers":281,"relations":296,"tags":298,"workflow":299},1778698083702.126,"k1777shvk6f4zhzpnan7nm5ma586m6kf",{"reviewCount":8},{"description":277,"installMethods":278,"name":13,"sourceUrl":14},"TheQmaks Claude Code marketplace — hosts the Crowdcast multi-agent social simulation plugin.",{"claudeCode":12},{"basePath":269,"githubOwner":258,"githubRepo":259,"locale":270,"slug":259,"type":280},"marketplace",{"evaluate":282,"extract":289},{"promptVersionExtension":283,"promptVersionScoring":213,"score":284,"tags":285,"targetMarket":288,"tier":225},"3.1.0",99,[219,220,222,286,260,287],"creative","zero-dependency","global",{"commitSha":290,"license":291,"marketplace":292,"plugin":294},"HEAD","MIT",{"name":293,"pluginCount":248},"theqmaks",{"mcpCount":8,"provider":295,"skillCount":8},"classify",{"repoId":297},"kd760z3j82spgwn0tjtqghm9q586nsyy",[286,220,222,219,260,287],{"evaluatedAt":300,"extractAt":301,"updatedAt":302},1778698098814,1778698083702,1778698177285,{"evaluate":304,"extract":308},{"promptVersionExtension":212,"promptVersionScoring":213,"score":216,"tags":305,"targetMarket":288,"tier":225},[219,220,306,307,222,223],"ai-agents","social-simulation",{"commitSha":290,"plugin":309},{"mcpCount":8,"provider":295,"skillCount":248},{"parentExtensionId":274,"repoId":297},[306,223,220,222,219,307],{"evaluatedAt":313,"extractAt":301,"updatedAt":314},1778698118412,1778698177457,{"evaluate":316,"extract":318},{"promptVersionExtension":212,"promptVersionScoring":213,"score":216,"tags":317,"targetMarket":288,"tier":225},[219,220,221,222,223,224],{"commitSha":290,"license":291},{"parentExtensionId":263,"repoId":297,"translatedFrom":320},"k17brwh7tfw6mws70s3qjj8z4n86m5w9",{"_creationTime":322,"_id":297,"identity":323,"providers":324,"workflow":376},1778698079325.3296,{"githubOwner":258,"githubRepo":259,"sourceUrl":14},{"classify":325,"discover":366,"github":369},{"commitSha":290,"extensions":326},[327,337,347],{"basePath":269,"description":277,"displayName":293,"installMethods":328,"rationale":329,"selectedPaths":330,"source":336,"sourceLanguage":270,"type":280},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[331,334],{"path":332,"priority":333},".claude-plugin/marketplace.json","mandatory",{"path":335,"priority":333},"README.md","rule",{"basePath":269,"description":266,"displayName":259,"installMethods":338,"rationale":339,"selectedPaths":340,"source":336,"sourceLanguage":270,"type":271},{"claudeCode":259},"plugin manifest at .claude-plugin/plugin.json",[341,343,344],{"path":342,"priority":333},".claude-plugin/plugin.json",{"path":335,"priority":333},{"path":345,"priority":346},"skills/crowdcast/SKILL.md","medium",{"basePath":257,"description":348,"displayName":259,"installMethods":349,"rationale":350,"selectedPaths":351,"source":336,"sourceLanguage":270,"type":260},"Run multi-agent social simulations for prediction and creative exploration. Use when the user wants to simulate group behavior, predict public reactions, explore fictional scenarios, or analyze how agents would interact. Trigger words - \"simulate\", \"prediction\", \"multi-agent\", \"what would happen if\", \"social simulation\", \"crowdcast\".",{"claudeCode":12},"SKILL.md frontmatter at skills/crowdcast/SKILL.md",[352,354,356,358,360,362,364],{"path":353,"priority":333},"SKILL.md",{"path":355,"priority":346},"references/data-schemas.md",{"path":357,"priority":346},"references/phase1-analyzer.md",{"path":359,"priority":346},"references/phase2-profiler.md",{"path":361,"priority":346},"references/phase3-simulator-creative.md",{"path":363,"priority":346},"references/phase3-simulator-forecast.md",{"path":365,"priority":346},"references/phase4-reporter.md",{"sources":367},[368],"manual",{"closedIssues90d":8,"description":370,"forks":248,"openIssues90d":8,"pushedAt":250,"readmeSize":246,"stars":251,"topics":371},"Multi-agent social simulation as a Claude Code skill. Zero dependencies — predict anything with /crowdcast simulate.",[372,306,373,374,375,220,222,219,307,259],"agent-skills","claude","claude-code","claude-skill",{"classifiedAt":377,"discoverAt":378,"extractAt":379,"githubAt":379,"updatedAt":377},1778698083527,1778698079325,1778698081672,[224,223,220,222,219,221],{"evaluatedAt":382,"extractAt":301,"updatedAt":255},1778698138126,[],[385,413,443,465,498,528],{"_creationTime":386,"_id":387,"community":388,"display":389,"identity":395,"providers":399,"relations":407,"tags":409,"workflow":410},1778696691708.3022,"k178f9kby1bngrepw8bsaxb06s86n9z2",{"reviewCount":8},{"description":390,"installMethods":391,"name":393,"sourceUrl":394},"Advanced Hive Mind collective intelligence system for queen-led multi-agent coordination with consensus mechanisms and persistent memory\n",{"claudeCode":392},"ruvnet/ruflo","hive-mind-advanced","https://github.com/ruvnet/ruflo",{"basePath":396,"githubOwner":397,"githubRepo":398,"locale":270,"slug":393,"type":260},".claude/skills/hive-mind-advanced","ruvnet","ruflo",{"evaluate":400,"extract":406},{"promptVersionExtension":212,"promptVersionScoring":213,"score":216,"tags":401,"targetMarket":288,"tier":225},[220,402,224,403,404,405],"coordination","collective-intelligence","memory-systems","consensus-mechanisms",{"commitSha":290},{"repoId":408},"kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[224,403,405,402,404,220],{"evaluatedAt":411,"extractAt":412,"updatedAt":411},1778699115084,1778696691708,{"_creationTime":414,"_id":415,"community":416,"display":417,"identity":423,"providers":427,"relations":436,"tags":439,"workflow":440},1778699234184.6135,"k175frmf44tn80mcd6gvw1c1th86ngq9",{"reviewCount":8},{"description":418,"installMethods":419,"name":421,"sourceUrl":422},"Invoke parallel document-specialist agents for external web searches and documentation lookup",{"claudeCode":420},"Yeachan-Heo/oh-my-claudecode","external-context","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":424,"githubOwner":425,"githubRepo":426,"locale":270,"slug":421,"type":260},"skills/external-context","Yeachan-Heo","oh-my-claudecode",{"evaluate":428,"extract":435},{"promptVersionExtension":212,"promptVersionScoring":213,"score":429,"tags":430,"targetMarket":288,"tier":225},100,[431,432,433,434,220],"search","documentation","research","information-retrieval",{"commitSha":290},{"parentExtensionId":437,"repoId":438},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[432,434,220,433,431],{"evaluatedAt":441,"extractAt":442,"updatedAt":441},1778699449790,1778699234184,{"_creationTime":444,"_id":445,"community":446,"display":447,"identity":451,"providers":453,"relations":461,"tags":462,"workflow":463},1778696691708.3054,"k17by7bzagajqkcvcetdw10cz586nxbj",{"reviewCount":8},{"description":448,"installMethods":449,"name":450,"sourceUrl":394},"Orchestrate multi-agent swarms with agentic-flow for parallel task execution, dynamic topology, and intelligent coordination. Use when scaling beyond single agents, implementing complex workflows, or building distributed AI systems.",{"claudeCode":392},"swarm-orchestration",{"basePath":452,"githubOwner":397,"githubRepo":398,"locale":270,"slug":450,"type":260},".claude/skills/swarm-orchestration",{"evaluate":454,"extract":460},{"promptVersionExtension":212,"promptVersionScoring":213,"score":429,"tags":455,"targetMarket":288,"tier":225},[456,220,457,458,402,459],"agent-orchestration","swarm","distributed-systems","ai-workflow",{"commitSha":290},{"repoId":408},[456,459,402,458,220,457],{"evaluatedAt":464,"extractAt":412,"updatedAt":464},1778699363559,{"_creationTime":466,"_id":467,"community":468,"display":469,"identity":475,"providers":480,"relations":490,"tags":493,"workflow":494},1778699133476.6787,"k1781nsw0x98bnp3a0cnw94z1n86mgd4",{"reviewCount":8},{"description":470,"installMethods":471,"name":473,"sourceUrl":474},"AI 代理的时间序列预测。ARIMA 和 Holt-Winters 预测（含置信区间）。预测收入、流量、价格或任何序列数据。推理延迟低于 5 毫秒。",{"claudeCode":472},"Whatsonyourmind/oraclaw","OraClaw Forecast","https://github.com/Whatsonyourmind/oraclaw",{"basePath":476,"githubOwner":477,"githubRepo":478,"locale":18,"slug":479,"type":260},"mission-control/packages/clawhub-skills/oraclaw-forecast","Whatsonyourmind","oraclaw","oraclaw-forecast",{"evaluate":481,"extract":489},{"promptVersionExtension":212,"promptVersionScoring":213,"score":429,"tags":482,"targetMarket":288,"tier":225},[483,484,222,485,486,487,488],"forecasting","time-series","arima","holt-winters","analytics","data-science",{"commitSha":290,"license":291},{"repoId":491,"translatedFrom":492},"kd76fmxm1ng903s4fmj0p7hxxs86ndkg","k17a19x757qjaehqa5jah8k7y986n55p",[487,485,488,483,486,222,484],{"evaluatedAt":495,"extractAt":496,"updatedAt":497},1778698975269,1778698837670,1778699133476,{"_creationTime":499,"_id":500,"community":501,"display":502,"identity":508,"providers":512,"relations":521,"tags":524,"workflow":525},1778695548458.4019,"k178tdf3aqzyah8h8w58dxt8g186mtns",{"reviewCount":8},{"description":503,"installMethods":504,"name":506,"sourceUrl":507},"Design and simulate a minimal CPU from scratch: define an instruction set architecture (ISA), build the datapath (ALU, register file, program counter, memory interface), design the control unit (hardwired or microprogrammed), implement the fetch-decode-execute cycle, and verify by tracing a small program clock cycle by clock cycle. The capstone \"computer inside a computer\" exercise that composes combinational and sequential building blocks into a complete processor.\n",{"claudeCode":505},"pjt222/agent-almanac","simulate-cpu-architecture","https://github.com/pjt222/agent-almanac",{"basePath":509,"githubOwner":510,"githubRepo":511,"locale":270,"slug":506,"type":260},"skills/simulate-cpu-architecture","pjt222","agent-almanac",{"evaluate":513,"extract":520},{"promptVersionExtension":212,"promptVersionScoring":213,"score":429,"tags":514,"targetMarket":288,"tier":225},[515,516,517,518,219,519],"cpu-architecture","digital-logic","computer-science","instruction-set","hardware-design",{"commitSha":290},{"parentExtensionId":522,"repoId":523},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[517,515,516,519,518,219],{"evaluatedAt":526,"extractAt":527,"updatedAt":526},1778701650465,1778695548458,{"_creationTime":529,"_id":530,"community":531,"display":532,"identity":538,"providers":543,"relations":552,"tags":555,"workflow":556},1778683100520.3008,"k17ey9mx0h8mhbdfzz37c63c0s86m409",{"reviewCount":8},{"description":533,"installMethods":534,"name":536,"sourceUrl":537},"Writes or reviews lyrics with professional prosody, rhyme craft, and quality checks. Use when writing new lyrics, revising existing lyrics, or when the user says 'let's work on a track.'",{"claudeCode":535},"bitwize-music-studio/claude-ai-music-skills","Lyric Writer","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"basePath":539,"githubOwner":540,"githubRepo":541,"locale":270,"slug":542,"type":260},"skills/lyric-writer","bitwize-music-studio","claude-ai-music-skills","lyric-writer",{"evaluate":544,"extract":550},{"promptVersionExtension":212,"promptVersionScoring":213,"score":284,"tags":545,"targetMarket":288,"tier":225},[546,547,548,223,549],"lyrics","music","songwriting","suno",{"commitSha":290,"license":551},"CC0-1.0",{"parentExtensionId":553,"repoId":554},"k1754vkdjckrkqvz9x7tjrvhzn86n1gc","kd70cgrajsrnk5gmq60rhq30zd86nyc0",[223,546,547,548,549],{"evaluatedAt":557,"extractAt":558,"updatedAt":557},1778683512322,1778683100520]