Borrowing it
Nothing to install: this file belongs to idean3885/claude-slack-to-notion. 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/idean3885/claude-slack-to-notion/main/CLAUDE.mdgit clone --depth 1 https://github.com/idean3885/claude-slack-to-notionWrote 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/idean3885/claude-slack-to-notion/claude-md)<a href="https://agentmods.dev/instructions/idean3885/claude-slack-to-notion/claude-md"><img src="https://agentmods.dev/badge/instructions/idean3885/claude-slack-to-notion/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/idean3885/claude-slack-to-notion/claude-md"><img src="https://agentmods.dev/badge/instructions/idean3885/claude-slack-to-notion/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.01629 | $0.01629 |
| Opus 5 | $0.00814 | $0.00814 |
| Sonnet 5 | $0.00326 | $0.00326 |
| Haiku 4.5 | $0.00163 | $0.00163 |
Grade A, and why
claude-slack-to-notion 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 — 179 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
AI 기반 프로젝트 협업 가이드 (범용)
작업 방식
AI-Native Development (Spec-Driven Workflow)
spec(Markdown) → implement(AI) → review → commit → PR → merge
마크다운 명세를 기반으로 AI 에이전트가 구현하며, 커밋/푸시는 사용자 검토 후에만 수행합니다.
Git Flow
브랜치 전략, 작업 플로우 상세는 각 스킬 호출 시 안내됩니다.
브랜치명은
{타입}/{이슈번호}로 통일한다. 이슈 내용은 변경될 수 있으므로 설명을 붙이지 않는다.
커밋 전 필수 확인
- 변경 파일 목록 확인
- 커밋 메시지 사용자 승인
- 브랜치 확인
워크플로우
Issue → Spec → Implement → Commit → PR
스킬 상세: .claude/README.md
수정 요청을 자연어로 받은 경우, /cycle 스킬로 전체 사이클을 안내한다.
핵심 규칙
- 명세 우선: 코드 작성 전 명세 문서 먼저
- 사용자 승인: 커밋/푸시는 사용자 요청 시에만
- 동기화 유지: 문서와 코드는 항상 일치
- 멱등성 검증: 작업 완료 후 가이드 기준 검증
검증
작업 완료 후 검증 수준을 구분하여 토큰 효율성과 정확도를 균형있게 유지한다.
| 수준 | 적용 시점 | 방법 | 비용 |
|---|---|---|---|
| 자가 검증 | 매번 | 체크리스트 기반 직접 확인 | 없음 |
| 비판적 검증 | 새로운 기준/규칙 수립, 아키텍처 결정 시 | 근거 유효성, 범주 오류, 실무 적용성 재검토 | 높음 |
일반 구현/문서 작업은 자가 검증만으로 충분하다. 비판적 검증은 의사결정의 근거가 중요한 경우에만 적용한다.
다이어그램
| 용도 | 도구 |
|---|---|
| 플로우, 시퀀스, 구조도 | Mermaid (README 임베딩) |
| 클래스, ERD 등 상세 | PlantUML + SVG |
PlantUML 사용 시: example.puml → example.svg 필수 생성
커밋 컨벤션
/commit 스킬 호출 시 컨벤션이 자동 적용됩니다.
타입: init, feat, fix, docs, refactor, chore
설정 파일
| 파일 | 범위 | Git |
|---|---|---|
.claude/settings.json |
공통 설정 | 추적 |
.claude/settings.local.json |
로컬 전용 | 무시 |
.claude/skills/ |
프로젝트 전용 스킬 (/post 등) |
추적 |
프로젝트별 커스텀
프로젝트 전용 설정이 필요하면:
CLAUDE.md하단에 프로젝트 고유 규칙 추가README.md에 기술 스택, 디렉토리 구조, 실행 방법 등 작성.claude/settings.local.json에 로컬 전용 설정 추가
이 프로젝트 (claude-slack-to-notion)
Slack 메시지/스레드를 분석하여 이슈/태스크로 구조화하고, Notion 페이지로 정리하는 도구입니다.
개요
| 구분 | 내용 |
|---|---|
| 목적 | Slack 메시지/스레드 → AI 분석 → Notion 페이지 정리 및 협업 |
| 형태 | Claude Code 플러그인 |
| 리모트 | https://github.com/idean3885/claude-slack-to-notion.git |
Git Flow (이 레포)
main ────────────────●─────
\ /
feature/12 ─
develop브랜치 없음 (소규모 도구 레포)- PR 타겟:
main직접 - 이슈 사이클 동일 적용:
/github-issue→/spec→/implement→/commit→/github-pr
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 · 179 lines · 1,629 tokens per session scan A 4e8098d86eb9
claude-slack-to-notion CLAUDE.md is an instructions file published in the GitHub repository idean3885/claude-slack-to-notion (0 stars, last pushed 1mo ago), licensed MIT. It adds 1,629 tokens to every session, about $0.0081 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-31.
Other instructions, from other repositories
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).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
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).