ソース情報
- リポジトリ
- pelikan-io/pelikan
- ソースの最終更新活動
- 2026年8月9日 17:02
- 検出された SKILL.md の言語
- 英語
- スター
- 292
- フォーク
- 25
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/pelikan-io/pelikan --skill runコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Scaffold a docs/journal/ entry for a non-trivial engineering effort
Use when creating or materially revising system architecture diagrams — a build-time structure chart (units, layers, product composition) or runtime charts (thread model, life-of-a-request flow). Triggers include "architecture diagram", "threading diagram", "dataflow chart", "life of a request", "diagram the system". Symptoms include a hand-maintained diagram drifting from the code, a chart that cannot say whether a thread or queue still exists, or structure and runtime claims tangled in one unreadable picture.
Use when creating or materially revising a project's README, code documentation, CLI help, diagrams, onboarding, or other feature documentation for users or developers.
| name | run |
| description | Launch a pelikan product binary with its example config |
Launch one of pelikan's product binaries.
| Binary | Purpose | Example config |
|---|---|---|
pelikan-segcache | Memcached-compatible server, Segcache storage | config/segcache.toml (or config/twemcache-tls.toml for TLS) |
pelikan-pingserver | Ping protocol server for testing/benchmarking | config/pingserver.toml (or config/pingserver-tls.toml for TLS) |
pelikan-rds | RESP (Redis protocol) server | config/rds.toml |
pelikan-pingproxy | Ping protocol proxy | config/pingproxy.toml |
cargo build --workspace --releasetarget/release/<binary> config/<name>.toml
target/release/<binary> --help lists all flags and overrides.test skill for running the integration test harnesses instead of a live binary.