Safely append CSS styles from one file to another by identifying missing rules, adapting CSS variables, and verifying changes
其他仓库内容 · 未声明插件包归属
正在加载项目…
"OpenSpace: The Skill Management Layer for AI Agents" -- https://open-space.cloud/
共 256 项匹配内容,示例会单独标注;未声明归属的内容不代表插件自动包含。
Safely append CSS styles from one file to another by identifying missing rules, adapting CSS variables, and verifying changes
其他仓库内容 · 未声明插件包归属
Generate properly-formatted SKILL.md files from extracted architectural patterns. Turns raw pattern descriptions into reusable skills that OpenSpace can discove
其他仓库内容 · 未声明插件包归属
Adaptive polling pattern with exponential backoff on failure, automatic recovery on success, and visibility-aware scheduling
其他仓库内容 · 未声明插件包归属
TypeScript compile-checking in projects where npx and node_modules/.bin symlinks fail, with a filtering technique to isolate errors from only newly-created or t
其他仓库内容 · 未声明插件包归属
A resilient workflow for running TypeScript compile checks (tsc --noEmit) that falls back gracefully when npx or direct binary invocations fail, and distinguish
其他仓库内容 · 未声明插件包归属
Systematic workflow for auditing TypeScript codebases for import hygiene issues (value vs. type imports, duplicates), missing base class extensions, and incompl
其他仓库内容 · 未声明插件包归属
Reliably run TypeScript type-checking (npx tsc --noEmit) by using shell_agent as a fallback when run_shell fails due to environment or timeout issues.
其他仓库内容 · 未声明插件包归属
How to reliably write files containing multi-byte Unicode (emoji, special symbols) when write_file fails with 'unknown error' by falling back to run_shell with
其他仓库内容 · 未声明插件包归属
How to correctly add route handlers in a vanilla TypeScript project that uses http.createServer with a manual switch/case router — without introducing Express R
其他仓库内容 · 未声明插件包归属
Diagnose and resolve file access issues by first verifying the directory structure.
其他仓库内容 · 未声明插件包归属
Diagnose and resolve file access issues by verifying directory structure, then reading multiple files in parallel batches for efficient auditing, with built-in
其他仓库内容 · 未声明插件包归属
Implement efficient virtual scrolling for rendering large lists with DOM recycling, chunk-based rendering, and performance optimizations
其他仓库内容 · 未声明插件包归属
Curated architecture index of the WorldMonitor open-source dashboard. Reference for extracting patterns — vanilla TypeScript, Panel class hierarchy, service lay
其他仓库内容 · 未声明插件包归属
Workaround for write_file failures caused by special characters (apostrophes, backticks, template literals) by using a Python heredoc script executed via shell.
其他仓库内容 · 未声明插件包归属
Workaround for write_file failures caused by special characters (apostrophes, backticks, template literals) using a Python heredoc script, with mandatory post-w
其他仓库内容 · 未声明插件包归属
Workaround for write_file failures caused by special characters (apostrophes, backticks, template literals) using a Python heredoc script, plus a reliable TypeS
其他仓库内容 · 未声明插件包归属