From 50c99070914f2461112ba772a457ba7ce985dbf2 Mon Sep 17 00:00:00 2001 From: mysubb01 Date: Sat, 23 May 2026 16:52:41 +0900 Subject: [PATCH 1/2] Add Agent Ops Prompt Generator --- public/json/agent-ops-prompt-generator.json | 80 +++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 public/json/agent-ops-prompt-generator.json diff --git a/public/json/agent-ops-prompt-generator.json b/public/json/agent-ops-prompt-generator.json new file mode 100644 index 000000000..cd6ac94d3 --- /dev/null +++ b/public/json/agent-ops-prompt-generator.json @@ -0,0 +1,80 @@ +{ + "name": "Agent Ops Prompt Generator", + "slug": "agent-ops-prompt-generator", + "tagline": "Local-first Korean prompt generator for AI coding agent operations work", + "subtitle": "", + "description": "Agent Ops Prompt Generator is a free, open-source browser tool for creating Korean prompts used with AI coding agents during operational work. It helps developers produce structured instructions for incident triage, deployment smoke checks, code review, production data correction, and handoff summaries without sending user input to a server.", + "categories": [ + 13, + 26 + ], + "metadata": { + "sponsored": false, + "license": "MIT", + "version": null, + "date_app_added": "2026-05-23", + "date_last_released": null, + "date_last_commit": "2026-05-23", + "github_stars": 0, + "github_contributors": 1, + "github_commits_this_year": 2, + "github_issues_open": 0, + "github_issues_closed_this_year": 0, + "github_releases_this_year": 0 + }, + "resources": { + "website": "https://mysubb01.github.io/agent-ops-prompt-generator/", + "documentation": "https://github.com/mysubb01/agent-ops-prompt-generator#readme", + "source_code": "https://github.com/mysubb01/agent-ops-prompt-generator", + "logo": null, + "issues": "https://github.com/mysubb01/agent-ops-prompt-generator/issues", + "releases": "https://github.com/mysubb01/agent-ops-prompt-generator/releases", + "screenshots": [] + }, + "features": [ + { + "title": "Operations Prompt Builder", + "description": "Generates structured Korean prompts for incident triage, deployment checks, reviews, data fixes, and handoffs", + "core_feature": true + }, + { + "title": "Local-First Browser Flow", + "description": "Runs as a static page and keeps entered operational context inside the browser", + "core_feature": true + }, + { + "title": "No Account Required", + "description": "Works without login, server setup, or external API keys", + "core_feature": true + }, + { + "title": "Copy-Ready Output", + "description": "Formats prompts so they can be pasted directly into AI coding agents" + } + ], + "hosting": [ + "standalone" + ], + "platforms": [ + "web" + ], + "interface": [ + "web_ui" + ], + "install": [ + "script" + ], + "manifests": {}, + "notes": [ + { + "text": "The tool is static and can be run from GitHub Pages or any static file host.", + "type": "info" + } + ], + "repository_status": "active", + "demo": { + "url": null, + "username": null, + "password": null + } +} From 363f8d76951386e444d0e420d97a3429501bb89a Mon Sep 17 00:00:00 2001 From: mysubb01 Date: Sat, 23 May 2026 16:54:28 +0900 Subject: [PATCH 2/2] Add screenshot for Agent Ops Prompt Generator --- public/json/agent-ops-prompt-generator.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/public/json/agent-ops-prompt-generator.json b/public/json/agent-ops-prompt-generator.json index cd6ac94d3..2e44d96b5 100644 --- a/public/json/agent-ops-prompt-generator.json +++ b/public/json/agent-ops-prompt-generator.json @@ -29,7 +29,9 @@ "logo": null, "issues": "https://github.com/mysubb01/agent-ops-prompt-generator/issues", "releases": "https://github.com/mysubb01/agent-ops-prompt-generator/releases", - "screenshots": [] + "screenshots": [ + "https://mysubb01.github.io/agent-ops-prompt-generator/assets/screenshot.png" + ] }, "features": [ { @@ -64,7 +66,8 @@ "install": [ "script" ], - "manifests": {}, + "manifests": { + }, "notes": [ { "text": "The tool is static and can be run from GitHub Pages or any static file host.",