Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

neurodock

neurodock에는 tlennon-ie에서 수집한 skills 44개가 있으며, 저장소 수준 직업 범위와 사이트 내 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개를 표시합니다.