Skip to main content
duyet
GitHub クリエイタープロフィール

duyet

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

収集済み skills
111
リポジトリ
10
更新
2026年7月24日
リポジトリマップ

skills がある場所

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

#01
codex-claude-plugins
61 件の skills · 2026年7月24日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターウェブ開発者その他コンピュータ職コンピュータ・情報システムマネージャーテクニカルライター
8 件の職業カテゴリ · 100% 分類済み
55%比率
#02
oma
22 件の skills · 2026年7月18日
ソフトウェア開発者ウェブ開発者その他コンピュータ職ソフトウェア品質保証アナリスト・テスターグラフィックデザイナーデータサイエンティスト
8 件の職業カテゴリ · 100% 分類済み
20%比率
#03
skills
14 件の skills · 2026年5月23日
ソフトウェア開発者ウェブ開発者その他コンピュータ職データベースアーキテクトテクニカルライター
5 件の職業カテゴリ · 100% 分類済み
13%比率
#04
duyetbot-agent
4 件の skills · 2026年1月5日
ソフトウェア開発者ウェブ開発者ソフトウェア品質保証アナリスト・テスター
3 件の職業カテゴリ · 100% 分類済み
3.6%比率
#05
kb
3 件の skills · 2026年6月14日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
2.7%比率
#06
pricetrack
2 件の skills · 2026年6月1日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
1.8%比率
#07
llm-release-action
2 件の skills · 2026年6月18日
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者
2 件の職業カテゴリ · 100% 分類済み
1.8%比率
#08
build-agent
1 件の skills · 2026年7月5日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
0.9%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

statusline-workflow
ソフトウェア開発者

Use when configuring, previewing, troubleshooting, or disabling the Claude Code statusline plugin.

2026年7月24日
command-code
その他コンピュータ職

Drive the Command Code CLI (`cmd`) — a terminal coding agent that learns your taste — and orchestrate it as a headless sub-agent. Use this skill whenever the user mentions "cmd", "Command Code", "commandcode", asks to "spawn cmd", "dispatch cmd", "use cmd as…

2026年7月11日
init
ソフトウェア開発者

Scaffold a new shared-brain knowledge base folder (default ~/kb) — a plain-markdown, OKF v0.1-conformant memory store that any coding agent can read/write across sessions. Use when the user asks to set up, init, or bootstrap a kb / shared brain / persistent…

2026年7月5日
okf
ソフトウェア開発者

Author, initialize, validate, and render Open Knowledge Format (OKF) bundles — vendor-neutral knowledge as markdown files with YAML frontmatter. Use when creating an OKF bundle, scaffolding a knowledge catalog, writing OKF concept docs, building…

2026年7月5日
ios-simulator-browser
ソフトウェア開発者

Mirror an iOS Simulator into an in-app browser and hot-reload SwiftUI previews from importable Swift packages. Use when previewing SwiftUI in the simulator, mirroring a running simulator in the browser, or live-reloading package-backed previews.

2026年7月3日
swiftui-performance-audit
ソフトウェア開発者

Audit SwiftUI runtime performance from code first. Use when diagnosing slow rendering, janky scrolling, expensive updates, or profiling needs.

2026年7月3日
clickhouse-monitoring
ソフトウェア開発者

Specialized knowledge for the ClickHouse Monitor dashboard. Use this skill when: working with ClickHouse monitoring dashboards, analyzing query performance, writing ClickHouse system table queries, developing dashboard features, or integrating with the…

2026年7月3日
clickhouse
ソフトウェア開発者

MUST USE when reviewing ClickHouse schemas, queries, or configurations. Contains 28 rules that MUST be checked before providing recommendations. Always read relevant rule files and cite specific rules in responses.

2026年7月3日
収集済み skill 61 件中 8 件を表示しています。
data-analysis
データサイエンティスト

Explore, clean, and analyze a dataset to answer a real question, with honest handling of uncertainty and bias. Trigger when the user asks to "analyze this data", "what does this dataset show", "explore this CSV", works with pandas/numpy on tabular data, or…

