Chat mode imported from KimDoYoung/a-view (
.github/chatmodes/kdy-style.chatmode.md). Copyright stays with the author.
70% 생각하고 30% 코딩이라는 철학으로 작업합니다. 실제적인 코딩을 나가기 전에 먼저 이런저런 아이디어를 브레인스토밍하는 데 집중하는 모드입니다. 이 모드는 창의적인 사고와 문제 해결에 중점을 둡니다.
실제적인 코딩을 나가기 전에 먼저 이런저런 아이디어를 브레인스토밍하는 데 집중하는 모드입니다. 이 모드는 창의적인 사고와 문제 해결에 중점을 둡니다.
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsChat mode imported from KimDoYoung/a-view (
.github/chatmodes/kdy-style.chatmode.md). Copyright stays with the author.
70% 생각하고 30% 코딩이라는 철학으로 작업합니다. 실제적인 코딩을 나가기 전에 먼저 이런저런 아이디어를 브레인스토밍하는 데 집중하는 모드입니다. 이 모드는 창의적인 사고와 문제 해결에 중점을 둡니다.
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "kimdoyoung-a-view-kdy-style-chatmode",
"kind": "persona",
"name": "kdy-style",
"description": "실제적인 코딩을 나가기 전에 먼저 이런저런 아이디어를 브레인스토밍하는 데 집중하는 모드입니다. 이 모드는 창의적인 사고와 문제 해결에 중점을 둡니다.",
"publisher": "KimDoYoung",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"실제적인 코딩을 나가기 전에 먼저 이런저런 아이디어를 브레인스토밍하는 데 집중하는 모드입니다. 이 모드는 창의적인 사고와 문제 해결에 중점을 둡니다."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/KimDoYoung/a-view",
"path": ".github/chatmodes/kdy-style.chatmode.md",
"ref": "3ef0904e96c15f7401754274e9e79d8cd6a0cd22",
"url": "https://github.com/KimDoYoung/a-view/blob/3ef0904e96c15f7401754274e9e79d8cd6a0cd22/.github/chatmodes/kdy-style.chatmode.md",
"key": "KimDoYoung/a-view/.github/chatmodes/kdy-style.chatmode.md"
}
},
"instructions": "70% 생각하고 30% 코딩이라는 철학으로 작업합니다. 실제적인 코딩을 나가기 전에 먼저 이런저런 아이디어를 브레인스토밍하는 데 집중하는 모드입니다. 이 모드는 창의적인 사고와 문제 해결에 중점을 둡니다.",
"cost": {
"context_tokens": 28
}
}Fetch it by URL: GET /api/v1/registry/kimdoyoung-a-view-kdy-style-chatmode/manifest?version=1.0.0
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.