Plugin Claude Code
A comprehensive Fortran development pipeline for Claude Code — orchestrates planning, code review, fix execution, and implementation through specialized agents and skills.
Plugin Claude Code
A comprehensive Fortran development pipeline for Claude Code — orchestrates planning, code review, fix execution, and implementation through specialized agents and skills.
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.
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…
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.
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…
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…
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…
Hook
Runs when a subagent finishes for implementation-executor tool calls, executing verify_impl_task.py via python3. From 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.
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…
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…
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 ".
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…
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…
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…
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].