Browse Skills

2258 skills found

backend-models.md
0
1 export backend-models
2 89jobrien from "89jobrien/mcp-joecc"
3 Design database models with proper naming, data types, constraints, and relationships. Use this skill when creating or modifying ORM models, database schemas, or entity definitions. When working on files like models.py, models/, entities/, schemas/, or any file defining database tables and their relationships. When adding timestamps, foreign keys, indexes, or validation constraints. When defining model relationships (one-to-many, many-to-many) or cascade behaviors.
2026-01-05
vibedev-flow-designer.md
0
1 export vibedev-flow-designer
2 coldshalamov from "coldshalamov/VibeDev"
3 Use when translating a program/app idea into a VibeDev MCP Job (deliverables, definition of done, invariants, and a small step plan) and preparing it to transition to READY without implementing features yet
2026-01-05
lint-instructions.md
0
1 export lint-instructions
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Detect and fix violations of project instructions defined in .claude/rules/. Use when checking code compliance, reviewing changes, or when the user asks about instruction violations.
2026-01-05
industrial-engineer.md
0
1 export industrial-engineer
2 selfdriven-octo from "selfdriven-octo/skillzeb"
3 Ability to analyse, design, optimise, and improve systems that integrate people, processes, technology, and resources to meet defined performance, quality, cost, and safety requirements. Includes applying engineering, statistical, and systems methods to model workflows, identify inefficiencies, evaluate trade-offs, and implement improvements across operations and supply chains. Applies across manufacturing, services, logistics, healthcare, and infrastructure contexts and is independent of specific tools or industries, with human accountability retained for decisions, outcomes, and impacts.
2026-01-05
crypto-pair-fee-optimization.md
0
1 export crypto-pair-fee-optimization
2 smith6jt-cop from "smith6jt-cop/Skills_Registry"
3 Analysis of crypto-to-crypto vs crypto-to-fiat (USD) trading on Alpaca for fee optimization and risk considerations
2026-01-05
web-test-wallet-sign.md
0
1 export web-test-wallet-sign
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Handle MetaMask signature and transaction popups during Web3 DApp testing - approve signatures, send transactions, call contracts. Detects popup type and handles gas errors.
2026-01-05
llmintegration.md
0
1 export llmintegration
2 markus41 from "markus41/lobbi-design-system"
3 LLM integration patterns for Claude, GPT, Gemini, and Ollama. Activate for AI API integration, prompt engineering, token management, and multi-model orchestration.
2026-01-05
android-emulator-skill.md
0
1 export android-emulator-skill
2 fluxxion82 from "fluxxion82/android-emulator-skill"
3 Production-ready scripts for Android app testing, building, and automation. Provides semantic UI navigation, build automation, accessibility testing, and emulator lifecycle management. Optimized for AI agents with minimal token output. Android equivalent of ios-simulator-skill.
2026-01-05
dotnet-format-analyzers.md
0
1 export dotnet-format-analyzers
2 bravellian from "bravellian/platform"
3 Define canonical dotnet format and analyzer verification commands, and provide scripts that generate a format/analyzer report. Use when checking formatting or Roslyn analyzers without reformatting everything.
2026-01-05
better-auth-configuration.md
0
1 export better-auth-configuration
2 nadeemsangrasi from "nadeemsangrasi/humanoid-and-robotic-book"
3 Creates Better Auth configuration for frontend and backend: handlers, providers, middleware, session/token options. Uses Context7 MCP to retrieve Better Auth docs.
2026-01-05
web3-testing.md
0
1 export web3-testing
2 HermeticOrmus from "HermeticOrmus/after-the-third-cup"
3 Test smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity contracts, setting up blockchain test suites, or validating DeFi protocols.
2026-01-05
hardhat-setup.md
0
1 export hardhat-setup
2 IvanTorresEdge from "IvanTorresEdge/molcajete.ai"
3 Templates and automation for initializing and configuring Hardhat projects. Use when setting up new Hardhat projects or adding Hardhat to existing codebases.
2026-01-05
ios-app-icon-generator.md
0
1 export ios-app-icon-generator
2 48Nauts-Operator from "48Nauts-Operator/opencode-baseline"
3 Generates a complete iOS app icon set with all required sizes. Use when asked to create an app icon, design an iOS icon, generate app store artwork, or make an icon for an iPhone/iPad app. Follows a philosophy-first approach - first defining the visual identity and concept, then producing production-ready icons.
2026-01-05
bitcoin-wallet.md
0
1 export bitcoin-wallet
2 PerceptLabs from "PerceptLabs/nostril"
3 Use when implementing Bitcoin wallet features - provides complete architecture for on-chain Bitcoin transactions, UTXO management, address derivation from Nostr keys, and transaction handling with proper security patterns
2026-01-05
uimatch-suite.md
0
1 export uimatch-suite
2 kosaki08 from "kosaki08/uimatch"
3 Run a batch of visual comparisons defined in a uiMatch suite JSON file using @uimatch/cli, then read each report to summarize which components passed or failed their quality gates. Use this skill when the user wants to run many Figma-vs-implementation checks at once, such as CI-style validation for a component library or flow.
2026-01-05
learning-objectives.md
0
1 export learning-objectives
2 khanaleema from "khanaleema/PhysicalAI-Book"
3 Generate measurable learning outcomes aligned with Bloom's taxonomy and CEFR proficiency levels for educational content.Use this skill when educators need to define what students will achieve, create learning objectivesfor curriculum planning, or ensure objectives are specific and testable rather than vague.This skill helps break down complex topics into progressively building learning goals with clearassessment methods and success criteria.
2026-01-05
lsp-enable.md
0
1 export lsp-enable
2 zircote from "zircote/lsp-tools"
3 Use when navigating code, understanding unfamiliar functions, finding definitions or references, tracing call hierarchies, preparing for refactoring, or analyzing code impact. Enforces LSP-first semantic code intelligence with mandatory pre-edit checks, impact analysis before refactoring, and post-edit diagnostics. Provides IDE-like precision for code operations in large codebases. Covers navigation (goToDefinition, findReferences), understanding (hover, documentSymbol), and call analysis (incomingCalls, outgoingCalls).
2026-01-05
openai-agents.md
0
1 export openai-agents
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when integrating OpenAI GPT models for conversational AI. Covers chat completions, streaming responses, function calling, system prompts, token management, cost optimization, error handling, and building specialized agent personas for Physical AI tutoring.
2026-01-05
project-architecture.md
0
1 export project-architecture
2 jwmyers from "jwmyers/vui-vux-plugins"
3 This skill should be used when the user asks about "namespaces", "singleton", "TileManager", "GameManager", "TokenManager", "InputManager", "data flow", "class responsibilities", "layers", "folder structure", "code organization", "design patterns", "ScriptableObject", "databases", or discusses Zero-Day Attack codebase architecture and patterns.
2026-01-05
writing-tech-plans.md
0
1 export writing-tech-plans
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Architectural planning and ADR creation. Use when evaluating feasibility, making technology choices, or defining system integration.
2026-01-05
moai-connector-figma.md
0
1 export moai-connector-figma
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Design System & UI Kit Development with Figma 2025, Design Tokens, and Component Documentation
2026-01-05
oauth-automation.md
0
1 export oauth-automation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when OAuth tokens expire frequently, need automatic token refresh, YouTube/Google API integration, or when workflows fail due to expired credentials
2026-01-05
rust-backend-auth.md
0
1 export rust-backend-auth
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Implements authentication and authorization for Rust backend services using JWT, password hashing, sessions, and middleware patterns. Use when building auth systems, implementing login/logout, protecting routes, hashing passwords, or working with JWT tokens in Axum/Tower applications.
2026-01-05
ui-component.md
0
1 export ui-component
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Reusable UI component design and implementation methodology.Integrates design tokens, accessibility (a11y via W3C APG), and semantic HTML.Reference for building accessible, theme-compliant React components.
2026-01-05