Browse Skills

44915 skills found

nextjs-project-manager.md
0
1 export nextjs-project-manager
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert guide for Next.js 14+ App Router projects. Use when building features, routing, server/client components, forms, layouts, or debugging Next.js-specific issues.
2026-01-05
numpy-sorting.md
0
1 export numpy-sorting
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Sorting and searching algorithms including O(n) partitioning, binary search, and hierarchical multi-key sorting. Triggers: sort, argsort, partition, searchsorted, lexsort, nan sort order.
2026-01-05
firebase-deployer.md
0
1 export firebase-deployer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Deploy Firebase Firestore security rules and indexes automatically. Use when Firestore query errors mention "requires an index", when firestore.rules or firestore.indexes.json are modified, or when user requests Firebase deployment.
2026-01-05
backend-queries.md
0
1 export backend-queries
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Write efficient and secure database queries following best practices for SQL injection prevention, N+1 query optimization, and performance for PostgreSQL (Bun.sql, Prisma, Supabase) and Firestore. Use this skill when writing or modifying database queries, implementing data fetching logic, working with ORMs (Prisma, TypeORM, Entity Framework), using Bun.sql native driver, querying Firestore collections, or implementing caching strategies. Apply when working on service files (services/*.ts, repositories/*.ts, *Service.cs), query builder implementations, data access layers, or any code that fetches or manipulates data. This skill ensures parameterized queries to prevent SQL injection (never interpolate user input), eager loading to prevent N+1 problems, selective column fetching (no SELECT *), strategic indexing on WHERE/JOIN/ORDER BY columns, transactions for related operations, query timeouts for performance, caching expensive queries, prepared statements with Bun.sql for repeated queries, and query-driven mod
2026-01-05
git-conventions.md
0
1 export git-conventions
2 bwl21 from "bwl21/bwl-flyer-generator"
3 Apply when committing code, creating branches, or preparing pull requests. Covers conventional commit format, branch naming, co-author attribution, and pre-commit checklist.
2026-01-05
performance-optimization.md
0
1 export performance-optimization
2 yonatangross from "yonatangross/create-yg-app"
3 Full-stack performance analysis, optimization patterns, monitoring strategies, React 19 concurrent features, and bundle analysis for 2025+ development
2026-01-05
tamagui-designer.md
0
1 export tamagui-designer
2 cmtkdot from "cmtkdot/xanbzs-toolkit"
3 Use when building cross-platform UI components with Tamagui, creating forms, cards, lists, or layouts for React Native and web. Triggers on "create component", "build form", "Tamagui", "Bento template", "cross-platform UI", "migrate to Tamagui". Enforces Bento First methodology - check templates before building from scratch.
2026-01-05
claude-md-customizer.md
0
1 export claude-md-customizer
2 CAPHTECH from "CAPHTECH/claude-marketplace"
3 対話形式の質問を通じてユーザーの技術的背景、開発スタイル、AI協働の好みを把握し、最適化されたCLAUDE.mdを生成するスキル。ユーザーが「CLAUDE.mdをカスタマイズしたい」「AIの振る舞いを自分に合わせたい」「開発スタイルに合わせた設定がしたい」と言った時に使用する。新規ユーザーのオンボーディングや、既存CLAUDE.mdの見直し時にも有効。
2026-01-05
atlas-agent-developer.md
0
1 export atlas-agent-developer
2 ajstack22 from "ajstack22/StackMap"
3 Implementation and troubleshooting agent - builds features and fixes bugs
2026-01-05
complexity-gate.md
0
1 export complexity-gate
2 pcortes from "pcortes/swarm-attack"
3 Estimate issue complexity before implementation to prevent timeouts. Uses cheap estimation to save expensive implementation tokens.
2026-01-05
mcp-builder.md
0
1 export mcp-builder
2 icartsh from "icartsh/icartsh_plugin"
3 LLM이 잘 설계된 도구를 통해 외부 서비스와 상호작용할 수 있게 해주는 고품질 MCP (Model Context Protocol) 서버를 만들기 위한 가이드입니다. Python (FastMCP) 또는 Node/TypeScript (MCP SDK)를 사용하여 외부 API나 서비스를 통합하는 MCP 서버를 구축할 때 사용하세요.
2026-01-05
iris-autonomous-intelligence-platform.md
0
1 export iris-autonomous-intelligence-platform
2 scan-iq from "scan-iq/FoxRuv-Trading"
3 Official skill for @foxruv/iris. Handles installation, configuration, optimization (Ax/DSPy), multi-agent context generation, and natural language reporting.
2026-01-05
testing-python.md
0
1 export testing-python
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Python testing best practices with pytest. Covers unit, integration, async tests, mocking, fixtures.Triggers: "напиши тесты", "write tests", "add tests", "test coverage", "pytest"
2026-01-05
seclists-web-shells.md
0
1 export seclists-web-shells
2 Eyadkelleh from "Eyadkelleh/awesome-claude-skills-security"
3 Web shell samples for detection and analysis: PHP, ASP, ASPX, JSP, Python, Perl shells. Use for security research and detection system testing.
2026-01-05
git-feature-workflow.md
0
1 export git-feature-workflow
2 yabrams from "yabrams/precon-demo"
3 Automates feature branch workflow. Invoke when user says "start feature [description]" to create a branch, or "feature complete/done/finished" to commit changes, push branch, and create PR. Handles branch naming, commit messages, and PR descriptions automatically.
2026-01-05
agile-planning.md
0
1 export agile-planning
2 Emz1998 from "Emz1998/nexly-notes"
3 Generate agile release plans with sprints and roadmaps using unique sprint codes. Use when creating sprint schedules, product roadmaps, release planning, or when user mentions agile planning, sprints, roadmap, or release plans.
2026-01-05
specimin-wrap.md
0
1 export specimin-wrap
2 timsvoice from "timsvoice/specimin"
3 Squash commits and create a pull request after feature implementation is complete. Only invoke when user explicitly requests to wrap up, create a PR, prepare for review, or finish the feature.
2026-01-05
infrastructure-engineer.md
0
1 export infrastructure-engineer
2 violetio from "violetio/violet-ai-plugins"
3 Infrastructure, DevOps, and platform reliability
2026-01-05
rust-development.md
0
1 export rust-development
2 HARU-Leit from "HARU-Leit/misskey-rs"
3 Modern Rust development best practices for 2025. Use when working on Rust projects including: (1) Project setup and Cargo.toml configuration, (2) Clippy/rustfmt linting and formatting, (3) Error handling with thiserror/anyhow, (4) Async programming with Tokio, (5) Testing strategies (unit, integration, property-based), (6) CI/CD pipelines and security scanning, (7) Performance optimization and profiling, (8) Observability with tracing, (9) Unsafe code review.
2026-01-05
frontend-design.md
0
1 export frontend-design
2 djtroymx1 from "djtroymx1/Digital-VisionWorks"
3 Creates distinctive, production-grade web interfaces that avoid generic AI aesthetics. Use when building components, pages, or applications that need bold, intentional design with character. Triggers on requests for UI design, component styling, landing pages, or visual improvements.
2026-01-05
railway.md
0
1 export railway
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when user mentions Railway deployment, production environment issues, environment variables, database migrations, deployment failures, or Railway CLI commands - provides Railway.com platform integration for Next.js with PostgreSQL operations, monitoring, and troubleshooting
2026-01-05
three-path-pattern.md
0
1 export three-path-pattern
2 site-bender from "site-bender/toolsmith"
3 Implements Toolsmith functions using the three-path pattern (Maybe/Result/Validation). Use when creating or converting functions for the Toolsmith library. Ensures currying, function keyword syntax, immutability, and constitutional compliance. NOT for predicates. Work on ONE function at a time.
2026-01-05
reviewing-duplication.md
0
1 export reviewing-duplication
2 djankies from "djankies/claude-configs"
3 Automated tooling and detection patterns for identifying duplicate and copy-pasted code in JavaScript/TypeScript projects. Provides tool commands and refactoring patterns—not workflow or output formatting.
2026-01-05
magnus-the-world-builder.md
0
1 export magnus-the-world-builder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 World-building companion for the Aphebis platform that helps users explore, discuss, and extend fictional worlds. Use when users want to browse existing worlds/areas/locations, brainstorm world expansion ideas, create new worlds, or understand how fictional locations interconnect narratively. Provides collaborative world-building with discovery-first approach, creative philosophy guidance, and structured workflows for incremental building.
2026-01-05