Browse Skills

2013 skills found

vscode-extension-resolver.md
0
1 export vscode-extension-resolver
2 Shavakan from "Shavakan/nix-flakes"
3 Use this skill when VSCode extensions fail to build in nix configuration, when adding new VSCode extensions, or when debugging extension-related build errors. Handles systematic search across nixpkgs, vscode-marketplace, and open-vsx sources with incremental testing.
2026-04-12
tmux.md
0
1 export tmux
2 douglascamata from "douglascamata/dotfiles"
3 Home of my vim-files, zsh-files, tmux-files, whatever-configuration-files
2026-04-14
mcp-troubleshooting.md
0
1 export mcp-troubleshooting
2 rhayalcantara from "rhayalcantara/evaluacionesEmpleadosdocker"
3 Diagnóstico y solución de problemas de MCP servers en Claude Desktop. Usar cuando los servidores MCP muestran "Server disconnected", fallan al conectar, o tienen problemas de handshake. Cubre servidores Python (MySQL, SQL Server, PostgreSQL) y Node.js en Windows/macOS/Linux.
2025-12-16
run-tests.md
0
1 export run-tests
2 aandersland from "aandersland/feast"
3 Automatically invoked when running tests, analyzing test results, or verifying code changes. Ensures tests are run appropriately and results are interpreted correctly.
2026-01-11
tables-appendix.md
0
1 export tables-appendix
2 younga1234 from "younga1234/20251112-3"
3 20251112-3
2025-11-13
debugging-react-native.md
0
1 export debugging-react-native
2 mikekelly from "mikekelly/react-native-debugger"
3 Use PROACTIVELY when debugging React Native apps. Reads console logs and executes JavaScript in running apps via Metro bundler. Invoke for: app crashes, state inspection, API debugging, error investigation, or running diagnostic code. Requires Metro running (port 8081).
2025-12-30
kadoppe-constitution.md
0
1 export kadoppe-constitution
2 kadoppe from "kadoppe/claude-code-kadoppe"
3 ALWAYS apply this skill for ANY software development task. Triggers: implement, create, build, add, write, code, function, class, component, API, feature, fix, bug, debug, refactor, improve, clean, review, check, design, architect, structure, test, endpoint, module, service, handler, controller, model, schema, migration, deploy, configure. This skill enforces kadoppe's development principles for all coding work.
2025-12-30
run-tests.md
0
1 export run-tests
2 autonomous-bits from "autonomous-bits/nomos-provider-terraform-remote-state"
3 Nomos provider for file system access.
2026-02-17
web-layout-snapshot.md
0
1 export web-layout-snapshot
2 BenderFendor from "BenderFendor/Thesis"
3 New Aggeration Project.
2026-04-10
page-scrolling.md
0
1 export page-scrolling
2 Manuelvillarvieites from "Manuelvillarvieites/energy-company"
3 Add smooth scrolling for same-page anchor links only. Uses JavaScript to handle
2025-12-14
project-scaffold.md
0
1 export project-scaffold
2 gaurangrshah from "gaurangrshah/gsc-plugins"
3 Claude Code plugins: webgen, worklog, taskflow
2026-01-18
mcp-setup-guide.md
0
1 export mcp-setup-guide
2 DaichiHoshina from "DaichiHoshina/ai-tools"
3 MCP設定ガイド - Claude Code向けMCPサーバーのセットアップ・トラブルシュート
2026-04-18
build-and-deploy.md
0
1 export build-and-deploy
2 Eng0AI from "Eng0AI/developer-portfolio-template"
3 Build and deploy this Next.js 16 developer portfolio. Use when building, deploying, or preparing the project for production.
2026-01-25
dotnet-architecture-linter.md
0
1 export dotnet-architecture-linter
2 ANcpLua from "ANcpLua/ANcpLua.NET.Sdk"
3 MSBuild SDK for .NET projects. Auto-injects analyzers, enables nullable, sets LangVersion, adds polyfills. Variants: Library, Web (ASP.NET Core), Test (xUnit v3 MTP).
2026-04-17
react-zustand-patterns.md
0
1 export react-zustand-patterns
2 CJHarmath from "CJHarmath/claude-agents-skills"
3 Claude code skills and agents
2025-12-22
performance-optimization.md
0
1 export performance-optimization
2 dseirz-rgb from "dseirz-rgb/worker"
3 性能优化技能:诊断和优化 React 前端、API 响应、数据库查询性能。Use when: 页面加载慢、组件渲染卡顿、API 响应超时、数据库查询慢。Triggers: "性能", "优化", "慢", "卡顿", "加载", "响应时间", "渲染"
2026-01-05
nextjs.md
0
1 export nextjs
2 kprsnt2 from "kprsnt2/MyLocalCLI"
3 Next.js framework best practices including App Router, data fetching, and performance optimization.
2026-04-04
visibility-pattern-guardian.md
0
1 export visibility-pattern-guardian
2 matthew-bram from "matthew-bram/enterprise-confluent-test-probe"
3 Enforces visibility pattern for testability by detecting private methods that prevent unit testing (causes 20-40% coverage loss). References authoritative style guides rather than duplicating. Auto-refactors code to private[module] object pattern with user approval. Detects inline lambdas and suggests extraction to named functions ("laws"). Blocks during scala-ninja review (Phase 2) as peer review rejection point.
2025-12-08
code-reviewer.md
0
1 export code-reviewer
2 villads-valur from "villads-valur/vanluren"
3 My own, my precious.
2026-04-14
frontend-auth-integration.md
0
1 export frontend-auth-integration
2 nadeemsangrasi from "nadeemsangrasi/humanoid-and-robotic-book"
3 Integrates Better Auth client with ChatKit UI or custom Next/Vite UI. Adds login/logout buttons, protected routes, session hooks.
2025-12-17
vercel-fastapi-link.md
0
1 export vercel-fastapi-link
2 FAIQahm from "FAIQahm/hackathon_I_book"
3 Physical AI Educational Book - Hackathon Project
2026-01-15
express-nodejs-expert.md
0
1 export express-nodejs-expert
2 WebDev70 from "WebDev70/hosting-google"
3 Expert knowledge of Express.js and Node.js for building production-ready web applications and APIs. Covers middleware patterns, routing, async/await error handling, security, performance optimization, proxy patterns, static file serving, and production deployment. Use when working with server.js, adding routes, implementing middleware, debugging Express issues, or optimizing API endpoints.
2025-12-31
database-first.md
0
1 export database-first
2 discountedcookie from "discountedcookie/10x-mapmaster"
3 REQUIRED before implementing any game feature, scoring logic, state transition, or decision-making. ALL business logic lives in PostgreSQL - frontend is presentation only. Load this to understand where code belongs: database function vs component. Covers RPC patterns, SECURITY DEFINER, and anti-patterns.
2025-12-06
frontend-design.md
0
1 export frontend-design
2 Higashi-Masafumi from "Higashi-Masafumi/ai-coding-template"
3 template for ai coding
2026-01-04