Browse Skills

20307 skills found

langchain-architecture.md
0
1 export langchain-architecture
2 HermeticOrmus from "HermeticOrmus/after-the-third-cup"
3 Design LLM applications using the LangChain framework with agents, memory, and tool integration patterns. Use when building LangChain applications, implementing AI agents, or creating complex LLM workflows.
2026-01-05
rails-test-patterns.md
0
1 export rails-test-patterns
2 nbarthel from "nbarthel/claudy"
3 Ensures comprehensive test coverage following Rails testing best practices
2026-01-05
rust-conventions.md
0
1 export rust-conventions
2 JoernStoehler from "JoernStoehler/msc-viterbo"
3 Work on Rust crates in packages/rust_viterbo. Use for crate layout, commands (fmt/clippy/test/bench), and coding conventions.
2026-01-05
comprehensive-context-handover.md
0
1 export comprehensive-context-handover
2 ogprotege from "ogprotege/Skills"
3 Forensic, high-fidelity context handover for seamless continuation in a new chat. Produces a single Markdown transfer artifact plus reusable templates, preserving decisions, requirements, non-negotiables, and open loops without truncation by judgment. Not for code continuation unless explicitly stated.
2026-01-05
network-security-setup.md
0
1 export network-security-setup
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Configure Claude Code sandbox network isolation with trusted domains, custom access policies, and environment variables
2026-01-05
open-props.md
0
1 export open-props
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use Open Props CSS custom properties for consistent design tokens. Use when setting up design systems, choosing spacing/color values, or wanting battle-tested CSS variables without heavy dependencies.
2026-01-05
oracle-adk-expert.md
0
1 export oracle-adk-expert
2 frankxai from "frankxai/ai-architect"
3 Build production agentic applications on OCI using Oracle Agent Development Kit with multi-agent orchestration, function tools, and enterprise patterns
2026-01-05
total-recall.md
0
1 export total-recall
2 plinde from "plinde/total-recall"
3 Memory preservation for Claude Code sessions. Use when approaching token limits, needing to /reset or /compact, switching between complex tasks, or preserving critical session state before context loss. Creates comprehensive memory dumps at /tmp/total-recall containing current state, decisions, artifacts, and next steps for seamless context restoration.
2026-01-05
tanstack-router.md
0
1 export tanstack-router
2 marthaya-putra from "marthaya-putra/my-flix"
3 TanStack Start specialist for file-based routing, SSR, and server functions with React
2026-01-05
request-optimizer.md
0
1 export request-optimizer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill analyzes incoming requests to optimize context usage, decompose tasks efficiently, and recommend the best execution strategy. It runs automatically to evaluate request specificity, identify necessary explorations, suggest subtask decomposition, recommend appropriate models, and coordinate MCP/Agent/Skill activations with user approval before execution.
2026-01-05
catz-challenge-evaluator.md
0
1 export catz-challenge-evaluator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Evaluates Catz Android coding challenge submissions against SWORD Health requirements. Use when reviewing or assessing this coding challenge. Produces a structured markdown report with seniority level assessment (Junior/Mid/Senior/Staff) and confidence rating, covering requirements compliance, architecture, code quality, testing, and documentation.
2026-01-05
yagni-principle.md
0
1 export yagni-principle
2 CodeTonight-SA from "CodeTonight-SA/claude-optim"
3 Apply YAGNI (You Aren't Gonna Need It) principle when evaluating feature requests, reviewing speculative code, or preventing over-engineering. Use when assessing whether to build functionality now vs later.
2026-01-05
styled-components.md
0
1 export styled-components
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Implements CSS-in-JS styling with styled-components using tagged template literals, theming, and dynamic props. Use when wanting component-scoped CSS-in-JS, dynamic styling based on props, or theming support.
2026-01-05
research-agent.md
0
1 export research-agent
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when researching AI agents, LLMs, hosting solutions, OCR technologies, video generation models, or evaluating technology stacks. Apply when user asks to research, compare, evaluate, or investigate technologies, frameworks, models, or tools. Use proactively when technical decisions require research backing.
2026-01-05
weavr-ui.md
0
1 export weavr-ui
2 mcclowes from "mcclowes/weavr-sdk-react"
3 Use when implementing Weavr UI components for secure payment flows, authentication (password/passcode), KYC/KYB verification, or card display
2026-01-05
writing-phaser-3-games.md
0
1 export writing-phaser-3-games
2 tomcoolpxl from "tomcoolpxl/sugar-splat"
3 Provides battle-tested patterns, best practices, and code examples for building Phaser 3 games. Use when writing game code, implementing game mechanics, setting up scenes, handling physics, animations, input, or any Phaser-related development. Covers architecture, performance, algorithms, and common pitfalls.
2026-01-05
testing-pytest.md
0
1 export testing-pytest
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Your approach to handling testing pytest. Use this skill when working on files where testing pytest comes into play.
2026-01-05
skill-creator.md
0
1 export skill-creator
2 ChinchillaEnterprises from "ChinchillaEnterprises/ChillSkills"
3 How to properly create Claude Code skills - teaches global vs project-local, naming conventions, and proper file structure
2026-01-05
duckdb.md
0
1 export duckdb
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Fast in-process analytical database for SQL queries on DataFrames, CSV, Parquet, JSON files, and more. Use when user wants to perform SQL analytics on data files or Python DataFrames (pandas, Polars), run complex aggregations, joins, or window functions, or query external data sources without loading into memory. Best for analytical workloads, OLAP queries, and data exploration.
2026-01-05
performance.md
0
1 export performance
2 kprsnt2 from "kprsnt2/MyLocalCLI"
3 Web performance optimization best practices including Core Web Vitals, loading, and caching.
2026-01-05
hook-deduplication-guide.md
0
1 export hook-deduplication-guide
2 cskiro from "cskiro/claudex"
3 Use PROACTIVELY when developing Claude Code hooks to implement content-based deduplication and prevent duplicate insight storage across sessions
2026-01-05
natural-language-postgres.md
0
1 export natural-language-postgres
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Chat app that lets you ask questions in plain English and query your PostgreSQL database.
2026-01-05
rust-best-practices.md
0
1 export rust-best-practices
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Rust development best practices, patterns, and conventions. Use when writing Rust code, reviewing .rs files, discussing ownership, lifetimes, borrowing, or Cargo configuration. Triggers on mentions of Rust, Cargo, ownership, borrowing, lifetimes, traits, async Rust, tokio.
2026-01-05
openai.md
0
1 export openai
2 atrawog from "atrawog/bazzite-ai-plugins"
3 OpenAI compatibility layer for Ollama. Use the official OpenAI Pythonlibrary to interact with Ollama, enabling easy migration from OpenAIand compatibility with LangChain, LlamaIndex, and other OpenAI-based tools.
2026-01-05