.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/lonormaly/builders-stack
home/skills/lonormaly/builders-stack
lonormaly avatar

lonormaly/builders-stack

7 skills

View on GitHub
$npx skills add lonormaly/builders-stack
SkillInstalls
add-a-libScaffold a new shared library under libs/ in the builders-stack monorepo.—add-a-serviceScaffold a new service under services/ in the builders-stack monorepo.—ai-seodesign-a-schemaModel a new table (or reshape an existing one) in libs/db with Drizzle — normalize by default, add the right constraints, and index deliberately.—optimize-a-queryDiagnose and fix a slow Postgres query in the builders-stack — read its EXPLAIN plan, find the missing index or the ORM N+1, and confirm the fix.—run-lean-on-neonKeep Postgres fast under load and inside Neon's free tier. Use when choosing a connection string, worrying about "the DB crashes at load", deciding a session…—wire-a-new-payment-providerAdd or swap a payment provider behind the @stack/payment adapter in the builders-stack monorepo.—