goodable CLAUDE.md

goodable CLAUDE.md is an instructions file for coding agents from ImGoodBai/goodable. It costs 723 tokens per session, scanned A, original, MIT.

A set of project instructions for Claude Code, describing a desktop agent application, its project structure, configuration files, commands, and development rules.

In plain words
What is it for?
Use it when working on the Goodable codebase to understand its main and generated projects, locate configuration, follow required checks, and prepare changes according to the stated rules.
Why use it?
It gives the coding agent consistent guidance about how the application works and how changes, testing, planning, and commits should be handled.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/imgoodbai/goodable/claude-md
Clone the repo
git clone --depth 1 https://github.com/ImGoodBai/goodable

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for goodable CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/imgoodbai/goodable/claude-md.svg)](https://agentmods.dev/instructions/imgoodbai/goodable/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/imgoodbai/goodable/claude-md"><img src="https://agentmods.dev/badge/instructions/imgoodbai/goodable/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 723 This file is loaded in full into every session.
When invoked 723 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00723 $0.00723
Opus 5 $0.00362 $0.00362
Sonnet 5 $0.00145 $0.00145
Haiku 4.5 $0.00072 $0.00072

Measured 4d ago against content hash 2c080cce6dc7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

goodable CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 43 lines

What it actually says

项目介绍

claude agent sdk 驱动的跨平台的桌面(electron打包)通用agent应用,支持code和work双模式。我的员工是预定义的各种角色的 system prompt 角色,我的技能兼容并扩展了 claude skills能力,支持 app 模式(带 UI 可独立运行(默认单实例),可复制源码二开),另外支持内置 build-in 环境变量注入,解决子项目需要使用第三方 api 时的统一快速实现。目前子项目主要分为两大类: 1 自动生成 Python FastAPI 和Next.js 项目; 2 完成本地电脑基于文件系统的各种自动化智能化任务。

我的技能模块具体规范:skills/README.md

核心概念

主项目 vs 子项目

  • 主项目:Goodable 平台本身(当前目录)
  • 子项目:用户通过 AI 生成的项目,存储在 PROJECTS_DIR 配置的目录
  • 每个子项目都有timeline日志,在 PROJECTS_DIR 目录下的 logs 子目录中,有json和txt两种格式。skills 运行单实例模式,目录在 user-skills 目录。

关键配置文件

  • lib/config/paths.ts - 路径配置中心,所有项目路径的单一真实来源
  • .env - 环境变量配置

指令

1 每次回复前定要先阅读所有可能的代码,否则不要回复; 2 我要求给方案时,只是需要方案文档,切记不要直接修改代码。具体要求为:需要修改的文件清单,以及执行步骤和任务可能面临的技术风险,但不要包括代码实现(除非明确要求) 3 当我的任务指令有明显漏洞或者指向不清时,不要执行而是先反问我; 4 不管任何情况,都不要直接修改代码,而是先给我方案,方案以文字为主,尽量不要加代码,要简洁明了,等我确认才可以开始修改。 5 每次回复我都要简洁明了,不要啰嗦! 6 每次回复都不要夹代码,纯文字为主,除非我要求! 7 目前是开发阶段,不需要也不要为任何历史数据做优化和处理。

修改代码必读

代码和脚本注释一律英文,禁止中文。 修改后一定要运行类型检查命令:npm run type-check

commit必读

只给我 add 文件的清单和一句话的 commit 文本,绝对不要擅自提交,除非我提出要求。 commit 注释要求英文、简洁明了但要具体。比如不要说优化了 UI fix bug,而应该说优化了xxx按钮/面板等。,不要加任何小尾巴。 绝对不要加后缀: Co-Authored-By: Claude Opus 4.5 [email protected]

测试必读

快速测试和服务启动参考:resources/tests/quick_test_step1.js

详细项目信息参考:README.md文档

提醒1

我会用语音输入法来输入提示词,语音输入法的特点就是有前后内容矛盾的地方,你要识别的时候注意一下。

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 43 lines · 723 tokens per session scan A 2c080cce6dc7

Subscribe to this mod's changes

goodable CLAUDE.md is an instructions file published in the GitHub repository ImGoodBai/goodable (197 stars, last pushed 7mo ago), licensed MIT. It adds 723 tokens to every session, about $0.0036 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

claude-conductor CLAUDE.md

Instructions for superbasicstudio/claude-conductor, covering claude.md, critical context (read first), project architecture, core component and planned documentation modules.

superbasicstudio/claude-conductor · 2,156 tokens

cyrus copilot-instructions.md

Copilot instructions for cyrusagents/cyrus: Note, there is a need to maintain the use of '--print' when running the claude exec commands because that is what makes it non-interactive.

cyrusagents/cyrus · 58 tokens

ios-simulator-skill CLAUDE.md

Instructions for conorluddy/ios-simulator-skill, covering claude.md - developer guide, project overview, project structure, architecture patterns and pattern 1: class-based script design.

conorluddy/ios-simulator-skill · 2,315 tokens

lovable-boilerplate global.instructions.md

Instructions for chihebnabil/lovable-boilerplate, covering react + vite + shadcn/ui template - premium design system, critical rules - read first, never create, always create and essential commands.

chihebnabil/lovable-boilerplate · 1,766 tokens

lovable-boilerplate components.instructions.md

Instructions for chihebnabil/lovable-boilerplate, covering component-specific guidelines, component architecture rules, ui components (src/components/ui/), common components (src/components/common/) and feature components (src/components/features/).

chihebnabil/lovable-boilerplate · 391 tokens

claude-code-templates CLAUDE.md

Claude Code instructions for Justdvp/claude-code-templates, covering claude.md, project overview, development commands, package management and application commands.

Justdvp/claude-code-templates · 4,007 tokens