This directory contains the public Shedflare project website inside the canonical monorepo. Keep it independently testable, buildable, and deployable through scoped workspace commands.
Imported from shedflare/shedflare (site/AGENTS.md). Install upstream with npx skills add shedflare/shedflare --skill site. Copyright stays with the author.
Shedflare Site – Agent Guidance
This directory contains the public Shedflare project website inside the canonical monorepo. Keep it
independently testable, buildable, and deployable through scoped workspace commands.
Shared Shedflare dependencies must use workspace:*. Never commit file:, link:, sibling
source paths, nested lockfiles, or site-local copies of root tooling.
Use non-production stages for deployment proofs; preview stages must not claim production custom domains.
Do not change production resources or deploy to prod unless explicitly requested.
Do not add as any; validate external inputs at their boundaries.
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/shedflare-shedflare-site/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.
shedflare-shedflare-site.ocm.jsonjson
{
"ocm": "1",
"id": "shedflare-shedflare-site",
"kind": "skill",
"name": "site",
"description": "This directory contains the public Shedflare project website inside the canonical monorepo. Keep it independently testable, buildable, and deployable through scoped workspace commands.",
"publisher": "shedflare",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This directory contains the public Shedflare project website inside the canonical monorepo. Keep it independently testable, buildable, and deployable through scoped workspace commands."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/shedflare/shedflare",
"path": "site/AGENTS.md",
"ref": "342fd6f46226d5b8737faa4eac7c226e5a5000e1",
"url": "https://github.com/shedflare/shedflare/blob/342fd6f46226d5b8737faa4eac7c226e5a5000e1/site/AGENTS.md",
"key": "shedflare/shedflare/site/AGENTS.md"
}
},
"instructions": "# Shedflare Site – Agent Guidance\n\nThis directory contains the public Shedflare project website inside the canonical monorepo. Keep it\nindependently testable, buildable, and deployable through scoped workspace commands.\n\n- Shared Shedflare dependencies must use `workspace:*`. Never commit `file:`, `link:`, sibling\n source paths, nested lockfiles, or site-local copies of root tooling.\n- Use non-production stages for deployment proofs; preview stages must not claim production custom domains.\n- Do not change production resources or deploy to `prod` unless explicitly requested.\n- Do not add `as a",
"cost": {
"context_tokens": 162
}
}
Fetch it by URL: GET /api/v1/registry/shedflare-shedflare-site/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.