← all publishers

Aki2022

@aki2022 source repo

34 published skills

  1. Origin Git Cleanup · aki2022 bundle
    Wrap up and clean a git/GitHub repository after a chunk of work is done. Commits/pushes the appropriate changes, merges the finished branch into main, syncs main with origin/main, and removes stale merged branches and worktrees — leaving a clean tree on main, ready for the next task. Use this whenever the user signals work is finished and wants to tidy up version control, e.g. "git をクリーンに", "後片付け", "実装完了したので整理して", "main に戻して整理", "ブランチを掃除", "wrap up", "clean up branches", "get back to a clean main", or right after a PR is merged. Key signals: "後片付け", "片付けて", "クリーンに", "掃除", "整理", "merge to main and delete branch", "finished with this branch", "PR マージ後の整理", "ブランチを消して", "cleanupもした?", "ブランチきれい?", "きれいになった?", "全部コミットした?", "push した?". Use for end-of-task git housekeeping. Do NOT use for mid-task git operations like rebasing, cherry-picking, checking git status only, or committing individual files without cleanup intent.
    1
    install
  2. Origin Output Eval · aki2022 bundle
    成果物(コード・デザイン・文書・スライド・サイト)を、テスト/レビュー skill/独立した審査員の3方式から 対象に合うものを自分で選び、機械判定の合格ラインに達するまで直して再評価する共通の評価ループ。 「これをレビューして合格まで回して」「プロの目で採点して」「品質ゲートを通して」「合格するまで直して」 「厳しく評価して」「初見の読者として読んで」で使う。工場 skill(origin-web-design / origin-pptx / origin-lp-review) の工程4から呼ばれるほか、工場を経由しない単発の作業でも直接呼べる。ルーブリック・ペルソナ・合格ラインは 呼び出し側が文脈として上乗せする。使わない場面: どの検査 skill を並べるかの振り分け(origin-design-check-routing が持つ)、指摘を受けた成果物の修正そのもの(呼び出し側が行う)、成果物の生成(各工場 skill が持つ)。
    1
    install
  3. Origin Trouble Log · aki2022 bundle
    エージェント作業中に起きたトラブルを、後の一括分析に足る形で1件記録する。また 溜まった記録をトリアージして hook / skill への形式化候補を提示し、過去対策の status と 有効性評価を更新する。必ず使うこと: ユーザーから作業のやり方を指摘された時(「それは違う」「なぜ聞くのか」「それは既に 自動化されている」「なぜ確認しないのか」等)、無音の no-op・誤った完了報告・不要な 質問・空振りの検査に気づいた時、「トラブルを記録」「今のを記録して」「摩擦を記録」 「溜まりを分析」「トリアージして」「記録を棚卸し」と言われた時。skill を使っていない 場面のトラブルも対象で、skill 名は任意。使用しない場面: リポジトリ固有の技術的バグの 起票(各リポジトリの issue が持つ)、skill 本文の改訂そのもの(origin-skill-commonize が所有)、hook や settings.json の作成(settings を扱う skill が所有)。
    2
    installs
  4. Origin Close Session · aki2022
    Close out a finished repository task by optionally running origin-permission-audit, then origin-trouble-log, then origin-doc-update, then origin-git-cleanup. Commit/merge/sync the finished work and remove only approved stale branches and worktrees. Use for "店じまい", "後片付け", "片付けて", "クリーンに", "整理", "wrap up", "close out", "get back to a clean main", or after a PR is merged. Prefer this over origin-git-cleanup alone when docs/ governance exists. Do not use for mid-task rebase, cherry-pick, status-only checks, or docs edits without cleanup intent.
    1
    install
  5. Origin Website Audit · aki2022 bundle
    Comprehensive audit for landing pages and websites across advertising and legal compliance, SEO, marketing conversion quality, design/UX, accessibility, technical health, and analytics/measurement. Use when asked to review, audit, evaluate, QA, or preflight a website, LP, service site, corporate site, article site, recruiting site, or form-based conversion flow before or after launch.
    1
    install
  6. Origin Design Runtime · aki2022 bundle
    デザイン生成のRuntime/Orchestrator。UI・HTML・PPTX/スライド・ダッシュボード・レポート・ デザイン仕様書を作る時に必ず使うこと。DESIGN.md・媒体ルール(Media)・デザインプラグイン (tokens/templates/assets)・品質Validatorを機械的に選択・合成・点検して成果物を生成する。 「UI作って」「HTML作って」「スライド/PPTX作って」「ダッシュボード作って」「デザインを整えて」 「ブランドに沿って資料を作って」「Digital Agency風に」「DESIGN.mdを使って」「アセットを切り替えて」 などの依頼で起動する。このSkill自身はデザインを持たず、plugins/ と media/ を参照する。
    1
    install
  7. Origin Project Update · aki2022 bundle
    Maintain and bootstrap Obsidian project notes: safely sync explicitly selected meeting records, create a new project note from related records, backfill project YAML/backlinks, and audit project list consistency. Use for project-note organization or repair; recorder's automatic existing-project pipeline remains the default for newly recorded meetings.
    1
    install
  8. Origin R Coding Style · aki2022
    Write or review R code (.R / .Rmd / .qmd) in the human-authored, reproducible tidyverse + targets style used across these climate/GIS research repos. Use whenever creating, editing, refactoring, or reviewing R functions, {targets} pipelines, or geospatial data code (sf / GeoParquet / DuckDB / duckplyr), or when naming functions/variables and choosing which libraries and loop constructs to use. Also use when porting legacy camelCase R code to the current standard. Do not use for Python-only work (use uv-based rules) or non-code docs.
    1
    install
  9. Origin Skill Commonize · aki2022 bundle
    複数のコーディングエージェント(Claude Code / Codex CLI / Antigravity・Gemini CLI 等)の 設定ファイル、スキル、commands、非秘密のMCP設定を symlink で単一ソースに統一する規約と手順。正典は `.agents/` (グローバルは `~/.agents/`、リポジトリ単位はリポジトリルートの `.agents/`)。 必ずこのスキルを使うこと: CLAUDE.md / AGENTS.md / GEMINI.md / skills.md などのエージェント 設定ファイルや `.claude/skills` `.agents/skills` `.codex/skills`、複数account間で共有する commands / MCP設定を**新規作成・編集・移動・削除** しようとする時、「設定を共通化/統一」「symlink で揃える」「新しいリポジトリにエージェント設定を入れる」 と言われた時、あるいは既存の symlink 構成を壊しかねない操作(symlink を実体ファイルに置換、別の場所へ コピー作成、正典ディレクトリの削除)をしようとする時。グローバルでもリポジトリ単位でも適用される。 スキルの静的チェック(lint)もこのスキルが所有する。「スキルを改善したい」「スキルの品質を チェックして」と言われた時もこのスキルを使う。トラブル・摩擦の**記録**は所有しない (`origin-trouble-log` が所有する)。
    2
    installs
  10. Origin Permission Audit · aki2022 bundle
    Audit and safely settle elevated access granted during the current or resumed session. Use when a task granted IAM roles, API scopes, bucket bindings, or other temporary access and the session is closing, or when the caller explicitly asks to audit or revoke session-granted permissions. Classify grants as temporary or standing, revoke temporary grants, verify the removal, and report the result; do not audit pre-existing access by guesswork.
    1
    install
  11. Cloudflare Email Service · aki2022 bundle
    Send and receive transactional emails with Cloudflare Email Service (Email Sending + Email Routing). Use when building email sending (Workers binding or REST API), email routing, Agents SDK email handling, or integrating email into any app — Workers, Node.js, Python, Go, etc. Also use for email deliverability, SPF/DKIM/DMARC, wrangler email setup, MCP email tools, or when a coding agent needs to send emails. Even for simple requests like "add email to my Worker" — this skill has critical config details.
    1
    install
  12. Origin GCP Project Setup · aki2022 bundle
    新しいリポジトリをGCP複数プロジェクト環境にimpersonation方式(鍵レス)で追加するセットアップスキル。 サービスアカウント作成・最小権限付与・mise.toml生成・per-repo ADC分離・ RAPT/ADC失効時の再認証復旧まで扱う。 以下のようなリクエストで必ず使うこと: - 「新しいリポジトリをGCPに繋げたい」 - 「effectuation_score を innovation-score プロジェクトでセットアップして」 - 「GCPの認証を設定して」「mise.toml を作って」 - 「impersonation でセットアップ」「鍵レスで設定」 - 「別プロジェクトのリポジトリに認証を追加」 - GCPプロジェクトIDとリポジトリ名が両方出てくるセットアップ文脈 - 「invalid_rapt を直したい」「ADC の再認証を復旧したい」 - 「mise run reauth が失敗する」「複数 repo の ADC が混線した」
    1
    install
  13. Origin Obsidian Research · aki2022 bundle
    Obsidian vault(手元の論文・記事クリップ・スキャン資料のノート群)を vector 検索し、 指定テーマの調査結果を出典リンク付きで整理して返す。発火するのは情報源が「手元の vault」だと 明示された時だけ: 「obsidian で調査/調べて」「vault を検索」「vector で調べて」「ノート/蓄積資料/ 保存した論文から調べて」など。これらに続けてテーマや観点(医療と公共 等)が指定されたら使う。 発火しない(重要): 単に「〇〇について調べて/まとめて」とだけ言われた一般的な調査依頼、最新情報や 事実確認を求める依頼(Web 検索が適切)、リポジトリのコード調査。obsidian/vault/ノート等の語が 無ければ起動せず、必要なら「vault を検索する?」と確認する。
    1
    install
  14. Origin Vibe Security Setup · aki2022
    Set up or update vibe-guard security guardrails for an AI-assisted coding repository (git pre-commit/pre-push hooks, gitleaks secret scanning, local-info detection, agent bypass rules). Use when bootstrapping a repo's guardrails, running `vibe-guard doctor`/`repo-bootstrap`, or when a security check blocks a commit/push and the user asks how to remediate without bypassing it.
    2
    installs
  15. Google Cloud Waf Reliability · aki2022
    Generates reliability-focused guidance for Google Cloud workloads based on the design principles and recommendations in the Google Cloud Well-Architected Framework. Use this skill to evaluate a workload, identify reliability requirements, and provide actionable recommendations for build, deploy, and manage the workload reliably in Google Cloud.
    1
    install
  16. Google Cloud Recipe Onboarding · aki2022 bundle
    Guidance for a developer's first steps on Google Cloud, covering account creation, billing setup, project management, and deploying a first resource.
    1
    install
  17. Origin Bizops Mole Maintenance · aki2022
    Macの週次メンテナンスを Mole CLI (mo) で実行するスキル。 使うこと: 「Mac の掃除」「週次メンテ」「ディスク整理」「mole を使って」「キャッシュを掃除」 「node_modules を削除」「ストレージ空き」「mac maintenance」「clean up mac」「mole weekly」 などのキーワードが含まれる場合に必ずこのスキルを使う。 破壊的・no-return な操作(mo uninstall, mo uninstall --permanent, mo remove)は実行しない。 常に dry-run または読み取り専用プレビューを提示してからユーザー確認を取り、承認後に実行する。
    1
    install
  18. Origin Browser Automation Policy · aki2022
    Cross-repo default policy for AI-driven browser automation — when to use playwright-cli vs Chrome, headless vs headed, which Chrome profile to use, and how to clean up browser sessions when done. Use whenever a task involves opening a browser, automating a website, logging into a site, or any browser-based action, regardless of which browser tool ends up being invoked.
    1
    install
  19. Google Cloud Waf Cost Optimization · aki2022
    Generates cost optimization guidance for Google Cloud workloads based on the Google Cloud Well-Architected Framework (WAF). Use this skill to evaluate a workload, identify cost requirements and constraints, and provide actionable recommendations for build, deploy, and manage the workload cost-efficiently in Google Cloud.
    1
    install
  20. Origin Grill · aki2022 bundle
    Shape, create, or materially revise repository specs through a rigorous interview that stress-tests material assumptions one question at a time, grounded in existing docs and code. Use at the start of greenfield development, when a feature or product direction is still ambiguous, when the user asks to create or grill a spec, or when an existing docs/specs file needs a substantive change. Create the expected docs scaffold when absent, persist resolved decisions into a draft spec during the dialogue, and finalize only after explicit shared-understanding approval. Do not use for mechanical spec edits, typo fixes, read-only summaries, or implementation after a spec is already settled.
    1
    install
  21. Origin Quarto · aki2022 bundle
    Create, modify, or render any Quarto document or project, including `.qmd` files, `_quarto.yml`, RevealJS slides, and PowerPoint output. Always use the bundled organization template and extensions when creating Quarto or QMD content.
    1
    install
  22. Alloydb Basics · aki2022 bundle
    Manages clusters, instances, and backups for AlloyDB for PostgreSQL, and integrates with AlloyDB model context protocol (MCP) tools for automated database operations.
    1
    install
  23. Origin Ws Loop · aki2022
    Autonomously drain a repository's queue of active workstreams in one continuous run: pick the next workstream, execute it via origin-goal, close it via origin-close-session (merging green PRs autonomously under the default CD merge policy), park finished-but-unreviewed workstreams on a bounded review shelf, accumulate improvement observations as filed issues, and stop the entire loop the moment any human question arises. Use whenever the user wants accumulated workstreams processed in bulk or wants work to continue unattended until human input is needed, e.g. "wsを一気に消化", "溜まったws を処理して", "キューを回して", "自律で進められるところまで進めて", "run the ws queue", "drain the backlog", "process all workstreams", or /origin-ws-loop — typically right after mass-creating workstreams with origin-grill / origin-doc-update. Requires docs governance (docs/00_index.md + docs/workstreams/). Do NOT use for a single workstream (use origin-goal directly), for creating workstreams or specs (use origin-doc-update / origin-grill), or for recurring sche
    1
    install
  24. Playwright CLI · aki2022 bundle
    Automate browser interactions, test web pages and work with Playwright tests.
    1
    install
  25. Bigquery Basics · aki2022 bundle
    Manages datasets, tables, and jobs in BigQuery, and integrates with BigQuery ML and Gemini for advanced data analytics and AI-driven insights. Use when you need to interact with BigQuery, run SQL queries, manage BigQuery resources, or leverage BigQuery's built-in ML capabilities. Also use when performing data analysis, ingesting data into BigQuery, or developing AI applications on BigQuery.
    1
    install
  26. Firebase Basics · aki2022 bundle
    Use this skill whenever you are working on a project that uses Firebase products or services, especially for mobile or web apps.
    1
    install
  27. Cloud Run Basics · aki2022 bundle
    Manages Cloud Run services, jobs, and worker pools. Use when you need to deploy applications responding to HTTP requests (services), run event-triggered or scheduled tasks (jobs), or handle always-on pull-based background processing (worker pools).
    1
    install
  28. Cloud SQL Basics · aki2022 bundle
    This file generates or explains Cloud SQL resources. Use this file when the user asks to create a Cloud SQL instance or database for MySQL, PostgreSQL, or SQL Server. Cloud SQL manages third-party MySQL, PostgreSQL, and SQL Server instances as resources in Cloud SQL. For example, when Cloud SQL creates an open-source MySQL instance, the resulting resource is a Cloud SQL for MySQL instance that Google Cloud manages. Cloud SQL handles backups, high availability, and secure connectivity for relational database workloads.
    1
    install
  29. Origin Image Gen · aki2022 bundle
    画像アセットを生成する完結した窓口。フィールド値と出力名リストを渡すと、プロンプトの組み立て → Codex image_gen の実行 → 生成物の回収 → 完了判定 まで通して成果物パスのリストを返す。 必ず使うこと: イラスト・アイコン・背景・モックアップ画像を生成する時、「画像を作って」 「イラストを生成して」「アイコンを作って」と言われた時、工場 skill(origin-web-design 等)の アセット生成工程。生成の指示だけを書いて実行と回収を呼び出し側に任せてはいけない — それが「画像は生成されているのに期待した場所に無い」を2度起こした形。 使わない場面: 既存画像の検索・選定(本 skill は生成のみ)/生成後のアセット管理・命名・配置の 取り決め(呼び出し側の工場が持つ)/特定媒体に固有の後処理(各媒体の工場が持つ)/ スタイルや配色そのものの決定(ブランド倉庫と媒体規約が持つ。本 skill は器と実行機構だけ)。
    1
    install
  30. Origin Doc Update · aki2022 bundle
    Keep repository documentation aligned with implementation during development, including recording architectural and implementation decisions as ADRs. Use when starting or resuming features, bugs, refactors, API/schema/config/command changes, docs work, workstream or issue creation, unfinished work, docs reorganization, or a hard-to-reverse or surprising design/development decision. Trigger especially when the user asks to create a workstream, when implemented behavior may require docs/guides updates, when an ADR should be created or superseded, or when docs/00_index.md exists. Do not use for pure operational checks, log inspection, status reporting, or read-only explanations with no behavior or documentation change.
    1
    install
  31. Gemini API · aki2022 bundle
    Guides the usage of the Gemini API on Agent Platform with the Google Gen AI SDK. Use when the user asks about using Gemini in an enterprise environment or explicitly mentions Vertex AI, Google Cloud, or Agent Platform. Covers SDK usage (Python, JS/TS, Go, Java, C#), capabilities like Live API, tools, multimedia generation, caching, and batch prediction.
    1
    install
  32. Gke Basics · aki2022 bundle
    Plan, create, and configure production-ready Google Kubernetes Engine (GKE) clusters using the golden path Autopilot configuration. Covers Day-0 checklist, Autopilot vs Standard, networking (private clusters, VPC-native, Gateway API), security (Workload Identity, Secret Manager, RBAC hardening), observability, scaling, cost optimization, and AI/ML inference. WHEN: create GKE cluster, provision GKE environment, design GKE networking, secure GKE, optimize GKE cost, GKE autoscaling, GKE inference, GKE upgrade, GKE observability, GKE multi-tenancy, GKE batch, GKE HPC, GKE compute class.
    1
    install
  33. Origin Goal · aki2022 bundle
    Run a long-lived, workstream-driven objective inside explicit human boundaries. Use when the user asks to keep working until a goal or checkpoint is reached, resume or execute a docs workstream, orchestrate subagents over multiple slices, control retries or metered cost, or prepare a durable autonomous run with human approval gates. Establish the control unit using the repository's own convention, and complete the preflight interview before starting or resuming execution.
    1
    install
  34. Origin PPTX · aki2022 bundle
    PowerPoint・スライド・プレゼン資料作成/編集で必ず使うこと。「PPTX作成」「スライド作って」 「プレゼン資料」「プレゼンテーション」「パワポ」「パワーポイント」「資料作成」「deck」 「presentation」「slides」「.pptx」など、これらの語が少しでも含まれる依頼で起動する。 ネイティブ(PptxGenJS)レイアウト・箱・矢印・日本語テキスト + Material Symbols の 意味アイコン + Codex image_gen による文字なしイラストのハイブリッド方式で、 完全編集可能かつ視覚的にリッチな PPTX を生成する、実証済み(PoC完了)のパイプライン。旧来の template + python-pptx 方式 を置き換える現行スキル(旧方式は廃止済み)。PPTXが入力・出力どちらであっても (新規作成・既存ファイルの編集・読み込みも含め)このスキルを使う。
    1
    install