TonyWu20

16 mods across 1 repository, 5 stars between them.

TonyWu20/fortran-dev-pipeline

Plugin Claude Code

A comprehensive Fortran development pipeline for Claude Code — orchestrates planning, code review, fix execution, and implementation through specialized agents and skills.

5 4mo ago A tokens not measured original MIT

fix-plan-reader

02

TonyWu20/fortran-dev-pipeline

Agent

Junior agent that reads a Fortran fix plan and reports whether each step is clear enough to follow without confusion. Flags ambiguous instructions, missing before/after context, unclear verification commands, or missing prerequisite ordering.

5 4mo ago A 45 tokens original MIT

fortran-architect

03

TonyWu20/fortran-dev-pipeline

Agent

Use this agent when you need architectural guidance, code review, or strategic planning for Fortran projects — especially scientific/numerical Fortran (CASTEP, DFT, EDFT, density mixing). Applies first-principles thinking to module structure, subroutine decomposition, numerical algorithm design, and Fortran 90/95/2003…

5 4mo ago A 386 tokens original MIT

impl-plan-reviewer

04

TonyWu20/fortran-dev-pipeline

Agent

Reviews an implementation plan for Fortran scientific code and reports whether each step is clear and detailed enough for a junior developer to execute without ambiguity.

5 4mo ago A 33 tokens original MIT

TonyWu20/fortran-dev-pipeline

Agent

Use this agent when a plan-decomposer agent (or similar planning agent) has produced a structured implementation plan and you need a specialist to carry out one or more of those delegated tasks in full compliance with the project's CLAUDE.md standards. This agent should be invoked for any concrete Fortran coding…

5 4mo ago B 416 tokens original MIT

plan-decomposer

06

TonyWu20/fortran-dev-pipeline

Agent

Use this agent when you have a plan file for a Fortran scientific project and need to break it down into discrete, delegatable subtasks for subagents, with clear single-responsibility boundaries and dependency mapping. Context: The user has a plan describing a new feature implementation for a CASTEP module. user: "I…

5 4mo ago A 365 tokens original MIT

TonyWu20/fortran-dev-pipeline

Agent

Use this agent when code changes, implementations, or fixes need rigorous review against project documentation, architecture, and coding standards. Examples: Context: The user has just implemented a new subroutine or module in the Fortran codebase. user: "I've finished implementing the density mixing module in…

5 4mo ago A 337 tokens copy · 86% MIT

SubagentStop

08

TonyWu20/fortran-dev-pipeline

Hook

Runs when a subagent finishes for implementation-executor tool calls, executing verify_impl_task.py via python3. From TonyWu20/fortran-dev-pipeline.

5 4mo ago A tokens not measured original MIT

PostToolUse

09

TonyWu20/fortran-dev-pipeline

Hook

Runs after a tool call finishes for Bash tool calls, executing post_compiled_script.py via python3. From TonyWu20/fortran-dev-pipeline.

5 4mo ago A tokens not measured original MIT

compile-plan

10

TonyWu20/fortran-dev-pipeline

Skill Claude CodeCodex

Compile fix/implementation plan documents into deterministic sd-based scripts that apply code changes without LLM interpretation. Use when the user says "/compile-plan ", "compile the plan", "generate scripts from the plan", or wants to turn a Before/After plan into executable scripts. Also use proactively after a…

5 4mo ago A 82 tokens original MIT

enrich-phase-plan

11

TonyWu20/fortran-dev-pipeline

Skill Claude CodeCodex

Orchestrates a multi-agent pipeline to produce a detailed, reviewed, executor-ready TOML implementation plan from a high-level plan document. Use this skill when the user asks to "enrich the plan", "elaborate the next implementation plan", "prepare the TOML plan", "break down the plan into tasks", or wants to turn a…

5 4mo ago A 98 tokens original MIT

fix

12

TonyWu20/fortran-dev-pipeline

Skill Claude CodeCodex

Follow fix instructions from a specified document strictly, one task at a time. Use when the user says "/fix ", "follow the fix plan in ", "execute fixes from ", or "apply the fixes in ".

5 4mo ago A 52 tokens original MIT

TonyWu20/fortran-dev-pipeline

Skill Claude CodeCodex

Strictly execute detailed implementation plans without modification or questioning. Use when the user says "/implementation-executor ", "execute the plan in ", "implement according to ", "follow the implementation plan", or mentions running a PHASE implementation plan. This skill mechanically follows structured plans…

5 4mo ago A 89 tokens original MIT

next-phase-plan

14

TonyWu20/fortran-dev-pipeline

Skill Claude CodeCodex

Interactive skill for discussing and designing the next phase of a Fortran scientific project. Facilitates a conversation with the user about goals, scope, and high-level design, producing a markdown plan document as output. Use when the user says "/next-phase-plan", "plan the next phase", "what should the next phase…

5 4mo ago A 119 tokens original MIT

plan-review

15

TonyWu20/fortran-dev-pipeline

Skill Claude CodeCodex

Review a phase plan for architectural soundness before implementation begins. Reads the plan and any deferred improvements from prior phases, then asks the fortran-architect agent to validate the design, decide on deferred items, and surface architectural gaps. Use when the user says "/plan-review", "review the plan…

5 4mo ago A 72 tokens original MIT

review-pr

16

TonyWu20/fortran-dev-pipeline

Skill Claude CodeCodex

Review a branch's Fortran code against the project's plan, architecture, and style. Produces a PR rating and a detailed fix document for the author. Triggered by /review-pr [branch-name].

5 4mo ago A 44 tokens original MIT