Development Guidelines

🌐Community
by taira0222 · vlatest · Repository

Provides clear, concise guidance on adhering to established coding standards and best practices for software development projects.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add development-guidelines npx -- -y @trustedskills/development-guidelines
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "development-guidelines": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/development-guidelines"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides access to development guidelines for the Juku Cloud Backend project. It allows AI agents to retrieve and apply coding standards, architectural patterns, and best practices specific to that codebase. The skill ensures consistency and maintainability by enforcing established conventions during development tasks.

When to use it

  • When generating new code for the Juku Cloud Backend project.
  • During code reviews to ensure adherence to established guidelines.
  • To understand existing architectural decisions within the backend system.
  • For onboarding new developers to the project, providing a quick reference guide.

Key capabilities

  • Retrieval of coding standards and conventions.
  • Access to architectural patterns documentation.
  • Guidance on best practices for Juku Cloud Backend development.
  • Enforcement of established code style guidelines.

Example prompts

  • "What are the naming conventions for API endpoints in the Juku Cloud Backend?"
  • "Show me the recommended architecture for handling user authentication."
  • "How should I structure a new microservice within the backend?"
  • “Give me an example of how to implement error logging.”

Tips & gotchas

The skill's effectiveness is dependent on having access to and understanding the specific codebase it represents. It’s most useful when integrated into automated code generation or review workflows.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
taira0222
Installs
3

🌐 Community

Passed automated security scans.