Browse Skills
2035 skills found
frontend-design-methodology.md
0
1
export
frontend-design-methodology
2
from
"AethersDev/CytherAI"
from
"AethersDev/CytherAI"
3
Research-driven design methodology producing unique, context-appropriate frontends. Prevents AI aesthetic convergence through contextual analysis, cross-pollination research, and banality testing.
2026-04-16
phd-phase8-execution.md
0
1
export
phd-phase8-execution
2
from
"ste-bah/claudeflow-testing"
from
"ste-bah/claudeflow-testing"
3
just playing around with things
2026-03-30
skill-creator.md
0
1
export
skill-creator
2
from
"maxmurr/htms"
from
"maxmurr/htms"
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.
2025-12-04
outlook-calendar.md
0
1
export
outlook-calendar
2
from
"keith-hung/Calendar-Skill"
from
"keith-hung/Calendar-Skill"
3
Claude Code skill for reading Outlook calendar events via ICS subscription.
2025-12-02
miden-assembly.md
0
1
export
miden-assembly
2
from
"greenhat/miden-assembly"
from
"greenhat/miden-assembly"
3
|
2025-12-19
ui-design.md
0
1
export
ui-design
2
from
"crysis992/crytec-registry"
from
"crysis992/crytec-registry"
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-03-03
dozu-ui-service-skills.md
0
1
export
dozu-ui-service-skills
2
from
"Do-Zu/dozu-ui-service"
from
"Do-Zu/dozu-ui-service"
3
Index of AI agent skills and how to use them when implementing features in this repo.
2026-03-09
skill-creator.md
0
1
export
skill-creator
2
from
"mattppal/prompts"
from
"mattppal/prompts"
3
Create new Claude Code skills with proper SKILL.md structure, frontmatter, and best practices. Use when building new skills for this repository.
2025-12-14
video-translator.md
0
1
export
video-translator
2
from
"seethelightluo/auto_bilingual_translation"
from
"seethelightluo/auto_bilingual_translation"
3
auto-adding bilingual subtitles for video spoken in English
2026-01-05
aiclilistener.md
0
1
export
aiclilistener
2
from
"WebSurfinMurf/AIclilistener"
from
"WebSurfinMurf/AIclilistener"
3
Farm out AI tasks via Named Pipe to get isolated context. Use when processing large files, batch summarization, or to avoid context pollution. Each call runs in fresh context.
2026-01-18
download-ai4space.md
0
1
export
download-ai4space
2
from
"LunCoSim/ai4space"
from
"LunCoSim/ai4space"
3
How to model you Space Mission using AI
2025-12-30
frontend-accessibility.md
0
1
export
frontend-accessibility
2
from
"TheophilusChinomona/theochinomona.tech"
from
"TheophilusChinomona/theochinomona.tech"
3
Build accessible user interfaces following WCAG guidelines with semantic HTML, keyboard navigation, screen reader support, and proper color contrast. Use this skill when creating or modifying UI components, implementing form inputs, adding interactive elements, working with navigation menus, creating modals or dialogs, or handling focus management. Apply when working on React component files (*.tsx, *.jsx), Shadcn/ui components, or any frontend code that users interact with. This skill ensures semantic HTML elements (nav, main, button, etc.) that convey meaning to assistive technologies, keyboard navigation with visible focus indicators (focus:ring-2 focus:ring-offset-2 in Tailwind), sufficient color contrast ratios (4.5:1 for normal text), descriptive alt text for images and meaningful labels for form inputs, screen reader testing and verification, ARIA attributes for complex components when semantic HTML isn't sufficient, logical heading structure (h1-h6 in proper order), and proper focus management in dyna
2026-03-22
padel-tournament-expert.md
0
1
export
padel-tournament-expert
2
from
"quarc0o/gopadel"
from
"quarc0o/gopadel"
3
Expert knowledge of Padel tournament formats (Americano & Mexicano). Use this skill when users ask about organizing padel tournaments, pairing algorithms, scoring systems, calculating rankings, or implementing tournament management software for Americano or Mexicano formats.
2025-12-21
incremental-development.md
0
1
export
incremental-development
2
from
"even-wei/incremental-development"
from
"even-wei/incremental-development"
3
Claude Code plugin for structured incremental development workflows
2025-12-22
flowredux-refactoring.md
0
1
export
flowredux-refactoring
2
from
"nonabit/flowredux-skills"
from
"nonabit/flowredux-skills"
3
Refactor complex Android/KMP state management code to use FlowRedux state machine pattern. Use this when developers need to transform tangled state logic, multiple LiveData/StateFlow sources, or callback-heavy code into a clean, testable state machine architecture.
2025-12-23
frontend-design.md
0
1
export
frontend-design
2
from
"avimaybee/LightWork"
from
"avimaybee/LightWork"
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-02-03
documentation-standards.md
0
1
export
documentation-standards
2
from
"James1218/claude-code-configurations"
from
"James1218/claude-code-configurations"
3
My user level configurations
2026-01-22
customgpt-rag-retrieval.md
0
1
export
customgpt-rag-retrieval
2
from
"Poll-The-People/customgpt-claude-code"
from
"Poll-The-People/customgpt-claude-code"
3
CustomGPT RAG plugin for Claude Code - Enterprise knowledge base search via MCP
2025-12-28
claude-code-meta.md
0
1
export
claude-code-meta
2
from
"artimath/surf-market"
from
"artimath/surf-market"
3
Build Claude Code extensions - skills, agents, hooks, plugins, marketplaces, slash commands. Use when creating Claude Code components, building new skills, writing agents, creating hooks, making plugins, setting up marketplaces, writing slash commands, fixing extension configurations, or troubleshooting Claude Code extensions. Includes builder agents for autonomous creation. Not for looking up docs - use claude-code-docs-reference for that.
2025-12-22
code-ratchets.md
0
1
export
code-ratchets
2
from
"LuckierDodge/skills"
from
"LuckierDodge/skills"
3
Implement code quality ratchets to prevent proliferation of deprecated patterns. Use when (1) migrating away from legacy code patterns, (2) enforcing gradual codebase improvements, (3) preventing copy-paste proliferation of deprecated practices, or (4) setting up pre-commit hooks to count and limit specific code patterns. A ratchet fails if pattern count exceeds OR falls below expected—ensuring patterns never increase and prompting updates when they decrease.
2026-01-27
atomic-components.md
0
1
export
atomic-components
2
from
"felixAnhalt/spotify-playlist-extractor"
from
"felixAnhalt/spotify-playlist-extractor"
3
"My playlist is too big and I wanna listen to music based on vibe" - this tool solves that.
2026-01-25
prompt-optimizer.md
0
1
export
prompt-optimizer
2
from
"alongor666/prompt-optimizer"
from
"alongor666/prompt-optimizer"
3
智能 Prompt 优化顾问技能。基于 Anthropic 官方最佳实践,通过场景识别和技术匹配,将用户的模糊需求转化为高质量 prompt。触发场景:(1) 用户明确请求"优化 prompt"、"帮我写 prompt"、"改进这个指令";(2) 用户的需求描述模糊、不清晰、缺少关键信息;(3) 用户提到"不知道怎么表达"、"效果不好"等问题。适用于所有需要与 Claude 交互的场景,通过结构化对话挖掘需求,生成符合 Claude 4.5 最佳实践的优化 prompt。
2025-12-02
frontend-design.md
0
1
export
frontend-design
2
from
"ymat19/dotfiles"
from
"ymat19/dotfiles"
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-04-18
coverage-analyzer.md
0
1
export
coverage-analyzer
2
from
"yuta158/api-test-portfolio"
from
"yuta158/api-test-portfolio"
3
テストカバレッジ分析とテスト生成ガイダンス。coverage.jsonを解析し、未カバー行/ブランチを特定、優先度付きテスト作成提案を出力。トリガー: "カバレッジ分析", "coverage analyze", "テストカバレッジ向上", "未カバー行"
2026-04-17