Skip to content
Skillv1.0.0

spring-hello

AGENTS.md

by jahpola(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from jahpola/spring-hello (AGENTS.md). Install upstream with npx skills add jahpola/spring-hello. Copyright stays with the author.

AGENTS.md

Code formatting

  • Blank Lines: Use to separate logical blocks of code.
  • Line Length: Maximum 120 characters.
  • Use IntelliJ IDEA default code style for Java.

Basics

  • Java 25
  • Gradle 9.4.0
  • Spring boot 4.0.x
  • PostgreSQL 18.x database

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/jahpola-spring-hello-spring-hello/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.

jahpola-spring-hello-spring-hello.ocm.jsonjson
{
  "ocm": "1",
  "id": "jahpola-spring-hello-spring-hello",
  "kind": "skill",
  "name": "spring-hello",
  "description": "AGENTS.md",
  "publisher": "jahpola",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general_chat"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AGENTS.md"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/jahpola/spring-hello",
      "path": "AGENTS.md",
      "ref": "32de0d248be851002d360c4a72f39e5bc64c0a49",
      "url": "https://github.com/jahpola/spring-hello/blob/32de0d248be851002d360c4a72f39e5bc64c0a49/AGENTS.md",
      "key": "jahpola/spring-hello/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n## Code formatting\n\n- Blank Lines: Use to separate logical blocks of code.\n- Line Length: Maximum 120 characters.\n- Use IntelliJ IDEA default code style for Java.\n\n## Basics\n\n- Java 25\n- Gradle 9.4.0\n- Spring boot 4.0.x\n- PostgreSQL 18.x database",
  "cost": {
    "context_tokens": 64
  }
}

Fetch it by URL: GET /api/v1/registry/jahpola-spring-hello-spring-hello/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.