Skip to content
Skillv1.0.0

ghrelease

Agent Instructions for ghrelease

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

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

See reviews

About

Imported from fityannugroho/ghrelease (AGENTS.md). Install upstream with npx skills add fityannugroho/ghrelease. Copyright stays with the author.

Agent Instructions for ghrelease

Tech Stack

  • Stack: Next.js 16 (App Router), React 19, TypeScript 6, Tailwind CSS 4, Shadcn UI
  • Tooling: pnpm, Biome (lint + format), Tanstack Query
  • Module system: ESM ("type": "module" in package.json)
  • Node: >= 22.0.0, pnpm: >= 11.0.0

Project Structure

  • Routes/layouts: app/
  • Reusable components: components/
  • Shadcn UI primitives: components/ui/
  • Library/utilities: lib/
  • Static assets: public/

Guidelines

  • FOLLOW any RULES and WORKFLOWS provided in the repository
  • ASK FOR CLARIFICATION if requirements are ambiguous before proceeding
  • Use available tools to gather context as needed
  • Write clean, well-documented code IN ENGLISH
  • Validate changes with tests

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/fityannugroho-ghrelease-ghrelease/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.

fityannugroho-ghrelease-ghrelease.ocm.jsonjson
{
  "ocm": "1",
  "id": "fityannugroho-ghrelease-ghrelease",
  "kind": "skill",
  "name": "ghrelease",
  "description": "Agent Instructions for ghrelease",
  "publisher": "fityannugroho",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Agent Instructions for ghrelease"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/fityannugroho/ghrelease",
      "path": "AGENTS.md",
      "ref": "b8b296ba1a159b893e3f3d5c390e32d28fd300df",
      "url": "https://github.com/fityannugroho/ghrelease/blob/b8b296ba1a159b893e3f3d5c390e32d28fd300df/AGENTS.md",
      "key": "fityannugroho/ghrelease/AGENTS.md"
    }
  },
  "instructions": "# Agent Instructions for ghrelease\n\n## Tech Stack\n\n- Stack: Next.js 16 (App Router), React 19, TypeScript 6, Tailwind CSS 4, Shadcn UI\n- Tooling: pnpm, Biome (lint + format), Tanstack Query\n- Module system: ESM (`\"type\": \"module\"` in package.json)\n- Node: >= 22.0.0, pnpm: >= 11.0.0\n\n## Project Structure\n\n- Routes/layouts: `app/`\n- Reusable components: `components/`\n- Shadcn UI primitives: `components/ui/`\n- Library/utilities: `lib/`\n- Static assets: `public/`\n\n## Guidelines\n\n- FOLLOW any [RULES](.agents/rules/) and [WORKFLOWS](.agents/workflows/) provided in the repository\n- ASK FOR CLARIFICAT",
  "cost": {
    "context_tokens": 194
  }
}

Fetch it by URL: GET /api/v1/registry/fityannugroho-ghrelease-ghrelease/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.