Skip to content
Skillv1.0.0

auth

<!-- Parent: ../AGENTS.md --> <!-- Generated: 2026-05-25 | Updated: 2026-05-25 -->

by 5gMurilo(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from 5gMurilo/helptrix-api (core/interfaces/auth/AGENTS.md). Install upstream with npx skills add 5gMurilo/helptrix-api --skill auth. Copyright stays with the author.

core/interfaces/auth

Purpose

Interface contracts for the authentication domain: controller, repository, service, and token maker.

Key Files

File Description
IAuthController.go HTTP handler contract for register and login endpoints
IAuthRepository.go Data access contract — user lookup by email, user creation
IAuthService.go Business logic contract — register and login operations
ITokenMaker.go Token creation and verification contract — implemented by PASETO adapter

Dependencies

Internal

  • core/domain/ — auth request/response DTOs used in method signatures

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/5gmurilo-helptrix-api-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.

5gmurilo-helptrix-api-auth.ocm.jsonjson
{
  "ocm": "1",
  "id": "5gmurilo-helptrix-api-auth",
  "kind": "skill",
  "name": "auth",
  "description": "<!-- Parent: ../AGENTS.md --> <!-- Generated: 2026-05-25 | Updated: 2026-05-25 -->",
  "publisher": "5gMurilo",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "math"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "<!-- Parent: ../AGENTS.md --> <!-- Generated: 2026-05-25 | Updated: 2026-05-25 -->"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/5gMurilo/helptrix-api",
      "path": "core/interfaces/auth/AGENTS.md",
      "ref": "fee98a8c3cf5de6a56d95941f1552121d6257674",
      "url": "https://github.com/5gMurilo/helptrix-api/blob/fee98a8c3cf5de6a56d95941f1552121d6257674/core/interfaces/auth/AGENTS.md",
      "key": "5gMurilo/helptrix-api/core/interfaces/auth/AGENTS.md"
    }
  },
  "instructions": "<!-- Parent: ../AGENTS.md -->\n<!-- Generated: 2026-05-25 | Updated: 2026-05-25 -->\n\n# core/interfaces/auth\n\n## Purpose\nInterface contracts for the authentication domain: controller, repository, service, and token maker.\n\n## Key Files\n\n| File | Description |\n|------|-------------|\n| `IAuthController.go` | HTTP handler contract for register and login endpoints |\n| `IAuthRepository.go` | Data access contract — user lookup by email, user creation |\n| `IAuthService.go` | Business logic contract — register and login operations |\n| `ITokenMaker.go` | Token creation and verification contract — impleme",
  "cost": {
    "context_tokens": 186
  }
}

Fetch it by URL: GET /api/v1/registry/5gmurilo-helptrix-api-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.