Browse Skills

22656 skills found

simplification-cascades.md
0
1 export simplification-cascades
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Find one insight that eliminates multiple components - "if this is true, we don't need X, Y, or Z". Use when implementing the same concept multiple ways, accumulating special cases, or complexity is spiraling. Gremlinized to use memory architecture and nexus-graph for pattern unification.
2026-01-05
execplans.md
0
1 export execplans
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Write and maintain self-contained ExecPlans (execution plans) that a novice can follow end-to-end; use when planning or implementing non-trivial repo changes.
2026-01-05
project-guide.md
0
1 export project-guide
2 majiayu000 from "majiayu000/claude-skill-registry"
3 claude-plugin 프로젝트 개발 가이드라인, 레퍼런스 패턴, 프로젝트 구조 조회. Use when Claude needs to (1) Look up development principles (P1-P4, DRY, KISS, YAGNI, SOLID), (2) Find reference patterns for Hooks/Agents/Commands creation, (3) Understand project structure and file locations, (4) Learn how to create Skills/Hooks/Agents/Commands, or (5) Delegate to claude-code-guide for official Claude Code documentation
2026-01-05
task-engine.md
0
1 export task-engine
2 omerreish-lgtm from "omerreish-lgtm/secretary-system"
3 Create, organize, and prioritize tasks from briefs or brain dumps. Sync with Taskmaster MCP. Use to plan work, track status, and pick next steps.
2026-01-05
ds-plan.md
0
1 export ds-plan
2 edwinhu from "edwinhu/workflows"
3 This skill should be used when the user asks to "profile the data", "explore the dataset", "plan the analysis", or as Phase 2 of the /ds workflow after brainstorming. Profiles data and creates analysis task breakdown.
2026-01-05
play-sound.md
0
1 export play-sound
2 IvanTorresEdge from "IvanTorresEdge/molcajete.ai"
3 Cross-platform audio feedback system for task completion and user prompts. Provides non-intrusive sound notifications to improve workflow awareness.
2026-01-05
prisma-sqlserver.md
0
1 export prisma-sqlserver
2 swa34 from "swa34/newFarmGate"
3 Prisma ORM patterns for SQL Server (CAES_FARM_GATE database). Use when working with database schema, queries, migrations, or the repository layer.
2026-01-05
web-search.md
0
1 export web-search
2 jwynia from "jwynia/agent-skills"
3 Search the web using Tavily API for high-quality, AI-optimized results. Use when the agent needs to find current information, verify facts, research topics, or answer questions requiring web data. Keywords: search, web, internet, lookup, find, research, current events, facts.
2026-01-05
skill-creator.md
0
1 export skill-creator
2 putto11262002 from "putto11262002/jimmodel"
3 Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
obsidian-vault.md
0
1 export obsidian-vault
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Integrate with Obsidian vaults through the Local REST API plugin.Use this skill when the user wants to:- Search notes in their Obsidian vault- Read specific notes- Create new notes- Modify existing notes- Manage daily/periodic notes- Execute Dataview queriesIMPORTANT: This skill performs destructive operations (create, modify, delete).Always follow safety rules and confirmation requirements.Activates when user mentions:- "Obsidian", "my vault", "my notes"- "daily note", "journal entry"- "search my notes", "find in Obsidian"- Creating, updating, or deleting notes
2026-01-05
cloudflare-workers-builds.md
0
1 export cloudflare-workers-builds
2 FlorinPopaCodes from "FlorinPopaCodes/claude-marketplace"
3 This skill should be used when the user asks about "deploy status", "build failed", "build logs", "deployment history", "worker deployment", "check build", "deployment succeeded", "build error", "CI/CD", "verify deployment", or needs to monitor Cloudflare Workers builds and deployments.
2026-01-05
ollama-rag.md
0
1 export ollama-rag
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Build RAG systems with Ollama local + cloud models. Latest cloud models include DeepSeek-V3.2 (GPT-5 level), Qwen3-Coder-480B (1M context), MiniMax-M2. Use for document Q&A, knowledge bases, and agentic RAG. Covers LangChain, LlamaIndex, ChromaDB, and embedding models.
2026-01-05
big-data.md
0
1 export big-data
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-data-engineer"
3 Apache Spark, Hadoop, distributed computing, and large-scale data processing
2026-01-05
lighthouse-runner.md
0
1 export lighthouse-runner
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Runs Google Lighthouse audits using Playwright for SEO, Performance, Accessibility, and Best Practices scoring. Supports both URLs and local HTML files. Use when user mentions "Lighthouse", "page speed", "performance audit", "Core Web Vitals", "CWV", or needs comprehensive web performance analysis.
2026-01-05
az-aks-agent.md
0
1 export az-aks-agent
2 julianobarbosa from "julianobarbosa/claude-code-skills"
3 Azure AKS Agentic CLI - AI-powered troubleshooting and insights tool for Azure Kubernetes Service. Use when diagnosing AKS cluster issues, getting cluster health insights, troubleshooting networking/storage/security problems, or analyzing cluster configuration with natural language queries.
2026-01-05
testgen.md
0
1 export testgen
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate tests using AI and run test suites. Use for generating unit tests, running coverage reports, and mutation testing.
2026-01-05
slide-gen-images.md
0
1 export slide-gen-images
2 davistroy from "davistroy/slide-generator"
3 AI image generation for presentation slides using Gemini Pro. Supports batch generation, style consistency, and visual validation.
2026-01-05
moai-alfred-spec-authoring.md
0
1 export moai-alfred-spec-authoring
2 dolsoon from "dolsoon/my-awesome-project"
3 Complete SPEC document authoring guide with YAML metadata structure (7 required + 9 optional fields), EARS requirement syntax (5 patterns including Unwanted Behaviors), version lifecycle management, TAG integration, pre-submission validation checklist, and real-world SPEC examples.
2026-01-05
frontend-patterns.md
0
1 export frontend-patterns
2 grmkris from "grmkris/yoda.fun"
3 React/Next.js data patterns - React Query hooks, ORPC client integration, error handling, cache invalidation. Complements frontend-design skill (visuals).
2026-01-05
pr-create.md
0
1 export pr-create
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create pull request from current branch with AI-generated title and description.Use when user wants to create a PR for their current branch. Triggers include:- Korean: "PR 만들어줘", "PR 생성해줘", "풀 리퀘스트 만들어줘"- English: "create PR", "open PR", "make pull request"- Context: User has commits on current branch and wants to open PR
2026-01-05
global-tech-stack.md
0
1 export global-tech-stack
2 elliotsaha from "elliotsaha/smt-slack-app"
3 Use the project's specific technology stack including Next.js, React, TypeScript, Hono, PostgreSQL, Chakra UI, and Temporal for workflow automation. When setting up new features, choosing libraries, or making architectural decisions. When working on frontend code using React and Next.js. When implementing backend APIs with Hono. When working with PostgreSQL databases via Drizzle or Prisma. When styling with Chakra UI components. When implementing authentication with better-auth or workflows with Temporal. When adding dependencies or configuring build tools. This skill ensures technology choices align with the project's established stack.
2026-01-05
sk.md
0
1 export sk
2 lambdamechanic from "lambdamechanic/skills"
3 How to use the repo-scoped sk CLI to manage Claude Skills in this codebase.
2026-01-05
blog-analytics.md
0
1 export blog-analytics
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Track blog post performance and generate insights for continuous improvement. USE WHEN user says 'track post performance', 'analyze blog metrics', 'what posts performed well', 'blog analytics', OR requests performance feedback on content.
2026-01-05
life-os-file-ops.md
0
1 export life-os-file-ops
2 majiayu000 from "majiayu000/claude-skill-registry"
3 life-os/ 目录的文件读写规范。处理 Markdown 笔记、YAML frontmatter、wiki-links、模板变量。当需要在 life-os/ 目录中创建、编辑、查找笔记时使用此技能。
2026-01-05