热门技能
当前社区里最受关注、增长最快的技能。
documenting-resolver
AtomiCloud
Document this CyanPrint resolver into README.MD. Use when the user asks to document the resolver, write a README, explain conflict resolution strategy, or describe merge behavior. Reads cyan.yaml and entry point code to extract config schema and resolution logic.
banner-repo
kbrdn1
Génère une bannière promo de repo (PNG dark + light) au thème "Claude Dark" — générique et adaptable au repo (wordmark, tagline, features, install, + un motif à droite : graphe de branches intégré ou HTML/SVG custom). Pour le haut de README d'un projet. Déclencheurs : "bannière repo", "banniere projet", "repo banner", "promo repo", "banner readme projet", /me:banner-repo.
writing-plugin-dotnet
AtomiCloud
Write or modify CyanPrint plugin code in C#. Use when the user asks to add validation rules, change plugin behavior, modify the entry point, run commands from a plugin, or mutate files. Covers entry point (CyanEngine.StartPlugin), native filesystem I/O (System.IO), and command execution (System.Diagnostics.Process). Plugins receive { Directory, Config } and use native OS operations.
organize-inbox
taika-izumi
"docs/inbox/ に置かれた未分類の情報を、フォルダ構成定義(docs/overview/folder-structure.md)の分類基準に照らして1件ずつ整理するスキル。移動だけでなく、複数分類への分割、既存ドキュメントへの追記統合も行う。ユーザーの明示実行、または start-work の inbox 検知からの提案で起動する。"
writing-resolver-typescript
AtomiCloud
Write or modify CyanPrint resolver code in TypeScript. Use when the user asks to change conflict resolution logic, modify merge strategies, handle file origins, or change resolution behavior. Covers entry point (StartResolverWithLambda), ResolverInput/ResolverOutput, ResolvedFile, and FileOrigin. Must ensure commutativity and associativity (sort, unique, deterministic ordering).
worklog-skillify
taika-izumi
"worklog-extract で採用された候補から、writing-skills 委譲で新規スキル作成または既存スキル拡張を行う。スコープ(汎用/プロジェクト固有/固有ルール)で成果物の配置先を振り分け、汎用パスをガイドライン配信元リポジトリ以外で実行しようとした場合は警告する。ユーザーまたは worklog-extract から起動。"
apollo-graphql
DonArtkins
"Apollo Client integration for Griot's GraphQL reads: single client, InMemoryCache typePolicies, colocated fragments, refetch discipline."
me:changelog-create
kbrdn1
"Méta-skill : génère un /changelog adapté à un projet (façon me:skill-create), basé sur le CLI changelog-generator, avec verbosité configurable gravée à la génération (+ override flags). Range dans changelogs/. Triggers: /me:changelog-create, créer un changelog par projet, générer la commande changelog du projet."
codebase-visualizer
kbrdn1
Transforme un dépôt en carte d'architecture isométrique interactive (HTML autonome, thème Claude Dark), publiée en artifact — blocs dimensionnés aux vraies LOC, arêtes dérivées du graphe d'imports mesuré, points de données animés, drill-down "go inside", trace pas-à-pas, mode diff entre deux révisions, plus un dossier technique mesuré (couches, cycles de dépendances, hubs, manifestes, chaîne d'outils, CI, binaires appelés). Déclencheurs — "visualise ce codebase", "carte isométrique du repo", "atlas du codebase", "diagramme visuel de l'architecture", "codebase atlas", /me:codebase-visualizer. Sert aussi à mettre à jour ou étendre une carte existante. Pas pour un schéma de mécanisme isolé dans une réponse en prose (SVG inline), pas pour du Mermaid, pas pour une maquette d'UI produit.
premortem
kbrdn1
"Exécute un premortem sur n'importe quel plan, lancement, produit, recrutement, stratégie ou décision. Suppose que ça a déjà échoué 6 mois plus tard et remonte dans le temps pour trouver tous les motifs. Produit un plan révisé avec les angles morts exposés. DÉCLENCHEURS OBLIGATOIRES : 'premortem ça', 'premortem mon', 'exécute un premortem', 'qu'est-ce qui pourrait tuer ça', 'stress-teste ce plan', 'qu'est-ce que je rate ici', 'trouve les angles morts'. DÉCLENCHEURS FORTS : 'qu'est-ce qui pourrait mal tourner', 'est-ce que je rate quelque chose', 'troue ce plan', 'où ça va casser', 'avocat du diable'. NE PAS déclencher sur des demandes simples de retour, des questions factuelles ou des demandes au Conseil LLM. DÉCLENCHER quand quelqu'un a un plan ou un engagement où le coût de se tromper est élevé."
newman-api
DonArtkins
"Newman CLI runs of the Postman collection in CI: API contract + regression suite, JSON schema assertions, chained tokens."
session-handoff
taika-izumi
"セッション間で作業を継続するためのハンドオフファイル(docs/working/handoff/<branch>.md)を読む・作成する・更新する・確定する・サイクル完了時にリセット(cycle-reset)する。マイルストーン到達時・セッション終了時・retrospective 完了時に呼ばれる。"
watch-ci
kbrdn1
Monitor CI pipeline and automatically fix failures until green
decision-log
taika-izumi
"重要な意思決定をADR(Architecture Decision Record)として記録・管理する。設計判断、プロセス決定、スコープ決定、方針決定を構造化して記録する。意思決定を検出した瞬間に呼ぶこと。実行中の他スキルの完了を待ってはならない。"
speckit.converge
kbrdn1
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new, traceable tasks to tasks.md so speckit.implement can complete it. Append-only — never rewrites spec/plan or existing tasks, never edits code.
shell-conventions
AtomiCloud
Shell script conventions. Use when writing or modifying shell scripts in scripts/.
pre-action-review
taika-izumi
"不可逆操作や重要な変更の前に、実行内容のサマリーとリスク評価をユーザーに提示する。リスクレベルに応じてログのみ・サマリー表示・承認必須を切り替える。"
linting
AtomiCloud
Linting conventions. Use when running or configuring linting.
spec-git-flow-branch
kbrdn1
Spec-driven end-to-end GitHub workflow on a branch in the current checkout — opens the issue via gh, creates a feature branch (<type>/#<issue>-<slug>) from the up-to-date default branch, then runs the full Spec Kit cycle (speckit.specify → speckit.plan → speckit.tasks → speckit.implement) on it, makes atomic Gitmoji/Conventional commits referencing the issue, pushes, and opens a PR. Issue-first numbering: the GitHub issue number drives the branch AND the spec directory (<issue>-<slug>). Triggers on "spec issue branch PR", "speckit branch flow", "spec-driven branch", "specify then branch then implement", and any request that combines speckit.specify/speckit.implement with a feature branch (NOT a worktree). Use this skill (not spec-git-flow-worktree) when the spec-driven change should live in the current checkout without a worktree.
subagent-dispatch
taika-izumi
"サブエージェントへ作業を委譲する直前に、委譲プロンプトへ入れる制約ブロックを組み立てるスキル。常時適用の 4 件を無条件で含め、条件発火の判定表 6 行を全行読み下ろして判定行を残し、該当項目のみ展開する。委譲の要否・タスク分割は扱わない。あらゆるスキル実行中のサブエージェント委譲で毎回発動する。"
pre-finalization-review
taika-izumi
"計画・仕様など非コード成果物の確定に関わる 2 操作を提供するスキル。提示操作: spec/plan 確定点への到達時に毎回、確定前レビューの実施をユーザーへ提示する(AI が呼ぶ。確定点の定義・提示・推奨順位・反復・停止判定の正本は本スキル)。実施操作: 4 観点(敵対的・実装整合性・仕様適合・前提実在)の独立レビューを実証つきで実行する(発動はユーザーの個別指示または承認済みの判断の分担による)。"
run-tasks
kbrdn1
Execute GitHub issues or task files with full EPCT workflow and PR creation
subagent-dispatch
taika-izumi
"サブエージェントへ作業を委譲する直前に、委譲プロンプトへ入れる制約ブロックを組み立てるスキル。常時適用の 4 件を無条件で含め、条件発火の判定表 6 行を全行読み下ろして判定行を残し、該当項目のみ展開する。委譲の要否・タスク分割は扱わない。あらゆるスキル実行中のサブエージェント委譲で毎回発動する。"
writing-processor-python
AtomiCloud
Write or modify CyanPrint processor code in Python. Use when the user asks to change file transformations, modify the entry point, handle file processing, or change output generation. Covers entry point (start_processor_with_fn), CyanFileHelper (resolve_all/read/copy), and VirtualFile (content/write_file). Processor function receives (input, file_helper) as two parameters.