clean-architecture-scaffolder
Generates the folder structure and boilerplate code for a new feature using Clean Architecture, BLoC, and Freezed.
Script and automate repetitive tasks and workflows.
Generates the folder structure and boilerplate code for a new feature using Clean Architecture, BLoC, and Freezed.
Update CHANGELOG.md [Unreleased] section with business-focused entries via systematic file review
Claude Codeプラグインの陳腐化をチェックし、最新仕様との差異を報告する。Claude Code更新後のプラグイン互換性確認、定期的なメンテナンス、新規プラグイン作成後の検証に使用。引数で特定プラグインを指定可能(例:check-plugin git)。--fixフラグで自動修正も実行可能。
PDCA task classification for Write/Edit operations. Determines if task is Quick Fix, Minor Change, Feature, or Major Feature. Apply PDCA guidance based on classification before writing code. Triggers: task-classification, PDCA check, write code, edit code, implement, create feature, add feature, fix bug, refactor, redesign, 코드 작성, 기능 구현, 기능 추가, 버그 수정
Check for new clawdbot releases and notify once per new version.
Identify duplicate files across the workspace using SHA256 hashing to reduce redundancy and confusion.
Makefile best practices for project automation and build systems. Covers command usage, target organization (PHONY vs file targets), variable management (:=, ?=, =), platform detection, common development targets (clean, test, lint, format, run), DevContainer integration, version management with semantic versioning, Docker integration, output control, error handling, and advanced patterns. Activate when working with Makefiles, make commands, .PHONY targets, build automation, or development workflows.
Provides intuitive find & replace CLI with JavaScript regex and string-literal mode. Use this skill when performing text replacements, batch transformations, or need JavaScript-style regex syntax
Apply spec modifications systematically. Use to apply review feedback, bulk modifications, or interactive spec updates with safety checks, validation, and rollback support.
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
Performs fast file discovery with parallel search and smart defaults. Use this skill when searching for files by name, pattern, or type, especially when performance matters or when working with large directories
Identify reusable patterns, best practices, and workflow automations during implementation that could become Product Forge skills, commands, or templates. Use when implementing repetitive structures, applying consistent conventions, or recognizing generalizable solutions.
Guide for jj (Jujutsu) version control workflows including splitting changes, creating stacked PRs, independent PRs, and hybrid approaches. Use when working with jj commands, feature branches, or preparing commits for pull requests.
This skill should be used for branching strategies, conventional commits, PR workflows, and release management, git flow, trunk-based development, merge strategies
Creates and maintains technical documentation including API docs, README files, architecture docs, and inline code comments. Trigger keywords: document, docs, readme, api docs, jsdoc, docstring, architecture doc.
Vendix monorepo patterns, workspace structure, and shared libraries. Trigger: When working with monorepo structure, shared libs, or cross-app code.
This skill should be used for guidance on commit size, scope, and creating reviewable commits, splitting large changes, commit hygiene
Generate foundational steering documents (product.md, tech.md, structure.md) for current workspace by analyzing codebase. Use when starting new projects or documenting existing ones.
Generates optimized Dockerfiles for various languages and frameworks with best practices (multi-stage builds, layer caching, security). Use when user asks to "create dockerfile", "dockerize app", "containerize", or "docker setup".
Create or update test files for React components. Use when user asks to "create component tests", "test MyComponent", "generate tests for component", "update component tests", or mentions needing tests for a React component. Generates vitest test files with render, mocked sub-components, and proper test structure focusing on logic and prop validation.
Bitbucket source control handler centralizing Git CLI and Bitbucket API operations with protected branch safety