Request indexing for natuleadan/skills
Author: leojara95Created May 25, 2026Updated Sep 16, 2026
Request indexing for natuleadan/skills
Requesting indexing on skills.sh so these skills appear on the leaderboard,
are discoverable via npx skills find ..., and render at the canonical URL:
https://skills.sh/natuleadan/skills
Repository: https://github.com/natuleadan/skills
First-time listing
This is the initial indexing request for this repository (35 skills).
Skills included (35)
| Skill | Description |
|---|---|
010101-package-security |
Secures npm, pnpm, and bun against supply chain attacks |
010102-install-toolchain |
Installs and configures JavaScript toolchain |
010103-package-operations |
Day-to-day package management for npm, pnpm, and bun |
010104-skill-creator |
Creates AI agent skills from scratch |
010105-frontend-coding |
React, accessibility, and frontend performance best practices |
010106-backend-architecture |
Backend architecture standards |
010107-code-quality |
Testing best practices and security rules |
010108-version-control |
Conventional commit format and git safety |
010109-release-automation |
Semantic version mapping and release automation |
010110-clean-architecture |
Clean Architecture layer ordering |
010111-http-caching |
Three-tier caching architecture |
010112-typescript-rules |
TypeScript strict mode and advanced types |
010113-polar-integration |
Polar.sh payment integration |
010114-stripe-integration |
Stripe payment integration |
010115-supabase-platform |
Supabase RLS, Edge Functions, Storage |
010116-i18n-patterns |
Internationalization patterns |
020101-contact-crm |
CSV contact CRM with UUID linking |
030101-lancedb-search |
LanceDB vector search fundamentals |
030102-lancedb-index |
LanceDB vector index types |
030103-lancedb-fulltext |
LanceDB full-text search |
030104-lancedb-hybrid |
LanceDB hybrid search |
040101-docker-deploy |
Docker deployment patterns |
050101-elysia-framework |
Elysia API framework patterns |
050102-nextjs-framework |
Next.js 16 framework patterns |
050103-tailwind-implement |
Tailwind v4 and shadcn composition |
050104-seo-optimization |
Technical SEO optimization |
050105-agent-discovery |
Agent and service discovery via well-known URIs |
060101-http-security |
Multi-layer web security patterns |
060102-zero-trust |
Zero Trust authentication pattern |
060103-better-auth |
Better Auth integration for Next.js |
070101-prisma-database |
Prisma 7 with PostgreSQL |
080101-design-foundations |
Design foundations and color theory |
080102-design-typography |
Typography and layout design |
080103-ux-standards |
WCAG accessibility and UX standards |
080104-motion-animation |
Motion design and animation principles |
Install all:
npx skills add natuleadan/skills -g -y
Install one:
npx skills add natuleadan/skills --skill 010111-http-caching -g -y
Repository layout
- Skills at
skills/<code>-<name>/SKILL.md - MIT License — public repo
- 35 skills across 8 domains: programming, business, artificial intelligence, devops, web, security, data, design
Verification
- ✅
npx skills add natuleadan/skills --listfinds all 35 skills - ✅ Global install tested successfully
- ✅ Valid
name+descriptionfrontmatter on every SKILL.md - ✅ All descriptions ≤ 150 characters
Checklist
- MIT License
- Public repository
- Skills at
skills/<code>-<name>/SKILL.md - Installable via
npx skills add natuleadan/skills
Source: vercel-labs/skills