一键导入
pike-stdlib-api
Exact API surface of the Pike 8.0.1116 standard library — function signatures, class hierarchies, and method listings for correct code generation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Exact API surface of the Pike 8.0.1116 standard library — function signatures, class hierarchies, and method listings for correct code generation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
How to diagnose Pike errors, introspect the runtime, navigate the stdlib source, and debug Pike code on the CLI
Pike programming language syntax, semantics, type system, and standard library patterns for correct code generation
| name | pike-stdlib-api |
| description | Exact API surface of the Pike 8.0.1116 standard library — function signatures, class hierarchies, and method listings for correct code generation |
| metadata | {"version":"1.0.0","organization":"pike-lang"} |
Exact API surface of the Pike 8.0.1116 standard library. This skill provides function signatures, class hierarchies, and method listings derived from runtime introspection against Pike 8.0.1116.
Purpose: LLMs need exact API shapes to stop guessing at function names, parameter types, and return types.
When to use: Use this skill when you need to know the exact signature of a function, the methods available on a class, or the classes available in a module.
| Reference | Modules Covered |
|---|---|
| stdio-api.md | Stdio.File, Stdio.Port, Stdio.UDP, Stdio.Buffer, top-level I/O functions |
| adt-api.md | ADT.Stack, ADT.Queue, ADT.Heap, ADT.Table, ADT.CritBit, ADT.History, ADT.List, ADT.Set, ADT.Trie, ADT.Interval, ADT.Sequence, ADT.Struct, ADT.BitBuffer |
| concurrent-api.md | Concurrent.Future, Concurrent.Promise, Concurrent.AggregateState |
| crypto-api.md | Crypto.Hash (SHA256, SHA1, MD5, etc.), Crypto.AES, Crypto.HMAC, Crypto.RSA, Crypto.Password, Crypto.Random, cipher modes |
| protocols-api.md | Protocols.HTTP (get_url/post_url/put_url/delete_url, Query, Server), SSL (File, Context, Port), Parser (HTML, CSV, XML) |
| standards-api.md | Standards.JSON, Standards.URI, Standards.UUID, Standards.PEM |
| utilities-api.md | String, Array, Math, Process, Getopt, Thread, Error, Val, System, Regexp, MIME, Sql.Sql, Calendar, Image, Debug, Locale, Gmp, Geography, Function, Program, Tools, Web |
->. Object methods are called with obj->method(args), not obj.method(args).