Initialize a local directory as a git repo and push to GitHub in one workflow. Use when starting a new project from scratch with no existing git history and creating the corresponding GitHub repositor...
1
AI 95
skills-author-skill
RyoMurakami19833/5/2026
Write a new SKILL.md from scratch following Agent Skills best practices. Use when creating a new skill and deciding the right pattern (workflow, cycle, situational/router, cascade, parallel, or multi-...
1
AI 94
furikaeri-practice
RyoMurakami19833/17/2026
Guided retrospective after sessions or PR reviews. Use when reflecting on work and planning improvements.
1
AI 93
git-commit-practices
RyoMurakami19833/16/2026
Commit practices with Conventional Commits and atomic changes. Use when standardizing team history.
1
AI 92
python-setup-dev-environment
RyoMurakami19833/16/2026
Set up and run a reproducible Python dev environment with uv, ruff, mypy, and VSCode.
1
AI 88
skills-revise-skill
RyoMurakami19833/5/2026
Guide for revising GitHub Copilot agent skills and managing changelogs.
1
AI 88
github-pr-workflow
RyoMurakami19833/4/2026
Create a PR and close linked issues. State-driven routing from uncommitted changes to PR creation.
1
AI 85
dotnet-wpf-dify-api-integration
RyoMurakami19833/19/2026
Add Dify API to WPF apps with DPAPI config and SSE streaming. Use when building Dify integration.
baseline / legacy / current を比較し、skill の行動変化を測定する。Use when: trigger 精度、出力品質、回帰リスクを実証的に確認したいとき。
1
AI 62
git-initial-setup
RyoMurakami19833/16/2026
Default git setup to protect main after git init/clone. Use when standardizing repo bootstrap.
1
tdd-standard-practice
RyoMurakami19833/5/2026
Standardize a production TDD workflow with test lists and Red-Green-Refactor.
1
skill-git-review-standards
RyoMurakami19833/4/2026
Review standards for PR quality, size, and communication.
1
dotnet-modern-csharp-coding-standards
RyoMurakami19832/22/2026
Write modern, high-performance C# code using records, pattern matching, composition, and Result-type error handling. Use when writing new C# code, designing APIs, or refactoring to C# 12+ idioms.
0
AI 92
dotnet-extensions-configuration
RyoMurakami19832/22/2026
Implement strongly-typed configuration with validation using Microsoft.Extensions.Options. Bind appsettings.json to POCO classes, validate at startup with Data Annotations or IValidateOptions<T>, and...
0
AI 88
dotnet-wpf-pdf-preview
RyoMurakami19832/22/2026
Use when adding PDF upload and inline WebView2 preview to a WPF app with MVVM file selection and async initialization.
0
AI 88
skill-git-history-learning
RyoMurakami19832/15/2026
Use git history as a learning asset for onboarding and decision tracking.
0
AI 87
skills-generate-skill-suite
RyoMurakami19832/15/2026
Generate multiple related skills as a coordinated suite. Use when splitting a domain into workflow skills.