OlympHill
developer-performance-instincts (Grade A) logo

developer-performance-instincts (Grade A)经过安全测试的 data-ai 技能,适用于 Claude AI。等级 A。性能本能 —— 从 roles.json deepPrompt 中提取的开发者角色

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

此技能编码了最初嵌入开发者角色的 deepPrompt 的行为程序。它提供了一套提升和排查 Web 应用程序性能的最佳实践。 该技能建议开发者“先测量:永不凭猜测性能。请在生产环境或使用与生产相似的数据进行性能剖析”,并使用诸如 console.log 定时、Chrome DevTools 性能标签等工具来识别性能问题。 它还涵盖了 Big-O 意识,强调了解数据结构复杂度以及某些算法可能带来的性能影响的重要性。此外,它还提供关于数据库性能、缓存和前端性能的指导,包括优化查询计划、使用索引、批量操作以及懒加载路由和大型组件等策略。 该技能鼓励开发者遵循最佳实践,以确保其 Web 应用的最佳性能,并避免诸如 O(n²) 复杂度的循环处理用户数据或 N+1 查询等潜在陷阱。它还建议使用连接池、缓存层和 HTTP 缓存头,以提升性能并减少数据陈旧问题。

主要功能

  • 性能测量指南
  • Big-O 认知
  • 数据库性能优化
  • 缓存策略
  • 前端性能指标与优化

价格

模型
Free
评分
暂无评价

使用场景

提升应用性能

使用此技能识别并解决应用中的性能瓶颈,确保更佳的用户体验。

优化数据库查询

依据技能提供的数据库性能指南,包括索引和查询计划,以提升数据库效率。

增强前端用户体验

利用技能对前端性能指标(如 Largest Contentful Paint 和 Time to Interactive)的建议,优化用户界面。

优点 & 缺点

优点

  • 为开发者提供可操作的性能指南
  • 强调数据结构复杂度认知的重要性
  • 涵盖从测量到前端优化的全方位性能主题

缺点

  • 对部分开发者而言可能过于冗长或信息量大
  • 未提供具体实现细节或示例

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Which local models should I run, and how does hardware affect SecureContext?

SecureContext degrades gracefully by hardware tier — every LLM‑powered layer fails closed (the feature quietly contributes nothing) rather than breaking ingest or search. What changes with hardware is how much of the intelligence stack is active: | Tier | Hardware | Models that fit | What you get | |---|---|---|---| | Minimum | Any CPU, ~2 GB RAM free | nomic-embed-text (embeddings only) | Hybrid BM25+vector search, working memory, audit chain, skills gating — the core. LLM layers (event extraction, entity extraction, contradiction adjudication) stay dormant. | | Mid | 8–16 GB GPU (or Apple Silicon 16 GB+) | + qwen2.5-coder:14b or phi4:14b (one at a time) | + Event‑fact extraction at ingest (temporal reasoning), LLM contradiction adjudication, entity extraction, L0/L1 semantic file summaries. | | Full | 24 GB+ GPU (e.g. RTX 4090/5090) | + phi4:14b and gpt‑oss:20b resident together | Everything, concurrently, at interactive latency — plus a strong local generator for QA/benchmarks. This is the configuration our published benchmark deltas were measured on. Model‑choice guidance (all measured, see bench/): Embeddings: nomic-embed-text — required, tiny, runs anywhere. Event extraction (ZCEVENTEXTRACTMODEL, default phi4:14b): our bakeoff scored phi4:14b at 100% event recall / 100% date accuracy, tying gpt‑oss:20b at 2× the speed. On smaller GPUs qwen2.5-coder:14b is close behind (84.6% recall). Coder models ≠ better: qwen2.5-coder:32b scored worst (69.2%) despite being the large

Asked by Olamide Fashola · Jan 9, 2026

What do I need to run it?

Node 20+ and (recommended) Docker for the bundled PostgreSQL + Ollama stack. The one‑command installer does everything in about five minutes. A SQLite fallback runs with zero infrastructure.

Asked by Victor Nguyen · Jan 5, 2026

Can multiple Claude Code sessions work on the same project without conflicts?

Yes — parallel sessions atomically claim tasks from a work‑stealing queue (zero double‑claims at 50 agents × 100 tasks in testing), coordinate through typed broadcasts (ASSIGN/STATUS/MERGE/REJECT), and keep private per‑agent memory namespaces plus a shared pool. Department‑style hierarchies (heads + workers, N‑tier escalation) are supported for larger agent teams.

Asked by Mateusz Wozniak · Nov 19, 2025

Are Claude Code skills safe to install?

Filesystem skills bundle scripts that run with your permissions, and Claude Code's native loader does not scan them. SecureContext adds the missing gate: AST scan at admission, HMAC verification before every execution, automatic quarantine on failure or post‑admission change, and a verifiable chained log of every admission decision.

Asked by Gabriel Duarte · Nov 18, 2025

Does SecureContext send my code or data to the cloud?

No. Memory, embeddings (Ollama nomic-embed-text), search, summarization, and the audit chain all run locally. It works fully offline (search degrades gracefully to keyword‑only if Ollama is down) and costs $0 when idle.

Asked by Kwesi Boateng · Nov 16, 2025

提问

育言活动 的替代品

Manage Headers (Grade A) logo

Manage Headers (Grade A)

育言活动

专为 Claude AI 设计的安全测试开发技巧, Grade A。检查并配置 Power Pages 站点向浏览器发送的安全 headers — 内容安全策略,框架和点击劫持保护

(0)
Free
Using Git Worktrees (Grade A) logo

Using Git Worktrees (Grade A)

育言活动

安全试验的数据-AI技能 - Claude AI。A级。即将开始需要与当前工作环境隔离的功能工作,或执行实施计划前-创建隔离的git工作tree

(0)
Free
Ga4 Bigquery Schema (Grade A) logo

Ga4 Bigquery Schema (Grade A)

育言活动

为Claude AI提供了经过安全测试的数据ai技能。 Grade A. GA4 BigQuery导出模式参考 - 完整字段参考、嵌套结构、查询模式和性能提示

(0)
Free
Meta Capi (Grade A) logo

Meta Capi (Grade A)

育言活动

安全测试的数据-AI技能,专为Claude AI打造。Grade A. Meta Conversions API (CAPI) 设置指南-架构、事件类型、客户信息哈希、去重复、实现示例、AEM

(0)
Free
Callees (Grade A) logo

Callees (Grade A)

育言活动

经过安全测试的 Claude AI 开发技能。Grade A。列出函数/方法调用的直接调用图

(0)
Free
Test Module Name (Grade A) logo

Test Module Name (Grade A)

育言活动

安全测试数据-ai技能,Grade A. 名为Haskell测试模块,以同一命名空间中的测试模块命名,并在其后添加 Spec 辅助。 在编写或审阅Haskell测试模块时使用。

(0)
Free
Board Of Directors (Grade A) logo

Board Of Directors (Grade A)

育言活动

经安全检测的数据 AI 技能,适用于 Claude AI。A级。模拟五位专家董事会就重大决策进行审议。用于评估计划、架构选择、功能设计或任何决策。

(0)
Free
Advpl Mvc Avancado (Grade A) logo

Advpl Mvc Avancado (Grade A)

育言活动

安全测试的开发技能,适用于 Claude AI。Grade A。通过 PE(入口点)实现高级 MVC —— 在标准 MVC 界面(CNTA300/MATA070/MATA440/MATA460/FINA040 via *STRU)中添加自定义网格。

(0)
Free