tabbit-browser
DSH bundle that packages the Tabbit Browser skill and background installer
6 results
DSH bundle that packages the Tabbit Browser skill and background installer
测试驱动开发:先写失败测试再写实现,Prove-It 模式,测试即证明。受 addyosmani/agent-skills(88k★ MIT)启发。
Lion-Skills — a developer-focused agent skill suite (in Chinese) as a DeepSeek Harness plugin: 11 workflow skills for code review, debugging, testing, naming, spec writing, and more.
Electron 应用端到端测试:通过 Chrome DevTools Protocol(CDP)连接真实 Electron 渲染器——DOM 检查/JS 求值/点击/截图、DPR 乘数、右键事件真实触发、xterm 布局延迟等坑。受 bholmesdev/hubble.md(test-desktop-app)启发。
DSH web plugin: Skill Cockpit panel in Settings. See all skills (system/project/pool) with Chinese notes, search, enable/disable/delete/import, local test-fire scoring, and per-skill usage stats to spot zombie skills.
SQL 优化模式:EXPLAIN 分析、索引策略、N+1 解决、查询改写。受 wshobson/agents(38k★ MIT)启发。