Imported from yablokolabs/zero-http-lite (AGENTS.md). Install upstream with npx skills add yablokolabs/zero-http-lite. Copyright stays with the author.
Agent Notes
This is a real mini project using Zero: a tiny HTTP layer library.
Rules
Do not copy upstream Zero into this repo.
Keep the project small and concrete.
Use ZERO_BIN=/path/to/zero ./scripts/smoke.sh before committing.
Add usage examples under examples/; the smoke script validates them with temporary package manifests.
Prefer compiler JSON (check, graph, size) over guessing.
If Zero lacks a runtime feature, model it explicitly instead of pretending it exists.
Useful commands
zero check --json .zero graph --json .zero size --json .
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/yablokolabs-zero-http-lite-zero-http-lite/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "yablokolabs-zero-http-lite-zero-http-lite",
"kind": "skill",
"name": "zero-http-lite",
"description": "This is a real mini project using Zero: a tiny HTTP layer library.",
"publisher": "yablokolabs",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This is a real mini project using Zero: a tiny HTTP layer library."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/yablokolabs/zero-http-lite",
"path": "AGENTS.md",
"ref": "4a393d2119162a94a24a099310a4da201ba94a55",
"url": "https://github.com/yablokolabs/zero-http-lite/blob/4a393d2119162a94a24a099310a4da201ba94a55/AGENTS.md",
"key": "yablokolabs/zero-http-lite/AGENTS.md"
}
},
"instructions": "# Agent Notes\n\nThis is a real mini project using Zero: a tiny HTTP layer library.\n\n## Rules\n\n- Do not copy upstream Zero into this repo.\n- Keep the project small and concrete.\n- Use `ZERO_BIN=/path/to/zero ./scripts/smoke.sh` before committing.\n- Add usage examples under `examples/`; the smoke script validates them with temporary package manifests.\n- Prefer compiler JSON (`check`, `graph`, `size`) over guessing.\n- If Zero lacks a runtime feature, model it explicitly instead of pretending it exists.\n\n## Useful commands\n\n```sh\nzero check --json .\nzero graph --json .\nzero size --json .\n```",
"cost": {
"context_tokens": 148
}
}
Fetch it by URL: GET /api/v1/registry/yablokolabs-zero-http-lite-zero-http-lite/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.