Skip to main content
Manusで任意のスキルを実行
ワンクリックで
olafkfreund
GitHub クリエイタープロフィール

olafkfreund

9 件の GitHub リポジトリにある 50 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
50
リポジトリ
9
更新
2026-07-25
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

obsidian
ファイル事務員

Read, write, search and reorganise notes in the local Obsidian vaults. Use for anything touching ~/Documents/R3_vault, ~/Documents/Synechron or ~/Documents/My_Obsidian_Vault/Privat — finding notes, adding or editing content, renaming/moving notes without breaking links, and daily notes. Triggers on "my notes", "my vault", "Obsidian", "write this up in my notes", or a request to look something up in personal documentation.

2026-07-25
dns
ネットワーク・コンピュータシステム管理者

Manage DNS records for the user's GoDaddy-registered domains. Add/upsert, delete, list, look up specific records, verify a stored record matches an expected value, and check public DNS resolution via dig. Triggers on `/dns`, requests to add/change/check A, AAAA, CNAME, MX, TXT, NS, SRV records on the user's domains, debugging DNS propagation, or auditing what's set at GoDaddy vs what's resolving in the wild.

2026-06-03
gog
ソフトウェア開発者

Operate Google Workspace from the terminal via the `gog` CLI (gogcli). Use for checking and replying to Gmail, managing Google Tasks, reading and creating Calendar events, Google Chat (spaces/DMs/messages), Meet spaces, Contacts, Drive/Docs/Sheets, and more. Triggers on `/gog`, `/gog mail`, `/gog tasks`, `/gog events`, `/gog chat`, `/gog meet`, or any request to check/read/reply/send email, list or add tasks, see today's agenda, or message someone on Chat for the user's Google account.

2026-05-26
agenix
ネットワーク・コンピュータシステム管理者

Agenix Skill

2026-01-20
cargo2nix
ソフトウェア開発者

cargo2nix Skill

2026-01-20
cosmic-de
ネットワーク・コンピュータシステム管理者

COSMIC Desktop Environment Skill

2026-01-20
dankms
ソフトウェア開発者その他コンピュータ職

DankMaterialShell (DMS) Skill

2026-01-20
devenv
ソフトウェア開発者ネットワーク・コンピュータシステム管理者

Devenv Skill

2026-01-20
このリポジトリの収集済み skills 23 件中、上位 8 件を表示しています。
tfactory
ソフトウェア開発者

Teach an AI coding assistant how to work in the TFactory codebase — the autonomous test-generation + execution platform. Covers the 4-agent pipeline, the LLM-provider abstraction (never call anthropic directly), the workspace layout, branching model, how to run the suite, and the non-negotiable conventions (i18n, no-automatic-pushes, dry-run side-effects).

2026-06-05
tfactory-fixloop
ソフトウェア開発者

Close the AIFactory ↔ TFactory loop hands-off. After TFactory tests a feature and finds problems, this drives one bounded cycle — hand the correction back to AIFactory, wait for its QA Fixer, re-test in TFactory — and stops when the run passes, the same tests keep failing (no progress), or a correction-cycle cap is hit (→ stuck for a human). One cycle per invocation; drive it with /loop for a fully autonomous test → fix → re-test loop. Epic

2026-06-03
handback-to-aifactory
ソフトウェア開発者

When TFactory's tests find problems in a feature, hand a correction back to AIFactory for revision. Reads the correction request TFactory's Triager already prepared (findings/handback_request.{md,json}), previews the target AIFactory spec, and on confirmation sends it so AIFactory's QA Fixer writes the fix on the original spec. The reverse direction of /handover-to-tfactory — together they close the AIFactory ↔ TFactory loop (epic

2026-06-03
handover-to-tfactory
ソフトウェア開発者

Hand a finished feature off to TFactory for autonomous polyglot test generation — from AIFactory, Claude Code, or any tool (via the MCP control plane, or a markdown/Gherkin/EARS acceptance-criteria file ingested with spec_sources.py). Records the task, snapshots the spec, and drives the full Planner → Gen-Functional → Executor → Evaluator → Triager pipeline across the v0.2 5-lane spine (unit / browser / api / integration / mutation) to produce a triage report + (optionally) commit tests to the feature branch + post a PR comment. Pair with /tfactory-watch under /loop to poll the task home and verify coverage — the full round-trip.

2026-06-03
handback-to-aifactory
ソフトウェア開発者

From an AIFactory project, receive a correction hand-back from TFactory (sister project). When TFactory's tests found problems, this previews the prepared correction and applies it to the original spec via AIFactory's QA Fixer (writes QA_FIX_REQUEST.md + runs the fixer). The reverse of /handover-to-tfactory.

2026-06-03
handover-to-tfactory
ソフトウェア開発者

From an AIFactory project, hand a finished spec off to TFactory (sister project) for autonomous test generation. Records the task with TFactory's MCP server; once TFactory Tasks 5-8 land, this also drives the planner→generator→executor→evaluator→triager pipeline.

2026-06-03
cloud-discover
情報セキュリティアナリスト

Run a read-only cloud infrastructure assessment — discover an AWS/Azure/GCP account's resources, detect misconfigurations with Prowler (CIS/OCSF), build a service-topology diagram, and emit a verdict (reject/flag/accept). Follows the access → discover → diagram → assess flow and writes the report into findings/. Use for cloud security posture, misconfiguration audits, or "what's in this account".

2026-06-03
blog
ソフトウェア開発者

Draft, preview, and publish a post to the TFactory GitHub Pages blog (docs/_posts/). Writes a well-structured Jekyll post in the TFactory voice, drops it into the Gruvbox-themed Pages site, previews it with the nix-Chrome screenshot harness, and (on request) commits + syncs dev→main. Use to write or refresh TFactory blog posts.

2026-05-31
このリポジトリの収集済み skills 13 件中、上位 8 件を表示しています。
blog
ウェブ開発者

Draft, preview, and publish a post to the PFactory GitHub Pages blog (docs/_posts/). Writes a well-structured Jekyll post in the PFactory voice, drops it into the Gruvbox-themed Pages site, previews it with the nix-Chrome screenshot harness, and (on request) commits + syncs dev→main. Use to write or refresh PFactory blog posts.

2026-07-25
handover-to-pfactory
プロジェクト管理専門家

Hand a plan or request to PFactory for governed planning. Ingests it (markdown / Gherkin / EARS / pdf / docx, inline or a file), runs the pipeline (enrich with live cloud + Backstage context, decompose into an epic + child issues, feasibility, the review lenses, the hard readiness gate), and returns a cited review a human can approve. Nothing reaches GitHub or AIFactory until the gates pass and a human approves.

2026-07-25
pfactory-watch
プロジェクト管理専門家

Poll one PFactory planning session through the pipeline and report where it stands — board column, gate result, blocking findings, and the readiness checks that still fail. One check per invocation, so it can be driven with /loop. Read-only; it never approves, waives, or emits.

2026-07-25
handover-to-pfactory
ソフトウェア品質保証アナリスト・テスター

From an AIFactory project, hand a finished spec off to PFactory (sister project) for autonomous test generation. Records the task with PFactory's MCP server; once PFactory Tasks 5-8 land, this also drives the planner→generator→executor→evaluator→triager pipeline.

2026-06-04
cloud-discover
情報セキュリティアナリスト

Run a read-only cloud infrastructure assessment — discover an AWS/Azure/GCP account's resources, detect misconfigurations with Prowler (CIS/OCSF), build a service-topology diagram, and emit a verdict (reject/flag/accept). Follows the access → discover → diagram → assess flow and writes the report into findings/. Use for cloud security posture, misconfiguration audits, or "what's in this account".

2026-06-03
handback-to-aifactory
ソフトウェア開発者

From an AIFactory project, receive a correction hand-back from PFactory (sister project). When PFactory's tests found problems, this previews the prepared correction and applies it to the original spec via AIFactory's QA Fixer (writes QA_FIX_REQUEST.md + runs the fixer). The reverse of /handover-to-pfactory.

2026-06-03
9 件中 9 件のリポジトリを表示
すべてのリポジトリを表示しました