Skip to main content

このリポジトリの skills

TheBushidoCollective/han - 9ページ

SkillsMP は TheBushidoCollective/han から 430 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

TheBushidoCollective/han

収集済み skill 430 件中 40 件を表示しています。

職業分類
ソフトウェア開発者
説明

Use when prettier plugins including plugin ecosystem, custom parsers, and plugin development.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when pylint checkers including built-in checkers, custom checkers, and checker development.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when pylint configuration including pylintrc, message control, plugins, and scoring system.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when pylint CI integration including plugins, editor integration, and performance tuning.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when ruboCop configuration including YAML config, departments, inheritance, and customization.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when ruboCop cops including built-in cops, configuration, auto-correction, and development.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when ruboCop CI integration including GitHub Actions, plugins, and performance optimization.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when implementing error handling, cleanup routines, or debugging in shell scripts. Covers traps, exit codes, and robust error patterns.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when writing shell scripts that need to run across different systems, shells, or environments. Covers POSIX compatibility and platform differences.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when writing or modifying Bash/shell scripts. Covers script structure, variables, quoting, conditionals, and loops with modern best practices.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when writing shell scripts following modern best practices. Covers portable scripting, Bash patterns, error handling, and secure coding.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when configuring shfmt for shell script formatting including .shfmt.toml setup, EditorConfig integration, and project-specific settings.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when formatting shell scripts with shfmt. Covers consistent formatting patterns, shell dialect support, common issues, and editor integration.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Design system architecture and high-level technical strategy

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when multiple fix attempts fail and you need to systematically restore to a working baseline and reimplement instead of fixing broken code.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when modifying existing files, refactoring, improving code quality, or touching legacy code by applying the Boy Scout Rule to leave code better than you found it.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Code review a pull request

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Investigate and diagnose issues without necessarily fixing them

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Generate or update documentation for code, APIs, or systems

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Explain code, concepts, or technical decisions in clear, understandable terms

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Debug and fix bugs, errors, or unexpected behavior

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when modifying, removing, or refactoring code that lacks test coverage. Emphasizes the danger of untested changes and the RGR workflow to add characterization tests before modifications.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Optimize code for performance, readability, or efficiency

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when designing modules, APIs, and system architecture requiring independent, non-overlapping components where changes in one don't affect others.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Create tactical implementation plan for a feature or task

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when responding to questions or providing information requiring professional honesty and directness over excessive agreeableness.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when setting up or organizing Claude Code project memory (CLAUDE.md, .claude/rules/) for better context awareness, consistent behavior, and project-specific instructions.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use automatically during development workflows when making claims about tests, builds, verification, or code quality requiring concrete evidence to ensure trust through transparency.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Restructure code to improve quality without changing behavior

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Multi-agent code review with confidence-based filtering

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when designing solutions, adding features, or refactoring by applying KISS, YAGNI, and Principle of Least Astonishment to write simple, predictable code.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use during implementation when designing modules, functions, and components requiring SOLID principles for maintainable, flexible architecture.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when designing modules and components requiring Composition Over Inheritance, Law of Demeter, Tell Don't Ask, and Encapsulation principles that transcend programming paradigms.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Write tests for code using test-driven development principles

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when planning commit strategies or determining when to commit changes. Helps developers commit early and often to tell the story of their development process.

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Create a new Standard Operating Procedure (SOP) file with proper structure

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Update an existing SOP to reflect changes in tools, processes, or best practices

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Add a comment to a ClickUp task

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Mark a ClickUp task as complete after validating checklist

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Create a new ClickUp task interactively

原文の言語: 英語

更新
収集済み skill 430 件中 40 件を表示しています。