CLAUDE.md
CLAUDE.mdCLAUDE.mdroot
Quality
61/100
Scores the file, not the repository.Length
518 words
10 headings · 2 code blocksRepository
7
— · pushed 68 days agoLast changed
3 days ago
First indexed 3 days ago.1# CLAUDE.md — Contribution Rules23This file defines the rules for maintaining and updating this repository.4Follow these guidelines in every session without needing to be reminded.56---78## Repository Purpose910A centralized map of references for configuring AI coding assistants.11Covers: skills, instructions, prompts, agents, rules, SDD tools and AI coding assistants.1213**This is a map — not a catalog.**14We point to repos and resources, we do not host skills or prompts directly.15Only add resources that are specifically about configuring AI coding assistants.16Do NOT add: AI frameworks, ML libraries, models, papers or general AI tools.1718---1920## Tags2122Only add a tag when official support is **confirmed**. Do not guess.2324**Always use image badges from `BADGES.md` — never plain text tags.**2526### Assistant Tags27| Tag | Assistant |28|-----|-----------|29| `claude` | [Claude Code](https://claude.ai/code) — Anthropic |30| `copilot` | [GitHub Copilot](https://github.com/features/copilot) — GitHub |31| `cursor` | [Cursor](https://www.cursor.com/) |32| `gemini` | [Gemini CLI](https://github.com/google-gemini/gemini-cli) — Google |33| `codex` | [Codex CLI](https://github.com/openai/codex) — OpenAI |34| `windsurf` | [Windsurf](https://windsurf.com/) — Codeium |35| `opencode` | [OpenCode](https://opencode.ai/) |3637### Pricing Tags38| Tag | Meaning |39|-----|---------|40| `free` | Has a free tier |41| `paid` | Paid only |42| `open source` | Source code is publicly available and freely modifiable |4344---4546## Sections4748| Section | What belongs here |49|---------|------------------|50| Skills | SKILL.md repos and skill collections |51| Instructions & Rules | `.cursorrules`, `copilot-instructions.md`, rule files |52| Agents | Agent `.md` files, agent collections |53| System Prompts | Reverse-engineered or reference system prompts |54| Prompts & Templates | Prompt engineering resources and templates |55| Tools | SDD tools and skill/config management tools |56| AI Coding Assistants | The assistants themselves — not configs |57| Content | Videos, posts and talks about the topic |5859---6061## Adding a Resource6263Each entry must follow this format:6465```markdown66- **[owner/repo](https://github.com/owner/repo)** `tag1` `tag2`67 > One-line description of what it is and why it's relevant68```6970Rules:71- Description must be in English72- Keep descriptions short — one line only73- Only add tags you are certain about74- Place in the correct section75- For paid tools, always add `free` or `paid` tag7677---7879## Content Section8081The Content section has two subsections:8283- **CodandoTV** — videos from the CodandoTV YouTube channel84- **Community** — videos, posts or talks from anyone in the community8586Format for videos:87```markdown88- **[Video Title](https://youtube.com/...)**89```9091---9293## Bilingual Files9495This repo has English and Portuguese (PT-BR) versions of key files:9697| English | Portuguese |98|---------|-----------|99| `README.md` | `README.pt-br.md` |100| `CONTRIBUTING.md` | `CONTRIBUTING.pt-br.md` |101102**Rule: whenever you update the English version, you MUST update the PT-BR version in the same session.**103Never leave the two versions out of sync.104105---106107## What NOT to add108109- AI frameworks (LangChain, LlamaIndex, etc.)110- ML models or model repos111- On-device AI / edge AI libraries112- General awesome-lists not related to coding assistant configuration113- Tools without clear relation to AI coding assistant configuration114
