CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

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
  • Advertise

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

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. hustcer
  4. /
  5. nushell-pro
  6. /
  7. Nushell Pro

Nushell Pro

Editor's Note

This is a comprehensive style guide and security checklist for Nushell scripting, covering everything from pipeline semantics to type signatures to parallel execution patterns. Use it when you're writing .nu files from scratch, converting Bash scripts to idiomatic Nushell, or reviewing code for security issues like untrusted input handling and destructive operations. The workflow is methodical: it walks you through identifying your task type, loading only the relevant reference sections (string handling, security, dataframes, anti-patterns), then applying validation checks before execution. The real value is in the critical distinctions it enforces, like pipeline input versus parameters, immutability defaults, and structured data over string parsing. Good for teams standardizing on Nushell or anyone tired of fighting the parser.

Install

npx skills add https://github.com/hustcer/nushell-pro --skill nushell-pro
Votes
0
Installs571
GitHub Stars5
Categories
Code Review & QualityAutomation & Workflows
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Code Review & Quality Skills

View all →
plankton-code-quality

affaan-m/everything-claude-code

0
3.5k
183.5k
Write-time code quality enforcement with auto-formatting, linting, and Claude-powered subprocess fixes on every file edit.
typescript-review

metabase/metabase

0
45.8k
Review TypeScript and JavaScript code changes for compliance with Metabase coding standards, style violations, and code quality issues. Use when reviewing pull requests or diffs containing TypeScript/JavaScript code.
clojure-review

metabase/metabase

0
45.8k
Review Clojure and ClojureScript code changes for compliance with Metabase coding standards, style violations, and code quality issues. Use when reviewing pull requests or diffs containing Clojure/ClojureScript code.
naming-conventions

crmagz/cdk-constructs-library

0
6
Naming conventions for types, functions, files, and resources. Use when creating new code or reviewing naming patterns. Emphasizes type-driven development.
code-quality-fix-all

UKGovernmentBEIS/inspect_evals

0
353
Fix code quality issues identified in a code quality review stored in agent_artefacts/code_quality/<topic>/. Systematically addresses issues found by the code-quality-review-all skill for ANY code quality topic, with validation and testing at each step. Use when user asks to fix issues from a code quality review, or asks to fix issues from agent_artefacts/code_quality/<topic>.
review-and-refactor

github/awesome-copilot

0
9.7k
33.1k
Automated code review and refactoring against project-specific coding guidelines and instructions.