Browse Skills

20307 skills found

blockchain-web3.md
0
1 export blockchain-web3
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-machine-learning"
3 Smart contracts, Ethereum, consensus mechanisms, and decentralized applications.
2026-01-05
nextjs-15-patterns.md
0
1 export nextjs-15-patterns
2 Barnhardt-Enterprises-Inc from "Barnhardt-Enterprises-Inc/quetrex-claude"
3 Next.js 15 App Router patterns and best practices.
2026-01-05
tdd.md
0
1 export tdd
2 ebiyy from "ebiyy/traylingo"
3 Test-Driven Development workflow guide. TODO - This skill is a placeholder for future development. Will cover TDD patterns for Rust, TypeScript, and Tauri apps.
2026-01-05
parallel-ready-django.md
0
1 export parallel-ready-django
2 jpoutrin from "jpoutrin/product-forge"
3 Audit and prepare a Django codebase for parallel multi-agent development. Use when asked to check if a Django project is ready for parallelization, prepare a repo for multi-agent work, audit codebase structure, set up orchestration infrastructure, or identify blockers for parallel development. Analyzes Django apps, models, migrations, and module boundaries.
2026-01-05
kamal-deploy.md
0
1 export kamal-deploy
2 jalen0x from "jalen0x/substore-kamal"
3 Deploy Docker applications using Kamal 2 with zero-downtime and automatic SSL. Use this skill when (1) setting up new Kamal deployments, (2) generating deploy.yml configuration, (3) deploying apps that lack health endpoints (using Caddy workaround).
2026-01-05
fullstack-implementation.md
0
1 export fullstack-implementation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Implement features end-to-end in Laravel 12 + Inertia.js + React 19 + TypeScript. Use when buildingnew features, wiring controllers to pages, or implementing CRUD operations. EXCLUSIVE to fullstack-developer agent.
2026-01-05
lint.md
0
1 export lint
2 diegofornalha from "diegofornalha/skills-futuro"
3 Python Linter (user)
2026-01-05
domain-focused-naming.md
0
1 export domain-focused-naming
2 barrydobson from "barrydobson/dotfiles_extra"
3 Name code by what it does in the domain, not how it's implemented or its history
2026-01-05
supabase-react-best-practices.md
0
1 export supabase-react-best-practices
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive guide for building production-ready React applications with Supabase, TypeScript, and TanStack Query. Use when implementing auth, data fetching, real-time features, or optimizing Supabase integration.
2026-01-05
github-project-management.md
0
1 export github-project-management
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guide for using GitHub Projects V2 with teams, status fields, and modern workflows. Use when setting up projects, explaining workflow, onboarding team members, or troubleshooting GitHub Projects. Covers teams (@developers, @product, @qa, @client), Status field with Blocked state, Priority/Type fields, epics, sub-issues, and label cleanup strategies.
2026-01-05
backend-design-optimizer.md
0
1 export backend-design-optimizer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Find the best backend architecture, database design, and API patterns using deep research. Use when user asks "best database for...", "optimize API", "backend architecture for...", or "scale this service".
2026-01-05
file-history.md
0
1 export file-history
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when looking for past work on specific FILES, understanding why code was written, or when user references "what we did before" on a file/feature. Uses file-history tracking for accurate results. PREFER THIS over episodic-memory for file-specific queries.
2026-01-05
reachy-mini.md
0
1 export reachy-mini
2 gamepop from "gamepop/pg-skills"
3 Control Reachy Mini robots by Pollen Robotics. Use when building apps, controlling robot movement (head, antennas, body), accessing camera/audio, or integrating with LLMs. Triggers on requests involving Reachy Mini SDK, robot control, head pose matrices, or ReachyMiniApp development.
2026-01-05
security.md
0
1 export security
2 banjoey from "banjoey/FORGE"
3 Proactive security engineering for PAI projects. USE WHEN user needs threat modeling, CMMC compliance baseline, security requirements, vulnerability analysis, or security-first design. Prevents security issues during design, not after deployment.
2026-01-05
component-docs.md
0
1 export component-docs
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guide for documenting project components and features. Creates or updates documentation in docs/components/ by exploring git changes to understand implementation details. Provides templates and conventions for consistent, developer-friendly component catalogs.
2026-01-05
auto-animate.md
0
1 export auto-animate
2 jackspace from "jackspace/ClaudeSkillz"
3 Production-tested setup for AutoAnimate (@formkit/auto-animate) - a zero-config, drop-in animation librarythat automatically adds smooth transitions when DOM elements are added, removed, or moved. This skill shouldbe used when building UIs that need simple, automatic animations for lists, accordions, toasts, or form validationmessages without the complexity of full animation libraries.Use when: Adding smooth animations to dynamic lists, building filter/sort interfaces, creating accordion components,implementing toast notifications, animating form validation messages, needing simple transitions without animation code,working with Vite + React + Tailwind, deploying to Cloudflare Workers Static Assets, or encountering SSR errors withanimation libraries.Keywords: auto-animate, @formkit/auto-animate, formkit, zero-config animation, automatic animations, drop-in animation,list animations, accordion animation, toast animation, form validation animation, lightweight animation, 2kb animation,prefers-reduce
2026-01-05
quantum-research.md
0
1 export quantum-research
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive research combining web search, quantum analysis, and persistent memory. Use when researching topics that need current information plus deep cognitive analysis.
2026-01-05
accessibility.md
0
1 export accessibility
2 vinnie357 from "vinnie357/claude-skills"
3 Guide for implementing web accessibility following W3C WAI principles (WCAG) when designing, developing, or reviewing web interfaces
2026-01-05
pytest-patterns.md
0
1 export pytest-patterns
2 ricardoroche from "ricardoroche/ricardos-claude-code"
3 Automatically applies when writing pytest tests. Ensures proper use of fixtures, parametrize, marks, mocking, async tests, and follows testing best practices.
2026-01-05
local-knowledge.md
0
1 export local-knowledge
2 terraphim from "terraphim/codex-skills"
3 Leverage personal notes and documentation through Terraphim's role-based search.AI agents can search developer's local knowledge organized by domain (Rust, frontend, architecture)using the terraphim-agent REPL commands.
2026-01-05
coding-patterns.md
0
1 export coding-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use this when writing or modifying code in FOSSAPP. Provides Next.js App Router patterns, server action organization, dual Supabase client rules, TypeScript conventions, validation patterns, error handling, and naming conventions.
2026-01-05
ptk-keybindings.md
0
1 export ptk-keybindings
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when the user asks about "prompt_toolkit key bindings", "KeyBindings", "keyboard shortcuts", "key handler", "key sequences", "c-x c-c", "ConditionalKeyBindings", "filters for keys", "vi mode bindings", "emacs bindings", or needs to define keyboard interactions in prompt_toolkit applications.
2026-01-05
sast-runner.md
0
1 export sast-runner
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Runs Static Application Security Testing (SAST) using Semgrep. Scans source code for vulnerabilities, security anti-patterns, and OWASP Top 10 issues. Use when user asks to "run SAST", "scan for vulnerabilities", "static analysis", "code security scan", "静的解析", "脆弱性スキャン".
2026-01-05
laravel-backup.md
0
1 export laravel-backup
2 Hieubkav from "Hieubkav/wincellarCloneBackend"
3 Configure, implement, and manage Laravel application backups using spatie/laravel-backup. Create automated backup schedules, configure file and database backups, set up backup storage (S3, local), manage cleanup policies, send notifications (mail, slack), monitor backup health, and handle advanced scenarios like encrypted backups and isolated mode. Use when setting up backup solutions, troubleshooting backup issues, configuring notifications, or monitoring backup health in Laravel projects.
2026-01-05