Backend Dev Guidelines
Helps with backend development, guidelines as part of developing backend services and APIs workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add diet103-backend-dev-guidelines npx -- -y @trustedskills/diet103-backend-dev-guidelines
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"diet103-backend-dev-guidelines": {
"command": "npx",
"args": [
"-y",
"@trustedskills/diet103-backend-dev-guidelines"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides backend development guidelines specifically tailored for the diet103/claude-code-infrastructure-showcase project. It ensures that AI agents adhere to established coding standards and architectural patterns when modifying or creating backend components within this specific infrastructure environment.
When to use it
- Enforcing consistent code style and structure across the
diet103infrastructure showcase repository. - Guiding AI agents during refactoring tasks to maintain compatibility with existing backend systems.
- Ensuring new feature implementations align with the project's specific technical constraints and best practices.
- Validating that generated code meets the security and performance standards defined in the showcase documentation.
Key capabilities
- Access to project-specific backend development rules and conventions.
- Context awareness of the
diet103/claude-code-infrastructure-showcasearchitecture. - Guidance for generating compliant backend code snippets and modules.
- Enforcement of infrastructure-specific coding protocols.
Example prompts
- "Review this new API endpoint implementation against the diet103 backend guidelines."
- "Generate a database migration script that follows the project's specific backend development standards."
- "Refactor this service layer to align with the
diet103/claude-code-infrastructure-showcasecoding conventions."
Tips & gotchas
Ensure you are working within the context of the diet103/claude-code-infrastructure-showcase repository, as these guidelines are specific to that environment and may not apply to other backend projects. Always verify that generated code respects the unique architectural decisions made in this showcase before deploying to production.
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.