wiki
Search the LiteCode project wiki for architecture specs, design decisions, and detailed documentation
DeepseekModel
キュレーション済みスキル
品質 優秀 · 78
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=razvanneculai-litecode-claude-skills-wiki-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name wiki description Search the LiteCode project wiki for architecture specs, design decisions, and detailed documentation trigger /wiki /wiki Search the LiteCode project wiki at C:\Users\Razvan\Documents\Litecode . Usage /wiki # list available wiki files /wiki <topic> # find and read docs about a topic /wiki token budget # e.g. token budget details /wiki context map # e.g. three-layer context map spec /wiki orchestrator # e.g. orchestrator workflow What You Must Do When Invoked If no topic given, list files in C:\Users\Razvan\Documents\Litecode and summarize what's available. If a topic is given, search C:\Users\Razvan\Documents\Litecode for files matching the topic (by filename or content), read the most relevant one, and answer the question. Only fall back to reading raw project source files if the wiki has no answer. Search order Check C:\Users\Razvan\Documents\Litecode for matching files first. If not found in wiki, check graphify-out/wiki/index.md if it exists. Only then read raw source files.
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |