スキル一覧に戻る
zeyxx

search

by zeyxx

κυνικός - Conscience Collective Décentralisée | "φ qui se méfie de φ" | Don't trust, verify

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

SKILL.md


name: search description: Search CYNIC's collective memory for past judgments, patterns, and decisions. Use when asked to find, search, look up, query, or recall previous evaluations, patterns, or knowledge. user-invocable: true

/search - CYNIC Memory Search

"The pack remembers everything"

Quick Start

/search <query>

What It Does

Searches across CYNIC's knowledge base:

  • Judgments: Past evaluations and scores
  • Patterns: Detected recurring structures
  • Decisions: Recorded choices
  • Knowledge: Extracted facts

Search Types

TypeSearches
judgmentPast evaluations
patternDetected patterns
decisionDecision records
allEverything (default)

Examples

Find Past Judgments

/search authentication security judgments

Find Patterns

/search error handling patterns
/search token quality

Implementation

Use the 3-layer progressive search for efficiency:

// Step 1: Get index (lightweight)
brain_search_index({ query: "<search terms>", limit: 20 })

// Step 2: Get context around interesting results
brain_timeline({ anchor: "jdg_abc123" })

// Step 3: Fetch full details only for filtered IDs
brain_get_observations({ ids: ["jdg_abc123", "pat_def456"] })

Or use the simple search:

brain_search({
  query: "<search terms>",
  type: "judgment|pattern|decision|all",
  limit: 10
})

Tips

  • Be specific: "security vulnerabilities in auth" > "security"
  • Use type filters to narrow results
  • Check patterns for recurring issues

See Also

  • /patterns - Browse all patterns
  • /judge - Create new judgments
  • /digest - Add knowledge to search

スコア

総合スコア

50/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つ以上のタグが設定されている

0/5

レビュー

💬

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