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

wayne930242

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

収集済み skills
82
リポジトリ
9
更新
2026-07-24
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
Reflexive-Claude-Code
29 件の skills · 2026-07-14
その他コンピュータ職ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
3 件の職業カテゴリ · 100% 分類済み
35%比率
#02
game-doc-template
22 件の skills · 2026-04-10
通訳者・翻訳者テクニカルライター編集者ソフトウェア開発者ウェブ開発者市場調査アナリスト・マーケティングスペシャリスト
6 件の職業カテゴリ · 100% 分類済み
27%比率
#03
weihung-user-claude
10 件の skills · 2026-07-24
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスタープロジェクト管理専門家その他の高等教育教員
4 件の職業カテゴリ · 100% 分類済み
12%比率
#04
beneath-cursed-moon
8 件の skills · 2026-02-23
通訳者・翻訳者ソフトウェア開発者テクニカルライター校正者・コピーマーカー編集者
5 件の職業カテゴリ · 100% 分類済み
9.8%比率
#05
year-zero-engine-srd
6 件の skills · 2026-03-09
通訳者・翻訳者ウェブ開発者テクニカルライター
3 件の職業カテゴリ · 100% 分類済み
7.3%比率
#06
riko-coach-agent
4 件の skills · 2026-03-19
運動生理学者ソフトウェア開発者作業療法士管理栄養士・栄養士
4 件の職業カテゴリ · 100% 分類済み
4.9%比率
#07
claude-agent-template
1 件の skills · 2026-03-11
ウェブ・デジタルインターフェースデザイナー
1 件の職業カテゴリ · 100% 分類済み
1.2%比率
#08
team-toon-tack
1 件の skills · 2026-04-18
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
1.2%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

analyzing-codebases
ソフトウェア開発者

Detects project languages and monorepo state, runs language-appropriate static analysis (dependency graph, complexity, duplication, semantic patterns), and produces a refactor map ranking hotspots. Use when user invokes /aref or explicitly asks to analyze a codebase for refactoring.

2026-07-14
applying-refactors
ソフトウェア開発者

Executes a refactor plan phase-by-phase on a dedicated branch with per-phase commits and mandatory reviewer checkpoints. Use when characterization-tests scaffold is complete and plan has phases ready to execute.

2026-07-14
finalizing-refactors
ソフトウェア開発者

Writes AGENTS.md per subproject, archives run artifacts, and suggests rcc handoff conditionally. Use when verifying-refactors passes (PASS or PASS-WITH-WEAK-TESTS).

2026-07-14
planning-refactors
ソフトウェア開発者

Converts a refactor map into a phased plan using parallel-change, branch-by-abstraction, or strangler fig patterns. Use when user has approved the refactor map from analyzing-codebases.

2026-07-14
scaffolding-characterization-tests
ソフトウェア品質保証アナリスト・テスター

Adds golden/snapshot tests to untested hotspot modules before refactoring. Use when refactor plan marks any phase with characterization_test.status=must-scaffold.

2026-07-14
verifying-refactors
ソフトウェア品質保証アナリスト・テスター

Validates hard structural rules (no cycles, file/fn line caps, cognitive/cyclomatic complexity) and runs mutation testing on touched modules. Use when applying-refactors has completed all phases on the refactor branch.

2026-07-14
advising-architecture
その他コンピュータ職

Validates component-type choices for agent system work, classifying knowledge as CLAUDE.md vs rule vs skill vs agent vs hook and checking for conflicts. Use when starting any skill/agent/rule workflow to validate approach. Use when classifying knowledge type. Use when checking for component conflicts.

2026-07-14
analyzing-agent-systems
その他コンピュータ職

Scans project structure and agent system components, runs 11-category weakness analysis, and produces actionable restructuring recommendations. Use when analyzing an existing agent system for weaknesses. Use when user says "analyze agent system", "check agent setup", "audit agent config". Use when called by migrating-agent-systems or refactoring-skills.

2026-07-14
このリポジトリの収集済み skills 29 件中、上位 8 件を表示しています。
optimized-translating
通訳者・翻訳者

Use when translating game content that requires cost-optimized model routing, linear workflow efficiency, and immediate formatting to avoid multi-loop review cycles

2026-04-10
super-translate
通訳者・翻訳者

Use when high-quality translation is needed with multi-agent review and quality gates before overwriting source files.

2026-03-29
md-review
編集者

Use when a markdown draft or docs page must be checked for structural validity and documentation style compliance before writeback or publishing.

2026-03-29
super-translate
通訳者・翻訳者

Use when high-quality translation is needed with multi-agent review and quality gates before overwriting source files.

2026-03-29
chapter-split
ウェブ開発者

Use when extracted rulebook markdown needs to be split into semantic documentation files and navigation. Trigger this skill from `init-doc`, future append/add-document flows, or whenever regenerated `_pages.md` source invalidates the existing chapter map. Do not use this skill for temporary translation chunking; that belongs to a separate draft-only translation workflow.

2026-03-29
final-proofread
市場調査アナリスト・マーケティングスペシャリスト

Use when performing final quality checks before publishing the documentation site. Use when all translation is complete and you need to verify titles/descriptions are translated, check for misplaced or erroneous content, and run page-reference link checks.

2026-03-10
bilingual-translate
通訳者・翻訳者

Use when translating in bilingual mode — produces Chinese primary + English blockquote markdown. Single-pass, no multi-round review. Requires translation_mode=bilingual in style-decisions.json.

2026-03-10
translate
通訳者・翻訳者

Use when translating one file, one section, or all docs with glossary and style constraints.

2026-03-10
このリポジトリの収集済み skills 22 件中、上位 8 件を表示しています。
grill-with-docs
ソフトウェア開発者

Use when starting project code-improvement work — refactoring, architecture improvement, cleanup of an existing codebase — or when a grilling session should leave docs behind. Runs the interview and records decisions as ADRs and domain terms in CONTEXT.md as they crystallise.

2026-07-24
leveraging-tasks
ソフトウェア開発者

Use when the user requests development work — implementing a feature, debugging an error, designing an approach, or deploying a release. MUST be invoked as the entry point before any implementation, debugging, or design sub-skill.

2026-07-24
assuring-quality
ソフトウェア品質保証アナリスト・テスター

Use when the user names final QA as the goal — pre-release verification, "上線前驗證 / 最終品質保證".

2026-07-24
grill-me
プロジェクト管理専門家

A relentless interview to sharpen a plan or design.

2026-07-24
grilling
プロジェクト管理専門家

Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.

2026-07-24
inspecting
ソフトウェア品質保証アナリスト・テスター

Use when the user asks to check, audit, or review something thoroughly. Builds a check plan, then verifies each item with the investigating skill.

2026-07-24
investigating
ソフトウェア開発者

Use when the user asks to research or investigate a question, claim, or topic in depth. Comprehensive investigation with current information, every claim traceable to a source.

2026-07-24
providing-knowledge
その他の高等教育教員

Use when the user asks an explanatory question — what is, how does, why, compare. Builds the user's mental model rather than dumping facts.

2026-07-24
このリポジトリの収集済み skills 10 件中、上位 8 件を表示しています。
9 件中 9 件のリポジトリを表示
すべてのリポジトリを表示しました