Automation Tools
Script and automate repetitive tasks and workflows.
file-operations
Provides capabilities for reading and writing files in the local filesystem
chezmoi-dotfiles
Manage dotfiles using chezmoi. Use when creating, modifying, or deploying dotfiles, shell functions, or configuration files in this repository.
flow-next-ralph-init
Scaffold repo-local Ralph autonomous harness under scripts/ralph/. Use when user runs /flow-next:ralph-init.
config-hygiene
Fixes configuration hygiene issues including gitignore patterns, ESLint config duplication, and hook scripts. Use when encountering backup files in repo, missing gitignore patterns, or config maintenance issues.
git-changelog
Generate changelog from git commits and manage versions.
openspec-verify-change
Verify implementation matches change artifacts. Use when the user wants to validate that implementation is complete, correct, and coherent before archiving.
manage-files
Generic file I/O operations for plan directories
dockerignore-generator
Generate .dockerignore files to exclude unnecessary files from Docker builds. Triggers on "create dockerignore", "generate docker ignore", "dockerignore for", "docker exclude files".
blog-workflow
Orchestrate the mycelium blog workflow - scan repos, draft posts, review changes, build graph, and publish
updating-documentation-for-changes
Use before committing staged changes when you need to verify all related documentation is current - systematically checks README, CLAUDE.md, CHANGELOG, API docs, package metadata, and cross-references rather than spot-checking only obvious files
dry-violations
Use when implementing new features, adding constants, creating types, or writing business logic. Use when you're about to hardcode values that might exist elsewhere. Use when auditing code for duplications in enums, constants, domain methods, or type definitions.
refactor-nb
Jupyter Notebook (.ipynb) 内の import 文やコードセルを一括置換・リファクタリングする
autofix-missing-header
Fixes 'file not found' errors by locating headers and adding include paths or
code-documentation
Updates project documentation in markdown files when requested. Use when the user asks to update, modify, or create project documentation such as README files, API docs, architecture docs, or other markdown documentation files.
file-organizer
Comprehensive file organization workflow for SORT/ directory. Validates filenames, renames to CLAUDE.md standards, relocates to correct directories, runs OPSEC agents, and generates detailed reports. Main orchestrator for automated file organization pipeline.
code-simplifying
Simplify and refine code for clarity, consistency, and maintainability. Use when asked to simplify code, reduce complexity, remove duplication, improve readability, refactor for clarity, or clean up messy code. Triggers on requests like "simplify this", "clean up this code", "make this more readable", "reduce complexity", or "refactor for clarity".
changelog-manager
Create and update CHANGELOG.md with entries that include AI model/CLI attribution, PRD context, and task references.
new-project
Scaffold a new Lean 4 project in the workspace. Use when creating a new project, library, or application.