Browse Skills

44915 skills found

senior-rust-practices.md
0
1 export senior-rust-practices
2 ClementWalter from "ClementWalter/rookie-marketplace"
3 This skill should be used when the user asks about "rust workspace", "rust best practices", "cargo workspace setup", "rust code organization", "rust dependency management", "rust testing strategy", "rust project", "scalable rust", "rust CI setup", or needs guidance on senior-level Rust development patterns, workspace design, code organization strategies, or production-ready Rust architectures.
2026-01-05
coreml-optimizer.md
0
1 export coreml-optimizer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Optimize CoreML models for iOS and macOS deployment. Covers quantization, palettization, pruning, Neural Engine targeting, compute unit selection, and performance profiling. Use when converting ML models to CoreML, optimizing model size/latency, debugging Neural Engine issues, or benchmarking on-device inference.
2026-01-05
authoring-skills.md
0
1 export authoring-skills
2 jkappers from "jkappers/claude-code-software-delivery-plugin"
3 Use when creating new skills, improving existing skills, or when the user requests help with skill authoring. Creates optimized Claude Code skills (SKILL.md files) following official best practices for descriptions, structure, content patterns, and validation.
2026-01-05
meta-improvement-switch.md
0
1 export meta-improvement-switch
2 CodeTonight-SA from "CodeTonight-SA/claude-optim"
3 Protocol for pausing project work to enhance ~/.claude infrastructure when generalizable patterns are detected, then seamlessly resuming project context.
2026-01-05
semantic-searchstatus.md
0
1 export semantic-searchstatus
2 adam-hanna from "adam-hanna/semantic-search-mcp"
3 Use when you want to check semantic search server status, indexing progress, or watcher state
2026-01-05
generating-landing-pages.md
0
1 export generating-landing-pages
2 leochanai from "leochanai/leo-obsidian-main"
3 创建高端、获奖级别的落地页设计。当用户需要为公司、产品或服务创建落地页、营销页面、产品介绍页时使用。支持多种美学风格,生成单文件 HTML 页面,避免常见的 AI 风格设计陷阱。
2026-01-05
supabase.md
0
1 export supabase
2 nathanielcrowell12-spec from "nathanielcrowell12-spec/photo-vault"
3 Implement Supabase database patterns for PhotoVault including RLS policies, TypeScript queries, and storage operations. Use when working with database schemas, Row Level Security, migrations, storage buckets, auth.uid() policies, or debugging empty query results. Includes PhotoVault table structure and client setup patterns.
2026-01-05
gemini-delegation.md
0
1 export gemini-delegation
2 athola from "athola/conjure"
3 Gemini CLI delegation workflow with quota tracking, authentication, and usage logging.
2026-01-05
refactor-html.md
0
1 export refactor-html
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Refactor HTML/TSX files to use existing UI components, DaisyUI classes, and semantic colors. Use when (1) refactoring React/TSX page components to use reusable UI components, (2) replacing raw HTML elements with component library equivalents, (3) converting primitive Tailwind colors to semantic DaisyUI colors, (4) extracting repeated styling patterns into components.
2026-01-05
encore-vercel-deploy.md
0
1 export encore-vercel-deploy
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Automates deployment of Encore.ts backend and Next.js frontend to Encore Cloud and Vercel. Use this skill when deploying the full-stack application, setting up new environments, or troubleshooting deployment issues.
2026-01-05
managing-dotfiles.md
0
1 export managing-dotfiles
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use this skill when working with dotfiles managed by yadm. This includes pulling remote changes, committing and pushing dotfile changes, modifying configuration files (shell, editor, terminal, git, etc.), viewing tracked files, resolving merge conflicts, and maintaining the dotfiles repository.
2026-01-05
obsidian-organizer.md
0
1 export obsidian-organizer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Organize and normalize an Obsidian vault in a Zettelkasten, folder-first style. Use when asked to scan/analyze an Obsidian vault, generate Report.md and an executable Plan.md, normalize filenames (YYYYMMDD Title), merge YAML frontmatter (type/status/created/updated/tags/aliases/source), plan moves between top folders (00_Inbox/10_Literature/20_Permanent/30_Maps/40_Projects/90_Archive), fix wikilinks and markdown links after renames/moves, manage attachments in per-top-folder _assets, and apply changes with rollback via backups in 90_Archive/_organizer_backups.
2026-01-05
gemini-visual.md
0
1 export gemini-visual
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Visual and front-end development assistant powered by Google Gemini 3. Use for UI analysis, design comparison, accessibility audits, color palette extraction, screenshot-to-code conversion, generating UI assets, and text-based design assistance from briefs.
2026-01-05
circle.md
0
1 export circle
2 godiemp from "godiemp/math"
3 Create circle geometry figures with center, radius, sectors, arcs, chords, and angles. Use when rendering circles, circumferences, or sectors in mini-lessons or geometry questions.
2026-01-05
deliverable-tracking.md
0
1 export deliverable-tracking
2 MariusWilsch from "MariusWilsch/claude-tts-output"
3 Create GitHub Issues for client deliverables. Use when clarity phases have identified a deliverable need - the skill handles the HOW (issue creation in DaveX2001/deliverable-tracking) while clarity phases handle the WHAT (scope, criteria, context). Triggers on "create deliverable", "track this work", "log task for client".
2026-01-05
feature-dev-complete.md
0
1 export feature-dev-complete
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Complete feature development lifecycle from research to deployment. Uses Gemini Search for best practices, architecture design, Codex prototyping, comprehensive testing, and documentation generation. Full 12-stage workflow.
2026-01-05
stan-coding.md
0
1 export stan-coding
2 sunxd3 from "sunxd3/claude-code-devcontainer"
3 Best practices for writing efficient, clean Stan programs
2026-01-05
julien-ref-ahk-v1.md
0
1 export julien-ref-ahk-v1
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Best practices AutoHotkey v1. Use when writing AHK v1 scripts to avoid critical errors like auto-execute section issues, includes order, and COM object handling.
2026-01-05
nextjs-a11y-and-seo-audit.md
0
1 export nextjs-a11y-and-seo-audit
2 AgentiveCity from "AgentiveCity/SkillFactory"
3 Use this skill to analyze, improve, and enforce accessibility (a11y) + SEO best practices for Next.js projects using App Router, TypeScript, Tailwind & shadcn/ui. Applies when auditing components, routes, pages, metadata, semantics, or performance-impacting SEO issues.
2026-01-05
global-justfile.md
0
1 export global-justfile
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Your approach to handling global justfile. Use this skill when working on files where global justfile comes into play.
2026-01-05
export.md
0
1 export export
2 younwony from "younwony/younwony.github.io"
3 이력서/경력기술서를 PDF로 내보냅니다. 현재 날짜 기준 YYYY-MM 형식으로 파일명 생성, 페이지 끊김 방지 최적화.
2026-01-05
planning-feature-work.md
0
1 export planning-feature-work
2 bcl1713 from "bcl1713/starlink-dashboard"
3 Plans a new feature, fix, or refactor by clarifying requirements, creating a dedicated branch, and generating or updating PLAN.md, CONTEXT.md, CHECKLIST.md, and LESSONS-LEARNED.md. Use at the beginning of any new work.
2026-01-05
error-handling-gate.md
0
1 export error-handling-gate
2 DanielPodolsky from "DanielPodolsky/mentor-spec"
3 Verify errors are handled gracefully with meaningful user feedback. Issues result in WARNINGS.
2026-01-05
requesting-code-review.md
0
1 export requesting-code-review
2 abudhahir from "abudhahir/cp-ninja"
3 Use when completing tasks, implementing major features, or before merging to verify work meets requirements
2026-01-05