返回 Skill 列表
extension
分类: 内容与媒体无需 API Key

operating-claude

Claude运行时的使用手册。在需要优化上下文使用、解决性能问题或理解运行机制时使用。不要用于架构定义或构建插件。

person作者: jakexiaohubgithub

Operational Mechanics

Runtime Operations

1. Context Management

  • Monitoring: Check tokens via /status or observing response latency.
  • Optimization: Use managing-context for compression strategies.
  • Degradation: Performance drops >40% usage. Reset or fork session.

2. Session Control

  • Plan Mode: Double Shift+Tab for high-reasoning tasks.
  • Forking: Isolate heavy tasks to avoid polluting main context.
  • Checkpoints: Use _state.md to persist progress across sessions.

Architecture References

For strict definitions of how the system is built, refer to the core documentation:

  • Plugin Architecture: docs/guides/infrastructure.md
  • Skill Standards: docs/guides/skills.md
  • Engineering Patterns: docs/REFERENCES.md