Skip to main content
stevenke1981
GitHub creator profile

stevenke1981

Repository-level view of 337 collected skills across 8 GitHub repositories.

skills collected
337
repositories
8
updated
Jul 30, 2026
repository explorer

Repositories and representative skills

clinical-psychologist
psychiatrists

當使用者需要「臨床心理師」處理醫療健康相關任務時啟動。本 Agent 會先確認目標、資料來源、限制與驗收標準,再整理症狀、風險訊號、照護選項與就醫準備資訊,並輸出證據、風險、下一步與需要人工覆核的事項。

Jul 17, 2026
emergency-nurse
registered-nurses-291141

當使用者需要「急診護理師」處理醫療健康相關任務時啟動。本 Agent 會先確認目標、資料來源、限制與驗收標準,再整理症狀、風險訊號、照護選項與就醫準備資訊,並輸出證據、風險、下一步與需要人工覆核的事項。

Jul 17, 2026
medical-doctor
general-internal-medicine-physicians

當使用者需要「內科醫師」處理醫療健康相關任務時啟動。本 Agent 會先確認目標、資料來源、限制與驗收標準,再整理症狀、風險訊號、照護選項與就醫準備資訊,並輸出證據、風險、下一步與需要人工覆核的事項。

Jul 17, 2026
pharmacist
pharmacists-291051

當使用者需要「藥師」處理醫療健康相關任務時啟動。本 Agent 會先確認目標、資料來源、限制與驗收標準,再整理症狀、風險訊號、照護選項與就醫準備資訊,並輸出證據、風險、下一步與需要人工覆核的事項。

Jul 17, 2026
traditional-medicine-doctor
acupuncturists

當使用者需要「中醫師」處理醫療健康相關任務時啟動。本 Agent 會先確認目標、資料來源、限制與驗收標準,再整理症狀、風險訊號、照護選項與就醫準備資訊,並輸出證據、風險、下一步與需要人工覆核的事項。

Jul 17, 2026
civil-judge
judges-magistrate-judges-and-magistrates

當使用者需要「民事法官」處理法律司法相關任務時啟動。本 Agent 會先確認目標、資料來源、限制與驗收標準,再整理法律問題、事實時間線、文件重點與需諮詢律師的議題,並輸出證據、風險、下一步與需要人工覆核的事項。

Jul 17, 2026
compliance-officer
administrative-law-judges-adjudicators-and-hearing-officers

當使用者需要「合規官」處理法律司法相關任務時啟動。本 Agent 會先確認目標、資料來源、限制與驗收標準,再整理法律問題、事實時間線、文件重點與需諮詢律師的議題,並輸出證據、風險、下一步與需要人工覆核的事項。

Jul 17, 2026
criminal-lawyer
lawyers

當使用者需要「刑事律師」處理法律司法相關任務時啟動。本 Agent 會先確認目標、資料來源、限制與驗收標準,再整理法律問題、事實時間線、文件重點與需諮詢律師的議題,並輸出證據、風險、下一步與需要人工覆核的事項。

Jul 17, 2026
Showing 8 of 306 collected skills.
py-ai
software-developers

Design and implement Python AI applications with provider-neutral LLM clients, local models, structured outputs, RAG, embeddings, reranking, tool calling, agents, streaming, evaluation, observability, and GPU inference. Use when building or reviewing…

Jul 30, 2026
py-async
software-developers

Design and debug Python asyncio systems with structured concurrency, TaskGroup, gather, cancellation, timeouts, bounded concurrency, queues, backpressure, streaming, graceful shutdown, blocking-call isolation, and async testing. Use for concurrent I/O,…

Jul 30, 2026
py-cli
software-developers

Build and review robust Python command-line applications with argparse, Typer, Click, Rich, or Textual. Use for commands, subcommands, options, config precedence, environment variables, stdin/stdout/stderr contracts, exit codes, JSON output, progress, shell…

Jul 30, 2026
py-data
data-scientists-152051

Build and review reliable Python data workflows with pandas 3, Polars, NumPy, Arrow, DuckDB, CSV, Parquet, and ETL patterns. Use for DataFrame transformations, schema design, null handling, joins, aggregations, time series, lazy or streaming execution,…

Jul 30, 2026
py-gui
software-developers

Build and review cross-platform Python desktop applications with tkinter, ttk, CustomTkinter, PySide6, or PyQt6. Use for windows, widgets, layouts, dialogs, system tray, background jobs, event loops, model-view separation, accessibility, high-DPI behavior,…

Jul 30, 2026
py-modern
software-developers

Modernize Python projects and choose version-appropriate language features. Use for Python 3.12, 3.13, or 3.14 upgrades, PEP 695 generics, typing improvements, deferred annotations, template strings, free-threaded CPython, experimental JIT evaluation,…

Jul 30, 2026
py-network
software-developers

Build and review authorized Python networking software across TCP, UDP, TLS, HTTP clients, WebSocket, DNS, SSH, proxies, and custom protocols. Use for socket or asyncio streams, message framing, connection limits, timeouts, retries, backpressure, graceful…

Jul 30, 2026
py-packaging
software-developers

Package, build, lock, install, and publish Python applications or libraries with pyproject.toml, PEP 517/518/621 metadata, uv, pip, build backends, src layouts, wheel, sdist, dependency groups, entry points, CI matrices, TestPyPI, Trusted Publishing, and…

Jul 30, 2026
Showing 8 of 12 collected skills.
windows-agent
network-and-computer-systems-administrators

Master orchestrator for Windows automation. Routes tasks across GUI automation (UIA), PowerShell primitives, COM automation (Office/Shell), and remote execution (WinRM). Use when the user asks to automate, inspect, or control anything on a Windows host.

Apr 25, 2026
com-automation
software-developers

Windows COM Automation for Office applications (Word, Excel, Outlook) and Shell.Application. Integrates WinClaw PowerShell COM recipes. Use for document creation, email automation, and Office batch operations.

Apr 25, 2026
gui-automation
software-developers

Windows GUI automation via UI Automation API and screenshot-based reasoning loop. Use when controlling desktop applications that have no PowerShell or COM API. Integrates Windows-Use (UIA) and microsoft/cua_skill (perceive-reason-act loop).

Apr 25, 2026
powershell-patterns
software-developers

Idiomatic PowerShell patterns for Windows automation with proper error handling, splatting, pipeline idioms, and safety practices. Integrates PowerShell Windows Patterns skill and PowerSkills primitives.

Apr 25, 2026
registry-safe-edit
software-developers

Safe Windows registry read/write with automatic backup and rollback support. Always exports before modifying. Use for application configuration, system tweaks, and environment settings.

Apr 25, 2026
scheduled-tasks
software-developers

Windows Task Scheduler management via PowerShell. Create, query, modify, and disable scheduled tasks safely.

Apr 25, 2026
windows-agent
software-developers

Master orchestrator for Windows automation. Routes tasks across GUI automation (UIA), PowerShell primitives, COM automation (Office/Shell), and remote execution (WinRM).

Apr 25, 2026
winrm-remoting
software-developers

Remote PowerShell execution via WinRM. Use for managing remote Windows hosts, running commands on multiple machines, and deploying scripts remotely.

Apr 25, 2026
app-development-blueprint-protocol-v2-0
software-developers

A strict AI Agent app development workflow: treat functions as the smallest unit, produce a complete blueprint first, expand all existing referenced functions/classes, then implement each one by spec. Applicable to any language and platform.

Apr 12, 2026
app-development-blueprint-protocol-v2-0
software-developers

嚴格的 AI Agent App 開發流程:以函數為最小單位,先產出完整藍圖, 展開所有既有引用函數/類別,最後依規格逐一實作。適用於任何語言與平台。

Apr 12, 2026
function-and-class-knowledge-graph-with-hooks-v2-0
software-developers

Extends the App Development Blueprint Protocol v2.0 with a "Function & Class Knowledge Graph" mechanism. Uses functions and classes as core graph nodes to build a complete code-structure knowledge graph (including inheritance, methods, and dependencies), with…

Apr 12, 2026
function-and-class-knowledge-graph-with-hooks-v2-0
software-developers

為 App 開發藍圖協議 v2.0 擴充「函數與類別智識圖譜」機制。 以函數與類別為核心節點,建構完整程式碼結構知識圖譜(包含繼承、方法、相依等),並透過 hook 實現自動化觸發、展開與更新。 適用於 OOP 語言(Python、Java、TypeScript、Dart 等)。

Apr 12, 2026
universal-app-development-agent-template-v1-0
software-developers

A universal App development agent template. Any agent receiving a "develop an App" task must load this template and strictly execute the App_Development_Blueprint_Protocol_v2.0 + Function_and_Class_Knowledge_Graph_with_Hooks_v2.0 workflow: plan blueprint →…

Apr 12, 2026
universal-app-development-agent-template-v1-0
software-developers

通用 App 開發 Agent 模版。任何 Agent 接收「開發 App」任務時,必須強制載入此模版, 並嚴格執行「App_Development_Blueprint_Protocol_v2.0」+「Function_and_Class_Knowledge_Graph_with_Hooks_v2.0」, 以 Class/Function 為最小單位,先規劃藍圖 → 建構知識圖譜 → 定義 hook → 展開既有引用 → 逐 Class/Method 實作 → 最後進行完整驗收。…

Apr 12, 2026
Showing 8 of 8 repositories
All repositories loaded