Skip to main content
在 Manus 中运行任何 Skill
一键导入
nwiizo
GitHub 创作者资料

nwiizo

按仓库查看 9 个 GitHub 仓库中的 104 个已收集 skills。

已收集 skills
104
仓库
9
更新
2026-07-11
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

oauth-bff-rust
软件开发工程师

Rust/Axum などで SPA 向け OAuth 2.0 / OpenID Connect BFF を実装・レビュー・検証する。ブラウザにアクセストークンやリフレッシュトークンを出さない設計、HttpOnly Cookie セッション、CSRF/CORS/Origin 検証、Hydra などの認可サーバー連携、Playwright でのログイン往復検証を扱うときに使用。

2026-06-03
translation-quality
技术写作员

公式翻訳との比較から導出した技術書翻訳の品質基準。翻訳作業時に自動参照。

2026-05-27
iterative-refinement
软件开发工程师

Build→Test→Feedback→Refineの反復改善ワークフロー。ツール開発時のフィードバックループとOSS検証を支援。

2026-05-27
sync-tasks
软件开发工程师

Claude Code TaskList と vibe-ticket の同期。タスク管理の状態を双方向で同期する。

2026-05-27
karpathy-guidelines
软件开发工程师

LLM コーディングの 4 大失敗パターン(暗黙の仮定/過剰実装/関係ない箇所への手出し/成功基準の曖昧さ)を抑制するための行動規範。コード生成・編集・リファクタ時に参照。

2026-05-27
aws-finops-investigation
财务和投资分析师

AWS アカウントの FinOps 調査・コスト削減分析。ReadOnly + MFA 環境での非対話認証突破、Cost Explorer の読み解き罠、RI/SP の誤認パターン、レポート数値の分母混在を避けるための学び集。

2026-05-27
jj-agent-spawn
软件开发工程师

Spawn a parallel coding-agent session in its own jj workspace. Uses `jj_agent` if the nwiizo/jujutsu.fish plugin is installed, otherwise falls back to raw `jj workspace add`. Use when starting a second (or Nth) agent on a different task without disturbing the current working copy. Invoke manually; creates a workspace directory on disk.

2026-05-27
jj-commit-cycle
软件开发工程师

In any jj (Jujutsu) repository, complete the "commit" pattern — describe the current working copy with a message, then open a fresh change for the next unit of work. Use when a coherent edit is finished and should be preserved before moving on. Invoke manually; mutates state.

2026-05-27
当前展示该仓库 Top 8 / 30 个已收集 skills。
home-docs-curator
软件开发工程师

README、AGENTS、CLAUDE、ツール別READMEを俯瞰し、重複・古い前提・読みにくい構成・不要ファイルを整理する。ドキュメント整備やリポジトリを読みやすくしたいときに使用。

2026-07-02
home-history-distill
软件开发工程师

AIエージェント履歴を安全に集計し、再利用できる skills / agents / rules / scripts 候補だけを抽出する。履歴本文を公開せず、秘密情報を先に検出して抽象化したいときに使用。

2026-07-02
home-jj-publish-main
软件开发工程师

jj リポジトリで検証後に現在の変更を describe し、main bookmark を進め、origin/main へ push する。ユーザーが「コミットしてpush」と依頼したときに使用。

2026-07-02
prompt-review
软件开发工程师

このスキルは、ユーザーが「プロンプトをレビューして」「対話履歴を分析して」「理解度を診断して」 と依頼したとき、または /prompt-review で呼び出されたときに使用する。 過去のAIエージェント対話履歴(Claude Code, GitHub Copilot Chat, Cline, Roo Code, Windsurf, Antigravity, OpenCode)を読み取り、技術理解度・プロンプティングパターン・AI依存度を推定してレポートを生成する。

2026-07-02
add-config
软件开发工程师

