claude-slack-to-notion: Instructions file for Claude Code

CLAUDE.md

claude-slack-to-notion CLAUDE.md is an instructions file for Claude Code from idean3885/claude-slack-to-notion. It costs 1,629 tokens per session, scanned A, original, MIT.

A set of project instructions for Claude Code covering a specification-first workflow: write a plan, implement it, review it, then commit and open a pull request. It also defines branch, validation, diagram, and commit conventions.

In plain words
What is it for?
Use it to guide issue-to-PR work, keep documentation and code aligned, choose validation depth, create diagrams, and follow the project's branch and commit conventions.
Why use it?
It gives an AI coding agent and its collaborators shared rules for planning and reviewing changes. This reduces uncertainty about when code may be committed or pushed and how work should be checked.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

This is idean3885/claude-slack-to-notion's own configuration. It tells Claude Code how to work on claude-slack-to-notion itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-slack-to-notion configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/idean3885/claude-slack-to-notion/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/idean3885/claude-slack-to-notion

Made for: Claude Code.

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 claude-slack-to-notion CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/idean3885/claude-slack-to-notion/claude-md/github.svg)](https://agentmods.dev/instructions/idean3885/claude-slack-to-notion/claude-md)
Your own site
<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.

agentmods 80×15 button for claude-slack-to-notion CLAUDE.md

Your own site · 80×15
<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>
Per session 1,629 This file is loaded in full into every session.
When invoked 1,629 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.01629 $0.01629
Opus 5 $0.00814 $0.00814
Sonnet 5 $0.00326 $0.00326
Haiku 4.5 $0.00163 $0.00163

Measured 10d ago against content hash 4e8098d86eb9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

CLAUDE.md · 179 lines

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 스킬로 전체 사이클을 안내한다.

핵심 규칙

  1. 명세 우선: 코드 작성 전 명세 문서 먼저
  2. 사용자 승인: 커밋/푸시는 사용자 요청 시에만
  3. 동기화 유지: 문서와 코드는 항상 일치
  4. 멱등성 검증: 작업 완료 후 가이드 기준 검증

검증

작업 완료 후 검증 수준을 구분하여 토큰 효율성과 정확도를 균형있게 유지한다.

수준 적용 시점 방법 비용
자가 검증 매번 체크리스트 기반 직접 확인 없음
비판적 검증 새로운 기준/규칙 수립, 아키텍처 결정 시 근거 유효성, 범주 오류, 실무 적용성 재검토 높음

일반 구현/문서 작업은 자가 검증만으로 충분하다. 비판적 검증은 의사결정의 근거가 중요한 경우에만 적용한다.

다이어그램

용도 도구
플로우, 시퀀스, 구조도 Mermaid (README 임베딩)
클래스, ERD 등 상세 PlantUML + SVG

PlantUML 사용 시: example.pumlexample.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

Read the full file on GitHub · 179 lines

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. 10d ago First seen · 179 lines · 1,629 tokens per session scan A 4e8098d86eb9

Subscribe to this mod's changes

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.

Related

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.

vercel/next.js · 7,296 tokens

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.

openai/codex · 5,153 tokens

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).

microsoft/vscode · 6,785 tokens

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.

github/spec-kit · 7,104 tokens

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.

langchain-ai/langchain · 4,469 tokens

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).

microsoft/vscode · 5,001 tokens