スキル一覧に戻る
smileynet

ic-lookup

by smileynet

Personal toolkit for Stationeers IC10 programming with Claude AI integration

0🍴 0📅 2025年12月25日
GitHubで見るManusで実行

SKILL.md


name: ic-lookup description: Look up Stationeers device properties and IC10 instruction syntax. Use when user asks about logic values, device pins, prefab hashes, or IC10 command syntax.

IC10 Lookup

Quick reference lookup for IC10 instructions and device properties.

Workflow

  1. Parallel Lookup Spawn these agents simultaneously based on query type:
    • instruction-researcher - For IC10 instruction syntax
    • device-researcher - For device logic types and properties

Instructions

When the user asks about IC10 syntax or device properties:

  1. Determine query type:

    • Instruction query: "How do I use [instruction]?", "What's the syntax for...?"
    • Device query: "What logic values does [device] have?", "How do I read from...?"
    • Both: When question involves using specific instructions with specific devices
  2. Launch appropriate researcher(s):

    • For instructions: instruction-researcher
    • For devices: device-researcher
    • For combined questions: Both in parallel
  3. Present results clearly:

    • Instruction syntax with examples
    • Device logic types (readable/writable)
    • Practical IC10 code snippet
  4. If the lookup involves batch operations:

    • Include the prefab hash
    • Show lb/sb syntax example

Quick Reference Cheat Sheet

Common Instructions

  • l r0 device LogicType - Read from device
  • s device LogicType value - Write to device
  • lb r0 hash LogicType mode - Batch read (0=avg, 1=sum, 2=min, 3=max)
  • sb hash LogicType value - Batch write

Common Logic Types

  • On, Power, Open, Lock - Boolean states
  • Temperature, Pressure - Float values
  • Setting, Mode - Configurable values

Example Triggers

  • "How do I use lb?"
  • "What's the syntax for select?"
  • "What logic values does the gas sensor have?"
  • "What's the prefab hash for..."
  • "How do I read temperature?"
  • "What can I set on a vent?"

スコア

総合スコア

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

レビュー

💬

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