Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 83 additions & 0 deletions public/json/agent-ops-prompt-generator.json
Original file line number Diff line number Diff line change
@@ -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
}
}