hiroro-work/claude-plugins
Skill Claude CodeCodex
Monthly maintenance routine for dev-workflow's char-budget health. Consolidates duplicate reminders in skills/dev-workflow/SKILL.md / references/.md, re-audits intentional reinforcement-by-repetition, converts synonymous prose to cross-references, re-opens dev-workflow-triage issues that were deferred by the…
hiroro-work/claude-plugins
Skill Claude CodeCodex
Triage open issues in the dev-workflow-bundle retrospective repo. Read each open issue, judge each Finding (accept / reject), apply accepted fixes to the triage-scope skills (the bundle skills dev-workflow, ask-peer, extract-rules, rules-review, tidy, mobpro, plus dev-workflow-triage itself for self-targeted findings…
hiroro-work/claude-plugins
Skill Claude CodeCodex
Extract a named SKILL.md section's body verbatim into a references/ .md file, replace the body with a skeleton (section label + delegation pointer, runtime definitions left in place), sync the bundle copy, and verify byte-identity plus cross-reference integrity via verify-skill-refs / verify-bundle-sync. One-command…
hiroro-work/claude-plugins
Skill Claude CodeCodex
Read .claude/inbox-add.local.md and append one task line to the Obsidian Vault's inbox.md. Use when the user requests "add to inbox", "inboxに追加", "これをinboxに入れて", or any equivalent task-capture intent.
hiroro-work/claude-plugins
Skill Claude CodeCodex
Methodology for iteratively improving agent-facing instructions (skills / slash commands / CLAUDE.md / code-gen prompts) by having a bias-free executor run them and evaluating two-sidedly (executor self-report + instruction-side metrics) until improvements plateau. Use after creating or revising a prompt or skill.
hiroro-work/claude-plugins
Skill Claude CodeCodex
Review uncommitted diff for content unsuitable for publication to a public repository — secrets/credentials, user-specific absolute paths, internal-only URLs/hostnames, and personal identifiers. Each iteration dispatches a fresh subagent that returns findings and the main thread applies the subagent's mechanical fixes…
hiroro-work/claude-plugins
Skill Claude CodeCodex
Temporarily visualize untracked new files into the git diff so a chain of diff-deriving review callees can see them, then restore the files to untracked. Runs git add -N on untracked new files (intent-to-add), dispatches the requested review callees (rules-review / skill-review / publicity-review / verify-diff / tidy)…
hiroro-work/claude-plugins
Skill Claude CodeCodex
Run the repository's Node test suite under tests/ via node --test and report a structured verdict. Project-local routine — not for marketplace distribution.
hiroro-work/claude-plugins
Skill Claude CodeCodex
Verify plugins marketplace structure, version consistency, and JSON/frontmatter validity via subagent.
hiroro-work/claude-plugins
Skill Claude CodeCodex
Review uncommitted skill changes against an internal checklist of skill-creator best practices and apply improvements. Use this whenever the user asks to "review skills", "check best practices", "improve SKILL.md", or wants a quality check on skill files before committing. Use this when there are uncommitted diffs in…
hiroro-work/claude-plugins
Skill Claude CodeCodex
Daily review of the latest origin triage- branch. Operator-prepared invariant — the operator fetches origin and switches the local repository to the triage branch before invocation. The skill verifies that the current branch matches triage-, then dispatches Skill(prompt-tuning) per prompt-eligible changed file…
hiroro-work/claude-plugins
Skill Claude CodeCodex
Verify the dev-workflow-bundle canonical and bundle copy directories are in sync. Workaround for upstream symlink bug; delete this skill and its callers when symlinks are restored.
hiroro-work/claude-plugins
Skill Claude CodeCodex
Empirically verify that a code diff achieves its stated objective by dispatching a bias-free executor that actually runs auto-derived evaluation scenarios against the post-diff file. The executor returns a JSON verdict with suggestededits, and this skill applies them — a single pass by default, or iteratively up to…
hiroro-work/claude-plugins
Skill Claude CodeCodex
Statically lint the dev-workflow and mobpro skill trees for SKILL.md cross-reference and output-naming invariants — dangling § / bold-label references, mirrored closed-list divergence, bare-number step references in prose, bare identifiers in user-facing output literals, and governed-site enumeration gaps — via a…
hiroro-work/claude-plugins
Skill Claude CodeCodex
Work completion handler. Archives the plan file. Example: /work-complete.
hiroro-work/claude-plugins
Skill Claude CodeCodex
Manage macOS caffeinate to prevent system sleep. Supports start/stop/status. macOS only.
hiroro-work/claude-plugins
Skill Claude CodeCodex
Consult with a peer engineer for plan review, code review, implementation discussions, or problem-solving brainstorming. Use when you need a second opinion, want to validate your approach, or check for overlooked issues.
hiroro-work/claude-plugins
Skill Claude CodeCodex
Guided development workflow that orchestrates planning, review, implementation, testing, and rule maintenance. Use this skill whenever the user wants to develop a feature, fix a bug, refactor code, or make any code changes following a structured process — even if they don't explicitly mention "workflow" and simply…
hiroro-work/claude-plugins
Skill Claude CodeCodex
Extract project-specific coding rules and domain knowledge from existing codebase, generating markdown documentation for AI agents. Use when onboarding a new project, after code review discussions about coding style, or when coding conventions need documenting. Also consider running after sessions where coding…
hiroro-work/claude-plugins
Skill Claude CodeCodex
Learning-oriented development workflow (mob-programming style) that runs the SAME quality gates as dev-workflow — plan review, checks/tests, rules-compliance review, code review, interactive commits, rule maintenance, scaled to the task's assessed difficulty the same way — while pausing after every implementation unit…
hiroro-work/claude-plugins
Skill Claude CodeCodex
Refactor verbose or unnatural natural-language prose — code comments, test descriptions, docstrings, user-facing text — into concise, native-sounding prose in a configured target language, using a sonnet subagent by default. Two modes: file mode rewrites a file's target-language prose in place; text mode returns the…
hiroro-work/claude-plugins
Skill Claude CodeCodex
Check code changes for .claude/rules/ compliance. Use this skill when you need to verify that code changes follow project coding rules, whether as part of dev-workflow or standalone. Triggers on: rule compliance check, rules review, verify conventions, check coding standards. Best suited for hard rules (naming…
hiroro-work/claude-plugins
Skill Claude CodeCodex
Review changed code for reuse, quality, and efficiency, then apply cleanup edits. Dispatches a fresh host-provided reviewer per iteration when available; the main thread applies mechanical edits and re-dispatches until no further edits remain. Non-interactive — no user prompts. Use after implementation as a…
hiroro-work/claude-plugins
Skill Claude CodeCodex
Translate text between Japanese and English. Auto-detects source language. Use --hq for high-quality (sonnet), --fast for standard (haiku).