Imported from CodySwannGT/api-creator (AGENTS.md). Install upstream with npx skills add CodySwannGT/api-creator. Copyright stays with the author.
api-creator
This project maintains an in-repo LLM Wiki under wiki/, managed by the lisa-wiki kernel.
Rules: wiki/schema/llm-wiki-contract.md
Start here: wiki/start-here.md
Navigation: wiki/index.md
When answering questions about this project (code, architecture, decisions, domain concepts,
conventions, or documentation), query the wiki first (Codex: $lisa-wiki-query). Add durable
knowledge with $lisa-wiki-ingest. See the contract for the full ordered ingestion pipeline and
standards.
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/codyswanngt-api-creator-api-creator/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.
codyswanngt-api-creator-api-creator.ocm.jsonjson
{
"ocm": "1",
"id": "codyswanngt-api-creator-api-creator",
"kind": "skill",
"name": "api-creator",
"description": "This project maintains an in-repo LLM Wiki under `wiki/`, managed by the `lisa-wiki` kernel.",
"publisher": "CodySwannGT",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This project maintains an in-repo LLM Wiki under `wiki/`, managed by the `lisa-wiki` kernel."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/CodySwannGT/api-creator",
"path": "AGENTS.md",
"ref": "ad7166c7ff0666ef1e84725f686f81b8b786fffc",
"url": "https://github.com/CodySwannGT/api-creator/blob/ad7166c7ff0666ef1e84725f686f81b8b786fffc/AGENTS.md",
"key": "CodySwannGT/api-creator/AGENTS.md"
}
},
"instructions": "# api-creator\n\nThis project maintains an in-repo LLM Wiki under `wiki/`, managed by the `lisa-wiki` kernel.\n\n- Rules: `wiki/schema/llm-wiki-contract.md`\n- Start here: `wiki/start-here.md`\n- Navigation: `wiki/index.md`\n\nWhen answering questions about this project (code, architecture, decisions, domain concepts,\nconventions, or documentation), query the wiki first (Codex: `$lisa-wiki-query`). Add durable\nknowledge with `$lisa-wiki-ingest`. See the contract for the full ordered ingestion pipeline and\nstandards.",
"cost": {
"context_tokens": 128
}
}
Fetch it by URL: GET /api/v1/registry/codyswanngt-api-creator-api-creator/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.