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