スキル一覧に戻る
shakefu

fetch-context

by shakefu

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

SKILL.md


name: fetch-context description: Load minimal relevant context for the current task allowed-tools: Bash, Read, Grep, Glob

Context Fetcher

Load minimal, task-relevant context following the "minimal by default" philosophy.

Execution

Run the context fetcher agent:

./agents/context-fetcher.sh

Context Philosophy

Minimal by default. Only load what's directly relevant to the current task:

  • Full file contents → Just file paths
  • All documentation → Only relevant sections
  • Complete history → Just recent relevant commits
  • Every test → Only tests for current scope

Context Sources

SourceWhat's Loaded
context/purpose.mdProject goals (first 50 lines)
.claude/claude.mdProject-specific instructions
.contextium/tasks.jsonCurrent task scope
.contextium/context-cache/Task-specific cached context

Project Detection

Automatically detects project type:

  • Node.js - package.json
  • Rust - Cargo.toml
  • Python - pyproject.toml, setup.py
  • Go - go.mod

Memory Systems

Reports availability of:

  • Memvid - .contextium/memory.mv2
  • GibRAM - Knowledge graph on port 6161

Output

=== CONTEXT FOR SESSION ===
Project: contextium (docs)
Task: implement-feature-x

Key Files:
- src/features/x/index.ts: Main feature entry
- tests/features/x.test.ts: Feature tests

Available Memory:
- Memvid: no
- GibRAM: no
===========================

Caching Task Context

To cache context for a task:

mkdir -p .contextium/context-cache
cat > .contextium/context-cache/my-task.md << 'EOF'
# Context for my-task

## Relevant Files
- src/module.ts - Main implementation
- tests/module.test.ts - Tests

## Notes
- Uses pattern X for Y
- Must maintain backwards compatibility
EOF

スコア

総合スコア

50/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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