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

oh-my-jinho

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

収集済み skills
11
Stars
3
更新
2026-04-10
Forks
0
職業カバレッジ
4 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

agentic-brainstorming
市場調査アナリスト・マーケティングスペシャリスト

Interactive idea development through guided Q&A dialogue. This skill helps users clarify and develop their ideas by asking targeted questions, expanding on possibilities, and producing a structured markdown document capturing the essence of their thinking. Triggers: "brainstorm", "아이디어", "아이디어 정리", "생각을 정리하고 싶어", "무엇이든 떠오르는 대로"

2026-04-10
agentic-clarification
ソフトウェア開発者

Use when a user's request is vague, ambiguous, or underspecified. Launches an iterative Q&A loop to resolve ambiguity while a subagent explores the codebase in parallel. Outputs a clear, well-scoped context brief so the user can plan sharply. Triggers on "I want to...", "I need...", "let's build...", "can you help me...", "we should...", or any request where the full scope isn't immediately clear.

2026-04-10
agentic-clean-ai-slop
ソフトウェア開発者

Corrective cleanup of AI-generated code — removes LLM-specific patterns while preserving behavior. Use when the user says "clean up", "deslop", "slop", "clean AI code", or when you spot LLM-generated code smells after any generation session.

2026-04-10
agentic-karpathy
ソフトウェア開発者

Behavioral guardrails to prevent common LLM coding mistakes — enforces surgical changes, assumption verification, and scope discipline before and during implementation. Use when implementing features, modifying code, or when you notice yourself about to make changes without reading the existing code first.

2026-04-10
agentic-long-run
プロジェクト管理専門家

Orchestrates multi-day execution of complex tasks through milestones. Each milestone goes through agentic-plan-crafting, agentic-run-plan (worker-validator), and agentic-review-work phases with checkpoint/recovery. Triggers when the user says "long run", "start long run", "execute milestones", or "run all milestones".

2026-04-10
agentic-milestone-planning
ソフトウェア開発者

Decomposes complex, multi-day tasks into optimized milestones using parallel reviewer agents (ultraplan). Spawns 5 independent reviewers that analyze the problem from different angles, then synthesizes their findings into a milestone dependency DAG. Triggers when the user says "plan milestones", "break this into milestones", "ultraplan", or when agentic-long-run harness needs milestone generation.

2026-04-10
agentic-plan-crafting
プロジェクト管理専門家

Use when a task's scope is clear and multi-step implementation is needed, before touching code. Triggered after agentic-clarification is complete, or when the user explicitly requests plan creation with a clear prompt.

2026-04-10
agentic-review-work
ソフトウェア品質保証アナリスト・テスター

Use after agentic-run-plan completes to independently verify the implementation. Reads only the plan document and inspects the codebase from scratch — information-isolated from the execution context. Produces a structured review document with PASS/FAIL verdict. Triggers when the user says "review the work", "verify the implementation", "check if the plan was executed correctly".

2026-04-10
agentic-run-plan
ソフトウェア開発者

Use when you have a written implementation plan to execute. Loads the plan, reviews critically, executes tasks in dependency order, and reports completion. Triggers when the user says "run the plan", "execute the plan", or "let's start implementing".

2026-04-10
agentic-simplify
ソフトウェア開発者

Review changed code for reuse opportunities, quality issues, and inefficiencies using three parallel review agents, then fix any issues found. Triggers when the user says "agentic-simplify", "clean up the code", "review the changes", or after agentic-run-plan execution when code quality verification is needed.

2026-04-10
agentic-systematic-debugging
ソフトウェア開発者

Use when encountering any bug, test failure, or unexpected behavior. Enforces a strict reproduce-first, root-cause-first, failing-test-first debugging workflow before fixing.

2026-04-10