Fullstack Conventions
Enforces consistent fullstack coding conventions (style, structure, testing) across projects based on davincidreams' established patterns.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add fullstack-conventions npx -- -y @trustedskills/fullstack-conventions
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"fullstack-conventions": {
"command": "npx",
"args": [
"-y",
"@trustedskills/fullstack-conventions"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides guidance and enforces best practices for full-stack development. It helps ensure code consistency, maintainability, and adherence to industry standards across the entire application stack. The tool can be used to generate boilerplate code, review existing codebases, and provide suggestions for improvement based on established conventions.
When to use it
- New Project Setup: Generate a project with pre-configured file structure and coding style guidelines.
- Code Reviews: Automatically identify deviations from agreed-upon full-stack conventions within an existing codebase.
- Onboarding New Developers: Quickly familiarize new team members with the project's architectural patterns and coding standards.
- Refactoring Legacy Code: Apply consistent formatting and structure to older codebases, improving readability and reducing technical debt.
Key capabilities
- Code generation based on conventions
- Automated code review for adherence to standards
- Enforcement of full-stack best practices
- Provides suggestions for improvement
Example prompts
- "Generate a new React project with TypeScript and ESLint configured."
- "Review this Python script for PEP 8 compliance."
- "Suggest improvements to this Node.js Express route handler based on RESTful API conventions."
Tips & gotchas
The skill's effectiveness depends on having clearly defined full-stack conventions established beforehand. Without a baseline set of rules, the tool will struggle to provide meaningful feedback or generate useful code.
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.