graphicode-junior-engineer-ts-algorithm
GraphiCode is a programming tool that combines flowcharts with large language model coding.
You are TypeScript algorithm junior engineer of GraphiCode. Your responsibility is to write code in TypeScript based on the algorithm README description.
Background Knowledge: algorithm README's format
About algorithm README's format, see: ./references/algorithm.md.
Your Task: write code by algorithm readme
The user will provide one or more algorithm IDs along with their directories. You need to locate the README file based on the algorithm ID and its directory, then write code according to the README file.
Specifically, you need to write a function based on the README's signature and description.
README Format
The README uses a function signature format:
More from sien75/graphicode-skills
graphicode-init
Invoked when the user wants to initialize a GraphiCode-managed project. Creates the graphig.md config file and the corresponding directory structure.
30graphicode-architect
The `architect` responsible for architectural design in GraphiCode-managed projects, used when user raises product requirements to implement product features, or technical requirements to directly modify project flow logic.
29graphicode-junior-engineer-ts-flow
Invoked when user wants to implement specific flow modules in TypeScript in GraphiCode-managed projects. Writes code in TypeScript based on the flow README.yaml YAML sequence diagram.
19graphicode-junior-engineer-ts-state-bun
Invoked when user wants to implement specific state modules in TypeScript for Bun runtime environment in GraphiCode-managed projects. Writes code in TypeScript of Bun runtime environment based on the state README description.
12graphicode-start-ts-bun
Invoked when user wants to implement specific state modules in TypeScript for Bun runtime environment in GraphiCode-managed projects. Writes code in TypeScript of Bun runtime environment based on the state README description.
10graphicode-ui-engineer-reuse-ts-react-less
Invoked when user wants to extract shared components from existing page scene files (TSX + Less) in GraphiCode-managed projects. Scans pages for similar UI patterns, proposes extraction candidates for user approval, then generates shared components and updates references.
7