Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

Koine

Koine 收录了来自 Atypical-Consulting 的 3 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
3
Stars
14
更新
2026-07-25
Forks
2
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

auto-dev
其他计算机职业

Autonomously burn down a GitHub issue backlog with a FLEET of N parallel sub-agents — each takes one issue through its whole lifecycle (`ai-migration-kit:implement-issue` → `ai-migration-kit:merge-pr` → report) then picks up the next, so N issues are always in flight. The orchestrator ABOVE `ai-migration-kit:implement-issue`/`ai-migration-kit:merge-pr`/`ai-migration-kit:create-issue`: surveys open issues, orders them (small effort first, then medium), assigns each worker a NON-overlapping code area to avoid conflicts, keeps exactly N running (retires a worker the moment its PR merges and dispatches a replacement), has workers file off-scope finds as fresh issues, and verifies real merge state itself (workers tend to idle at "PR ready" without landing). ALWAYS use it when the user wants to work through MANY issues hands-off with parallelism — "implement issues small first then medium with 3 agents", "keep N agents continuously implementing and merging issues", "burn down the backlog", "run the auto-dev loop",

2026-07-25
socratic-prompts
软件开发工程师

Turn a task or instruction into Socratic prompts — questions structured as theory → framework → application that make the model surface its own quality criteria and reason before producing output, instead of jumping straight to a generic answer. Use whenever the user wants to write, design, or upgrade a prompt this way, and especially when they mention "Socratic prompt(s)", "Socratic prompting/method", turning an instruction into questions, making a prompt "think/reason first", or getting sharper, less generic LLM output — including loose phrasings like "rewrite this prompt so the AI reasons first", "give me N Socratic prompts about X", "make this prompt sharper", or pasting an instruction-style prompt and asking to upgrade it. Does NOT cover actually executing the underlying task — only crafting the prompt(s).

2026-07-25
run-studio-web
软件开发工程师

Launch and drive Koine Studio in WEB mode — the browser host of the Studio IDE (`tooling/koine-studio` run as a plain web page with the browser backend + Blazor WASM compiler, no Tauri/Rust sidecar). Use when asked to run, start, serve, screenshot, or verify a change in Koine Studio Web / the WASM studio in a browser. For the Tauri DESKTOP build (`npm run tauri dev`) or the `Koine.Cli` compiler, this is the wrong skill.

2026-06-19