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

neurodock

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

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

このリポジトリの skills

dyspraxia-task-pacer
プロジェクト管理専門家

Motor-aware pacing — decomposes a goal, shows each estimate padded by the profile buffer, names why.

2026-06-18
dyspraxia-task-pacer
プロジェクト管理専門家

Motor-aware pacing — decomposes a goal, shows each estimate padded by the profile buffer, names why.

2026-06-18
adhd-daily-planner
その他コンピュータ職

Morning brief — what changed overnight, what matters today, one next-action per project.

2026-06-18
asd-meeting-translator
その他コンピュータ職

Transcript → four-section brief (my asks, others' asks, decisions, ambiguous items with verbatim quotes). Records decisions into the cognitive graph.

2026-06-18
audhd-context-recovery
その他コンピュータ職

/resume command — reconstruct yesterday's mental state from the cognitive graph, without inventing facts.

2026-06-18
hyperfocus-formatter
その他コンピュータ職

Reformats responses to Answer-First when sessions run long; surfaces the user's own prior intent if past their break threshold. Also activates on design-critique contexts (Figma reviews, comp reviews, prototype walk-throughs, spec reviews) so the verdict lands before the reasoning.

2026-06-18
ocd-decision-finalizer
その他コンピュータ職

Surfaces prior decision evidence on repeat-validation requests; declines further re-analysis until new information appears.

2026-06-18
visual-organizer
その他コンピュータ職

Converts prose, meeting notes, or overwhelm-dumps into Mermaid diagrams (flowchart / sequence / mindmap).

2026-06-18
release-mcp-server
ソフトウェア開発者

Walk through cutting a PyPI release of one of the five MCP servers — bump version, write CHANGELOG, run tests and evals, tag, publish.

2026-05-31
check-rumination
ソフトウェア開発者

Detect whether the user's current prompt is a semantic repeat of recent prompts within a rolling window. Returns an advisory signal; never blocks.

2026-05-30
chronometric-mark-end
ソフトウェア開発者

Close the currently open chronometric session, optionally attaching a verbatim summary. Triggers the auto-summary side effect used by weekly_rollup.

2026-05-30
chronometric-mark-start
ソフトウェア開発者

Open a chronometric session by calling mark_session_start with the user's stated intent. Returns a session_id that later interventions quote back verbatim.

2026-05-30
decompose-task
ソフトウェア開発者

Break a vague goal into 3–12 atomic 5–90 minute tasks with acceptance criteria and dependencies via the NeuroDock task-fractionator. The acceptance bar is "I can start now".

2026-05-30
record-fact
ソフトウェア開発者

Persist a subject-predicate-object fact in the local cognitive graph. Load this BEFORE calling record_fact to send the correct input shape on the first attempt.

2026-05-30
translate-incoming
マネジメントアナリスト

Decode subtext and ambiguity in an incoming corporate message via the NeuroDock translation server. Returns explicit ask, ranked subtext, ambiguity spans anchored verbatim, and a recommended next action.

2026-05-30
asd-meeting-translator
ソフトウェア開発者

Transcript → four-section brief (my asks, others' asks, decisions, ambiguous items with verbatim quotes). Records decisions into the cognitive graph.

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

Check new CSS / JSX for animation that runs by default — the project default is `motion: reduced` and any motion must gate on prefers-reduced-motion.

2026-05-23
audit-nd-copy
ソフトウェア品質保証アナリスト・テスター

Grep changed markdown / mdx / tsx string literals on the current branch for banned terms — superpower, spectrum colours, clinical phrasing, marketing intensifiers.

2026-05-23
audit-prompt-schema-drift
ソフトウェア品質保証アナリスト・テスター

Verify that mcp-translation prompts reference field names that match the schemas. Catches the class of bug where a prompt asks for `confidence` but the schema requires `certainty`.

2026-05-23
audit-verbatim-anchor
ソフトウェア品質保証アナリスト・テスター

For any change to mcp-translation or its eval corpus, verify every fixture satisfies ambiguous_items[].quoted_span.text == transcript[start_char:end_char]. The schema invariant from ADR 0005.

2026-05-23
check-rumination
編集者

Detect whether the user's current prompt is a semantic repeat of recent prompts within a rolling window. Returns an advisory signal; never blocks.

2026-05-23
chronometric-mark-end
ソフトウェア開発者

Close the currently open chronometric session, optionally attaching a verbatim summary. Triggers the auto-summary side effect used by weekly_rollup.

2026-05-23
chronometric-mark-start
ソフトウェア開発者

Open a chronometric session by calling mark_session_start with the user's stated intent. Returns a session_id that later interventions quote back verbatim.

2026-05-23
decompose-task
ソフトウェア開発者

Break a vague goal into 3–12 atomic 5–90 minute tasks with acceptance criteria and dependencies via mcp-task-fractionator. The acceptance bar is "I can start now".

2026-05-23
init-profile
ソフトウェア開発者

Scaffold a fresh ~/.neurodock/profile.yaml from one of the ND-aware presets under profiles/. Use on first install or when starting a new device.

2026-05-23
record-fact
ソフトウェア開発者

Persist a subject-predicate-object fact in the local cognitive graph. Load this BEFORE calling record_fact to avoid the documented six-retry validation loop.

2026-05-23
release-extension
ソフトウェア開発者

Walk through cutting a browser-extension release — bump manifest, build for Chrome / Firefox / Edge, zip artefacts, optionally run E2E, submit to stores.

2026-05-23
scaffold-mcp-tool
ソフトウェア開発者

Walk through adding a new tool to one of the six MCP servers under packages/mcp-*. Touches schema, handler, registration, tests, ADR delta, CHANGELOG.

2026-05-23
translate-incoming
ソフトウェア開発者

Decode subtext and ambiguity in an incoming corporate message via mcp-translation. Returns explicit ask, ranked subtext, ambiguity spans anchored verbatim, and a recommended next action.

2026-05-23
validate-profile
ソフトウェア開発者

Validate a profile.yaml against the canonical schema and surface structured errors. Run before editing the profile by hand, before sync, and before reporting a profile-related bug.

2026-05-23
version-impact
ソフトウェア開発者

Assess a diff for version-bump implications, missing CHANGELOG entries, and stale docs. Run before opening a PR.

2026-05-22
example-skill-pomodoro
ソフトウェア開発者

A 25-minute Pomodoro coach — opens a session anchored to a stated intent, surfaces a break suggestion at the user-chosen duration, and closes the session on user signal.

2026-05-21
skill-civil-servant-briefing
ソフトウェア開発者

Three civil-servant flows — draft a structured briefing note, synthesise stakeholder consultation responses, or set meeting-marathon chronometric thresholds for a sitting-day.

2026-05-21
skill-eng-manager-1on1
ソフトウェア開発者

Three engineering-manager flows — prep a 1:1 from prior context, decompose a sprint review, or walk a blameless postmortem.

2026-05-21
skill-lawyer-matter
ソフトウェア開発者

Three lawyer/paralegal flows — brief a matter from prior context, run a forward-window deadline check, or translate an incoming email.

2026-05-21
skill-pm-stakeholder-juggle
プロジェクト管理専門家

Three PM flows — render a stakeholder map for a feature, audit decisions on a project in temporal order, or shape a verdict-first exec summary within a word budget.

2026-05-21
skill-researcher-litreview
その他の生物科学者

Three researcher flows — start a literature review by decomposing it into atomic reading and synthesis tasks, record a paper and its authors as graph facts, or recall the papers an author has written.

2026-05-21
skill-software-engineer-daily
ソフトウェア開発者

Three software-engineer IC flows — prep a code review from prior reviewer comments and decisions, plan a deep-work block of N hours, or write an async standup from recorded facts.

2026-05-21
skill-writer-long-form
作家・著者

Three long-form-writing flows — plan a writing block as scene-shaped atomic tasks, recall what the graph remembers about a character or source, or check whether you are ruminating on a chapter.

2026-05-21
hyperfocus-formatter
ソフトウェア開発者

Reformats responses to Answer-First when sessions run long; surfaces the user's own prior intent if past their break threshold. Also activates on design-critique contexts (Figma reviews, comp reviews, prototype walk-throughs, spec reviews) so the verdict lands before the reasoning.

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