Plugin Claude Code
Plugin marketplace listing 1 plugin: natuleadan.
Plugin Claude Code
Plugin marketplace listing 1 plugin: natuleadan.
Instructions file CodexOpenCode
Instructions for natuleadan/skills, covering natuleadan skills — agent guide, quick links, skills and validation.
Instructions file
Instructions for natuleadan/skills, a project described as: Multi-domain agent skills collection for AI coding agents (Claude, Cursor, Copilot, OpenCode, and more). Covers programming, biology, cooking, and future domains. Installable via npx skills add.
Skill Claude CodeCodex
Secures npm, pnpm, and bun against supply chain attacks — lockfile enforcement, provenance, version pinning, dependency audit, and script blocking.
Skill Claude CodeCodex
Installs and configures JavaScript toolchain — npm, pnpm, bun, Node.js version managers, and PATH setup for new development environments.
Skill Claude CodeCodex
Day-to-day package management for npm, pnpm, and bun — install, update, audit, publish, dependency inspection, and version conflict resolution.
Skill Claude CodeCodex
Creates AI agent skills from scratch — SKILL.md frontmatter, directory structure, progressive disclosure, evals, and distribution.
Skill Claude CodeCodex
React best practices, hydration pattern, web accessibility (ARIA, keyboard nav), and frontend performance (N+1 queries, lazy loading).
Skill Claude CodeCodex
Backend architecture — typed errors, structured API responses, domain modules, service/repository layering, env sanitization, and FK protection.
Skill Claude CodeCodex
Testing practices (vitest, TDD, coverage), security rules (secrets, XSS, injection, CORS), and seed data patterns (anonymization, multi-language).
Skill Claude CodeCodex
Conventional commit format, git staging safety, disaster recovery with git reflog, and commit message best practices.
Skill Claude CodeCodex
Semantic version mapping, semantic-release automation, post-release workflow, and release configuration for conventional commits.
Skill Claude CodeCodex
Clean Architecture layer ordering and strict inward dependency flow for web applications. Domain → Application → Infrastructure → Actions → UI.
Skill Claude CodeCodex
Three-tier caching — browser, runtime, and distributed cache. Pipeline batching, atomic transactions, invalidation, and multi-language cache keys.
Skill Claude CodeCodex
TypeScript strict mode, generics, mapped types, conditional types, Zod validation, migration strategy, and anti-patterns.
Skill Claude CodeCodex
Polar.sh payment integration — product sync, checkout, webhooks, multi-currency, MoR model, sandbox testing, and API reference.
Skill Claude CodeCodex
Stripe payment integration — Checkout Sessions, PaymentIntents, Connect, billing, Treasury, and migration from deprecated APIs.
Skill Claude CodeCodex
Supabase platform — Row Level Security, Edge Functions, Realtime patterns, Storage signed URLs, PostgreSQL schema design, and anti-patterns.
Skill Claude CodeCodex
Internationalization — translation tables, RTL support, safe translations, LangProvider, locale detection, SEO hreflang, and language config.
Skill Claude CodeCodex
Drizzle ORM schema patterns — domain factories, prd/sys/tst prefixes, FK constraints, vector+HNSW, JSONB+GIN, raw SQL, and the as any bridge.
Skill Claude CodeCodex
Domain repository factory — functions accepting Drizzle tables to create reusable CRUD for test (tst) and production (prd/sys) tables.
Skill Claude CodeCodex
Backend API test patterns — describeIf guards, getAuthHeaders, test-% cleanup, req() helper, KV isolation, sub-resource tests, and permissions matrix.
Skill Claude CodeCodex
Multi-currency architecture — price-per-currency with FK chain to countries and taxes, geo detection via edge headers, admin CRUD.
Skill Claude CodeCodex
Multi-language translations — per-entity translation tables, assembler pattern (fetch all, filter in-memory), cache invalidation, and slug per locale.