Js Google
Js Google extracts data from Google Search results into a structured JSON format for easy use in scripts and applications.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add js-google npx -- -y @trustedskills/js-google
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"js-google": {
"command": "npx",
"args": [
"-y",
"@trustedskills/js-google"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides a comprehensive JavaScript style guide based on Google's official guidelines, designed specifically for use by AI agents and LLMs. It contains 47 rules across eight categories, prioritized to assist with automated code refactoring and generation. The guide covers aspects like module systems, language features, type safety, naming conventions, and formatting.
When to use it
This skill is helpful when:
- Writing new JavaScript or ES6+ code.
- Structuring modules and managing imports/exports.
- Adding JSDoc type annotations and documentation.
- Reviewing existing JavaScript code for consistency.
- Refactoring existing JavaScript code.
Key capabilities
- Provides 47 specific rules across eight categories (Module System & Imports, Language Features, Type Safety & JSDoc, Naming Conventions, Control Flow & Error Handling, Functions & Parameters, Objects & Arrays, Formatting & Style).
- Prioritizes rules based on impact (Critical, High, Medium-High, Medium, Low).
- Offers a quick reference guide to specific rule examples.
Example prompts
- "Apply the Google JavaScript style guide's module system rules."
- "Check this code snippet for naming convention violations according to the Google JavaScript Style Guide."
- "Generate JSDoc comments for this function, following the guidelines for type safety and documentation."
Tips & gotchas
- The skill is designed to assist with automated code generation and refactoring; itβs not a replacement for understanding JavaScript fundamentals.
- Rules are prioritized β focus on "Critical" rules first for maximum impact.
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.