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.
npx agentmods add instructions/imgoodbai/goodable/claude-mdgit clone --depth 1 https://github.com/ImGoodBai/goodableWrote 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.
[](https://agentmods.dev/instructions/imgoodbai/goodable/claude-md)<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>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.
| Model | Per session | Once 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 |
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.
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
我会用语音输入法来输入提示词,语音输入法的特点就是有前后内容矛盾的地方,你要识别的时候注意一下。
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.
- 4d ago First seen · 43 lines · 723 tokens per session scan A 2c080cce6dc7
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.
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.
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.
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.
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.
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/).
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.