# Development Guidelines

> Use when writing code to ensure you follow development best practices during development and implementation.

- Skill: `majiayu000/development-guidelines-5` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/development-guidelines-5`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/development-guidelines-5/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/development-guidelines-5

---


# Development Guidelines

## Working with Dependencies

1. Always try to use latest versions for dependencies.
2. If you are not sure, **do not make assumptions about how external dependencies work**. Always consult documentation.
3. Before trying alternative methods, always try to **use context7 MCP to lookup documentation for external dependencies** like libraries, SDKs, APIs and other external frameworks, tools, etc.
   - **IMPORTANT! Always make sure that documentation version is the same as declared dependency version itself.**
   - Only revert to web-search or other alternative methods if you can't find documentation in context7.

