CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnJobsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Jobs
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. affaan-m
  4. /
  5. everything-claude-code
  6. /
  7. Nodejs Keccak256

Nodejs Keccak256

Editor's Note

If you're building Ethereum tooling in JavaScript or TypeScript, you've probably already shipped this bug. Node's `crypto.createHash('sha3-256')` implements NIST SHA3, not the Keccak-256 variant Ethereum actually uses, and the outputs are silently different. This skill teaches Claude to catch the distinction and use the right helpers from ethers, viem, or web3.js when computing function selectors, event topics, storage slots, or deriving addresses from public keys. It includes grep commands to audit your codebase and side-by-side examples showing why `nistSha3 === keccak` returns false. Small footgun, massive consequences if you get it wrong.

Install

npx skills add https://github.com/affaan-m/everything-claude-code --skill nodejs-keccak256
Votes
0
Installs2.1k
GitHub Stars183.5k
Categories
SecurityDevOps & CI/CDGit & Pull RequestsAI & Agent BuildingRelease ManagementDebuggingAutomation & WorkflowsJava & JVMDesign & UI/UXFinance & Trading
First SeenMay 16, 2026
View on GitHub

Comments

Login to comment

Related Security Skills

View all →
web-design-guidelines

vercel-labs/agent-skills

3
322.6k
26.6k
Audit UI code against Vercel's Web Interface Guidelines for design and accessibility compliance.
azure-validate

microsoft/azure-skills

0
320k
964
Pre-deployment validation for Azure infrastructure, configuration, and permissions before deployment.
entra-app-registration

microsoft/azure-skills

0
320k
964
Microsoft Entra ID app registration, OAuth 2.0 configuration, and MSAL integration for secure application authentication.
azure-rbac

microsoft/azure-skills

0
319.8k
964
Find minimal Azure RBAC roles, generate assignment commands, and provide Bicep infrastructure code.
azure-compliance

microsoft/azure-skills

0
319.8k
964
Azure compliance scanning, Key Vault expiration auditing, and resource configuration validation.
seo-audit

coreyhaines31/marketingskills

0
110.4k
28.8k
Comprehensive SEO auditing framework covering crawlability, indexation, speed, on-page optimization, and content quality.