[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-75876":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":14,"subscribersCount":14,"size":14,"stars1d":14,"stars7d":15,"stars30d":16,"stars90d":14,"forks30d":14,"starsTrendScore":17,"compositeScore":18,"rankGlobal":9,"rankLanguage":9,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":22,"hasPages":20,"topics":23,"createdAt":9,"pushedAt":9,"updatedAt":24,"readmeContent":25,"aiSummary":26,"trendingCount":14,"starSnapshotCount":14,"syncStatus":17,"lastSyncTime":27,"discoverSource":28},75876,"codex-complexity-optimizer","Kappaemme-git\u002Fcodex-complexity-optimizer","Kappaemme-git","Codex skill for safe codebase complexity analysis and performance optimization reports",null,"Python",892,57,1,0,7,167,2,9.29,"MIT License",false,"main",true,[],"2026-06-12 02:03:36","# Codex Complexity Optimizer\n\nCodex skill for analyzing a codebase, finding algorithmic complexity and performance hotspots, and producing safe optimization reports.\n\n## Install\n\n```bash\nnpm install -g codex-complexity-optimizer\n```\n\nThe package installs the skill into:\n\n```bash\n${CODEX_HOME:-~\u002F.codex}\u002Fskills\u002Fcomplexity-optimizer\n```\n\nYou can also run the installer directly:\n\n```bash\nnpx codex-complexity-optimizer\n```\n\n## Use\n\nIn Codex:\n\n```text\nUse $complexity-optimizer to analyze this codebase and give me a report.\n```\n\nBy default, report-only prompts do not modify files. The skill reports file\u002Fline, current complexity, recommended change, expected complexity after the change, risk level, and tests or benchmarks needed.\n\nTo apply a change, ask explicitly:\n\n```text\nUse $complexity-optimizer to implement the lowest-risk optimization from the report and run the relevant tests.\n```\n","Codex Complexity Optimizer 是一个用于代码库复杂度分析和性能优化报告的工具。它能够自动识别算法复杂度和性能瓶颈，并生成安全的优化建议报告，支持通过简单的命令行指令进行安装与使用。该工具基于Python开发，具备非侵入式的报告模式，即默认情况下不会直接修改源代码，而是提供详细的改进方案、预期效果及风险评估。适用于需要对现有项目进行维护或希望提升代码质量和执行效率的场景，尤其是对于大型或长期迭代的软件工程来说尤为实用。","2026-06-11 03:53:35","CREATED_QUERY"]