| name | project-context |
| description | ALWAYS use this skill at the start of EVERY conversation to load essential project guidelines, critical rules, interaction protocols, documentation structure, and philosophy. This is the foundation skill that must be loaded first. |
| allowed-tools | Read |
Project Context Skill
⚠️ CRITICAL: This skill must be loaded at the start of every conversation to understand project guidelines and critical rules.
📚 Load Project Memory
When this skill is invoked, read the following file to load all essential project context:
File: /home/destakar/Trabalho/CLAUDE-MEMORY.md
This file contains:
- ⚠️ Critical interaction rules (ALWAYS ask before executing)
- 📚 Documentation structure (CLAUDE-MEMORY.md, LOG.md, sugestões.md)
- 🎯 Project philosophy and values
- 🚫 What to avoid
- 📞 Official links
- ⚠️ Critical Git rules
- 🤖 Admin AI Assistant (complete architecture)
- 📝 Update history
🎯 After Loading
Once you've read CLAUDE-MEMORY.md, you'll know:
- How to interact with the user - The absolute rule: ALWAYS ask before executing code
- Documentation structure - When to consult LOG.md and sugestões.md
- Project values - Minimalism, accessibility, open source, education, security
- Critical Git rules - Only commit files inside tokenmilagre-platform/
- What to avoid - Design and code anti-patterns
- AI Assistant system - Chat IA em
/dashboard/criar-artigocom detecção de intenção natural
🔗 Related Skills
After loading project context, use these specialized skills when needed:
article-creation- When creating/editing articles or newschat-workflow- When working with AI chat system (creation, intent detection, architecture)design-system- When working with design, CSS, or componentsdatabase-setup- When working with Prisma, database, or deploymentpages-reference- When modifying or understanding page-specific featurestroubleshooting- When encountering bugs or performance issues (regex removing line breaks, scroll, cache, flash visual)
📖 Instructions for Claude
When this skill is invoked:
- Read
/home/destakar/Trabalho/CLAUDE-MEMORY.mdcompletely - Acknowledge that you've loaded the project context
- Be ready to follow all critical rules, especially:
- ALWAYS ask before executing code
- NEVER commit files outside tokenmilagre-platform/
- NEVER run build or dev server commands
- Use Prisma directly in Server Components (no HTTP fetch)
- BE CONCISE - Respostas curtas e diretas (usuário prefere economia de tokens)
- Consult LOG.md when historical context is needed
- Consult sugestões.md before suggesting improvements
🔍 Quick References
AI Assistant System:
- Location:
/dashboard/criar-artigo(criação de artigos com chat IA integrado) - Sidebar global:
AdminChatSidebar(disponível em todo dashboard) - Full workflow: Use skill
chat-workflowpara arquitetura completa - Legacy:
/dashboard/chatfoi removido (04/11/2025) - funcionalidade duplicada
Update ETF Data:
- Guide:
docs/ATUALIZAR-ETFS.md - Component:
components/ETFMetricsSection.tsx(line ~30) - Sources: Farside Investors, CoinGlass, SoSoValue
Server Management:
- Script:
/home/destakar/Trabalho/server-manager.sh - Commands: start, stop, restart, status
Skill criada por: Claude Code Última atualização: 2025-11-04 (atualizado sistema de chat IA - removido /dashboard/chat)