Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

oh-my-claude

oh-my-claude contient 14 skills collectées depuis 2lab-ai, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
14
Stars
37
mis à jour
2026-07-14
Forks
3
Couverture métier
4 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

clarify
Autres occupations informatiques

Use when the user's request is ambiguous — vague asks, polysemous instructions, unclear scope — BEFORE committing to a feature. Two-track loop (one question at a time + parallel codebase exploration) producing a Context Brief that becomes the SSOT for the follow-up work.

2026-07-14
debug
Développeurs de logiciels

Use when code behaves differently from expectations — 'why does this happen', 'find the bug', 'follow the callstack', symptom reports even without the word debugging. Blackbox methodology: AS-IS/TO-BE confirmation, callstack tracing recorded in a CWD-relative trace file, red-green fix.

2026-07-14
do-work
Autres occupations informatiques

Use when a trace.md with unfinished scenarios exists and the user wants autonomous implementation — 'continue the work', 'implement the traced feature', or after a bundle was selected. Accepts an explicit bundle contract (trace_path + scenario_ids); scans for ready scenarios only when no contract is given.

2026-07-14
explore
Autres occupations informatiques

Use when the problem is vague, the domain unfamiliar, multiple approaches are possible, or the user says 'investigate first' / 'before we spec this'. Read-only stance (not a workflow): no code changes, no mandatory artifacts; exits to spec/debug/clarify/direct implementation when insight crystallizes.

2026-07-14
new-task
Autres occupations informatiques

Use when the user gives a vague or high-level feature request that needs decomposition into implementable work — new ideas, '~만들어줘' with implicit requirements, features with multiple possible approaches. NOT for specific 1-2 file changes, obvious bug fixes, quick questions, or when spec/trace already exist (use stv:do-work).

2026-07-14
plan-new-task
Autres occupations informatiques

Use when the trace backlog has ZERO unfinished scenarios (or the user explicitly asks for new feature ideas) and the project needs its next feature proposed. Hands the chosen idea to new-task for spec + trace.

2026-07-14
spec
Autres occupations informatiques

Use when requirements and architecture need explicit definition before tracing — a new feature interview, or updating an existing spec.md (Update vs New). STV Phase 1: Proposal (WHY) -> Explore First (mandatory unknowns map) -> interview -> docs/{feature}/spec.md.

2026-07-14
think
Autres occupations informatiques

Use when the user wants real-world experience turned into a methodology, skill, or process — 'turn this into a methodology', 'systematize my approach', 'make this into a skill', or after stv:explore / completed work when raw practice should become reusable structure. Bottom-up inductive distillation, not top-down theory.

2026-07-14
trace
Autres occupations informatiques

Use when a spec.md exists and per-scenario vertical traces + RED contract tests must be derived — or an existing trace.md needs Delta Protocol updates. STV Phase 2: spec.md -> docs/{feature}/trace.md, 7+1-section format with parameter transformation arrows.

2026-07-14
verify
Analystes en assurance qualité des logiciels et testeurs

Use when a PR must be checked against its issue/spec before merge — 'check the PR', 'is it implemented per the issue', 'compare spec vs implementation', 'verify', 'validate'. Final 3D conformance gate (Completeness/Correctness/Coherence). Inputs: issue (URL or contents) + PR URL.

2026-07-14
what-to-work
Spécialistes en gestion de projets

Use when you do not know what to work on next, the user asks 'what should I work on' / '뭐하지', or a session starts over an existing STV backlog. Routes to what-we-have-to-work when ANY unfinished scenario exists, or plan-new-task when the backlog is empty.

2026-07-14
what-we-have-to-work
Spécialistes en gestion de projets

Use when unfinished trace scenarios exist and the next execution scope must be chosen. Bundles leftovers of ANY size into 1-3 options and hands the selected bundle contract (trace_path + scenario_ids) to do-work.

2026-07-14
work
Développeurs de logiciels

Use when trace scenarios need implementation to GREEN plus trace-conformance verification — invoked with a trace path and OPTIONAL scenario_ids for targeted execution. STV Phase 3.

2026-07-14
using-terminal-charts
Développeurs de logiciels

This skill should be used when the user asks to "visualize data", "render a chart", "plot numbers", "show a graph in terminal", "create a bar chart", "make a sparkline", "draw a heatmap", or needs to display numeric data as terminal charts using chartli. Also triggers on "chartli", "terminal chart", "ASCII chart", "braille chart".

2026-03-06