Browse Skills

44358 skills found

fastapi-real-time-features.md
0
1 export fastapi-real-time-features
2 Lobbi-Docs from "Lobbi-Docs/claude"
3 This skill should be used when the user asks to "add WebSocket", "implement real-time", "create file upload", "add S3 upload", "send email", "implement notifications", "broadcast events", or mentions WebSockets, file storage, email service, push notifications, or real-time communication. Provides WebSocket, file upload, and notification patterns.
2026-01-05
post-compact-context-reload.md
0
1 export post-compact-context-reload
2 Roger-Parkinson-EHP from "Roger-Parkinson-EHP/agentic"
3 Full context reload. Use after /clear, after compaction, or at session start. Loads conversation history, indexes docs, maps code, scans configs, checks git. Gets you immediately helpful.
2026-01-05
loopwish-apple-spm.md
0
1 export loopwish-apple-spm
2 LoopWish from "LoopWish/apple"
3 Workflows for the Loopwish Apple client (Swift/SwiftUI + Swift Package Manager): run swift test, run SwiftLint strict, and organize changes by module.
2026-01-05
nextjs-v16.md
0
1 export nextjs-v16
2 bobmatnyc from "bobmatnyc/termpilot"
3 Next.js 16 specific features, breaking changes, and migration guide. Use when upgrading from Next.js 15, implementing Cache Components with "use cache", working with Turbopack, or handling the new async request APIs. Released October 2025 with fundamental caching model changes.
2026-01-05
mcp-architecture-expert.md
0
1 export mcp-architecture-expert
2 frankxai from "frankxai/ai-architect"
3 Design and implement Model Context Protocol servers for standardized AI-to-data integration with resources, tools, prompts, and security best practices
2026-01-05
frontend-testing.md
0
1 export frontend-testing
2 timogilvie from "timogilvie/claude-workflow"
3 Test web applications using Chrome DevTools. Use for visual regression testing, performance analysis, accessibility checks, console error detection, and automated UI testing. Works with live URLs or local development servers.
2026-01-05
architecture-paradigm-hexagonal.md
0
1 export architecture-paradigm-hexagonal
2 athola from "athola/archetypes"
3 Employ the Hexagonal (Ports & Adapters) pattern to decouple domain logic from infrastructure, maximizing flexibility and testability.
2026-01-05
rweq-proofs.md
0
1 export rweq-proofs
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Helps construct RwEq (rewrite equivalence) proofs using transitivity, congruence, and canonical lemmas from the LND_EQ-TRS system. Use when proving path equalities, working with quotients, or establishing rewrite equivalences in the ComputationalPaths library.
2026-01-05
skill-validator.md
0
1 export skill-validator
2 chaorenex1 from "chaorenex1/coding-agent-workflow"
3 Validates Claude skill files for correct structure, YAML frontmatter, Python imports, naming conventions, and compliance with official documentation
2026-01-05
vite-vue.md
0
1 export vite-vue
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Vite + Vue 3.5 template with TypeScript. Clone, setup, build, and deploy to Vercel or Netlify.
2026-01-05
frontend-design.md
0
1 export frontend-design
2 bilalmk from "bilalmk/ai-native-book"
3 Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
2026-01-05
skill-improve.md
0
1 export skill-improve
2 lnittman from "lnittman/skills"
3 This skill should be used when improving existing Claude Code skills. Triggers include "improve this skill", "skill feels shallow", "upgrade skill", or when self-evaluating skill quality. Codifies the self-eval → research → rewrite → validate pattern.
2026-01-05
create-meta-prompts.md
0
1 export create-meta-prompts
2 sekka from "sekka/dotfiles"
3 Create prompts optimized for Claude-to-Claude pipelines with research, planning, and execution stages
2026-01-05
github-actions.md
0
1 export github-actions
2 poindexter12 from "poindexter12/waypoint"
3 GitHub Actions CI/CD reference for workflow templates, caching strategies,and automation patterns. Includes homelab integration with self-hosted runners.Use when creating workflows, debugging CI failures, or setting up deployments.Triggers: github actions, ci, cd, workflow, pipeline, runner, artifact.
2026-01-05
raw-workflow-creator.md
0
1 export raw-workflow-creator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create and run RAW workflows. Use this skill when the user asks to create a workflow, automate a task, build a data pipeline, generate reports, or asks "How do I build X with RAW?".
2026-01-05
e2e-tester.md
0
1 export e2e-tester
2 olehsvyrydov from "olehsvyrydov/AI-development-team"
3 Senior QA Automation Engineer with 10+ years E2E testing experience. Use when writing end-to-end tests for web apps with Playwright, mobile apps with Detox, testing critical user flows, cross-browser testing, or visual regression testing.
2026-01-05
frontend-app-design.md
0
1 export frontend-app-design
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create distinctive, production-grade React Native Expo interfaces following iOS Human Interface Guidelines and liquid glass design principles. Use when building mobile screens, components, or styling any React Native UI.
2026-01-05
performing-systematic-debugging-for-stubborn-problems.md
0
1 export performing-systematic-debugging-for-stubborn-problems
2 AJBcoding from "AJBcoding/claude-skill-eval"
3 Applies a modified Fagan Inspection methodology to systematically resolve persistent bugs and complex issues. Use when multiple previous fix attempts have failed repeatedly, when dealing with intricate system interactions, or when a methodical root cause analysis is needed. Do not use for simple troubleshooting. Triggers after multiple failed debugging attempts on the same complex issue.
2026-01-05
eld-sense-activation.md
0
1 export eld-sense-activation
2 CAPHTECH from "CAPHTECH/claude-marketplace"
3 PCE (Process-Context Engine) のアクティブコンテキスト構築スキル。タスクに最適化されたコンテキストをコンパイルし、プロセス駆動の投入物を生成する。トリガー条件:- 新しいタスクを開始する時(「この機能を実装して」)- AIにコード生成を依頼する時- 複雑な問題解決に着手する時- 「コンテキストを整理して」- 「必要な情報をまとめて」
2026-01-05
spec.md
0
1 export spec
2 leixin-jin from "leixin-jin/easyFactu"
3 以需求、设计、任务三阶段进行规格驱动开发,把模糊功能想法转化为可实现、可验证的规范与计划;适用于复杂功能、多组件集成、高风险项目、团队协作、AI 辅助开发与知识沉淀;不适用于简单 bug 修复、快速实验原型、紧急热修复或成熟模式下不确定性很低的改动。
2026-01-05
workers-ai.md
0
1 export workers-ai
2 involvex from "involvex/involvex-claude-marketplace"
3 This skill should be used when the user asks about "Workers AI", "AI models", "text generation", "embeddings", "semantic search", "RAG", "Retrieval Augmented Generation", "AI inference", "LLaMA", "Llama", "bge embeddings", "@cf/ models", "AI Gateway", or discusses implementing AI features, choosing AI models, generating embeddings, or building RAG systems on Cloudflare Workers.
2026-01-05
lists-grids.md
0
1 export lists-grids
2 dylantarre from "dylantarre/animation-principles"
3 Use when animating lists, grids, tables, or collections of items to create smooth ordering, filtering, and loading states
2026-01-05
doc-syncer.md
0
1 export doc-syncer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 代码变更后自动同步开发文档。支持功能文档、技术设计、决策记录的智能更新。当用户提到更新文档、同步文档、完成功能、修改数据结构或新增KPI时激活。
2026-01-05
docs-explorer.md
0
1 export docs-explorer
2 violetio from "violetio/violet-ai-plugins"
3 Explores internal documentation (brain repos, Notion) for context
2026-01-05