Agent Skills by Masaki Yoshiiwa
Showing 28 vetted skills indexed across 1 GitHub repositories.
transcripts
Restore, search, list, export, and load conversation transcripts via a Python CLI.
claude-code-setup-hooks
Configure Claude Code hooks for linting, formatting, and testing.
git-commit
Generate conventional Git commit messages from staged diffs.
dx-optimizer
Analyze development workflows and implement tool, environment, and onboarding optimizations.
dev-documentation
Create and update development documentation from implementation and design specifications.
dev-review-implementation
Review code implementations for quality, test behavior, and maintainability.
dev-review-design
Reviews development task designs for architecture, issues, and improvements.
dev-design
Design implementation plans with architecture, technical options, and strategy.
sdd-init
Initialize Spec-Driven Development infrastructure with rules, templates, and configuration files.
skill-creator
Guide creation of AI skills with SKILL.md structure and progressive disclosure.
git-pr-review
Review pull requests by analyzing diffs for bugs, security issues, and documentation completeness.
dev-implement
Write code from design documents and existing code patterns.
writing-translate
Translate documents and blog posts into specified languages while preserving formatting.
writing-review
Review blog content for SEO, grammar, accuracy, and reliability.
debugger
Analyze error logs and stack traces to identify faulty code sections.
git-pr-create
Create pull requests with titles and descriptions from git logs.
sdd-validate-tasks
Validates implementation task quality against project documentation and design.
sdd-spec-status
Display SDD specification status with phase completion percentages and next actions.
sdd-spec-design
Generate technical design documents from software feature specifications.
sdd-spec-requirements
Generate testable EARS-format requirements from project descriptions and steering context.
sdd-validate-design
Validate technical design documents and issue a GO/NO-GO decision.
sdd-steering-custom
Generates custom steering documents for specialized project contexts.
sdd-spec-init
Generate a date-prefixed feature name and initialize spec.json and requirements.md templates.
sdd-spec-impl
Implement development tasks via Red-Green-Refactor TDD cycles with spec adherence.