Claude Code Plugins

Community-maintained marketplace

Feedback

development-guidelines

@serpro69/claude-starter-kit
29
0

Use this task to ensure you follow development best practices during development and implementation.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name development-guidelines
description Use this task to ensure you follow development best practices during development and implementation.

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.