shimo4228

58 mods across 7 repositories, 13 stars between them.

shimo4228/claude-harness

Skill Claude CodeCodex

実装に着手する前に task 種別(feat / fix / refactor / chore / prototype / writing)を判定し、その種別に対応する agent chain(Plan → Phase 0 → TDD → Review 群 → Doc Sync → Verify)を plan に front-load するための判断表。Use when starting to implement a feature, fix a bug, refactor, or write a document and you need to decide which reviewers and gates apply …

2 3d ago A 196 tokens original MIT

shimo4228/claude-harness

Skill Claude CodeCodex

Design and ship a companion JSON-LD knowledge graph (graph.jsonld) next to llms.txt for projects with stable concept-level structure. Encodes domain entities and relationships as schema.org triples for LLM citation. Use when project has matrix / hierarchy / phase-binding structure that prose alone leaves implicit, AND…

2 3d ago A 90 tokens copy · 100% MIT

learn-eval

27

shimo4228/claude-harness

Skill Claude CodeCodex

Extract a reusable pattern from the current session, judge it Save / Improve then Save / Absorb / Drop against a grounding checklist, and route every Save to a destination something actually reaches — absorbed into an existing skill / rule / doc section, or promoted to a real skill via skill-creator. Use when the user…

2 3d ago A 137 tokens original MIT

llm-as-judge

28

shimo4228/claude-harness

Skill Claude CodeCodex

Design pattern for LLM-as-judge evaluators — binary checks as evidence, one named holistic verdict, no score aggregation. Use when designing or reviewing any LLM-based quality gate, evaluator, judge prompt, or verdict schema; when a judge's rubric scores fluctuate between runs; when you catch yourself asking an LLM…

2 3d ago A 116 tokens original MIT

llms-txt-writer

29

shimo4228/claude-harness

Skill Claude CodeCodex

A writing tool for documents made mainly for AI systems and AI search tools, including llms.txt files, FAQs, and glossaries.

2 3d ago A 113 tokens copy · 97% MIT

shimo4228/claude-harness

Skill Claude CodeCodex

A set of rules for making and reviewing claims based on measurements, thresholds, warnings, and experiment results. It focuses on what was observed, how much evidence exists, and whether a check is properly calibrated.

2 3d ago A 161 tokens original MIT

prompt-perturb

31

shimo4228/claude-harness

Skill Claude CodeCodex

An idea-generation tool that fetches creative prompts from outside sources after removing project-specific context from the search.

2 3d ago A 194 tokens original MIT

prose-translation

32

shimo4228/claude-harness

Skill Claude CodeCodex

A Japanese-to-English and English-to-Japanese translation tool for human-readable writing such as essays, research documents, READMEs, and architecture decision records.

2 3d ago A 174 tokens original MIT

public-comment

33

shimo4228/claude-harness

Skill Claude CodeCodex

A writing tool for replies in public technical discussions, such as GitHub issues, pull requests, discussions, Hugging Face threads, and technical forums.

2 3d ago A 248 tokens original MIT

readme-writer

34

shimo4228/claude-harness

Skill Claude CodeCodex

A writing skill for creating or improving a project’s README, the main page people see when they open a repository. It aims to make the project understandable to both people and AI tools.

2 3d ago A 303 tokens original MIT

release-doi

35

shimo4228/claude-harness

Skill Claude CodeCodex

DOI-registered research repo (Zenodo) のリリース手順。CODEMAPS / README 多言語 / CHANGELOG / CITATION.cff / pyproject.toml / llms.txt / glossary を整合させてから tag push、Zenodo 自動採番後に新 DOI を反映し、Software Heritage archive + SWHID 記録 (intrinsic identifier 層) まで行う 5 phase + post-release ワークフロー。AKC / AAP / contemplative-agent など shimo4228…

2 3d ago A 130 tokens original MIT

repair-discipline

36

shimo4228/claude-harness

Skill Claude CodeCodex

A checklist for starting bug fixes, unfinished tasks, and changes to data schemas or stored formats.

2 3d ago A 140 tokens original MIT

