Imported from ssrjkk/claude-skills (.claude/skills/frontend/remix-ssr/SKILL.md). Install upstream with npx skills add ssrjkk/claude-skills --skill remix-ssr. Copyright stays with the author.
Remix SSR
SSR with Remix. server rendering.
Quick Start
# Remix SSR# See Remix docs
When to Use
Building applications with Remix
server rendering
dynamic
SEO
Step-by-Step
Install: npm install remix
Set up Remix
Configure SSR
Implement features
Test and verify
Dependencies
Remix >= latest stable
Runtime environment
Dependencies as needed
Examples
# Remix SSR# See Remix documentation
Resources
Official Remix documentation
Community tutorials
GitHub repositories
Validation
Run: remix --version
Test with sample data
Verify output correctness
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/ssrjkk-claude-skills-remix-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.
ssrjkk-claude-skills-remix-ssr.ocm.jsonjson
{
"ocm": "1",
"id": "ssrjkk-claude-skills-remix-ssr",
"kind": "skill",
"name": "remix-ssr",
"description": "SSR with Remix. server rendering.",
"publisher": "ssrjkk",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"remix",
"ssr",
"frontend",
"meta-framework",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"SSR with Remix. server rendering."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/ssrjkk/claude-skills",
"path": ".claude/skills/frontend/remix-ssr/SKILL.md",
"ref": "e1fe9f4b8b62cbb6be06d22940974a7ca87a70b9",
"url": "https://github.com/ssrjkk/claude-skills/blob/e1fe9f4b8b62cbb6be06d22940974a7ca87a70b9/.claude/skills/frontend/remix-ssr/SKILL.md",
"key": "ssrjkk/claude-skills/.claude/skills/frontend/remix-ssr/SKILL.md"
}
},
"instructions": "# Remix SSR\n\n> SSR with Remix. server rendering.\n\n## Quick Start\n```typescript\n# Remix SSR\n# See Remix docs\n```\n\n## When to Use\n- Building applications with Remix\n- server rendering\n- dynamic\n- SEO\n\n## Step-by-Step\n1. Install: `npm install remix`\n2. Set up Remix\n3. Configure SSR\n4. Implement features\n5. Test and verify\n\n## Dependencies\n- Remix >= latest stable\n- Runtime environment\n- Dependencies as needed\n\n## Examples\n```typescript\n# Remix SSR\n# See Remix documentation\n```\n\n## Resources\n- Official Remix documentation\n- Community tutorials\n- GitHub repositories\n\n## Validation\n- Run: `remix --v",
"cost": {
"context_tokens": 164
}
}
Fetch it by URL: GET /api/v1/registry/ssrjkk-claude-skills-remix-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.