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

skills

skills에는 JordanGunn에서 수집한 skills 15개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
15
Stars
6
업데이트
2026-01-10
Forks
1
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

prompt
소프트웨어 개발자

Orchestrator skill for the `prompt` skillset. Dispatches to member skills in a safe, predictable order. Separates intent formation from execution to protect humans from premature or misaligned execution.

2026-01-10
doctor-exam
소프트웨어 개발자

Conduct a focused, evidence-driven examination of ONE triaged suspect area. This is a test, not a verdict. Evidence may falsify the leading hypothesis.

2026-01-09
doctor-intake
의무 기록 전문가

Convert the user's raw description into a clinically precise intake note suitable for handoff to another agent or human. Captures symptoms, normalizes terminology, and separates observation from belief.

2026-01-09
doctor
소프트웨어 개발자

Orchestrator skill for the `doctor` skillset. A diagnostic protocol that models software failures as medical cases — preventing premature action, wrong-layer fixation, and false certainty in complex codebases.

2026-01-09
doctor-treatment
기타 의사

Produce a treatment note that combines diagnosis, confidence, supporting evidence, alternative explanations, and proposed treatment options. Creates an artifact, not execution.

2026-01-09
doctor-triage
네트워크·컴퓨터 시스템 관리자

Perform breadth-first hypothesis surfacing and prioritization across all ownership zones, without commitment. This is not diagnosis and not investigation.

2026-01-09
plan-status
프로젝트 관리 전문가

Display the execution status of a plan by parsing frontmatter metadata. Shows progress at-a-glance without requiring manual inspection of each file.

2026-01-09
refactor-dictionaries
소프트웨어 개발자

Audit dictionary usage against the Dictionary Usage Doctrine. Produces a severity-grouped report with minimal refactor suggestions.

2026-01-09
refactor-import-hygiene
소프트웨어 개발자

Audit Python imports to preserve semantic context and prevent shadowing after refactors. Prefer namespace-first imports over direct symbol imports for generic identifiers.

2026-01-09
refactor-inline-complexity
소프트웨어 개발자

Audit inline complexity and recommend variable extraction. Produces a report with flattening suggestions for nested expressions.

2026-01-09
refactor-lexical-ontology
소프트웨어 개발자

Audit identifiers and namespaces for lexical-semantic and ontological correctness. Detect semantic role misalignment (agent/tool/process/artifact), derivational misuse (e.g., -er agent nouns), and category errors between modules, packages, classes, functions, and data artifacts. Output a single Markdown report with actionable fixes.

2026-01-09
refactor-module-stutter
소프트웨어 개발자

Detect module/package name stutter in Python public APIs. Produces a Markdown report and optional CI gate.

2026-01-09
refactor-semantic-noise
소프트웨어 개발자

Audit semantic noise and namespace integrity. Produces a severity-grouped report with namespace/rename suggestions.

2026-01-09
refactor-squatters
소프트웨어 개발자

Detect squatters: modules and packages that occupy namespace positions they do not semantically own. Identifies utility dumps, stuttery siblings, axis violations, layer bleeding, and semantic diffusion — common structural smells introduced by agentic programming.

2026-01-09
refactor-structural-duplication
소프트웨어 개발자

Identify structurally duplicate logic (pipeline-spine duplication) across semantically distinct modules. Use when multiple implementations share the same orchestration skeleton (e.g., bounds→shape→chunking→reduction→wrap), and unification may require subtle abstraction. Produces a duplication map and a safe extraction/refactor plan.

2026-01-09