Coding & Dev Tools
Coding agent skills teach AI agents repeatable engineering workflows: reviewing pull requests, writing tests, refactoring safely, and enforcing house style. Install one SKILL.md and your agent applies the same checklist every time, whether you use Claude Code, Cursor, Codex, or another agent.
-
ryomurakami1983 Skill Git Init To Githubローカルディレクトリを git 初期化し、GitHub リポジトリとして公開する。Use when: まだ git 管理されていないプロジェクトを GitHub に載せたいとき、新規プロジェクトをローカルから公開したいとき。
-
ryomurakami1983 Bundle Evidence Responseこんなときに使う: 繰り返し発生する業務問い合わせ(監査、アンケート、コンプライアンス調査)に対して、 過去の回答実績とエビデンスを活用して回答するためのテンプレートスキル。 再利用可能な7ステップワークフローとスキャフォールディングファイルを提供する。
-
ryomurakami1983 Bundle Dotnet SerializationChoose the right serialization format for .NET applications and implement it safely. Use when: selecting serialization for APIs, messaging, or persistence, migrating from Newtonsoft.Json, or implementing AOT-compatible serialization with source generators.
-
ryomurakami1983 Skill New新しいスキルやスキル群を要件から作る。Use when: 新規スキルを草案化したいとき、 手作業を skill 化したいとき、router と sub-skill をまとめて作りたいとき。
-
ryomurakami1983 Bundle Dotnet Efcore PatternsApply Entity Framework Core best practices including NoTracking by default, query splitting, migration management, and dedicated migration services. Use when: setting up EF Core, optimizing queries, or managing database migrations.
-
ccplugins Skill AskAdaptive vault reader skill. Receives a natural language question, searches the vault first (Glob/Grep, entity reads, wikilink traversal), then self-assesses whether more context is needed. Escalates to /graphify for graph-level understanding or to /bedrock:teach for remote content ingestion only when the vault alone is insufficient. Answers simple questions with zero graphify calls. Use when: "bedrock ask", "bedrock-ask", "/bedrock:ask", any question about the vault, "what do we know about", "who owns", "what's the status of", "tell me about", "how does it work", or any Second Brain query.
-
ccplugins Skill SetupInitialize any folder as a Bedrock-powered Obsidian vault. Creates entity directories, copies templates, configures language and domain taxonomy, scaffolds connected example entities, and checks dependencies. Use when: "bedrock setup", "bedrock-setup", "/bedrock:setup", "initialize vault", "setup vault", "create vault", "bootstrap vault", or when a user wants to start a new Second Brain with Bedrock.
-
ccplugins Skill SpecUse when the user is exploring a design idea, weighing approaches, has an ambiguous request, or says "should I", "how should we", "what's the best way to". Asks structured questions, proposes 2–3 approaches, walks the design section-by-section. On approval, **auto-chains into `/hyperflow:scope`** — no manual gate.
-
ccplugins Skill SkepticAnti-sycophancy for build requests that encode a wrong assumption. Before you touch the keyboard, separate what the user ASKED for from what they're trying to achieve — and if the request bakes in a mistake (premature optimization, complexity bigger than the problem, cargo-culted pattern, solving the wrong problem), say so first, with a reason and a concrete alternative. Then build what they decide. Supports intensity levels: lite, full (default), ultra. Use whenever the user says "skeptic", "push back", "challenge this", "is this the right call", "sanity-check this", or hands you a request that smells off. This is a truth-teller, not a contrarian — you disagree only when you'd bet on it. Do NOT use for well-scoped requests, matters of taste, after the user says "just do it", or for non-coding requests.
-
ccplugins Skill TraceUse when encountering bugs, test failures, runtime errors, unexpected behavior, broken builds, or "this doesn't work" reports. Systematic root-cause analysis before any patch — never blind-patches symptoms. Standalone (off the spec → scope → dispatch chain). Ends with a thinking-tier review of the fix.
-
b-open-io-prompts Skill Native Sdk Macos ReleaseUse when scaffolding or shipping a Vercel Native SDK macOS app — native check/build, Developer ID sign, DMG, notary, staple.
-
martinopolo Bundle Mp PodcastCreates a personalized educational podcast about a requested topic from the listener's repositories and notes, using NotebookLM or Gemini multi-speaker TTS.
-
martinopolo Skill PrCreates or updates a pull request from the commits already on the current branch.
-
ryomurakami1983 Bundle Github Repo Label Setupプレフィックス命名規則でリポジトリのラベル体系を標準化し、Issue と PR の triage を揃える。Use when: 新しい GitHub リポジトリでラベルを初期設定したいとき、既存リポジトリを標準 taxonomy に移行したいとき。
-
ryomurakami1983 Skill Session Issue Autopilot挨拶から始まる Issue 対応を、実装・PR・レビュー応答・協働ふりかえりまで一気通貫で進める。Use when: セッション冒頭で Issue に集中する作業モードへ入り、そのまま end-to-end に進めたいとき。
-
ryomurakami1983 Bundle Dotnet Project Structureこんなときに使う: モダン .NET プロジェクト構造(.slnx、Directory.Build.props、Central Package Management、 SourceLink、バージョン管理、SDK固定)。.NETソリューションのセットアップ・近代化時に使用。
-
ryomurakami1983 Bundle Dotnet Wpf Mvvm PatternsBuild WPF applications using CommunityToolkit.Mvvm with proper MVVM separation, commanding, validation, and dialog patterns. Use when: implementing new WPF views or refactoring code-behind into ViewModel-first architecture.
-
ryomurakami1983 Bundle Dotnet Wpf Secure ConfigAdd DPAPI-encrypted config management to WPF apps with secure credential storage. Use when: setting up encrypted configuration for WPF applications.
-
ryomurakami1983 Skill Project Dev Constitutionプロジェクトの .github/copilot-instructions.md を作成・維持し、開発憲法として共有する。Use when: 新しいプロジェクトを立ち上げるとき、設計判断がぶれてきたとき、開発方針を onboarding 用に明文化したいとき。
-
ryomurakami1983 Skill Improve既存スキルを evidence ベースで改善する。Use when: trigger 精度、 説明の冗長さ、関連資料の同期ずれを直したいとき。
-
ryomurakami1983 Skill Dotnet Package Managementこんなときに使う: NuGet パッケージを Central Package Management (CPM) と dotnet CLI コマンドで管理。 .NET プロジェクト間でパッケージバージョンの追加・削除・更新・一元化を行うときに使用。
-
ryomurakami1983 Skill Dotnet Wpf Employee Inputこんなときに使う: WPFアプリケーションに社員番号入力ダイアログを追加し、 DPAPIで暗号化された設定として社員IDを安全に保存したいとき。
-
ryomurakami1983 Skill Github Pr Review ResponsePR レビューコメントの分類から修正、返信、再レビュー依頼、人間へのマージ引き継ぎまでを標準フローで進める。Use when: PR に review signal が届き、構造化された対応が必要なとき。
-
ryomurakami1983 Skill Evaluatebaseline / legacy / current を比較し、skill の行動変化を測定する。Use when: trigger 精度、出力品質、回帰リスクを実証的に確認したいとき。
-
ryomurakami1983 Skill Validateスキルの構造品質と出荷可否を段階的に検証する。Use when: draft の最低基準確認、 公開前レビュー、rollout 可否の判断をしたいとき。
-
ccplugins Skill CompressVault alignment engine. Detects and fixes 5 types of structural misalignments: broken backlinks, concept fragmentation, entity miscategorization, duplicated entities, and misnamed entities. Delegates all writes to /bedrock:preserve. Supports interactive mode (user confirmation) and cron mode (autonomous mechanical fixes + queued semantic proposals). Use when: "bedrock compress", "bedrock-compress", "align vault", "fix backlinks", "fix misalignments", "/bedrock:compress".
-
ccplugins Skill ChameleonMatch the house style when adding code to an existing codebase. Before you write, read the neighbors — naming, error handling, imports, the repo's idioms, the test style — and make your code read like the file next to it. Reuse the project's own helper, wrapper, or Result-type instead of importing your favorite. New code should be indistinguishable from what's already there. Supports intensity levels: lite, full (default), ultra. Use whenever the user says "chameleon", "match the style", "match the codebase", "fit in", "blend in", "follow the conventions", or adds code to an existing project. Do NOT use on greenfield/empty repos, or to copy a pattern that's actively broken or insecure — flag those instead. Not for non-coding requests.
-
ccplugins Skill ExplainerReviewable git hygiene for work you're about to commit or open a PR for. Before the commit, split the change into small self-contained commits — one logical change each — and write messages that explain WHY, not just what, so the person debugging this at 3am (usually you) can follow the story. Structure the diff so a reviewer reads it top to bottom and understands. Supports intensity levels: lite, full (default), ultra. Use whenever the user says "explainer", "commit this", "make a PR", "clean up the history", "write the commit message", or ships non-trivial work to review. Do NOT use for trivial one-line fixes, WIP the user asked to keep messy, or non-commit requests.
-
ccplugins Skill HistorianChesterton's Fence for code you're about to delete or refactor. Before you rip out a weird retry, a seemingly dead branch, an ugly workaround, or a "redundant" check whose purpose isn't obvious — find out why it exists first. git blame it, find the callers, read the linked issue/PR/commit. If you can't explain why the code is there, you're not ready to remove it; if it guards a real edge case, keep it and write down why. Supports intensity levels: lite, full (default), ultra. Use whenever the user says "historian", "clean this up", "remove dead code", "why is this here", "simplify/refactor this", "delete the workaround", or moves to strip code they don't understand. Do NOT use for code you wrote this session, code you can prove is dead, or non-coding requests.
-
ccplugins Skill Wf DashboardLaunch the weft TUI dashboard in a new terminal window. Use only when user types /wf-dashboard.
-
ccplugins Skill ScaffoldUse when starting hyperflow in a new project, re-initializing analysis, refreshing `.hyperflow/` cache, or installing multi-tool auto-detection shims (AGENTS.md, Cursor rules, GEMINI.md, CLAUDE.md). Trigger phrases — "init hyperflow", "set up hyperflow", "refresh hyperflow", "install hyperflow shims". Standalone setup; does **not** auto-chain into the feature flow.
-
martinopolo Skill HitlResolves HITL-blocked issues into AFK-ready ones by grilling the human decisions out of them.
-
martinopolo Skill ShipShips finished work end to end by syncing the base, committing, pushing, opening a PR, waiting for CI, then merging. Use when asked to ship or merge completed work; use the dedicated commit, push, or PR skills for individual steps.
-
martinopolo Skill GrillInterviews the user about a plan, design, or requirements until the design is settled, then records the decisions in project docs. Use when asked to be grilled, or to pin down requirements or a design.
-
martinopolo Skill Mp RebaseRebase or merge target branch into current branch. Use when: "rebase on main", "update from dev", "merge main into branch"
-
martinopolo Skill Mpx SetupUnified project setup. Auto-detects state and orchestrates mpx skills/agents for init, conversion, or restructure.
Frequently asked questions
What are Coding & Dev Tools agent skills?
Coding agent skills teach AI agents repeatable engineering workflows: reviewing pull requests, writing tests, refactoring safely, and enforcing house style. Install one SKILL.md and your agent applies the same checklist every time, whether you use Claude Code, Cursor, Codex, or another agent.
Which Coding & Dev Tools skills are most installed?
Popular Coding & Dev Tools skills on SkillMD right now include git-init-to-github, evidence-response, dotnet-serialization. Rankings shift as installs change; sort this page by "Most installs" for the live list.
Do Coding & Dev Tools skills work with Claude Code and Cursor?
Yes. Every skill here ships as a SKILL.md file, an open format that works in Claude Code, Claude.ai, Cursor, Codex, Windsurf, and 60+ other agents. Install one with npx skillmds@latest add <owner>/<name>, or copy the file into your agent's skills directory.