Imported from alexanderkustov/z-plus-astro (AGENTS.md). Install upstream with npx skills add alexanderkustov/z-plus-astro. Copyright stays with the author.
Repository guidance
This Astro site is structured around small, content-focused pages for Z-plus.
Quick context
Page markup lives in src/pages.
Shared layout and navigation live in src/layouts/BaseLayout.astro.
Global styling is in src/styles/global.css.
Working conventions
Keep content changes in the relevant page file and update navigation links when adding pages.
Maintain consistent headings (h1 per page, h2 for sections).
Run npm install once, then npm run dev for local development.
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/alexanderkustov-z-plus-astro-z-plus-astro/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": "alexanderkustov-z-plus-astro-z-plus-astro",
"kind": "skill",
"name": "z-plus-astro",
"description": "This Astro site is structured around small, content-focused pages for Z-plus.",
"publisher": "alexanderkustov",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This Astro site is structured around small, content-focused pages for Z-plus."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/alexanderkustov/z-plus-astro",
"path": "AGENTS.md",
"ref": "b49b8973da0f8bb4c5c3ba828dc2de5f7272b69b",
"url": "https://github.com/alexanderkustov/z-plus-astro/blob/b49b8973da0f8bb4c5c3ba828dc2de5f7272b69b/AGENTS.md",
"key": "alexanderkustov/z-plus-astro/AGENTS.md"
}
},
"instructions": "## Repository guidance\n\nThis Astro site is structured around small, content-focused pages for Z-plus.\n\n### Quick context\n- Page markup lives in `src/pages`.\n- Shared layout and navigation live in `src/layouts/BaseLayout.astro`.\n- Global styling is in `src/styles/global.css`.\n\n### Working conventions\n- Keep content changes in the relevant page file and update navigation links when adding pages.\n- Maintain consistent headings (`h1` per page, `h2` for sections).\n- Run `npm install` once, then `npm run dev` for local development.",
"cost": {
"context_tokens": 132
}
}
Fetch it by URL: GET /api/v1/registry/alexanderkustov-z-plus-astro-z-plus-astro/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.