shimo4228/claude-harness

Skill Claude CodeCodex

Audit a project repo's non-code assets — tool configs, CI/GitHub workflows, runbooks, other docs — for assets whose consumer has vanished, and assign Keep/Update/Retire/Merge verdicts. Use when the user says "audit my repo assets", "which configs/workflows/runbooks are dead", "repo asset stocktake"…

2 3d ago A 156 tokens original MIT

review-to-lint

38

shimo4228/claude-harness

Skill Claude CodeCodex

A procedure for turning repeatable review checks into scripts, while leaving meaning and judgment to the reviewer. It can use a reviewer's checklist or past review records to find checks that a program can decide.

2 3d ago A 213 tokens original MIT

rfc-writer

39

shimo4228/claude-harness

Skill Claude CodeCodex

A procedure for adding proposals and cross-session work items to a public RFC ledger, where RFC means a documented request for comments.

2 3d ago A 288 tokens original MIT

rules-distill

40

shimo4228/claude-harness

Skill Claude CodeCodex

Scan installed skills to extract principles that belong in the always-loaded rules layer (environment-specific facts, wiring, and traps — not general principles the substrate already applies) and distill them into rules — append to, revise, or create rule files. Use when the user says "distill rules"…

2 3d ago A 123 tokens original MIT

rules-stocktake

41

shimo4228/claude-harness

Skill Claude CodeCodex

Audit /.claude/rules (always-loaded behavioral rules) for residency cost, staleness, redundancy, broken See-skill pointers, and substrate absorption, assigning Keep/Improve/Update/Merge/Demote-to-skill/Dissolve/Retire verdicts. Use when the user says "audit my rules", "rules stocktake", "which rules should be demoted…

2 3d ago A 185 tokens original MIT

search-first

42

shimo4228/claude-harness

Skill Claude CodeCodex

Search npm / PyPI / MCP / GitHub / existing skills before writing code for any new feature, integration, library selection, or utility. Use whenever the user says 'add X functionality', 'implement Y', 'set up Z', 'integrate W', asks 'what library should I use for...', 'is there a package/client/MCP for...', proposes a…

2 3d ago A 176 tokens copy · 100% MIT

shimo4228/claude-harness

Skill Claude CodeCodex

A Japanese-language workflow for examining past Claude Code session files and turning repeated user decisions into reusable skills, rules, or Architecture Decision Records.

2 3d ago A 336 tokens original MIT

skill-comply

44

shimo4228/claude-harness

Skill Claude CodeCodex

Visualize whether skills, rules, and agent definitions are actually followed — auto-generates scenarios at 3 prompt strictness levels, runs agents, classifies behavioral sequences, and reports compliance rates with full tool call timelines.

2 3d ago B 47 tokens original MIT

skill-creator

45

shimo4228/claude-harness

Skill Claude CodeCodex

A guided process for creating or improving a coding-agent skill, including its purpose, when it should be used, boundaries, and a review of the draft.

2 3d ago A 251 tokens original MIT

skill-health

46

shimo4228/claude-harness

Skill Claude CodeCodex

Scan the skill library for structural technical debt — dangling references where a SKILL.md names a script, bash file, agent, or sibling skill that does not exist on disk ("missing artifacts" debt), plus external skills whose directory is a symlink out of the skills root, where a local fix would be overwritten by the…

2 3d ago A 168 tokens original MIT

skill-stocktake

47

shimo4228/claude-harness

Skill Claude CodeCodex

Audit installed Claude skills for quality and surface Keep/Improve/Update/Retire/Merge verdicts. Use when the user says "audit my skills", "stocktake", "review my skills", "which skills should I retire or merge", "do a quality pass over my skills", or "/skill-stocktake". NOT for creating or improving a single skill…

2 3d ago A 102 tokens original MIT

spawn-session

48

shimo4228/claude-harness

Skill Claude CodeCodex

A workflow for starting a detached Claude Code Remote Control session for another project. The new session appears in the Claude mobile app and in Herdr's session list; detached means it runs independently of the current session.

2 3d ago B 197 tokens original MIT