javascript-skillsA comprehensive JavaScript style guide skill. When activated, it provides best-practice JavaScript coding conventions and generates code that strictly follow...
Install via ClawdBot CLI:
clawdbot install wscats/javascript-skillsGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Potentially destructive shell commands in tool definitions
eval(Calls external URL not in known-safe list
https://api.example.comAI Analysis
The skill definition contains no actual code execution, API calls, or data exfiltration mechanisms; it's purely a style guide. The flagged signals appear to be from a generic rule scan of placeholder examples (like `eval()` and `https://api.example.com`) within illustrative code snippets, not from functional skill components.
Audited Apr 17, 2026 · audit v1.0
Generated Apr 26, 2026
Enforce a unified JavaScript style guide across multiple developers to ensure code readability and maintainability. The skill automatically suggests best practices for variable declarations, object/array syntax, and module imports, reducing code review friction.
Use the style guide to quickly write clean, production-ready JavaScript code while prototyping. It covers modern ES6+ patterns like arrow functions, destructuring, and template literals, enabling faster iteration without sacrificing code quality.
Apply the skill's rules to refactor legacy JavaScript code, replacing old patterns (var, function declarations, prototype manipulation) with modern equivalents (const/let, classes, ES modules). This improves performance and aligns with current standards.
Instructors and students can use the skill as a living code style reference. It provides explanations for each convention, helping learners understand why certain patterns are preferred and how to write idiomatic JavaScript.
Integrate the skill into code review workflows to automatically flag deviations from the style guide. For example, it can suggest replacing var with const, using object destructuring, or applying arrow functions in callbacks, streamlining the review process.
Offer the skill as a premium plugin for IDEs or CI/CD pipelines, providing real-time style enforcement and custom configuration options. Revenue from monthly or annual subscriptions per developer seat.
Provide organizations with workshops and code audits using the skill's guidelines, helping teams adopt modern JavaScript practices. Revenue from one-time consulting fees and recurring training contracts.
Offer a free basic version of the style guide skill with analytics that track code quality metrics (e.g., adherence to rules). Premium features include team dashboards, custom rule sets, and integration support. Revenue from premium subscriptions.
💬 Integration Tip
Integrate the skill into your IDE via a linter plugin or use it as a standalone prompt in AI-assisted coding tools to automatically generate style-compliant code. Pair it with ESLint for automated enforcement.
Scored Apr 26, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.