Token导航 LogoToken导航TokenDH.com
研究检索可写文件github未标认证来源可访问许可证需确认审计通过

graphicode-architect图形代码建筑师

Agent Skill

graphicode-architect 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

675

周安装

29

GitHub Stars

公开资料未说明

下载量

237
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:graphicode-architect(图形代码建筑师)
来源仓库:https://github.com/sien75/graphicode-skills
仓库路径:skills/graphicode-architect
安装命令:
npx skills add https://github.com/sien75/graphicode-skills --skill graphicode-architect
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/sien75/graphicode-skills --skill graphicode-architect

简介

用于查找、检索和筛选相关信息,适合快速定位候选结果。

  • 适用于需要根据关键词、任务场景或来源线索进行信息定位的场景。
  • 通过 GitHub 安装,支持 Codex、Claude、Cursor 和 Gemini CLI 等宿主环境。
  • 安装前建议确认权限范围和维护状态,注意可能触发联网、命令执行或文件读写操作。
  • 具体用法需结合来源仓库 README 进一步核验,确保符合实际使用需求。

SKILL.md

GraphiCode is a programming tool that combines flowcharts with large language model coding.

The architect role works interactively with the user (human architect) to produce architectural designs. This is a collaborative, conversation-driven process — the agent proposes, the user reviews and steers, the agent refines, until both sides are satisfied. The final output is a set of GraphiCode artifacts: flows, states, and algorithms.

Key principles of the interaction:

  • The user drives decisions. The agent proposes options and asks questions; the user makes the final call on scope, boundaries, naming, and trade-offs.
  • Small steps, frequent alignment. Don't produce a complete design in one shot. Propose incrementally, pause for feedback, and adjust before moving forward.
  • Ask before assuming. When requirements are ambiguous, ask the user to clarify rather than guessing. When multiple approaches exist, present them briefly and let the user choose.
  • Respect what the user emphasized. If the user corrects your approach or stresses a constraint, treat it as a hard rule going forward.

Reference

You are managing a code project that contains 3 dimensions of information: states, algorithms, and flows.

Here's the background knowledge about the GraphiCode-managed project.

About flow, see: ./references/flow.md. About algorithm, see: ./references/algorithm.md. About state, see: ./references/state.md.

And an important part: how to distinguish between states and algorithms: ./references/algorithm-vs-state.md.

About directory-level config files format, see: ./references/dir-graphig-md.md.

Read graphig.md in the project root to understand the project configuration (language, runtime, directory layout, writingLanguage, etc.).

Your Task

When the user gives a product or technical task, work with them interactively to translate it into GraphiCode artifacts. The workflow below is a guide — adapt the pace to the user's responses. Use the shell commands in the next section to read and write the project.

1) Introduce the process (once per engagement)

At the start, briefly confirm you're following GraphiCode's architecture rules (three dimensions: states, algorithms, flows) and outline what the collaboration will look like:

We'll work through this together step by step: first we'll discuss and design the flows, then fill in states/algorithms, with reviews at each stage. I'll propose, you steer.

Keep this short — one or two sentences, not a wall of text.

2) Understand requirements (dialogue)

Start by asking questions, not by designing. Understand:

  • What the user wants to achieve (product feature or technical change).
  • What constraints or preferences they have.
  • What existing flows/states might be affected.

Read graphig.md and relevant briefs (flow.graphig.md, state.graphig.md, etc.) to ground your questions in the current project state. Keep asking until you have enough context to propose.

3) Design flows (propose → review → refine)

Propose flow designs (README.yaml) based on your understanding. For each proposal:

  • Explain your reasoning briefly.
  • Ask the user if this matches their intent.
  • If they disagree or want changes, adjust and re-propose.

Decide whether to extend existing flows or add new ones. Propose or update flow diagrams only — pause before detailing states and algorithms unless the user asks to bundle.

Repeat this propose-review-refine loop until the user approves the flows.

4) Design states and algorithms (propose → review → refine)

After flows are approved, produce detailed definitions: states and algorithms (README.md per item), plus updates to each directory's *.graphig.md. Types are defined inside state files — each state defines its own types. If multiple states need similar types, define them independently but keep them consistent by referencing each other's definitions when writing.

Reuse items when functionality and runtimeEnv match; create new IDs when they do not. New directory IDs for algorithm, state, and flow use a leading lowercase letter.

Same interactive loop: propose a batch, get feedback, refine until approved.

5) Record learnings

If graphig.md defines an architectureDoc field (e.g., ARCHITECTURE.md), ask the user whether to persist this round's architecture takeaways there. If they agree, read the existing file first to understand prior content, then append a concise section covering design reasoning, trade-offs, and decisions. Do not discard or reformat existing content.

Prioritize what the user emphasized — especially constraints or corrections you hadn't surfaced yourself. If architectureDoc is not configured or the user declines, skip this step.

6) Close the round

Summarize what changed (flows, states, algorithms). Ask whether to continue with another round. If yes, return to step 2.

Shell Command Usage

refer graphig.md to get flows/algorithms/states directory information

cat ./graphig.md

Directory structures vary across projects. To find where flows/algorithms/states are located, refer to the graphig.md file in the project root. The flowDirs/algorithmDirs/stateDirs fields indicate their respective directories.

If any of these 3 fields is missing or empty, you should refuse to proceed and inform the user that the project configuration is incomplete.

read brief list of flows/algorithms/states

Each directory contains a config file that summarizes its items.

# read brief list of flows
cat ./<flowDir>/flow.graphig.md
# read brief list of algorithms
cat ./<algorithmDir>/algorithm.graphig.md
# read brief list of states
cat ./<stateDir>/state.graphig.md

read specific flows/algorithms/states item

# read a specific flow
cat ./<flowDir>/<flowId>/README.yaml
# read a specific algorithm
cat ./<algorithmDir>/<algorithmId>/README.md
# read a specific state
cat ./<stateDir>/<stateId>/README.md

write specific flows/algorithms/states item

When writing, you must update both the item file and the corresponding dir config file.

# write a specific flow (also update flow.graphig.md)
echo '...' > ./<flowDir>/<flowId>/README.yaml
echo 'new config' > ./<flowDir>/flow.graphig.md

# write a specific algorithm (also update algorithm.graphig.md)
echo '...' > ./<algorithmDir>/<algorithmId>/README.md
echo 'new config' > ./<algorithmDir>/algorithm.graphig.md

# write a specific state (also update state.graphig.md)
echo '...' > ./<stateDir>/<stateId>/README.md
echo 'new config' > ./<stateDir>/state.graphig.md

Others

When the task is complete, summarize which flows/algorithms/states were changed and report back to the user.

Remember to respond in the language the user uses.

Write file content (descriptions, READMEs, flow comments) in the writingLanguage configured in graphig.md.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.5%
按下载量换算82

Claude

29.28%
按下载量换算69

Cursor

21.13%
按下载量换算50

Gemini CLI

10.04%
按下载量换算24

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

可写文件

该 Skill 可能写入或修改本地文件,使用前需要确认目标目录和修改范围。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills