Skip to main content
在 Manus 中运行任何 Skill
一键导入
timothyfraser
GitHub 创作者资料

timothyfraser

按仓库查看 4 个 GitHub 仓库中的 24 个已收集 skills。

已收集 skills
24
仓库
4
更新
2026-06-29
仓库浏览

仓库与代表性 skills

interactive-toolmaker
其他高等院校教师

Build a single self-contained HTML mini-tutorial that teaches ONE concept through a GENUINELY interactive centerpiece — something the reader manipulates that responds live — then verify it actually works before handing it back. The *form* of the interactive is chosen to fit the concept (a network process, a parameter model with sliders, an agent-based grid, a step-through algorithm, a data explorer, a what-if calculator, …) — contagion-on-a-network is just one example, not the default. Every build opens with a big-picture question, puts a hands-on interactive at the center with live-updating readouts, uses a fixed color scheme and uniform headings, and ends with tap-to-reveal learning checks (phone-friendly). Use when a faculty member wants an interactive explainer, a lesson dashboard, a concept simulator, or a "mini tutorial" they can open in a browser or share on a phone.

2026-06-24
scholar-mentions-log
其他高等院校教师

A monthly routine for scholars: search the web for recent mentions, press, talks, and citations of a named researcher and their work, then append the genuinely-new ones to a CSV (date logged, date published, title, source, URL, one-line description) — deduped against what's already there. Use when a researcher wants to track who is talking about them and their work over time, with links they can skim later.

2026-06-24
plan-then-act
项目管理专家

Have the agent propose a concrete, numbered plan and get approval BEFORE executing — then work the plan step by step, re-planning out loud when reality diverges. Part of the "keep the agent on track" suite. Use for any task big enough that a wrong first move is costly, or when an agent tends to charge ahead.

2026-06-24
project-memory
软件开发工程师

Maintain a persistent house-rules file (CLAUDE.md or AGENTS.md) the agent reads every session — what the project is, how to run/test it, conventions, architecture pointers, and gotchas/"don'ts" — so it stops relearning the project and repeating mistakes. Part of the "keep the agent on track" suite. Use for any repo an agent will touch more than once.

2026-06-24
vertical-slice
项目管理专家

Break a complex build into thin, end-to-end slices — each independently runnable and verifiable — instead of horizontal layers, so you always have something working and learn early. Part of the "keep the agent on track" suite. Use when a task is big enough that "build it all, then test" risks weeks of invisible drift.

2026-06-24
decision-log
软件开发工程师

Keep an append-only log of decisions (Architecture Decision Records) — each with context, the decision, and its rationale and consequences — so the agent doesn't re-litigate or silently contradict past choices. Part of the "keep the agent on track" suite. Use when a project accumulates choices you'll need to remember the "why" for.

2026-06-24
definition-of-done
软件开发工程师

Pin down checkable success criteria (and ideally tests) BEFORE building, so "done" is objective, not vibes — acceptance criteria, test cases, edge cases, and a done checklist the agent must satisfy and report against. Part of the "keep the agent on track" suite. Use to keep an agent honest about whether a task is actually complete.

2026-06-24
design-doc
软件开发工程师

Write a short design doc (RFC) before building — problem, goals & non-goals, proposed approach, alternatives considered, risks, and a validation plan — and get sign-off before the agent writes code. Part of the "keep the agent on track" suite. Use to stop an agent from charging ahead on the wrong solution.

2026-06-24
当前展示该仓库 Top 8 / 15 个已收集 skills。
shiny-pipeline-stage1
网页开发工程师

Use this skill when a user wants to convert a workflow.R script into an interactive HTML/JS mockup dashboard with a design sidepanel. Triggers when users mention building a Shiny dashboard from an R script, want to prototype a dashboard UI before writing Shiny server code, want to visualize their R workflow as a dashboard, or say things like "turn my workflow into a dashboard", "mockup my shiny app", "design a dashboard from my R script", or "stage 1 of the shiny pipeline". Always use this skill before generating any HTML dashboard mockup for a Shiny app project.

2026-04-29
shiny-pipeline-stage2
网页开发工程师

Use this skill when a user wants to convert an approved HTML mockup dashboard into a real R Shiny app. Triggers when users mention "convert my mockup to Shiny", "stage 2 of the shiny pipeline", "turn the HTML into a Shiny app", "build the Shiny server", or paste a design_metadata.json. Always use this skill before writing any Shiny app code from an HTML mockup. This skill produces a raw HTML/JS Shiny UI (no bslib/shinydashboard) paired with a reactive R server.

2026-04-29
shiny-pipeline-stage3
软件开发工程师

Use this skill when a user wants to replace fake/synthetic data stubs in their Shiny app with real data from their workflow.R script. Triggers when users mention "stage 3 of the shiny pipeline", "replace fake data", "wire up real data", "swap stubs for real data", "integrate my workflow into shiny", or present a FAKEDATA_INDEX with items marked as still fake. Always use this skill before touching any fake_data.R or placeholder_fns.R stubs. Never silently replace fake data — every swap must be logged.

2026-04-29
已展示 4 / 4 个仓库
已展示全部仓库