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

dots

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

収集済み skills
66
Stars
23
更新
2026-06-30
Forks
4
職業カバレッジ
17 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

bash-tool-path
ソフトウェア開発者

Safely add a directory to Claude Code's Bash tool PATH. Use when a binary runs in your terminal but is "command not found" inside Claude Code's Bash tool, when adding a directory to PATH for Claude Code, when configuring CLAUDE_ENV_FILE, or when settings.json env.PATH did not work. Explains why env.PATH replaces rather than appends PATH and is not variable-expanded, why ~/.zshrc PATH exports are dropped, and the supported SessionStart hook fix.

2026-06-30
write-skill
その他コンピュータ職

Create or improve a Claude Code skill/slash command with best practices for structure, dynamic context, and safety. Use for creating new skills, improving existing ones, or learning skill authoring.

2026-06-30
orchestrate
ソフトウェア開発者

Launch a dynamic Workflow where the top-tier session model (Fable, or Opus when Fable is unavailable) handles planning and orchestration while implementation subagents run on Sonnet for routine tasks and Opus for complex ones. Use when the user wants to orchestrate a build, a dynamic workflow, a model-tiered build, fable or opus planning with sonnet and opus implementation, or tiered agents.

2026-06-30
pr
ソフトウェア開発者

Open a PR, wait for CI to pass, fix failures, address review comments, and loop until fully green. Use when opening a PR, fixing CI, or addressing review feedback.

2026-06-26
argus-schedule
ソフトウェア開発者

Manage recurring tasks in the local Argus daemon via its HTTP API. Use when the user wants to schedule a task locally in argus, create a cron-driven task, fire X every weekday/hour/morning, set up a recurring agent that needs local filesystem access (logs in ~/.argus, local databases, dotfiles), list or update existing argus schedules, or run an argus schedule now. Distinct from /schedule, which creates remote cloud routines without local access.

2026-06-24
handoff
ソフトウェア開発者

Generate a handoff prompt to pass context to another agent thread. Use when switching repos, handing off work, or sharing context between agents.

2026-06-24
merge
ソフトウェア開発者

Merge current branch to the default branch via GitHub PR merge. Use when ready to merge a PR or land a branch.

2026-06-23
logo
グラフィックデザイナー

Generate SVG logo alternatives with side-by-side comparison. Use when creating logos, branding, or project icons.

2026-06-19
markdown-preview
ソフトウェア開発者

Render a Markdown file to GitHub-flavored HTML and open a styled local preview (light + dark) in the browser. Use when the user wants to preview markdown, see how a README renders on GitHub, check that relative screenshots or images display correctly, or get a GitHub-like local preview without installing grip or glow.

2026-06-12
complete
ソフトウェア開発者

Mark the current Argus task as complete. Use when the work for the current worktree is done and the user wants the task to transition to the "complete" status.

2026-06-12
slides
ソフトウェア開発者

Build a self-contained, single-file HTML presentation deck from talking points or a source doc, using a terminal/TUI-styled template with keyboard, tap, and swipe navigation. Use when the user wants to create slides, build a presentation or deck, turn talking points or a doc into a talk, make an HTML slideshow, or produce a presentation as a shareable artifact (instead of Google Slides).

2026-06-12
dream
ソフトウェア開発者

Scheduled KB maintenance — ingest yesterday's meetings + session captures, synthesize raw notes into existing topical docs (decisions, people changes, conventions), resolve conflicts, age out stale entries, fix frontmatter and links. Translates raw data into knowledge. Runs unattended; never asks for confirmation. Use for KB maintenance, knowledge base cleanup, dream consolidation, memory hygiene, or as a scheduled daily KB pass.

2026-05-26
tts
ソフトウェア開発者その他コンピュータ職

Read text aloud using text-to-speech. Use when the user says "speak to me", "read to me", "read this aloud", "say this", "speak the summary", or asks to hear something spoken.

2026-05-16
rereview
ソフトウェア開発者

Re-review with fresh eyes. Zero regressions. Go slow and analyze everything. Use for a paranoid final review before merging.

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

Code review panel for current branch changes. Use for reviewing PR changes, code review, or getting feedback on branch changes.

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

Full ship pipeline: /review + fix + /improve + fix + /merge in one command. Use when ready to ship a branch end-to-end.

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

Walk every unresolved review thread on a PR, triage each one, reply with a rationale of whether or not the comment will be acted upon, make the code change if warranted, and mark the thread resolved. Use when the user asks to address only the open PR comments without re-running CI, respond to review feedback, resolve review threads, or clear bot comments on a PR.

2026-05-15
orchestrate-stack
ソフトウェア開発者

