From oh-my-harness
Detects project conventions (language, test framework, linter, formatter), sets up missing tests, caches results, and scaffolds custom skills like code-review and test-write. Run /init-project once on new projects.
npx claudepluginhub hoya324/oh-my-harness --plugin oh-my-harnessThis skill uses the workspace's default tool permissions.
Detect and apply project conventions for this codebase.
Scans project's tech stack, directory structure, and code conventions to generate before-modify (pre-change checklist) and project-structure (index) skills for consistent style and avoiding duplicates.
Configure Claude Code for this project - detects languages and sets up rules, skills, and validators
Bootstraps Claude Code projects: generates CLAUDE.md with progressive docs, auto-format hooks, test infrastructure; scaffolds empty dirs via stack tooling; audits/syncs docs. Supports monorepos/multi-repo.
Share bugs, ideas, or general feedback.
Detect and apply project conventions for this codebase.
Usage: /init-project
.claude/.omh/conventions.json if it exists and show cached results.claude/.omh/conventions.json.claude/skills/ directory exists.claude/skills/ does not exist and a language was detected:
.claude/skills/ already exists, inform the user that existing skills are preservedThis is typically run once when starting work on a new project.