Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

dotfiles

dotfiles には iimuz から収集した 46 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
46
Stars
3
更新
2026-07-16
Forks
1
職業カバレッジ
9 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

gh-ops
ソフトウェア開発者

Use for GitHub operations: creating issues, posting issue comments, creating draft PRs, and adding PR review comments.

2026-07-16
scamper
市場調査アナリスト・マーケティングスペシャリスト

Facilitate structured divergent idea generation using the SCAMPER technique (Bob Eberle). An orchestrator elicits a concrete target, applies seven transformation lenses (Substitute, Combine, Adapt, Modify, Put to another use, Eliminate, Reverse) in parallel via focused subagents, then converges into evaluated, prioritized ideas. Use when the user asks for a SCAMPER analysis, systematic ideation, or improvement ideas for an existing product, service, process, or idea.

2026-07-04
six-hats
プロジェクト管理専門家

Facilitate structured multi-perspective analysis using Edward de Bono's Six Thinking Hats. A Blue Hat orchestrator applies one hat at a time in sequence over a single shared record, using five focused hat subagents. Use when the user asks for a Six Hats or 6 hat analysis, a multi-perspective breakdown of a decision, idea, or problem, or systematic structured thinking on a topic.

2026-07-04
markmap
DTPオペレーター

Author markmap-format Markdown. Use when writing a mindmap (マインドマップ / markmap) in Markdown.

2026-07-04
sample-greeting
その他コンピュータ職

Sample skill for verifying plugin wiring. Trigger when the user asks to run the sample greeting or test the sample plugin.

2026-07-03
gh-pr-resolve
ソフトウェア品質保証アナリスト・テスター

Use when resolving or addressing PR review comments.

2026-07-02
gh-ops
ソフトウェア開発者

Use for GitHub operations: creating issues, posting issue comments, creating draft PRs, and adding PR review comments.

2026-06-28
gh-ops
ソフトウェア開発者

Use for GitHub operations: creating issues, posting issue comments, creating draft PRs, and adding PR review comments.

2026-06-28
git-commit
ソフトウェア開発者

Create a git commit from current changes. Trigger on commit requests or after completing a code change task.

2026-06-28
git-commit
ソフトウェア開発者

Create a git commit from current changes. Trigger on commit requests or after completing a code change task.

2026-06-28
git-commit
ソフトウェア開発者

Create a git commit from current changes. Trigger on commit requests or after completing a code change task.

2026-06-28
save-conventions
ソフトウェア開発者

Defines where to save work-in-progress artifacts (design, plan, research, temporary files) so output paths stay consistent. Use when saving a design, plan, research note, or temp script, or when running /deep-read, /write-plan, or superpowers (brainstorming/writing-plans).

2026-06-28
review-fix
ソフトウェア品質保証アナリスト・テスター

Process `REVIEW:` inline comments left in code after implementation review. Fix each comment locally and remove it. Use after execute-plan when a human has added `REVIEW:` annotations to the codebase.

2026-06-22
aws-mermaid
ソフトウェア開発者

Generate AWS architecture diagrams in Mermaid. Invoke when the user asks to draw, design, or document AWS architecture as Mermaid.

2026-06-19
subagent-first
ソフトウェア開発者

Orchestrate work by delegating to sub-agents. Main agent handles only planning, judgment, and user communication. Always active for multi-step work.

2026-06-13
subagent-first
ソフトウェア開発者

Route work through bounded subagents. Use when tasks require codebase investigation, code changes, tests, lint, build, or multi-step validation.

2026-06-12
execute-plan
その他コンピュータ職

Implement the plan defined in a planning file. Use only after the plan is fully reviewed and approved.

2026-06-07
write-plan
その他コンピュータ職

Create or refine a planning file. Use to start the planning phase or to reflect inline annotations back into an existing plan.

2026-06-07
execute-plan
ソフトウェア開発者

Implement the plan defined in a planning file. Use only after the plan is fully reviewed and approved.

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

Create or refine a planning file. Use to start the planning phase or to reflect inline annotations back into an existing plan.

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

Process `REVIEW:` inline comments left in code after implementation review. Fix each comment locally and remove it. Use after execute-plan when a human has added `REVIEW:` annotations to the codebase.

2026-06-02
deep-read
ソフトウェア開発者

Deeply read and understand a specified target, producing a structured research document. Use before the planning phase to prevent uninformed changes.

2026-06-01
deep-read
ソフトウェア開発者

Deeply read and understand a specified target, producing a structured research document. Use before the planning phase to prevent uninformed changes.

2026-05-30
code-review-checklist
ソフトウェア品質保証アナリスト・テスター

Provides additional review criteria to augment the standard code review workflow. Use when performing code review to check design compliance, security, quality, performance, testing, and best practices.

2026-05-26
qmd
ファイル事務員

Search markdown knowledge bases, notes, and documentation using QMD. Use when users ask to search notes, find documents, or look up information.

2026-05-16
context-mode
その他コンピュータ職

Route shell, file reads, HTTP, and data analysis through context-mode MCP tools (ctx_ prefix) to protect the context window. Activate when context-mode is connected or on "ctx" commands.

2026-05-08
grill-me
プロジェクト管理専門家

Stress-test a plan or design by grilling the user with tough, methodical questions. Trigger on "grill me" or requests to challenge/critique a plan.

2026-05-05
standards-adr
ソフトウェア開発者

Use when creating or updating ADR files in docs/adr/. Also use when making an architectural decision to evaluate whether an ADR should be written.

2026-05-05
standards-code
ソフトウェア開発者

Use when writing or reviewing code in Bash, Go, Python, Rust, or TypeScript to enforce coding standards.

2026-05-05
standards-doc
ソフトウェア開発者

Use when writing, updating, or creating any Markdown file. Applies to all documentation including design docs and reports.

2026-05-05
standards-tdd
ソフトウェア品質保証アナリスト・テスター

Use when implementing new features, fixing bugs, or writing any production code. Enforces red-green-refactor workflow. Does not apply to documentation, configuration, or non-code file edits.

2026-05-05
gh-pr-resolve
ソフトウェア開発者

Use when resolving or addressing PR review comments.

2026-04-28
caveman
ソフトウェア開発者

Strip all filler, pleasantries, and hedging from responses while keeping full technical substance. Trigger on "caveman", "less tokens", "be brief", or requests for token-efficient output.

2026-04-27
standards-code
ソフトウェア開発者

Use when writing or reviewing code in Bash, Go, Python, Rust, or TypeScript to enforce coding standards.

2026-04-27
standards-doc
秘書・行政アシスタント(法律・医療・役員除く)

Use when writing, updating, or creating any Markdown file. Applies to all documentation including design docs and reports.

2026-04-27
standards-tdd
ソフトウェア品質保証アナリスト・テスター

Use when implementing new features, fixing bugs, or writing any production code. Enforces red-green-refactor workflow. Does not apply to documentation, configuration, or non-code file edits.

2026-04-27
standards-planning
秘書・行政アシスタント(法律・医療・役員除く)

Rules for creating and managing docs/planning.md.

2026-04-26
subagent-first
ソフトウェア開発者

Orchestrate work by delegating to sub-agents. Main agent handles only planning, judgment, and user communication. Always active for multi-step work.

2026-04-26
standards-devcontainer
ソフトウェア開発者

Use when creating or modifying devcontainer configuration files in .devcontainer/ to apply project-specific JSONC format policy.

2026-04-22
copilot-agents
ソフトウェア開発者

Use when creating or modifying custom agent files in .config/copilot/agents/ to enforce sub-agent pattern and tool property rules.

2026-04-22
このリポジトリの収集済み skills 46 件中、上位 40 件を表示しています。