Browse Skills

6825 skills found

technical-constraints.md
0
1 export technical-constraints
2 dylantarre from "dylantarre/animation-principles"
3 Use when animation is limited by browser support, platform capabilities, or technical requirements
2026-01-05
gog.md
0
1 export gog
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
2026-01-05
tdd.md
0
1 export tdd
2 ryo-yama55 from "ryo-yama55/ramen_saver"
3 Guide for implementing features using Test-Driven Development (TDD) methodology. Use when: (1) User requests to implement a feature using TDD, (2) User asks to write tests first before implementation, (3) User mentions Red-Green-Refactor cycle, (4) Starting a new feature that requires systematic testing. This skill provides step-by-step TDD workflows, concrete test patterns, and best practices for writing tests before implementation in TypeScript/React projects using Vitest.
2026-01-05
changelog-generator.md
0
1 export changelog-generator
2 Doyajin174 from "Doyajin174/myskills"
3 Generate user-friendly release notes from git commits. Use this when preparing releases, writing changelogs, or summarizing development progress.
2026-01-05
notion-api.md
0
1 export notion-api
2 BLTGV from "BLTGV/agent-skills"
3 This skill should be used when the user asks to "search Notion", "find in Notion", "search my Notion workspace", "create Notion page", "make a Notion page", "update Notion page", "edit Notion page", "query Notion database", "get Notion database", "read Notion page", "get page content from Notion", "list Notion pages", or mentions Notion integration, Notion workspace, or Notion API access.
2026-01-05
brainstorming.md
0
1 export brainstorming
2 yonatangross from "yonatangross/create-yg-app"
3 Use when creating or developing anything, before writing code or implementation plans - refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation
2026-01-05
writing-lib-functions.md
0
1 export writing-lib-functions
2 Emz1998 from "Emz1998/nexly-notes"
3 Use this skill when you need to write lib functions in `srs/lib` for the Next.js app
2026-01-05
define-product.md
0
1 export define-product
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create user-centric product definitions by analyzing the repository, inferring product goals and user needs, clarifying ambiguities through structured questioning, and generating comprehensive product.md documentation. Use when the user mentions "product definition", "define product", "product strategy", or needs to document user personas, pain points, and user journeys.
2026-01-05
python-style-guide.md
0
1 export python-style-guide
2 CodingKaiser from "CodingKaiser/claude-kaiser-skills"
3 Comprehensive Python programming guidelines based on Google's Python Style Guide. Use when Claude needs to write Python code, review Python code for style issues, refactor Python code, or provide Python programming guidance. Covers language rules (imports, exceptions, type annotations), style rules (naming conventions, formatting, docstrings), and best practices for clean, maintainable Python code.
2026-01-05
prime-session.md
0
1 export prime-session
2 fusupo from "fusupo/muleteer"
3 Orient to current project by reading CLAUDE.md and architecture docs. Auto-invokes when Claude detects a new or unfamiliar repository. Can also be triggered by "orient me", "what is this project", or "prime session".
2026-01-05
file-system.md
0
1 export file-system
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Safe filesystem operations for agents, including path normalization vs resolution, temp file handling, atomic replacement, and spooled buffers. Use when reading/writing user-supplied paths, staging outputs, or managing temporary files; triggers: filesystem, os.path, tempfile, path normalization, realpath, atomic write.
2026-01-05
solid-principles.md
0
1 export solid-principles
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Enforce SOLID principles (Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion) in object-oriented design. Use when writing or reviewing classes and modules.
2026-01-05
dotnet-test-triage.md
0
1 export dotnet-test-triage
2 bravellian from "bravellian/platform"
3 Run dotnet test, capture failed test cases, and generate a rerun filter plus a markdown failure summary. Use when test runs fail and you need a focused rerun command or a compact failure report.
2026-01-05
nextjs.md
0
1 export nextjs
2 darantrute from "darantrute/_virgin-12112025"
3 nextjs expert with self-populating documentation
2026-01-05
nb-notes.md
0
1 export nb-notes
2 anexpn from "anexpn/claude-plugins"
3 Manage persistent notes and todos using the nb note-taking system. This skill should be used when capturing cross-session learnings, technical decisions, deferred tasks, or codebase patterns that should persist beyond the current conversation. Use proactively after solving bugs, making architectural decisions, or discovering important patterns. Triggers on requests like "what did I learn yesterday", "check my notes", "what learnings do I have about X", or "capture insights". Do NOT use for tracking current work-in-progress (use TodoWrite for that).
2026-01-05
seo-guidelines.md
0
1 export seo-guidelines
2 chekos from "chekos/bns-marketplace"
3 Load when optimizing content for search engines, performing keyword research,writing meta tags, analyzing SEO performance, or any task related to organicsearch visibility. Contains comprehensive SEO best practices for 2024-2025.
2026-01-05
mediawiki-wikitext.md
0
1 export mediawiki-wikitext
2 majiayu000 from "majiayu000/claude-skill-registry"
3 MediaWiki Wikitext markup language for Wikipedia and wiki-based sites. Use when creating or editing wiki articles, generating wikitext content, working with wiki tables/templates/references, or converting content to wikitext format. Triggers on requests mentioning Wikipedia, MediaWiki, wikitext, wiki markup, or wiki article creation.
2026-01-05
spec-writing.md
0
1 export spec-writing
2 dlddu from "dlddu/claude-plugin-marketplace"
3 요구사항을 분석하여 명세서와 사용자 스토리를 작성합니다. "명세 작성해줘", "요구사항 정리해줘", "스펙 문서 만들어줘", "사용자 스토리 작성해줘" 등을 요청할 때 활성화됩니다.
2026-01-05
pepmetrics-testing.md
0
1 export pepmetrics-testing
2 djtroymx1 from "djtroymx1/PepMetrics"
3 Testing patterns and utilities for PepMetrics. Use when writing or debugging tests.
2026-01-05
domain-extractor.md
0
1 export domain-extractor
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Extract technology-free domain model from codebase. Produces a pure business-language specification that any stakeholder can understand. Use for: understand legacy code, document business logic, domain modeling, business requirements extraction, what does this code do, explain codebase to non-technical stakeholders.
2026-01-05
bash-scripting.md
0
1 export bash-scripting
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Master of defensive Bash scripting for production automation, CI/CD pipelines, and system utilities. Expert in safe, portable, and testable shell scripts. Use when writing, creating, authoring, generating, or developing bash scripts, shell scripts, or automation. Also triggers for learning bash best practices, understanding defensive programming patterns, implementing error handling, ensuring portability, following shellcheck recommendations, or applying production-grade bash standards. Helps with CI/CD scripts, system utilities, deployment automation, and production bash code.
2026-01-05
nushell.md
0
1 export nushell
2 lprior-repo from "lprior-repo/my-claude-config"
3 Write and debug Nushell scripts, pipelines, and commands. Use when working with .nu files, writing Nushell code, converting bash to Nushell, or when the user mentions nu, nushell, or structured shell scripting.
2026-01-05
blog-writing-assistant.md
0
1 export blog-writing-assistant
2 y-tsuritani from "y-tsuritani/zenn-scraps"
3 技術ブログの記事執筆を支援。トピックや題材を受け取ったら、Zenn形式の技術記事の骨子を作成します。実体験ベースで思考過程や試行錯誤を重視した記事構成を提案します。技術検証が必要な場合は、technical-verification-plannerスキルを使用してください。詳細な情報や最新の情報が必要な場合は、deep-research-agentスキルを使用してください。記事の骨子が完成したら、draft-preparation-assistantスキルを使用して下書きファイルを準備することを推奨します。記事の下書きが完成したら、article-review-assistantスキルを使用してレビューすることを推奨します。ブログ記事を書く時、記事の構成を考える時に使用してください。
2026-01-05
livekit-agent-tools.md
0
1 export livekit-agent-tools
2 Okeysir198 from "Okeysir198/P20251122-claude-skills"
3 Comprehensive guide for building functional tools for LiveKit voice agents using the @function_tool decorator. Use when creating tools for LiveKit agents to enable capabilities like API calls, database queries, multi-agent coordination, or any external integrations. Covers tool design, RunContext handling, interruption patterns, parameter documentation, testing, and production best practices.
2026-01-05