Orchestrate a stack of dependent Argus tasks that produce a chain of stacked PRs. Use when the user has a multi-milestone plan that should land as N PRs where each branches off the previous. Decomposes the plan into sub-tasks, wires base_branch + depends_on, embeds the closing protocol in every sub-task prompt, and polls until the stack lands.

2026-05-12
plannotator-annotate
一般事務員

Open Plannotator's annotation UI for a markdown file, converted HTML file, URL, or folder and then respond to the returned annotations.

2026-05-12
plannotator-last
一般事務員

Open Plannotator on the latest rendered assistant message and use the returned annotations to revise that message or continue.

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

Open Plannotator's browser-based code review UI for the current worktree or a pull request URL, then act on the feedback that comes back.

2026-05-12
plannotator-visual-explainer
ウェブ開発者

Generate self-contained HTML visualizations with Plannotator theming. Use for implementation plans, PR explainers, architecture diagrams, data tables, slide decks, and any visual explanation of technical concepts. Plans and PR explainers follow Plannotator's prescriptive approach; all other visual content delegates to nicobailon/visual-explainer.

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

Iteratively run /rereview, fix the findings, and loop until reviewers approve clean. Use for iterative automated review, when you want /rereview to loop until clean, or for a paranoid pre-merge review that auto-addresses every blocker.

2026-05-10
improve
その他コンピュータ職

Improve skills, capture context & knowledge. Use for skill iteration, capturing learnings, or upgrading agent context.

2026-04-28
screenshot
ソフトウェア開発者その他コンピュータ職

View recent screenshots from ~/Downloads. Use when the user mentions "last screenshot", "see screenshot", "recent screenshot", "show screenshot", "last N screenshots", or references viewing screenshots from Downloads. Automatically finds and displays the most recent screenshot images sorted by creation time.

2026-04-26
cross-agent
ソフトウェア開発者

Set up cross-agent skill infrastructure so skills work across Claude Code, OpenAI Codex, and GitHub Copilot. Use for multi-agent compatibility, skill migration, cross-agent sync.

2026-04-25
archive
ソフトウェア開発者

Archive the current Argus task so it moves to the Archive section of the task list. Use at the end of a session when the work is done.

2026-04-25
wrapup
ソフトウェア開発者

End-of-session checklist that detects loose ends — uncommitted changes, unmerged branches, learnings to capture, handoffs needed — and routes to the right skills. Use for session closeout, wrapping up, end of day, or "anything else to capture".

2026-04-07
squash
ソフトウェア開発者

Squash all branch commits into one and update open PRs. Use when squashing commits, cleaning up history, or condensing branch commits before merge.

2026-04-07
skill-usage
ソフトウェア開発者

Show skill usage statistics, charts, and suggestions for pruning unused skills. Use when the user asks "skill usage", "which skills do I use", "unused skills", "skill stats", or "skill suggestions".

2026-03-24
dev
ソフトウェア開発者

Multi-agent iterative development with parallel testing and code review. Use for building features, implementing changes, or coding tasks that need testing and review.

2026-03-23
plan
ソフトウェア開発者ゼネラル・オペレーションズマネージャー

Generate an implementation plan from a PRD, tech spike, or feature spec and save it to context/plans/. Use for planning work, breaking down a PRD, or creating an implementation plan from a spec.

2026-03-23
test
ソフトウェア品質保証アナリスト・テスター

Intelligent test runner that targets changed code and identifies coverage gaps. Use for running tests, finding coverage gaps, or testing changed code.

2026-03-23
eli5
小学校教員(特別支援除く)

Explain any topic in the simplest possible terms using analogies and everyday examples. Use when the user says "explain like I'm 5", "eli5", "explain simply", "dumb it down", or "explain in simple terms".

2026-03-23
pdf
DTPオペレーター

Use when the user wants to export conversation content to a professionally styled PDF for sharing

2026-03-22
amend
ソフトウェア開発者

Amend the last git commit with a useful, descriptive message. Use when you want to rewrite a commit message, amend commit description, or improve the last commit message.

2026-03-22
combine-prs
ソフトウェア開発者

Compare two competing PRs implementing the same feature, identify strengths of each, and combine the best parts into a single branch. Use when comparing PRs, combining implementations, cherry-picking between PRs, or resolving competing approaches.

2026-03-18
polish
ソフトウェア開発者

Analyze codebase for code smells and refactor to drastically improve code quality. Expert in clean code, SOLID principles, Ruby patterns, service objects, and refactoring. Use for code quality audits, refactoring sessions, and cleaning up technical debt.

2026-03-14
notion
秘書・行政アシスタント(法律・医療・役員除く)

Read Notion pages and databases using MCP tools. Use when looking up Notion content, reading pages, or querying databases.

2026-03-11
email
秘書・行政アシスタント(法律・医療・役員除く)

Search and read Gmail messages. Use when looking up emails, reading email threads, or checking inbox labels.

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