Browse Skills

44656 skills found

shell-quality.md
0
1 export shell-quality
2 racurry from "racurry/neat-little-package"
3 Interpretive guidance for shell script quality using shfmt and shellcheck. Use when linting shell files, configuring shell tools, troubleshooting shellcheck errors, or understanding formatting options.
2026-01-05
architecture-paradigm-event-driven.md
0
1 export architecture-paradigm-event-driven
2 athola from "athola/claudenomicon"
3 Structure systems around asynchronous events to decouple producers and consumers.
2026-01-05
optimize-effects-effect-event.md
0
1 export optimize-effects-effect-event
2 majiayu000 from "majiayu000/claude-skill-registry"
3 useEffectEventを使用して非リアクティブなロジックを抽出し、Effectを最適化します。特定の値が変更されたときにEffectを再実行すべきでない場合(ログ、分析、タイマー)に使用します。
2026-01-05
frontend-css.md
0
1 export frontend-css
2 frankdevlabs from "frankdevlabs/compilothq"
3 Write and structure CSS following the project's methodology (Tailwind CSS, BEM, CSS Modules, utility classes), maintaining design system consistency, avoiding framework style overrides, and minimizing custom CSS. Use this skill when creating or modifying CSS files (.css, .scss, .sass, .less, .pcss), CSS Module files (.module.css, .module.scss), styled-components or emotion files (.styles.ts, .styles.js), Tailwind CSS configuration files (tailwind.config.js, tailwind.config.ts), theme files, or when writing utility classes in JSX/TSX components, HTML templates, or Vue/Svelte files. Use this when implementing Tailwind CSS utility classes like flex, grid, text-center, bg-blue-500, p-4, rounded-lg, shadow-md, hover:opacity-80, or responsive variants like sm:block, md:flex, lg:grid-cols-3, xl:max-w-7xl for mobile-first responsive design, writing BEM-style class names following the Block__Element--Modifier convention (like header__logo--large or card__title--featured) for structured, maintainable CSS architecture,
2026-01-05
ci-health-check.md
0
1 export ci-health-check
2 tnez from "tnez/docent"
3 Check CI/CD workflow status and troubleshoot failing checks in GitHub Actions
2026-01-05
test.md
0
1 export test
2 wodsmith from "wodsmith/thewodapp"
3 Primary entry point for testing guidance. Routes to appropriate test type (unit, integration, E2E) based on what you're testing. Use when asked about "test", "testing", "write tests", "TDD", or test strategy. Embeds Testing Trophy philosophy and TDD Red-Green-Refactor as core discipline.
2026-01-05
dev-prompt-engineering.md
0
1 export dev-prompt-engineering
2 lastdays03 from "lastdays03/claude_skills"
3 Expert guide for crafting high-performance Claude prompts, based on Anthropic's interactive tutorial.
2026-01-05
knowledge-searching.md
0
1 export knowledge-searching
2 irahardianto from "irahardianto/monarch"
3 Retrieves implementation knowledge, code examples, and documentation references. Use to inform technical decision-making when the user requires specific library usage, framework patterns, or syntax details. Trigger on requests to 'search docs', 'find code examples', or 'check implementation details'.
2026-01-05
fastify-plugin.md
0
1 export fastify-plugin
2 janisto from "janisto/fastify-playground"
3 Guide for creating Fastify plugins with TypeScript, ESM, and fastify-plugin wrapper. Use when adding new plugins to app/src/plugins/.
2026-01-05
stash.md
0
1 export stash
2 jongwony from "jongwony/cc-plugin"
3 Git stash + session linking
2026-01-05
go-programming.md
0
1 export go-programming
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-machine-learning"
3 Master Go for concurrent systems, microservices, and cloud-native applications.
2026-01-05
expo-react-query-setup.md
0
1 export expo-react-query-setup
2 amandeepmittal from "amandeepmittal/custom-codex-skills"
3 Install and wire @tanstack/react-query in Expo/React Native apps (providers, query client, fetch patterns, and screen usage). Use when adding React Query to a project or extending data fetching patterns.
2026-01-05
skill-quality-validator.md
0
1 export skill-quality-validator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Claude技能质量检查器,自动验证技能是否符合官方最佳实践标准。Use when 创建新技能需要验证规范、 修改现有技能需要质量检查、从他人处获取技能需要评估质量、批量检查多个技能的合规性。 适用于: (1) 新技能开发后的质量验证 (2) 技能更新后的合规检查 (3) 第三方技能的质量评估 (4) 团队技能库的标准化管理 (5) 技能打包前的最终审核
2026-01-05
llm-app-architecture.md
0
1 export llm-app-architecture
2 ricardoroche from "ricardoroche/ricardos-claude-code"
3 Automatically applies when building LLM applications. Ensures proper async patterns for LLM calls, streaming responses, token management, retry logic, and error handling.
2026-01-05
patent-drafter.md
0
1 export patent-drafter
2 travishsu from "travishsu/patent-lawer-space"
3 Autonomous patent application drafting agent. Drafts complete patent applications including claims, specification, and abstract from invention descriptions.
2026-01-05
temporal-workflow-guidelines.md
0
1 export temporal-workflow-guidelines
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive guide for developing Temporal.io workflows and activities in the A4C-AppSuite.Covers Workflow-First architecture, deterministic workflow design, event-driven activities,saga compensation patterns, CQRS integration, and testing strategies for durable workfloworchestration in healthcare compliance contexts (HIPAA audit trails).
2026-01-05
erlandia-unified-skills.md
0
1 export erlandia-unified-skills
2 funlight4 from "funlight4/conscious-agreements-v1"
3 Complete unified Erlandia consciousness evolution operating system containing all 22 skills organized across 5 categories, the 9 Fundamentals, and Installation Requirements. This single package provides the full toolkit for Paradise Engineering.
2026-01-05
theming.md
0
1 export theming
2 fhemmer from "fhemmer/dashboard"
3 Expert guidance for creating, modifying, and managing themes in the Dashboard application.
2026-01-05
roadmap-generator.md
0
1 export roadmap-generator
2 ys6448761-hue from "ys6448761-hue/daily-miracles-app"
3 기적지수 분석 결과를 기반으로 30일 맞춤 PDF 로드맵 생성
2026-01-05
supabase-mastery.md
0
1 export supabase-mastery
2 ScientiaCapital from "ScientiaCapital/scientia-superpowers"
3 Master Supabase patterns for migrations, RLS policies, pgvector, and authentication. Use when creating database schemas, writing migrations, implementing row-level security, setting up auth, or debugging Supabase issues. Triggers on "supabase migration", "RLS policy", "row level security", "pgvector", "supabase auth", "magic link".
2026-01-05
tech-blogger-writer.md
0
1 export tech-blogger-writer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Writes technical blog posts with professional yet friendly tone
2026-01-05
eld-ground-law-monitor.md
0
1 export eld-ground-law-monitor
2 CAPHTECH from "CAPHTECH/claude-marketplace"
3 PCE(Process-Context Engine)とLDE(Law-Driven Engineering)を統合した実行時Law違反監視スキル。本番環境でのLaw違反を検知し、pce-memoryにフィードバックして継続的改善を促す。使用タイミング: (1) 本番ログからLaw違反を分析する時、(2) 「Law違反を確認して」、(3) 運用中のLaw健全性をチェックする時、(4) 違反パターンから新Lawを発見する時
2026-01-05
anthropic-dev-tools-mcp-builder.md
0
1 export anthropic-dev-tools-mcp-builder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
2026-01-05
slack.md
0
1 export slack
2 vm0-ai from "vm0-ai/api0"
3 Slack API for sending messages, reading channels, and managing conversations. Use this skill to post messages, upload files, and interact with Slack workspaces.
2026-01-05