cleanup

hrdtbshrdtbs

Investigate and remove unused code, files, and dependencies to keep the codebase clean and maintainable. Use this when you want to "remove unused code", "clean up dependencies", "find dead code", or "optimize project size".

194 days ago

plain-text-output

hrdtbshrdtbs

Constrains agent output to plain text only: no emojis, no bold (**/__), no italics (*/_). Prefers noun-ending style (体言止め) in Japanese. Use when generating any text, documentation, commit messages, PR descriptions, or responses so that output stays unadorned.

194 days ago

architecture-patterns

hrdtbshrdtbs

Apply proven architectural patterns (Clean Architecture, Hexagonal, DDD) to design maintainable and scalable systems.

194 days ago

React Best Practices

hrdtbshrdtbs

Apply React best practices. Use when writing or refactoring React components.

194 days ago

code-review

hrdtbshrdtbs

Perform a comprehensive and constructive code review. Use this skill when you need to review a pull request, a specific file, or a code snippet. It focuses on correctness, security, performance, maintainability, and style.

194 days ago

systematic-debugging

hrdtbshrdtbs

A rigorous debugging protocol to find root causes before attempting fixes. Use this when encountering bugs, test failures, or unexpected behavior to avoid "thrashing" and random guessing.

194 days ago

typescript-advanced-types

hrdtbshrdtbs

Advanced TypeScript type system patterns, including inference, conditional types, and utility types.

194 days ago

windows-git-bash

hrdtbshrdtbs

Verifies and utilizes Git Bash or WSL on Windows to avoid PowerShell compatibility issues.

194 days ago

test-driven-development

hrdtbshrdtbs

Guidelines and procedures for Test-Driven Development (TDD). Use this when writing new features, fixing bugs, or refactoring code.

194 days ago

plan-self-review

hrdtbshrdtbs

After a plan is created or updated with CreatePlan, self-evaluates it on a 100-point scale, lists deficiencies as a task list, improves the plan and any project design documents, and performs a final check for contradictions and omissions. Must be run in the same response immediately after CreatePlan; do not skip. Use when you have just called CreatePlan or updated a plan.

194 days ago

github-cli

hrdtbshrdtbs

Interact with GitHub repositories, issues, and pull requests using the GitHub CLI (gh). Use this skill for all GitHub interactions, prioritizing it over curl or web scraping.

194 days ago

create-pull-request

hrdtbshrdtbs

Create a GitHub pull request following project conventions. Use when the user asks to create a PR, submit changes for review, or open a pull request. Handles commit analysis, branch management, and PR creation using the gh CLI tool.

194 days ago

commit

hrdtbshrdtbs

Enforces Conventional Commits format when creating git commits. Use this skill whenever you need to create a commit message. Triggers on "commit", "git commit", "コミット", "変更をコミット".

194 days ago

code-review-excellence

hrdtbshrdtbs

Refined code review practices focusing on actionable, collaborative feedback over gatekeeping.

194 days ago

docker

hrdtbshrdtbs

Manage Docker containers, images, and compose stacks. Use this skill to list containers, view logs, clean up resources, and manage multi-container applications.

194 days ago

api-design-principles

hrdtbshrdtbs

Design intuitive, scalable, and maintainable REST and GraphQL APIs. Covers resource naming, HTTP methods, status codes, schema design, and best practices.

194 days ago