Directory · Claude Skills

Use when the user asks to write code efficiently, avoid over-engineering, reduce dependencies, or prevent unnecessary abstractions. Enforces a strict efficiency ladder: YAGNI, reuse, stdlib, native platform, existing deps — before writing any new code.

★ 23,073 Synced 7 hours ago View SKILL.md

At a glance

Coding Plugin install Python Actively maintained

This skill is for Coding and helps you write efficient code with minimal dependencies, refactor code to reduce complexity, and evaluate whether code is over-engineered.

Install /plugin marketplace add alirezarezvani/claude-skills /plugin install minimalist
Can use Not declared by the author
Good for write efficient code with minimal dependenciesrefactor code to reduce complexityevaluate whether code is over-engineeredapply yagni principles to reduce bloatsimplify abstractions and dependencies

Setup, runtime and requirements describe alirezarezvani/claude-skills, the repo this skill ships in.

YagniEfficiencydependenciesAbstractionMinimalismStdlib

Also in alirezarezvani/claude-skills

View the repo
loop-library Coding

Discover, find, compare, audit, repair, adapt, and design repeatable AI-agent loops with explicit triggers, actions, verification, stopping...

strict-api Code Review & Testing

Use when the user says 'no hallucinations', 'verify APIs', 'reality check', or 'don't invent functions'. Prevents the agent from calling met...

Other Coding skills

karpathy-guidelines multica-ai/andrej-karpathy-skills

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make...

webapp-testing anthropics/skills

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI be...

mcp-builder anthropics/skills

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-design...

claude-api anthropics/skills

Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model...

web-artifacts-builder anthropics/skills

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS,...

request-refactor-plan mattpocock/skills

Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor...