Skip to main content
Manusで任意のスキルを実行
ワンクリックで
$pwd:
tmdgusya
GitHub creator profile

tmdgusya

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

skills collected
55
repositories
21
occupation fields
5
updated
2026-05-31
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
engineering-discipline
10 skills8418updated 2026-04-05
18% of creator
systematic-debugging
ソフトウェア品質保証アナリスト・テスター

Use when encountering any bug, test failure, or unexpected behavior. Enforces a strict reproduce-first, root-cause-first, failing-test-first debugging workflow before fixing.

2026-04-05
long-run
ソフトウェア開発者

Orchestrates multi-day execution of complex tasks through milestones. Each milestone goes through plan-crafting, run-plan (worker-validator), and review-work phases with checkpoint/recovery. Triggers when the user says "long run", "start long run", "execute milestones", or "run all milestones".

2026-04-02
run-plan
ソフトウェア開発者

Use when you have a written implementation plan to execute. Loads the plan, reviews critically, executes tasks in dependency order, and reports completion. Triggers when the user says "run the plan", "execute the plan", or "let's start implementing".

2026-04-02
clean-ai-slop
ソフトウェア開発者

Corrective cleanup of AI-generated code — removes LLM-specific patterns while preserving behavior. Use when the user says "clean up", "deslop", "slop", "clean AI code", or when you spot LLM-generated code smells after any generation session.

2026-04-02
karpathy
ソフトウェア開発者

Behavioral guardrails to prevent common LLM coding mistakes — enforces surgical changes, assumption verification, and scope discipline before and during implementation. Use when implementing features, modifying code, or when you notice yourself about to make changes without reading the existing code first.

2026-04-02
milestone-planning
プロジェクト管理専門家コンピュータ・情報システムマネージャー

Decomposes complex, multi-day tasks into optimized milestones using parallel reviewer agents (ultraplan). Spawns 5 independent reviewers that analyze the problem from different angles, then synthesizes their findings into a milestone dependency DAG. Triggers when the user says "plan milestones", "break this into milestones", "ultraplan", or when long-run harness needs milestone generation.

2026-04-01
plan-crafting
ソフトウェア開発者

Use when a task's scope is clear and multi-step implementation is needed, before touching code. Triggered after clarification is complete, or when the user explicitly requests plan creation with a clear prompt.

2026-04-01
clarification
ソフトウェア開発者

Use when a user's request is vague, ambiguous, or underspecified. Launches an iterative Q&A loop to resolve ambiguity while a subagent explores the codebase in parallel. Outputs a clear, well-scoped context brief so the user can plan sharply. Triggers on "I want to...", "I need...", "let's build...", "can you help me...", "we should...", or any request where the full scope isn't immediately clear.

2026-04-01
Showing top 8 of 10 collected skills in this repository.
#002
roach-pi
7 skills21719updated 2026-05-31
13% of creator
agentic-clarification
ソフトウェア開発者

Use when a user's request is vague, ambiguous, or underspecified. Launches an iterative Q&A loop to resolve ambiguity, using an explorer subagent only when codebase context is needed. Outputs a Goal Contract for the durable /goal runtime. Triggers on "I want to...", "I need...", "let's build...", "can you help me...", "we should...", or any request where the full scope isn't immediately clear.

2026-05-31
agentic-goal
ソフトウェア開発者

Primary execution workflow for durable /goal runtime. Use when a Goal Contract is active or when the user asks to execute, continue, verify, or complete a goal.

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

Review changed code for reuse opportunities, quality issues, and inefficiencies using three parallel review agents, then fix any issues found. Triggers when the user says "agentic-simplify", "clean up the code", "review the changes", or after goal implementation when code quality verification is needed.

2026-05-28
agentic-systematic-debugging
ソフトウェア開発者

Use when encountering any bug, test failure, or unexpected behavior. Enforces a strict reproduce-first, root-cause-first, failing-test-first debugging workflow before fixing.

2026-05-28
agentic-brainstorming
プロジェクト管理専門家

Interactive idea development through guided Q&A dialogue. This skill helps users clarify and develop their ideas by asking targeted questions, expanding on possibilities, and producing a structured markdown document capturing the essence of their thinking. Triggers: "brainstorm", "idea", "organize ideas", "I want to organize my thoughts", "whatever comes to mind"

2026-05-08
agentic-karpathy
ソフトウェア開発者

Behavioral guardrails to prevent common LLM coding mistakes — enforces surgical changes, assumption verification, and scope discipline before and during implementation. Use when implementing features, modifying code, or when you notice yourself about to make changes without reading the existing code first.

2026-05-05
agentic-rob-pike
ソフトウェア開発者

Rob Pike's 5 Rules of Programming — a decision framework that prevents premature optimization and enforces measurement-driven development. Use when the user says "optimize", "slow", "performance", "bottleneck", "speed up", "make faster", "too slow", or any request to improve code speed/efficiency. Also use when you notice yourself about to suggest a performance optimization without measurement data. This is a thinking discipline, not a tooling workflow.

2026-04-05
#003
momento
5 skills01updated 2026-03-25
9.1% of creator
#004
mission-board
4 skills00updated 2026-03-14
7.3% of creator
#005
lora
3 skills71updated 2026-03-19
5.5% of creator
#006
skills-deep-dive
3 skills00updated 2026-05-03
5.5% of creator
create-slide
ソフトウェア開発者

Use this skill when the user wants to create, draft, author, or generate new slides / a presentation in this open-slide repo. Triggers on phrases like "make slides about X", "create a presentation", "draft slides for", "new slide", or when the user asks to add content under `slides/`. Do NOT use for editing the framework itself — only for authoring content inside `slides/<id>/`.

2026-05-03
create-theme
ソフトウェア開発者

Use this skill when the user wants to create, draft, author, or extract a slide theme in this open-slide repo. Triggers on phrases like "create a theme", "make a theme called X", "extract a theme from <slide>", "build a theme from these images". Produces a single markdown file under `themes/<id>.md` describing palette, typography, layout, fixed Title/Footer components, and motion philosophy. Do NOT use for editing slides themselves — only for authoring `themes/<id>.md`.

2026-05-03
slide-authoring
ソフトウェア開発者

Technical reference for writing or editing open-slide pages — file contract, 1920×1080 canvas, type scale, layout, palette/visual direction, and assets. Consult this whenever you are about to write or modify any file under `slides/<id>/`, including from inside the `create-slide` or `apply-comments` workflows, or for any ad-hoc slide edit. Triggers on phrases like "edit slide", "tweak this page", "fix the layout", "change the palette", "investigate the slide framework", "how do slides work here".

2026-05-03
#007
browsing-with-robot
3 skills00updated 2026-02-22
5.5% of creator
#008
more-loop
3 skills00updated 2026-02-10
5.5% of creator
#009
harness-prac
3 skills00updated 2026-01-22
5.5% of creator
#011
engineering-disciplines
2 skills30updated 2026-03-20
3.6% of creator
21 件中 12 件のリポジトリを表示