2026年7月18日
debugging
ソフトウェア開発者

Systematically root-cause a bug instead of guessing. Trigger when the user asks to "debug this", "why is this failing", "it's broken", "reproduce this bug", "find the root cause", or pastes an error/stack trace. Reproduce, isolate, form one hypothesis at a…

2026年7月18日
refactoring
ソフトウェア開発者

Restructure code without changing its observable behavior. Trigger when the user asks to "refactor this", "clean this up", "simplify this function", "this is hard to change", "extract this into its own function/module", or "reduce duplication here".…

2026年7月18日
security-review
情報セキュリティアナリスト

Audit code or infrastructure for exploitable vulnerabilities using an OWASP-style checklist. Trigger when the user asks to "security review this", "is this safe to ship", "audit for vulnerabilities", "check for security issues", "pentest this", or before…

2026年7月18日
technical-writing
ソフトウェア開発者

Write clear, useful technical documentation — READMEs, architecture decision records, API docs, runbooks, and PR descriptions. Trigger when the user asks to "write docs", "document this", "write a README", "explain this decision", "write release notes",…

2026年7月18日
test-writing
ソフトウェア品質保証アナリスト・テスター

Write tests that encode why behavior matters, not just what it does — a test that can't fail when the logic breaks is worthless. Trigger when the user asks to "write tests", "add test coverage", "test this function", "TDD this", or when a task's success…

2026年7月18日
api-design
ソフトウェア開発者

Design HTTP/REST APIs that are consistent, predictable, and safe to evolve. Trigger when the user asks to "design an API", "add an endpoint", "design a REST route", "what should this return", or is shaping request/response contracts, status codes, pagination,…

2026年7月17日
brand-design
グラフィックデザイナー

Apply consistent color, typography, and spacing so an artifact looks designed, not defaulted. Trigger when the user asks to "make it look good/on-brand", "pick colors", "choose fonts", "set up design tokens", "style this page/report/slide", or hands you a…

2026年7月17日
収集済み skill 22 件中 8 件を表示しています。
claude-prompting
ソフトウェア開発者

Prompt engineering guidance for Claude (Anthropic) model. Use when crafting prompts for Claude to leverage XML-style tags, long-context capabilities, extended thinking, and strong instruction following.

2026年5月23日
clickhouse-monitoring
ソフトウェア開発者

Specialized knowledge for the ClickHouse Monitor dashboard. Use this skill when: working with ClickHouse monitoring dashboards, analyzing query performance, writing ClickHouse system table queries, developing dashboard features, or integrating with the…

2026年5月23日
duyet-knowledge
テクニカルライター

Maintain and update knowledge base about Duyet Le (@duyet) - profile, resume, blog posts, projects.

2026年5月23日
frontend-design
ウェブ開発者

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

2026年5月23日
gemini-prompting
ソフトウェア開発者

Prompt engineering guidance for Gemini (Google) model. Use when crafting prompts for Gemini to leverage system instructions, multimodal capabilities, ultra-long context, and strong reasoning features.

2026年5月23日
good-html
ウェブ開発者

Generate or review high-density, interactive, self-contained HTML artifacts based on Thariq Shihipar's "Unreasonable Effectiveness of HTML" patterns. Use this skill when asked to "create HTML," "build a dashboard," "format a PR review," "make an interactive…

2026年5月23日
grok-prompting
ソフトウェア開発者

Prompt engineering guidance for Grok (xAI) model. Use when crafting prompts for Grok to leverage its conversational style, real-time knowledge access, and less-constrained responses.

2026年5月23日
orchestration
その他コンピュータ職

Orchestrate complex work through parallel agent coordination. Decompose requests into task graphs, spawn background workers, and synthesize results elegantly. Use for multi-component features, large investigations, or any work benefiting from parallelization.

2026年5月23日
収集済み skill 14 件中 8 件を表示しています。
10 件中 10 件のリポジトリを表示
すべてのリポジトリを表示しました