Borrowing it
Nothing to install: this file belongs to kimimgo/awesome-ai-cae. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/kimimgo/awesome-ai-cae/main/CLAUDE.mdgit clone --depth 1 https://github.com/kimimgo/awesome-ai-caeWrote 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/kimimgo/awesome-ai-cae/claude-md)<a href="https://agentmods.dev/instructions/kimimgo/awesome-ai-cae/claude-md"><img src="https://agentmods.dev/badge/instructions/kimimgo/awesome-ai-cae/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/kimimgo/awesome-ai-cae/claude-md"><img src="https://agentmods.dev/badge/instructions/kimimgo/awesome-ai-cae/claude-md.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00925 | $0.00925 |
| Opus 5 | $0.00463 | $0.00463 |
| Sonnet 5 | $0.00185 | $0.00185 |
| Haiku 4.5 | $0.00093 | $0.00093 |
Grade A, and why
awesome-ai-cae 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Project Info
- Repo: kimimgo/awesome-ai-cae
- Type: Awesome list (curated resource collection) — sindresorhus/awesome 표준 준수
- License: CC0-1.0
- 핵심 차별화: AI-Ready — AI 에이전트가 직접 호출 가능한(MCP, Python API, CLI) CAE/CAD/CAM 도구에 집중
CI — Lint & Link Check
# awesome-lint: README.md 포맷 검증 (push/PR 시 자동 실행)
npx awesome-lint
# lychee: 링크 깨짐 검사 (push/PR + 매주 월요일 06:00 UTC)
# 로컬 실행 시:
lychee --verbose --no-progress '*.md'
Entry Format
- [owner/repo](https://github.com/owner/repo) `Language` `Tag` - Description.
- 알파벳 순서 유지 (섹션 내)
- Language tags:
Python,C++,Fortran,Rust,CUDA등 - Special tags:
MCP(Model Context Protocol),API(REST/gRPC) - Description은 대문자로 시작, 마침표로 끝남 (숫자로 시작 불가 — lint 실패)
- 구분자는 반드시 ASCII hyphen-dash
-(em-dash—사용 금지) - em-dash
—는 heading과 Contents 목차에서만 사용 (예:## CFD — Computational Fluid Dynamics)
awesome-lint 주의사항
awesome-lint는 README.md에 엄격한 규칙을 적용한다. 비자명한 제약:
- 리스트 항목은 반드시
- [Name](url)형식으로 시작해야 함 (name은 대문자 시작) - 항목 설명의 구분자
-는 ASCII hyphen만 허용 (em-dash—/ en-dash–사용 시 lint 실패) - 설명은 대문자로 시작해야 함 (숫자 시작 시 lint가 dash 구분자를 인식 못함)
## License섹션 heading 금지 — CC0 배지만 heading 없이 배치- 중복 링크 허용되지만
<!--lint disable double-link-->주석 필요 (파일 상단에 이미 설정됨) - Contents 섹션의 링크 텍스트와 실제 heading이 정확히 일치해야 함
<!--lint disable awesome-heading awesome-github awesome-toc double-link-->— 파일 상단의 이 주석을 제거하지 말 것
Categories (13)
- MCP Servers — AI-native tool interfaces
- CFD — Computational Fluid Dynamics
- FEA — Finite Element Analysis
- SPH — Smoothed Particle Hydrodynamics
- Visualization & Post-processing
- CAD & Geometry
- Mesh Generation
- AI/ML for Simulation
- Surrogate Models & PINNs
- Optimization
- Data Formats & I/O
- Datasets & Benchmarks
- Learning Resources
새 카테고리 추가 시 최소 3개 항목 필요.
Maintenance Rules
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.
- 10d ago First seen · 84 lines · 925 tokens per session scan A c2cd70175d86
awesome-ai-cae CLAUDE.md is an instructions file published in the GitHub repository kimimgo/awesome-ai-cae (51 stars, last pushed 2d ago), licensed CC0-1.0. It adds 925 tokens to every session, about $0.0046 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
awesome-ai-rules copilot-instructions.md
Copilot instructions for shumatsumonobu/awesome-ai-rules, covering copilot instructions, code style, database and don't.
awesome-ai-conventions copilot-instructions.md
Copilot instructions for GuilhermeAlbert/awesome-ai-conventions: This project prefers direct, maintainable code over broad abstractions.
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).