7 skills found
Damages9 / rp在当前目录下启动话本RP流程。 查找素材文件(PNG角色卡、JSON世界书、TXT小说): - Glob 搜索 `*.png`, `*.json`, `*.txt` - 同时检查 `chat_log.json` 和 `memory/` 是否存在
jxsuite / jxJSON-based Web App Platform
reichaves / gerar-dossieGera o dossiê PDF final a partir de um arquivo findings-consolidated.json. Usa a sub-skill generate-dossier-pdf com template ReportLab. Requer revisão humana dos achados antes de executar.
aran / bump-multitoolUpdate multitool-managed tools to their latest versions. 1. Read `docs/CHORES.md` § "Multitool Version Bumps" for context. 2. Read `multitool.lock.json` and identify the current versions of each tool.
qyndex / harness-doctorDiagnose the harness itself. Reports version drift vs upstream, plugin staleness, MCP version pins, hook log size, memory growth, settings.json size. Run monthly or when behavior feels off.
rawphp / releaseProduction release — quality gates, package.json version, v* tag, GitHub Release via Actions.
kmjak / absence-list欠席になっている日付を一覧で出力するコマンドです。 学生ポータルの「出欠確認」ページが内部で使っている API エンドポイント (`/PortalManagementWeb/public/attendancedetail/search`)を `scripts/attendance.sh` 経由で直接叩き、 欠席(出欠区分=2)のデータを構造化 JSON で取得します。HTMLのスクレイピングは行いません。 ---