Prohibits ad-hoc mutable stateful objects and enforces stateless functions or established patterns (Factory/Builder) when state is unavoidable. Use when designing data structures or reviewing code that introduces new class instances or mutable singletons. Do not use to prohibit all state — only uncontrolled, arbitrarily created mutable objects.
Prohibits Tailwind arbitrary values (e.g. w-[17px]) to enforce design system token consistency. Use when writing or reviewing Tailwind class lists. Do not use when a value is intentionally one-off and cannot be expressed by any existing token (e.g. a pixel-perfect third-party embed constraint).
Minimizes reliance on full component mount tests by extracting testable logic and mocking child components when rendering is necessary. Use when writing tests for frontend components. Do not use to prohibit all rendering tests — snapshot or integration tests for critical UI flows are still acceptable with justification.
Prohibits package-level mutable variables and init() functions for state management in Go, enforcing dependency injection instead. Use when writing or reviewing Go packages that need configuration or shared resources. Do not use for package-level constants or type registrations that are genuinely immutable.
Prevents N+1 query problems by enforcing eager loading (JOINs) or query batching when fetching related data. Use when writing or reviewing code that fetches a list and then queries related data per item. Do not use when the secondary queries are intentionally lazy-loaded for performance reasons and the number of items is provably small.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AI コーディングエージェント向けに中央集約した、個人的コーディングガイドライン
npx claudepluginhub mew-ton/coding-guidelines --plugin coding-guidelinesOne-person AI-driven development framework. Automates the cycle from idea to GitHub Issue, task decomposition, implementation, and review. Supports github-only or linear+github tracker profiles.
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Complete developer toolkit for Claude Code