Agent Plugins Marketplace
All plugins

workspace

v1.0.0

Write what a workplace runs on: Korean internal communication, implementable technical specifications, and MCP access to Notion.

Agent Plugins3 Skills1 MCP serverStreamable HTTP

By opspressoLicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
4 skill or MCP entries
Source updated
Sep 8, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/opspresso/agent-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/workspace/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/workspace/
├── plugin.json
├── skills/korean-humanize/SKILL.md
├── skills/korean-writing/SKILL.md
├── skills/tech-spec/SKILL.md
└── mcp.json

Included Skills3

korean-humanizeskills/korean-humanize/SKILL.md

기존 한국어 글의 번역투·상투구·과한 수식과 AI처럼 보이는 말투를 진단하거나 윤문할 때 쓴다. 사실·인용·격식을 보존하며 표현을 다듬는다. 새 업무 메일은 korean-writing, PR·커밋·릴리스 노트 작성은 engineering-writing을 쓴다.

korean-writingskills/korean-writing/SKILL.md

한국어 업무 메일·메신저·결재 요청·보고 멘트를 작성하거나 초안을 다듬을 때 쓴다. 상대와 채널에 맞는 격식으로 용건·근거·요청을 전달한다. 긴 글의 AI 말투 윤문은 korean-humanize, PR·커밋·릴리스 노트는 engineering-writing을 쓴다.

tech-specskills/tech-spec/SKILL.md

기능·시스템의 기술 명세, TechSpec·RFC·설계안을 작성하거나 개선할 때 쓴다. 목표·설계·대안·실패 경로와 검증 기준을 정리해 구현과 검토에 필요한 결정을 드러낸다.

MCP servers1

notionStreamable HTTP
url
https://mcp.notion.com/mcp

Plugin manifests1

plugins/workspace/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "workspace",
  "version": "1.0.0",
  "description": "Write what a workplace runs on: Korean internal communication, implementable technical specifications, and MCP access to Notion.",
  "author": {
    "name": "opspresso"
  },
  "repository": "https://github.com/opspresso/agent-plugins",
  "license": "MIT",
  "keywords": [
    "workspace",
    "writing",
    "documentation",
    "notion"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[workspace on Agent Plugins Marketplace](https://pluginsmp.com/plugins/workspace)