1. [SPEC.typ](./SPEC.typ) - Contains the specification and design decisions 2. [implementation.test.ts](./implementation.test.ts) - Contains the correctness criteria for implementation
Imported from dathra/dathra (packages/transformer/src/ssr/AGENTS.md). Install upstream with npx skills add dathra/dathra --skill ssr. Copyright stays with the author.
SSR ユーティリティ - AI Agent Instructions
Before Implementation
MUST READ:
SPEC.typ - Contains the specification and design decisions
These two files define what to implement and how to verify it is correct.
Your Role
Implement the SSR utilities according to SPEC.typ while ensuring all test cases in implementation.test.ts pass.
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/dathra-dathra-ssr/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.
dathra-dathra-ssr.ocm.jsonjson
{
"ocm": "1",
"id": "dathra-dathra-ssr",
"kind": "skill",
"name": "ssr",
"description": "1. [SPEC.typ](./SPEC.typ) - Contains the specification and design decisions 2. [implementation.test.ts](./implementation.test.ts) - Contains the correctness criteria for implementation",
"publisher": "dathra",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"1. [SPEC.typ](./SPEC.typ) - Contains the specification and design decisions 2. [implementation.test.ts](./implementation.test.ts) - Contains the correctness criteria for implementation"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/dathra/dathra",
"path": "packages/transformer/src/ssr/AGENTS.md",
"ref": "c1a30ed86fd2bd79e1c742362f552e9f62ff9f98",
"url": "https://github.com/dathra/dathra/blob/c1a30ed86fd2bd79e1c742362f552e9f62ff9f98/packages/transformer/src/ssr/AGENTS.md",
"key": "dathra/dathra/packages/transformer/src/ssr/AGENTS.md"
}
},
"instructions": "# SSR ユーティリティ - AI Agent Instructions\n\n## Before Implementation\n\n**MUST READ:**\n\n1. [SPEC.typ](./SPEC.typ) - Contains the specification and design decisions\n2. [implementation.test.ts](./implementation.test.ts) - Contains the correctness criteria for implementation\n\nThese two files define what to implement and how to verify it is correct.\n\n## Your Role\n\nImplement the SSR utilities according to SPEC.typ while ensuring all test cases in implementation.test.ts pass.",
"cost": {
"context_tokens": 116
}
}
Fetch it by URL: GET /api/v1/registry/dathra-dathra-ssr/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.