diff --git a/public/json/agent-ops-prompt-generator.json b/public/json/agent-ops-prompt-generator.json new file mode 100644 index 000000000..2e44d96b5 --- /dev/null +++ b/public/json/agent-ops-prompt-generator.json @@ -0,0 +1,83 @@ +{ + "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": [ + "https://mysubb01.github.io/agent-ops-prompt-generator/assets/screenshot.png" + ] + }, + "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 + } +}