一键导入
screeps-api-reference
Use when fact-checking Screeps API, constants, TypeScript game types, game mechanics, or community strategy using local references.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when fact-checking Screeps API, constants, TypeScript game types, game mechanics, or community strategy using local references.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when starting, testing, debugging, or changing the local Dockerized Screeps private server, CI smoke/long simulations, private-server auth/binding, screepsmod-testing assertions, or bot upload/runtime checks.
Use when working with Screeps gameplay, bot strategy, local/private-server validation, Screeps API docs/types, community patterns, or safe bot development decisions in this repo.
| name | screeps-api-reference |
| description | Use when fact-checking Screeps API, constants, TypeScript game types, game mechanics, or community strategy using local references. |
Use this skill for Screeps gameplay/API/type/strategy fact-checking using local references.
node_modules/@types/screeps/index.d.ts.packages/.ROADMAP.md, FRAMEWORK.md, and package READMEs.ROADMAP.md, AGENTS.md, and nearby package docs.rg "interface Creep|declare const FIND_|type BodyPartConstant" node_modules/@types/screeps/index.d.ts
rg "moveTo|RoomPosition|StructureTower" packages
Useful local type names:
Game, Memory, RawMemoryCreep, PowerCreepRoom, RoomPosition, RoomObjectStructureSpawn, StructureTower, StructureController, StructureStorage, StructureTerminalSource, Mineral, Deposit, ResourcePathFinder, CostMatrix, RoomVisualFIND_*, STRUCTURE_*, RESOURCE_*, ERR_*, OKPrefer the private-server test harness for runtime validation:
npm run test:server:smoke
For interactive local server work, use the screeps-private-server skill.
Community patterns are useful for:
But project rules override generic advice:
TooAngel and TedRoastBeef.When making API/gameplay claims, include: