Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
kouko
GitHub creator profile

kouko

Repository-level view of 190 collected skills across 3 GitHub repositories, including approximate occupation coverage.

skills collected
190
repositories
3
occupation fields
6
updated
2026-06-04
repository explorer

Repositories and representative skills

#001
monkey-skills
174 skills40updated 2026-06-04
92% of creator
dbt-model-style
미분류

Enforces a dbt + Redshift model **writing-style & structure** contract — CTE roles, the zero-logic `final` CTE, naming, the two-block YAML header, column comments/tags, and Redshift syntax. Use when authoring, editing, or reviewing a dbt model (`.sql`), or when asked whether one 「符合規範嗎」. Adoptable template: project-specific items are tagged `(adapt)`; model comments & frontmatter values stay in the user's working language. Do NOT use for calculation logic, business rules, metric formulas, or layer-dependency design — style & structure ONLY. dbt 撰寫風格・CTE 結構・命名・註解・排版。dbt スタイル・命名規則。

2026-06-04
dogfood-skill-testing
미분류

Behavioral black-box dogfood of a skill-IN-DEVELOPMENT — a raw SKILL.md in the working tree that is NOT yet installed. Use when the user wants to gut-check how a drafted/edited skill actually behaves before trusting it: does it FIRE when it should and NOT over-fire, and does its workflow produce output that meets its own declared contract on real input. A fresh blind subagent that does NOT know the author's intent probes the triggers and the workflow and reports what breaks with reproducible transcript evidence. Tests BOTH dimensions co-equally: triggering (trigger-miss / over-trigger) AND output quality (workflow drift / gate bypass / valid-but-wrong), on working-tree files — no install, emitting a fix-actionable report. Triggers — zh-TW:「dogfood 這個 skill」「測試我的 skill 會不會觸發」; ja:「スキルをドッグフード」「発火するか試す」; en: "dogfood this skill", "behavioral / blind-test my skill", "will this skill fire before I ship". Do NOT use for: static design scoring of a SKILL.md (use dev-workflow:skill-judge — 8-dimension rubric, reads t

2026-06-03
deep-read
미분류

Deeply understand ONE large document or book — build a structured understanding (sections, claims, methodology, caveats, argument-structure) of a single source, depth-on-one-source vs deep-research's breadth-across-many. Use when the user wants to thoroughly comprehend one long document, paper, or book, run inside any coding agent host using the host's own tools (zero API-key setup).

2026-06-03
daily-brief
미분류

把散在 Gmail / Slack / Notion / Asana / Drive / Calendar / GitHub 的事整理成一份可信、每列可點處理的晨報,外加一張零省略行動表;每天累積、跨日延續(已結/仍在等你/新發生)。 每天開工、想知道今天有什麼要處理、怕漏掉待回覆時用——before starting your workday。 觸發詞:每日簡報、daily brief、morning brief、晨報、今天要做什麼、待回覆、要回的訊息、standup、今日まとめ、朝のブリーフィング。 Do NOT use for 績效回顧/自評/專案盤點(那是 performance-evidence-audit,同機制反方向時間軸);Do NOT use 來寫回官方系統、代送或自動回覆(本 skill 唯讀 + 只寫本機草稿)。

2026-06-03
cite-check
미분류

Audit an existing document's cited claims — fetch each cited source and check it actually supports the claim; flag unsupported / misattributed / dead-link citations. Use when the user wants to verify that a document's citations hold up, run inside any coding agent host using the host's own LLM + web tools (zero API-key setup).

2026-06-03
fact-check
미분류

Lightweight single-claim adversarial verdict — supported / refuted / inconclusive with cited evidence. Use when one factual claim needs checking mid-conversation — the host agent gathers a little evidence and runs the same adversarial quorum as deep-research, returning a verdict (not a report), using the host's own WebSearch/WebFetch + LLM with zero API-key setup.

2026-06-03
init
미분류

First-time setup for dbt-wiki: scaffold .dbt-wiki/ knowledge base from target/manifest.json (model / source / macro / seed / snapshot / test / exposure metadata, ref/source dependencies, schema.yml columns and tests), plus target/compiled/<project>/**/*.sql parsed via sqlglot for column-level lineage, plus dbt/models/**/*.sql raw files parsed via regex for inline SQL/jinja comments. Generates one markdown page per resource, plus index.md (grouped by tier / materialization / tag / group), lineage.md (ASCII DAG + adjacency list), log.md, SCHEMA.md, and an idempotent CLAUDE.md drop-in. Re-runnable: refreshes manifest-derived fields, archives orphans, preserves user-owned body sections. Pre-condition: dbt parse && dbt compile must be run first (init checks for target/manifest.json and target/compiled/), and sqlglot must be installed (pip install sqlglot). Triggers on "init dbt-wiki", "set up dbt-wiki", "scaffold dbt knowledge base", "seed dbt model wiki", "build dbt-wiki from manifest", "first-time dbt knowledge"

2026-06-03
pack
미분류

