Backend Dev Guidelines
Helps with backend development, guidelines as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add backend-dev-guidelines npx -- -y @trustedskills/backend-dev-guidelines
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"backend-dev-guidelines": {
"command": "npx",
"args": [
"-y",
"@trustedskills/backend-dev-guidelines"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides developers with best practices, coding standards, and architectural guidelines for building robust backend systems. It includes advice on API design, database optimization, security protocols, and scalable infrastructure setups.
When to use it
- You're designing a new backend service and need guidance on structuring your codebase.
- Your team is struggling with performance bottlenecks in the existing system.
- You want to ensure that your APIs are secure, well-documented, and follow RESTful or GraphQL conventions.
- You’re looking for ways to improve the maintainability and scalability of your backend application.
Key capabilities
- API design patterns and REST/GraphQL best practices
- Database optimization strategies (e.g., indexing, query tuning)
- Security recommendations (authentication, authorization, input validation)
- Infrastructure setup tips for cloud environments
- Code organization and modular architecture guidance
Example prompts
- "How should I structure my backend service to ensure scalability?"
- "What are the best practices for securing a REST API?"
- "Can you provide guidelines on optimizing database queries in Node.js?"
Tips & gotchas
- Ensure your team is aligned with the chosen architectural patterns before implementation.
- This skill assumes some familiarity with backend development concepts; it’s not a beginner-level tutorial.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.