Add config to this macOS dotfiles repo. Use for env vars, fish abbreviations/functions/plugins, direct symlinked config files, tool integrations, shared agent config, and app config such as Neovim, Ghostty, Warp, Git, Bat, Atuin, tealdeer, and gh.

2026-07-02
add-package
软件开发工程师

Add a package to this macOS dotfiles repo. Use when the user asks to install, add, or migrate a CLI package or GUI app, for example "add jq", "ripgrep を入れて", "lazygit 入れたい", "brew install foo を repo 管理に", "kubectl 追加して". Homebrew owns binaries here; update Brewfile, validate with brew bundle, apply with brew bundle, and verify the executable.

2026-07-02
home-aws-finops-investigation
软件开发工程师

AWS アカウントの FinOps 調査・コスト削減分析。ReadOnly + MFA 環境での非対話認証突破、Cost Explorer の読み解き罠、RI/SP の誤認パターン、レポート数値の分母混在を避けるための学び集。

2026-07-02
home-empirical-prompt-tuning
软件开发工程师

agent 向けテキスト指示(skill / slash command / task プロンプト / CLAUDE.md 節 / コード生成プロンプト)を、バイアスを排した実行者に動かしてもらい、両面(実行者の自己申告 + 指示側メトリクス)で評価して反復改善する手法。改善が頭打ちになるまで回す。プロンプトや skill を新規作成・大幅改訂した直後、またはエージェントの挙動が期待通りにならない原因を指示側の曖昧さに求めたいときに使う。

2026-07-02
当前展示该仓库 Top 8 / 21 个已收集 skills。
当前展示该仓库 Top 8 / 18 个已收集 skills。
当前展示该仓库 Top 8 / 10 个已收集 skills。
deepen-slide-claims
技术写作员

Test and deepen the load-bearing claims in a Marp presentation. Use when punchlines feel generic, causal claims are unsupported, conclusions overreach their evidence, trade-offs or boundary conditions are missing, or the audience cannot tell how an insight should change a decision.

2026-07-11
prepare-slide-release
桌面出版专家

Validate and prepare Marp slides for public release. Use before publishing or pushing changes that affect slide Markdown, themes, images, PDFs, README links, brand packs, or build configuration, especially when clean-clone reproducibility and source-to-artifact consistency matter.

2026-07-11
review-slide-flow
技术写作员

Review a Marp presentation’s logical flow from the audience’s point of view. Use when checking section order, slide-to-slide reasoning, unanswered questions, hidden prerequisites, promise fulfillment, transitions, or whether a proposed reordering will make a talk easier to follow.

2026-07-11
review-slide-narrative
技术写作员

Review the narrative and audience-empathy design of a Marp presentation. Use when a technically correct talk feels flat, the opening lacks stakes, examples do not connect to the audience, tension or agency disappears, the ending lacks payoff, or proposed storytelling risks inventing personal experiences.

2026-07-11
review-slide-suite
技术写作员

Coordinate and synthesize multiple specialist reviews of a Marp presentation into one coherent edit strategy. Use when a deck needs flow, claim depth, narrative, redundancy, and wit reviews together, or when specialist recommendations conflict over adding, cutting, moving, or rewriting slides.

2026-07-11
review-slide-wit
技术写作员

Review humor, satire, irony, metaphor, and rhetorical wit in a Marp presentation for purpose, precision, speaker voice, audience fit, and context-collapse safety. Use when a talk contains jokes or playful phrasing, needs sharper memorable language, risks punching down or being misread in screenshots, or should remain serious without forced humor.

2026-07-11
trim-slide-redundancy
技术写作员

Find and safely remove redundancy in a Marp presentation while preserving comprehension, emphasis, pacing, and accessibility. Use when a deck is too long, repeats claims or examples, contains thin or overloaded slides, needs a target duration, or requires evidence-based cut, merge, compress, and keep decisions.

2026-07-11
已展示 9 / 9 个仓库
已展示全部仓库