agentsclimarketplace

Pike stdlib api

Skill TheSmuks/pike-ai-kb/skills/pike-stdlib-api

Exact API surface of the Pike 8.0.1116 standard library — function signatures, class hierarchies, and method listings for correct code generationFrom its SKILL.md

Install
npx -y skills add TheSmuks/pike-ai-kb --skill pike-stdlib-api

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.4 KB, 559 tokens by cl100k_base, as published. Nobody here has run it

Pike Standard Library API Reference

Overview

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.

Coverage

ReferenceModules Covered
stdio-api.mdStdio.File, Stdio.Port, Stdio.UDP, Stdio.Buffer, top-level I/O functions
adt-api.mdADT.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.mdConcurrent.Future, Concurrent.Promise, Concurrent.AggregateState
crypto-api.mdCrypto.Hash (SHA256, SHA1, MD5, etc.), Crypto.AES, Crypto.HMAC, Crypto.RSA, Crypto.Password, Crypto.Random, cipher modes
protocols-api.mdProtocols.HTTP (get_url/post_url/put_url/delete_url, Query, Server), SSL (File, Context, Port), Parser (HTML, CSV, XML)
standards-api.mdStandards.JSON, Standards.URI, Standards.UUID, Standards.PEM
utilities-api.mdString, Array, Math, Process, Getopt, Thread, Error, Val, System, Regexp, MIME, Sql.Sql, Calendar, Image, Debug, Locale, Gmp, Geography, Function, Program, Tools, Web

Rules

  1. Do not fabricate functions. If a function is not listed in these references, it does not exist in Pike 8.0.1116.
  2. Check before using. Before calling any function, verify it exists in the appropriate reference file.
  3. Signatures are exact. Parameter types and return types are as listed — do not substitute types from other languages.
  4. Method access uses ->. Object methods are called with obj->method(args), not obj.method(args).

What ships with it: 7 files

59.9 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,851. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.