Browse Skills

17720 skills found

task-effective-git.md
0
1 export task-effective-git
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Git workflow patterns for agents. Invoke at session start when working in a git repository, before any git operations (status, add, commit, push, rebase), when making code changes, or when the user asks to commit, create PRs, or manage branches. Covers atomic commits, intentional staging, history restructuring, and safe parallel work patterns.
2026-01-05
recent-changes.md
0
1 export recent-changes
2 olivenet-iot from "olivenet-iot/olivenet-social-bot"
3 Son degisiklikler logu. Check when debugging or understanding recent fixes.
2026-01-05
tasklist-generator.md
0
1 export tasklist-generator
2 dundas from "dundas/teleportation-cli"
3 Generate high-level tasks and gated sub-tasks from a PRD, with relevant files and testing guidance.
2026-01-05
argorollouts.md
0
1 export argorollouts
2 julianobarbosa from "julianobarbosa/claude-code-skills"
3 Argo Rollouts progressive delivery controller for Kubernetes. USE WHEN user mentions rollouts, canary deployments, blue-green deployments, progressive delivery, traffic shifting, analysis templates, or Argo Rollouts. Provides deployment strategies, CLI commands, metrics analysis, and YAML examples.
2026-01-05
web-scraping-tools.md
0
1 export web-scraping-tools
2 vanman2024 from "vanman2024/ai-dev-marketplace"
3 Web scraping templates, scripts, and patterns for documentation and content collection using Playwright, BeautifulSoup, and Scrapy. Includes rate limiting, error handling, and extraction patterns. Use when scraping documentation, collecting web content, extracting structured data, building RAG knowledge bases, harvesting articles, crawling websites, or when user mentions web scraping, documentation collection, content extraction, Playwright scraping, BeautifulSoup parsing, or Scrapy spiders.
2026-01-05
frontend-typescript.md
0
1 export frontend-typescript
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Master TypeScript's type system for bulletproof JavaScript applications. Expert in advanced types, generics, and type-safe patterns. Activate for TypeScript development, type system design, or JavaScript migration.
2026-01-05
portman.md
0
1 export portman
2 jpoutrin from "jpoutrin/product-forge"
3 Port management for local development with git worktrees. Use when setting up local development environments, booking ports for services to avoid collisions between parallel worktrees, or configuring docker-compose with dynamic ports.
2026-01-05
pushinator.md
0
1 export pushinator
2 vm0-ai from "vm0-ai/api0"
3 Pushinator push notification API via curl. Use this skill to send push notifications to mobile devices.
2026-01-05
model-selection.md
0
1 export model-selection
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Select appropriate Claude model (Opus 4.5, Sonnet, Haiku) for agents, commands, or Task tool invocations based on task complexity, reasoning depth, and cost/speed requirements.
2026-01-05
slide-management.md
0
1 export slide-management
2 majiayu000 from "majiayu000/claude-skill-registry"
3 **MANDATORY USE - ALWAYS INVOKE THIS SKILL** when the user mentions ANY of these actions: "delete slide", "remove slide", "add slide", "insert slide", "create new slide", "new slide between", "get rid of slide", "fix gaps", "renumber slides", OR when they confirm/answer questions about slide deletion/addition (e.g., "yes delete slide 6", "add a slide after 5"). **CRITICAL - NEVER manually edit slides.md or rename slide files yourself** - this skill uses the manage-slides.py script which handles automatic renumbering, gap detection/fixing, git-aware operations, and slide number vs position conversion. **AUTO-TRIGGER IMMEDIATELY** when user wants to modify slide count, order, or numbering. This skill is the ONLY correct way to add/delete slides.
2026-01-05
typescript-expert.md
0
1 export typescript-expert
2 ljchg12-hue from "ljchg12-hue/windows-dotfiles"
3 Expert TypeScript development with strict typing, generics, advanced patterns, and best practices
2026-01-05
writing-module.md
0
1 export writing-module
2 pbozeman from "pbozeman/svc"
3 Provides module template with include guard, port ordering, and checklist. Triggers when creating a new svc_ module from scratch.
2026-01-05
skill-creator.md
0
1 export skill-creator
2 shiiman from "shiiman/claude-code-plugins"
3 プラグインに新しいスキルを作成する。「スキル作成」「新しいスキル」「スキルを作って」「スキル追加」「skill 作成」「スキルを追加したい」「新規スキル」などで起動。自然言語トリガーで起動するスキルを生成。
2026-01-05
activity.md
0
1 export activity
2 jongwony from "jongwony/cc-plugin"
3 Generate Linear activity reports for date ranges.
2026-01-05
pulumi-typescript.md
0
1 export pulumi-typescript
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Pulumi infrastructure as code using TypeScript with Pulumi Cloud and ESC integration. Use when working with Pulumi TypeScript projects, ESC environments, dynamic secrets, OIDC credentials, or infrastructure automation with Node.js/TypeScript.
2026-01-05
github-actions-templates.md
0
1 export github-actions-templates
2 HermeticOrmus from "HermeticOrmus/after-the-third-cup"
3 Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates.
2026-01-05
vitest-config.md
0
1 export vitest-config
2 metasaver from "metasaver/metasaver-marketplace"
3 Vitest configuration template and validation logic for test configuration. Standards differ by package type - use package-type specific configs (react-app, react-library, node-library, node-service, contracts, database, api, integration). Use factory pattern for React packages that need vite.config.ts merging.
2026-01-05
posthog.md
0
1 export posthog
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Implement PostHog analytics for PhotoVault with dual tracking (client + server). Use when working with event tracking, funnel analysis, user identification, TypeScript event schemas, ad-blocker-proof server-side tracking, or debugging missing analytics data. Includes PhotoVault event definitions and privacy defaults.
2026-01-05
harness-cd.md
0
1 export harness-cd
2 Lobbi-Docs from "Lobbi-Docs/claude"
3 Harness CD (Continuous Delivery) for Kubernetes, Helm, Terraform, ECS, and serverless deployments with GitOps, approval gates, rollback strategies, and multi-environment promotion
2026-01-05
global-validation.md
0
1 export global-validation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Validate inputs and preconditions before work begins using symmetric validation across layers, allowlist thinking, and contextual business rules with auditability. Use this skill when writing input validation, form handling, API request validation, or domain logic checks. Applies to all boundary validation requiring structured error responses, edge-case coverage, sanitization, escaping, and contract tests ensuring consistent validation across clients, APIs, background jobs, and CLIs.
2026-01-05
ptk-styling.md
0
1 export ptk-styling
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when the user asks about "prompt_toolkit Style", "styling", "colors", "formatted text", "HTML text", "ANSI", "FormattedText", "pygments", "syntax highlighting", "themes", or needs to style text and UI elements in prompt_toolkit applications.
2026-01-05
pdf-parity-checker.md
0
1 export pdf-parity-checker
2 miketui from "miketui/Fm"
3 Verify visual and structural parity between XHTML chapters and POD PDF files. Use to ensure print edition matches digital EPUB layout.
2026-01-05
context-methodology.md
0
1 export context-methodology
2 iknite from "iknite/claude-code-marketplace"
3 Knowledge about the context branch methodology for separating AI configuration from project code using git worktrees. Use when users ask about worktree structure, branch organization, or the separation of concerns pattern.
2026-01-05
partnership-manager.md
0
1 export partnership-manager
2 violetio from "violetio/violet-ai-plugins"
3 Partnership development and management
2026-01-05