Package the dbt-wiki knowledge base into a portable, warehouse-tool-agnostic analytics skill. Run by the PROJECT OWNER (someone who has a distilled `.dbt-wiki/`) to freeze the curated semantic knowledge into a self-contained Agent Skill folder `<project>-analytics/` (SKILL.md + knowledge/ + references/ + examples/) that a teammate or agent can drop into `~/.claude/skills/` and use with their OWN warehouse-connect tool — no dbt project, no DB driver required. The emitted bundle carries knowledge + SQL-generation guidance, NOT an executor. Triggers: "package the dbt-wiki knowledge", "build a portable analytics skill", "freeze the knowledge base into a bundle", "export dbt-wiki for a teammate", "make a shareable analytics skill", "/dbt-wiki:pack", "把 dbt-wiki 知識打包", "封裝成可攜知識 skill", "做一個分析 skill 給同事", "dbt-wiki をパッケージ化", "知識 skill を書き出す". Do NOT trigger for: querying the knowledge base (use /dbt-wiki:query), building or refreshing `.dbt-wiki/` itself (use /dbt-wiki:init or /dbt-wiki:refresh), adding tribal knowl

2026-06-03
Showing top 8 of 174 collected skills in this repository.
#002
monkey-knowledge-youtube-skills
9 skills00updated 2026-03-19
4.7% of creator
Showing top 8 of 9 collected skills in this repository.
#003
redshift-comment-mcp
7 skills10updated 2026-05-10
3.7% of creator
redshift-explore
데이터베이스 아키텍트

Interactive walkthrough for an unfamiliar Redshift cluster — schema → table → column, picked by reading comments. Hands off to /redshift-profile. Use when user doesn't know where to start in a cluster. Do NOT use when user already knows the table.column (use /redshift-profile directly) or in non-interactive contexts. Triggers: /redshift-explore / browse Redshift / where do I look / 找 cluster / 從哪開始 / 探検 / ガイド付き探索.

2026-05-10
redshift-grep-columns
데이터베이스 아키텍트

Cross-table column search — finds every column whose name or comment matches a keyword across all tables in one (or all) schemas via one schema-wide MCP call per schema. Use when user wants to find FK / shared-key columns across many tables (e.g. before composing a JOIN), or to audit column-naming consistency. Do NOT use for a single known table (use search_columns directly), single-column lookup (use get_column_comment), or table-name search (use /redshift-grep-tables). Triggers: /redshift-grep-columns / find column / search columns across tables / where is foo column / 跨表找欄位 / 哪些表有 foo / カラム横断検索 / カラム名検索.

2026-05-10
redshift-grep-tables
데이터베이스 아키텍트

Cross-schema table search — finds every table whose name or comment matches a keyword across all schemas via one cluster-wide MCP call. Use when user is looking for a table by topic but unsure which schema (e.g. "where is the orders fact table"), or auditing table-naming consistency. Do NOT use when schema is already known (use search_tables directly), for column-level search (use /redshift-grep-columns), or for general schema browsing (use /redshift-explore). Triggers: /redshift-grep-tables / find table / search tables / which schema has / 哪個 schema 有 / 跨 schema 找表 / テーブル横断検索 / テーブル名検索.

2026-05-10
redshift-lineage-from-stl
데이터베이스 아키텍트

Reconstruct ACTUAL table-to-table data flow from Redshift query history — catches ad-hoc, BI-tool (Tableau / Looker), and manual-fix usage dbt manifest cannot see. Read-only. Use when auditing who reads / writes a table, or before deprecating one. Do NOT use for dbt-internal lineage (use dbt manifest) or real-time monitoring. Triggers: /redshift-lineage-from-stl / actual lineage / who reads / Tableau usage / 實際 lineage / 誰在讀 / クエリ履歴.

2026-05-10
redshift-profile
데이터베이스 아키텍트

Profile a Redshift column — cardinality, top-N values, null rate, min/max, plus comment. Read-only. Use when about to write CREATE TABLE or dbt schema.yml based on column assumptions, or to check whether a column is an enum. Do NOT use for full row counts (use execute_sql), schema/table search (use search_columns), or free-text columns where top-100 is noise. Triggers: /redshift-profile / profile column / distinct values / enum / 欄位分布 / カラムプロファイル / 値の分布.

2026-05-10
redshift-setup
데이터베이스 아키텍트

Configure a Redshift connection profile for the redshift-comment-mcp plugin via chat — password stored in OS keychain via system dialog or terminal handoff (never in chat history), connection verified. Named form `/redshift-setup <name>` adds a non-default profile and offers to activate it. Use when setting up first Redshift cluster or adding another. Do NOT use for switching between already-configured profiles (use /redshift-switch-profile), password-only changes (use set-password CLI), or profile deletion (use delete-profile). Triggers: /redshift-setup / set up Redshift / add cluster / 設定 Redshift / 新增 cluster / 接続を設定 / プロファイル.

2026-05-08
redshift-switch-profile
네트워크·컴퓨터 시스템 관리자

Switch the active Redshift profile by flipping the active-profile pointer file at ~/.config/redshift-comment-mcp/active-profile (no host / user / password re-entry). Verifies connection before declaring success. Single-profile users get a friendly bow-out pointing to /redshift-setup. Use when switching between 2+ already- configured Redshift clusters. Do NOT use for setting up a new profile (use /redshift-setup), changing passwords (use set-password CLI), or single-profile installs (skill bows out). Triggers: /redshift-switch-profile / switch cluster / change Redshift / 切換 cluster / 切換 profile / クラスタ切替 / 接続を切替.

2026-05-08
저장소 3개 중 3개 표시
모든 저장소를 표시했습니다