スキル一覧に戻る
Qredence

recall

by Qredence

recallは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。

90🍴 10📅 2026年1月18日
GitHubで見るManusで実行

SKILL.md


name: recall description: Semantic search for memory. Use to find solutions, patterns, or context from Chroma Cloud.

Recall Memory

This skill allows you to search your memory system using semantic queries.

Workflow

  1. Formulate Your Query: Think about what you're trying to find:

    • A solution to a specific problem (e.g., "How do I fix CORS errors?")
    • A pattern or best practice (e.g., "Python async patterns")
    • Historical context (e.g., "What did we decide about routing?")
  2. Run the Search: Execute the memory manager recall command:

    uv run python .fleet/context/scripts/memory_manager.py recall "<your query>"
    

    Example:

    uv run python .fleet/context/scripts/memory_manager.py recall "memory system implementation"
    
  3. Review Results: The system will return:

    • Top matches from semantic memory (facts, decisions)
    • Relevant skills from procedural memory (how-tos)
    • Similarity scores to gauge relevance
    • Source metadata (file paths, timestamps)
  4. Refine if Needed: If results aren't relevant, try:

    • More specific queries (add context/domain)
    • Different terminology (synonyms)
    • Breaking complex queries into simpler parts

Tips

  • Use natural language - the system uses semantic search, not keyword matching
  • Be specific - "fix DSPy routing errors" is better than "errors"
  • Combine with other commands: recall → apply solution → learn new variation
  • Check episodic memory separately if you need conversation history

Output Format

Results include:

  • Matched text snippets
  • Source file paths
  • Relevance scores (0-1, higher = better match)
  • Metadata (creation date, tags, etc.)

スコア

総合スコア

80/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新

+5
フォーク

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

+5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

+5

レビュー

💬

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