Create React components with localStorage persistence and keyboard navigation support
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٢٦١ من skills من HKUDS/OpenSpace. افتح أي skill لمراجعة مصدره وتفاصيله.
HKUDS/OpenSpaceعرض ٢١ من أصل ٢٦١ skills مجمعة.
Create React components with localStorage persistence and keyboard navigation support
لغة النص الأصلي: الإنجليزية
Manage timed data refresh intervals for all dashboard panels. Handles pause-when-hidden, stale-data flush on visibility restore, and staggered refresh to avoid API bursts.
لغة النص الأصلي: الإنجليزية
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 discover, select, and evolve.
لغة النص الأصلي: الإنجليزية
Adaptive polling pattern with exponential backoff on failure, automatic recovery on success, and visibility-aware scheduling
لغة النص الأصلي: الإنجليزية
A resilient workflow for running TypeScript compile checks (tsc --noEmit) that falls back gracefully when npx or direct binary invocations fail, and distinguishes pre-existing errors from newly introduced ones.
لغة النص الأصلي: الإنجليزية
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 task-specific files — ignoring pre-existing legacy errors.
لغة النص الأصلي: الإنجليزية
Systematic workflow for auditing TypeScript codebases for import hygiene issues (value vs. type imports, duplicates), missing base class extensions, and incomplete barrel file re-exports, with actionable fix patterns.
لغة النص الأصلي: الإنجليزية
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 a heredoc.
لغة النص الأصلي: الإنجليزية
How to correctly add route handlers in a vanilla TypeScript project that uses http.createServer with a manual switch/case router — without introducing Express Router or Next.js patterns.
لغة النص الأصلي: الإنجليزية
Diagnose and resolve file access issues by verifying directory structure, then reading multiple files in parallel batches for efficient auditing, with built-in guidance for validating TypeScript import patterns.
لغة النص الأصلي: الإنجليزية
Diagnose and resolve file access issues by first verifying the directory structure.
لغة النص الأصلي: الإنجليزية
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 layer, CSS grid, API edge functions, refresh scheduler, and 60+ data source integrations.
لغة النص الأصلي: الإنجليزية
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-write verification via read_file and cleanup of /tmp helper scripts.
لغة النص الأصلي: الإنجليزية
Workaround for write_file failures caused by special characters (apostrophes, backticks, template literals) using a Python heredoc script, plus a reliable TypeScript type-checking step that filters output to only the newly-written files to avoid being misled…
لغة النص الأصلي: الإنجليزية
Delegate tasks to OpenSpace — a full-stack autonomous worker for coding, DevOps, web research, and desktop automation, backed by an extensive MCP tool and skill library. Skills auto-improve through use, reducing token consumption over time. A cloud community…
لغة النص الأصلي: الإنجليزية
Search reusable OpenSpace skills locally, and browse cloud packages step by step when a cloud skill may help. Reusing proven skills saves tokens, improves reliability, and extends your capabilities beyond built-in tools.
لغة النص الأصلي: الإنجليزية
Review auto-memory entries and propose promotions to OPENSPACE.md, OPENSPACE.local.md, or retained auto-memory topics; detect duplicates, stale facts, conflicts, and ambiguous entries before making changes.
لغة النص الأصلي: الإنجليزية