スキル一覧に戻る
dralgorhythm

context-management

by dralgorhythm

A More Effective Agent Harness for Claude

4🍴 0📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: context-management description: Manage project context effectively. Use when onboarding, context switching, or maintaining project knowledge. Covers context capture and sharing. allowed-tools: Read, Write, Glob, Grep

Context Management

Why Context Matters

  • Reduces ramp-up time
  • Prevents repeated mistakes
  • Enables informed decisions
  • Facilitates collaboration

Context Types

Project Context

  • What the project does
  • Why it exists
  • Who uses it
  • Key constraints

Technical Context

  • Architecture decisions (ADRs)
  • Technology choices
  • Coding conventions
  • Known issues

Historical Context

  • Why decisions were made
  • What was tried before
  • Lessons learned

Context Capture

Decision Log

## Decision: [Title]
**Date**: [Date]
**Context**: [Why this came up]
**Decision**: [What was decided]
**Rationale**: [Why this choice]
**Consequences**: [What changed]

Knowledge Base

  • README for project overview
  • ADRs for architecture
  • CONTRIBUTING for development
  • CHANGELOG for history

Code Comments

// CONTEXT: This retry logic exists because the external API
// has intermittent failures. See incident-123 for details.
// We chose exponential backoff after testing showed it
// reduces error rate by 80%.

Context Sharing

New Team Member

  1. Start with README
  2. Review key ADRs
  3. Pair on first task
  4. Introduce to stakeholders

Handoff

  1. Document current state
  2. List open questions
  3. Identify risks
  4. Warm handoff meeting

Best Practices

  1. Write it down: Don't rely on memory
  2. Keep it current: Update as things change
  3. Make it findable: Organize logically
  4. Be specific: Include the "why"
  5. Review regularly: Remove stale info

スコア

総合スコア

55/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です