Skip to main content
Manusで任意のスキルを実行
ワンクリックで
JordanGunn
GitHub クリエイタープロフィール

JordanGunn

5 件の GitHub リポジトリにある 32 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
32
リポジトリ
5
更新
2026-05-04
リポジトリエクスプローラー

リポジトリと代表的な 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
このリポジトリの収集済み skills 15 件中、上位 8 件を表示しています。
hotspots
ソフトウェア開発者

Growth-weighted complexity hotspots per file (Tornhill "Your Code as a Crime Scene", 2015). Composes `ccx` (complexity) with `git log --numstat` (LOC change volume) and ranks files by hotspot score = sum_ccx × max(0, loc_delta). Files are classified into four quadrants — hotspot, stable_complex, churning_simple, calm — based on 75th-percentile cutoffs on both axes. Default time window is 14 days — tuned for agentic code generation where architectural damage from file growth accumulates in days, not months. Read-only. Requires git. Language coverage inherits from ccx.

2026-04-13
aux
ソフトウェア開発者

Meta-skill for agent discovery and skill routing. Returns the structured capability registry for all aux skills so agents can select the right skill, understand composition patterns, and bootstrap with no prior context.

2026-04-11
ccx
ソフトウェア開発者

Cyclomatic Complexity (McCabe 1976) and Cognitive Complexity (Campbell 2018) per function across a codebase, computed in a single tree-sitter AST traversal per file. Language-agnostic — supports Python, JavaScript, TypeScript, Go, Rust, and Java on day one. Classifies functions into zones: simple, moderate, complex, untestable. Read-only. No regex text-tier fallback — files that fail to parse are reported as errors and skipped.

2026-04-11
delta
ソフトウェア開発者

Semantic git diff skill. Surfaces what has changed since a git ref — files modified, line counts, and symbols added/removed (requires tree-sitter). Attacks accumulated session drift: shows exactly what changed and what symbol-level API surface was affected. Read-only.

2026-04-11
deps
ソフトウェア開発者

Module dependency graph skill. Builds an import graph from source files, computes per-file coupling metrics (afferent Ca, efferent Ce, instability), and detects import cycles. Read-only. AST extraction via tree-sitter is the default; a text-tier regex fallback runs when AST extraction is unavailable for a specific file.

2026-04-11
find
ソフトウェア開発者

Agent-assisted read-only structural search. Executes tree-sitter AST queries over a codebase and returns matched captures without modifying any files.

2026-04-11
prune
ソフトウェア開発者

Tiered dead code candidate audit. Enumerates symbols and modules with zero detected external references and emits advisory output for human verification. Never acts autonomously — all candidates require deeper-dive investigation via `aux usages` before any action is taken.

2026-04-11
robert
ソフトウェア開発者

Robert C. Martin package design metrics skill. Computes coupling (Ca/Ce/I), abstractness (Na/Nc/A), and distance from the main sequence (D') per package. Classifies packages into zones: pain, uselessness, warning, clean, ok. Read-only. AST abstractness detection via tree-sitter is the default; a text-tier regex fallback runs when AST extraction fails for a specific file.

2026-04-11
このリポジトリの収集済み skills 12 件中、上位 8 件を表示しています。
5 件中 5 件のリポジトリを表示
すべてのリポジトリを表示しました