Browse Skills
18175 skills found
content-editing.md
0
1
export
content-editing
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive editing checklist and procedures covering grammar and style rules, fact-checking, consistency verification, and readability metrics. Use when reviewing drafts, ensuring quality, or preparing content for publication.
2026-01-05
developing-bazel-rules.md
0
1
export
developing-bazel-rules
2
from
"gaarutyunov/dev-skills"
from
"gaarutyunov/dev-skills"
3
Use when creating custom Bazel rules, toolchains, providers, or aspects. Use when extending Bazel for new languages, build systems, or custom actions. Use when debugging Starlark rule implementations or understanding Bazel build phases.
2026-01-05
quick-descriptive-stats.md
0
1
export
quick-descriptive-stats
2
from
"michellepellon/dotfiles"
from
"michellepellon/dotfiles"
3
Automatically generate quick descriptive statistics and exploratory data analysis for CSV files with visualizations. Use when a CSV file is uploaded, when analyzing tabular data, when requesting data summaries, or when exploring dataset structure and quality. Proactively runs full analysis without asking questions or offering options.
2026-01-05
vue-developer.md
0
1
export
vue-developer
2
from
"olehsvyrydov/AI-development-team"
from
"olehsvyrydov/AI-development-team"
3
[Extends frontend-developer] Vue 3 specialist. Use for Vue-specific features: Composition API, script setup, Pinia stores, Vue Router, Nuxt 3 SSR, Vitest. Invoke alongside frontend-developer for Vue projects.
2026-01-05
ui-designer.md
0
1
export
ui-designer
2
from
"TakukiN/skillport_tmp"
from
"TakukiN/skillport_tmp"
3
アプリケーションのUIデザイン方針を対話形式で決定する。カラースキーム、レイアウト、コンポーネントスタイル、UXパターンなどをユーザーの好みに合わせて提案・調整する。トリガー条件: (1)「デザインを変えたい」(2)「UIを改善したい」(3)「見た目を変更したい」(4)「テーマを変えたい」(5) デザインに関する相談
2026-01-05
github-for-beginners.md
0
1
export
github-for-beginners
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill provides comprehensive guidance for learning and using GitHub, from fundamental concepts through practical workflows. Designed for complete beginners, this skill should be used when teaching GitHub concepts, explaining git workflows, debugging git/GitHub issues, or guiding through practical GitHub tasks like creating branches, commits, pull requests, and merging code.
2026-01-05
julien-clemence-wordpress-tooling.md
0
1
export
julien-clemence-wordpress-tooling
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Build tools, CSS architecture, and Git workflows for clemencefouquet.fr WordPress theme. Covers linting, @layer CSS, and sync between Laragon/Git/VPS.
2026-01-05
python-testing.md
0
1
export
python-testing
2
from
"btimothy-har/mycc-config"
from
"btimothy-har/mycc-config"
3
Use when writing or running Python tests with pytest. Covers fixtures, mocking, parametrization, freezegun for time, and async testing. Triggers on test file creation, fixture design, mocking external dependencies, or test suite architecture. Extends python-development skill.
2026-01-05
migration-writer.md
0
1
export
migration-writer
2
from
"kasuboski/mediaz"
from
"kasuboski/mediaz"
3
Expert guidance for writing database migrations using golang-migrate for the mediaz SQLite database. Covers migration creation, testing, rollback capability, data preservation, and mediaz-specific patterns. Activates when users mention migrations, schema changes, database alterations, or golang-migrate.
2026-01-05
error-handling.md
0
1
export
error-handling
2
from
"YosrBennagra/3SC"
from
"YosrBennagra/3SC"
3
Design global error handling for the .NET 8 WPF widget host app: unhandled exceptions, UI error surfaces, crash reporting, and user-safe recovery. Use when wiring App.xaml.cs exception hooks, adding error boundaries in ViewModels, or integrating crash reporting services.
2026-01-05
schema-designer.md
0
1
export
schema-designer
2
from
"zh1227/zh1227.github.io"
from
"zh1227/zh1227.github.io"
3
数据模型设计助手,提供ER图设计与验证、数据库范式检查(3NF/BCNF)、索引优化建议、数据字典生成,与API设计协同确保数据模型一致性,专业数据库设计助力。
2026-01-05
audio-injection-testing.md
0
1
export
audio-injection-testing
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Test Bob The Skull with virtual audio injection instead of speaking. Use when testing wake word detection, STT accuracy, full conversation pipeline, or automated testing. Covers setup, configuration, injection methods, and troubleshooting.
2026-01-05
video-designer.md
0
1
export
video-designer
2
from
"outscal/test_release"
from
"outscal/test_release"
3
Expert video designer that generates comprehensive design specifications based on video direction. Creates precise JSON schemas for scenes including elements, animations, timing, and styling following strict design guidelines.
2026-01-05
slideshow-video-agent.md
0
1
export
slideshow-video-agent
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Creates video presentations with static AI-generated slides and animated transitions. Auto-trigger when users ask to create presentations, slideshows, video presentations, pitch decks, training videos, or animated slide shows. Supports brand consistency via reference images (logos, colors) from the Reference Images folder. Uses fal.ai APIs (Nano Banana Pro for slides, Eleven Labs for voiceover, Kling 2.6 Pro for transitions) and FFmpeg for assembly.
2026-01-05
the-archivist.md
0
1
export
the-archivist
2
from
"Cygnusfear/claude-stuff"
from
"Cygnusfear/claude-stuff"
3
This skill should be used when engineering decisions are being made during code implementation. The Archivist enforces decision documentation as a standard practice, ensuring every engineering choice includes rationale and integrates with Architecture Decision Records (ADRs). Use when writing code that involves choosing between alternatives, selecting technologies, designing architectures, or making trade-offs.
2026-01-05
vitest-config.md
0
1
export
vitest-config
2
from
"metasaver/claude-marketplace"
from
"metasaver/claude-marketplace"
3
Vitest configuration template and validation logic for test configuration that merges with vite.config.ts. Includes 5 required standards (must merge with vite.config using mergeConfig, required test configuration with globals and jsdom environment, required setup file at src/test/setup.ts with @testing-library/jest-dom, required dependencies, required npm test scripts). Use when creating or auditing vitest.config.ts files to ensure proper test environment setup.
2026-01-05
wavecap-export.md
0
1
export
wavecap-export
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Export WaveCap transcriptions and pager data. Use when the user wants to export transcriptions as JSON, download reviewed transcriptions with audio, or export pager feed data.
2026-01-05
search-optimization.md
0
1
export
search-optimization
2
from
"blueraai/bluera-knowledge"
from
"blueraai/bluera-knowledge"
3
Guide on optimizing Bluera Knowledge search results through proper intent selection, detail level strategies, result limiting, and store filtering. Teaches when to use minimal vs contextual vs full detail, and how to choose the right search intent for different query types.
2026-01-05
database-architecture.md
0
1
export
database-architecture
2
from
"pluginagentmarketplace/custom-plugin-postgresql"
from
"pluginagentmarketplace/custom-plugin-postgresql"
3
Master database design, SQL optimization, system architecture, and design patterns. Learn PostgreSQL, MongoDB, Redis, and distributed system design.
2026-01-05
typer-patterns.md
0
1
export
typer-patterns
2
from
"vanman2024/cli-builder"
from
"vanman2024/cli-builder"
3
Modern type-safe Typer CLI patterns with type hints, Enums, and sub-apps. Use when building CLI applications, creating Typer commands, implementing type-safe CLIs, or when user mentions Typer, CLI patterns, type hints, Enums, sub-apps, or command-line interfaces.
2026-01-05
atlas.md
0
1
export
atlas
2
from
"inherent-design/atlas"
from
"inherent-design/atlas"
3
Ingest project documentation and code into persistent semantic memory (Qdrant + Voyage embeddings). Use when user wants to remember context across sessions, ingest docs, or search previous work. Requires Qdrant running locally and VOYAGE_API_KEY set.
2026-01-05
progressive-metadata.md
0
1
export
progressive-metadata
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Pattern for creating skills with YAML frontmatter that enables progressive disclosure and token optimization. Use when building skills, optimizing context usage, or implementing domain expertise with minimal token overhead. Demonstrates how to structure SKILL.md files with metadata-driven loading that achieves 84% token reduction compared to manual instructions. Triggers on "create skill with metadata", "token optimization", "progressive disclosure", "skill frontmatter", "efficient skill design".
2026-01-05
ashby-recruiting-workflows.md
0
1
export
ashby-recruiting-workflows
2
from
"jjeremycai/claude-toolkit"
from
"jjeremycai/claude-toolkit"
3
This skill should be used when the user asks to "move candidate through pipeline", "schedule an interview", "manage applications", "track hiring progress", "source candidates", "advance to next stage", or mentions recruiting workflows in Ashby. Provides guidance on effective candidate pipeline management and recruiting best practices.
2026-01-05
coding-shell-scripts.md
0
1
export
coding-shell-scripts
2
from
"loklaan/dotfiles"
from
"loklaan/dotfiles"
3
Guidelines and patterns for writing bash/shell scripts. Use when creating new shell scripts, bin scripts, or bash utilities. Includes script templates, header comments, error handling, and common patterns.
2026-01-05