best-practices

Automate web best-practice guidance for security, compatibility, and code quality.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nshonda/workstation-setup --skill best-practices-nshonda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: best-practices
Source: https://github.com/nshonda/workstation-setup/tree/main/claude/skills/best-practices
Command: npx skills add https://github.com/nshonda/workstation-setup --skill best-practices-nshonda

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Modern web projects often struggle to balance security, compatibility, and maintainable code quality. This Skill provides a structured set of guidelines to help teams adopt best practices consistently across projects.

Core Features & Use Cases

  • Enforces secure-by-default patterns, comprehensive browser compatibility checks, and readable, maintainable code-quality standards.
  • Useful for security audits, code reviews, and modernization initiatives across HTML, CSS, JavaScript, and deployment configurations.
  • Example: when auditing a new web app, apply these guidelines to identify missing security headers, CSP gaps, and deprecated APIs.

Quick Start

Run a quick assessment of a project to identify gaps in security headers, CSP, compatibility, and code quality, then propose concrete improvements.

Frequently Asked Questions about best-practices

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit my web app for missing security headers and CSP gaps?

A security audit identifies missing headers and CSP gaps by applying secure-by-default guidelines to your codebase. It reviews deployment configurations to propose concrete improvements for HTTPS and Content Security Policy.

What are the best practices for checking browser compatibility and deprecated APIs?

Checking browser compatibility requires scanning HTML, CSS, and JavaScript for deprecated APIs and outdated patterns. Applying these guidelines during code reviews ensures modern web standards are maintained across your project.

Can I use these guidelines for code reviews across HTML, CSS, and JavaScript?

Yes, these guidelines apply to code reviews across HTML, CSS, and JavaScript. They enforce readable, maintainable code-quality standards and secure-by-default patterns for consistent project application.

Does this approach work for modernization projects involving deployment configurations?

Yes, this approach works for modernization projects by auditing deployment configurations. It applies guidelines for security headers and performance patterns to elevate web quality across your infrastructure.

What is the best way to enforce secure-by-default patterns in a new web application?

The best way to enforce secure-by-default patterns is applying structured guidelines during initial development. This proactively identifies missing security headers, CSP gaps, and deprecated APIs before deployment.