Best Practices

🌐Community
by tech-leads-club · vlatest · Repository

Provides actionable best practices and guidance from Tech Leads Club for effective team leadership and technical decision-making.

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 tech-leads-club-best-practices npx -- -y @trustedskills/tech-leads-club-best-practices
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "tech-leads-club-best-practices": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/tech-leads-club-best-practices"
      ]
    }
  }
}

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

About This Skill

What it does

This skill provides actionable best practices and guidance related to modern web development, drawing from the Tech Leads Club's expertise. It focuses specifically on security considerations, ensuring browser compatibility, and maintaining high code quality based on Lighthouse audit recommendations. The skill covers topics like enforcing HTTPS, implementing Content Security Policy (CSP), utilizing security headers, and avoiding vulnerable libraries.

When to use it

  • When you need guidance on securing a web application.
  • To ensure your website adheres to modern web development standards.
  • For help understanding and implementing best practices for browser compatibility.
  • When performing code reviews or audits of existing web projects.

Key capabilities

  • HTTPS Enforcement: Provides examples and explanations for enforcing HTTPS connections, including protocol-relative URLs.
  • Content Security Policy (CSP): Offers guidance on implementing CSP through meta tags and HTTP headers, including the use of nonces for inline scripts.
  • Security Headers: Provides example configurations for security headers like X-Frame-Options, X-Content-Type-Options, X-XSS-Protection, Referrer-Policy, and Permissions-Policy.
  • Vulnerability Scanning: Reminds users to check for vulnerabilities in their project dependencies using tools like npm audit or yarn audit.

Example prompts

  • "What is a Content Security Policy (CSP) header?"
  • "Show me an example of how to enforce HTTPS."
  • "How can I prevent clickjacking on my website?"
  • "Explain the purpose of X-Content-Type-Options: nosniff"

Tips & gotchas

  • The skill focuses specifically on web development best practices, not general software engineering.
  • CSP configurations require careful planning and testing to avoid breaking functionality.
  • Regularly audit your project dependencies for known vulnerabilities using tools like npm audit or yarn audit.

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
tech-leads-club
Installs
39

🌐 Community

Passed automated security scans.