taipt1504

106 mods across 2 repositories, 6 stars between them.

brainstorm

97

taipt1504/claudehut

Skill Claude CodeCodex

Use to generate and weigh solution approaches for a problem, after discovery has grounded the context. Produces two or more genuinely distinct options scored on trade-offs, recommends one, and (for code tasks) assembles the enforcement set the rest of the workflow audits against. General-purpose ideation — works for…

2 9d ago A 74 tokens

capture-learnings

98

taipt1504/claudehut

Skill Claude CodeCodex

Use in the Learn phase at the end of every task, before declaring done - dispatches the learner agent to record what was learned (conventions, pitfalls, reuse points, decisions) to the cross-session store and refresh the committed memory index, then closes the phase. Runs inline on the main thread (it owns the state…

2 9d ago A 71 tokens

claudehut-init

99

taipt1504/claudehut

Skill Claude CodeCodex

Use once per project before starting work (or when ClaudeHut reports no codebase index) to bootstrap ClaudeHut for a Java/Spring repository - detects the stack, generates the project memory + index + path-scoped rules, and wires the always-load @import slice. Invoked as /claudehut:claudehut-init. Idempotent.

2 9d ago A 78 tokens

claudehut-workflow

100

taipt1504/claudehut

Skill Claude CodeCodex

Use at the start of every session and whenever beginning a coding task in a Java/Spring backend - establishes the ClaudeHut 7-phase agentic workflow, the complexity-tier routing that lets small tasks skip deliberation phases, and the laws that govern which skills and rules must fire. Injected at session start; also…

2 9d ago A 86 tokens

discover

101

taipt1504/claudehut

Skill Claude CodeCodex

Use as the FIRST phase of EVERY coding task, before brainstorming - grounds the work in the existing codebase (entry points, key types, structure) and proves whether something reusable already exists. Produces the reuse-scan artifact the write gate requires and the reuse DECISION (adopt / extend / new). Runs inline on…

2 9d ago A 95 tokens

implement

102

taipt1504/claudehut

Skill Claude CodeCodex

Use in the Implement phase whenever writing or editing production Java code, or fixing a bug, in a Spring/Spring Boot project. Enforces test-first (red-green-refactor), executes the approved plan step by step, and honors the project's path-scoped tech-stack rules and the task's enforcement set. Preloaded into…

2 9d ago A 73 tokens

review

103

taipt1504/claudehut

Skill Claude CodeCodex

Use in the Review phase before claiming any Java/Spring task is complete, fixed, or passing. Spawns the auditor subagents that check the implementation against every applicable skill, rule, and memory item, runs the test suite for fresh evidence, and re-spawns for at most two fix rounds before reporting what survives.…

2 9d ago A 81 tokens

summer-kb-setup

104

taipt1504/claudehut

Skill Claude CodeCodex

Install or refresh a service-scoped Summer Framework (io.f8a.summer) knowledge base in the current consumer service's .claude/summer-kb/. Use when a service that depends on Summer needs its local KB, when onboarding a new ewallet service, when asked to "set up / install / refresh the Summer KB", or when Summer was…

2 9d ago A 107 tokens

write-plan

105

taipt1504/claudehut

Skill Claude CodeCodex

Use in the Plan phase after the spec is approved - dispatches the planner agent to draft the executable plan from the standard template (decision summary, T-xxx task breakdown with test-first + verify per task), gets the user's approval, records the plan (opening the write gate), and mirrors the breakdown into Claude…

2 9d ago A 93 tokens

write-spec

106

taipt1504/claudehut

Skill Claude CodeCodex

Use in the Spec phase after an approach is chosen in Brainstorm and before planning - produces the implementation spec from the standard template (EARS requirements, acceptance criteria, MADR decision record, enforcement manifest) and gets the user's approval before recording it. Runs inline on the main thread (it…

2 9d ago A 70 tokens