Agent skill
mcp-usage
Descreve como usar MCPs relevantes (filesystem, git, runtime) para trabalhar com o projeto Daylyou.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/mcp-usage
SKILL.md
Skill: MCP Usage para o Daylyou
Filesystem MCP
- Usa o filesystem MCP para:
- ler ficheiros longos,
- escrever alterações usando patches,
- criar novos ficheiros ou pastas.
- Nunca alteres ficheiros fora da pasta do projeto Daylyou.
Git MCP
- Antes de um conjunto de alterações:
- verifica o estado (
git status); - cria uma branch nova (ex:
feature/habits-layout).
- verifica o estado (
- Depois de completar uma micro-tarefa:
- faz commit com mensagem clara (ex:
feat(habits): add basic habits page layout).
- faz commit com mensagem clara (ex:
- Evita commits gigantes com mudanças misturadas.
Runtime MCP
- Usa o runtime MCP para:
- correr
npm run devounpm run lint; - executar scripts específicos (ex: seed de dados, testes).
- correr
- Se um comando falhar, lê o erro com atenção e devolve-me um resumo claro + sugestão.
Ordem recomendada numa tarefa grande
- Task Breakdown → plano de passos.
- Git → nova branch.
- Filesystem → editar ficheiros (safe-editing).
- Runtime → correr testes/dev server.
- Git → commit.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?