Browse Skills

44915 skills found

command-context-patterns.md
6
1 export command-context-patterns
2 laurigates from "laurigates/dotfiles"
3 Write safe context expressions in Claude Code slash command files. Coversbacktick expressions, find vs ls patterns, and commands that always exit 0.Use when creating slash commands, writing context sections with backtickexpressions, or debugging command execution failures.
2026-01-05
write-claude-md.md
6
1 export write-claude-md
2 wayne930242 from "wayne930242/Reflexive-Claude-Code"
3 Create effective CLAUDE.md files with proper constitution using <law> blocks. Use when creating project setup, writing new CLAUDE.md, or improving existing configuration.
2026-01-05
dbcli-db-ddl.md
6
1 export dbcli-db-ddl
2 tteamtm from "tteamtm/dbcli"
3 Execute DDL (Data Definition Language) statements - CREATE, ALTER, DROP tables, indexes, views on 30+ databases using DbCli. CRITICAL - requires mandatory backup before DROP/ALTER operations. Use when user needs to create schema, modify structure, or drop database objects.
2026-01-05
writing-python.md
6
1 export writing-python
2 jenarvaezg from "jenarvaezg/cunhaobot"
3 Idiomatic Python 3.14+ development. Use when writing Python code, CLI tools, scripts, or services. Emphasizes stdlib, type hints, uv/ruff toolchain, and minimal dependencies.
2026-01-05
test-github-actions.md
6
1 export test-github-actions
2 rosssaunders from "rosssaunders/coincise"
3 Test GitHub Actions workflows locally using act before pushing changes. Use when modifying .github/workflows files, before committing workflow changes, when debugging GitHub Actions failures, or when the user mentions testing workflows, act tool, or validating CI/CD changes.
2026-01-05
dev-browser.md
6
1 export dev-browser
2 b-open-io from "b-open-io/prompts"
3 Integration guide for SawyerHood/dev-browser, a Claude Code plugin for browser automation. This skill enables agents to research, test web UIs, and interact with web applications using a headless browser.
2026-01-05
scrum-team-scrum-master.md
6
1 export scrum-team-scrum-master
2 atusy from "atusy/agentic-scrum"
3 AI Scrum Master facilitating events, enforcing framework rules, coaching team, and removing impediments. Use when coordinating sprints, resolving impediments, or ensuring Scrum compliance.
2026-01-05
debugging-pipeline-failures.md
6
1 export debugging-pipeline-failures
2 konflux-ci from "konflux-ci/skills"
3 Use when Konflux pipelines fail, are stuck, timeout, or show errors like ImagePullBackOff. Covers PipelineRun failures, TaskRun issues (Pending, Failed, stuck Running), build errors, and systematic debugging of Tekton pipeline problems using kubectl and logs.
2026-01-05
markdown-slides.md
6
1 export markdown-slides
2 jykim from "jykim/claude-obsidian-skills"
3 Create presentation slides in Markdown format (Deckset/Marp compatible). Use when user requests to create slides, presentations, or convert documents to slide format. Handles image positioning, speaker notes, and proper formatting.
2026-01-05
backend-models.md
6
1 export backend-models
2 coreyja from "coreyja/coreyja.com"
3 Define database models with clear naming, appropriate data types, proper constraints, and relationship definitions. Use this skill when creating or modifying ORM model files, database entity definitions, or data structure schemas. When defining table relationships, foreign keys, and cascade behaviors. When implementing model validation rules, timestamps, or indexes. When working with model files in frameworks like SQLAlchemy, Sequelize, ActiveRecord, SQLx, Prisma, or similar ORMs. When choosing appropriate data types for columns or establishing data integrity constraints (NOT NULL, UNIQUE, foreign keys).
2026-01-05
plexus-score-setup.md
6
1 export plexus-score-setup
2 AnthusAI from "AnthusAI/Plexus"
3 Standard workflow for creating Plexus scorecard and score records via the GraphQL API. This is the administrative setup (name, external_id, description) - NOT guidelines or configuration work.
2026-01-05
understanding-cross-phase-stacking.md
5
1 export understanding-cross-phase-stacking
2 arittr from "arittr/spectacular"
3 Use before starting any new phase - explains how sequential and parallel phases automatically chain together through base branch inheritance (main worktree tracks progress, parallel phases inherit from current branch, no manual intervention needed)
2026-01-05
deployment-docker.md
5
1 export deployment-docker
2 CsHeng from "CsHeng/dot-claude"
3 Docker and containerization guidelines. Use when deployment docker guidance is required.
2026-01-05
docker-vigil-orchestration.md
5
1 export docker-vigil-orchestration
2 tbartel74 from "tbartel74/Vigil-Code"
3 Docker Compose orchestration for Vigil Guard v2.0.0 microservices (11 services). Use when deploying services, managing containers, troubleshooting Docker network issues, working with vigil-net, configuring docker-compose.yml, handling service dependencies, or working with 3-branch detection services (heuristics, semantic, prompt-guard).
2026-01-05
xplat-checks.md
5
1 export xplat-checks
2 dansasser from "dansasser/claude-code-marketplace"
3 Cross-platform compatibility checking tools. Detects path issues, line endings, environment variables, shell commands, and other patterns that break on Windows or Linux.
2026-01-05
skill-creator.md
5
1 export skill-creator
2 leeovery from "leeovery/claude-laravel"
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.
2026-01-05
theone-cocos-standards.md
5
1 export theone-cocos-standards
2 The1Studio from "The1Studio/theone-training-skills"
3 Enforces TheOne Studio Cocos Creator development standards including TypeScript coding patterns, Cocos Creator 3.x architecture (Component system, EventDispatcher), and playable ads optimization guidelines. Triggers when writing, reviewing, or refactoring Cocos TypeScript code, implementing playable ads features, optimizing performance/bundle size, or reviewing code changes.
2026-01-05
image-files.md
5
1 export image-files
2 lawless-m from "lawless-m/claude-skills"
3 Image manipulation using ImageMagick command-line tools for resizing, converting, optimizing, and batch processing
2026-01-05
jira-expert.md
5
1 export jira-expert
2 rickydwilson-dcs from "rickydwilson-dcs/claude-skills"
3 Atlassian Jira expert for creating and managing projects, planning, product discovery, JQL queries, workflows, custom fields, automation, reporting, and all Jira features. Use for Jira project setup, configuration, advanced search, dashboard creation, workflow design, and technical Jira operations.
2026-01-05
pgvector-search.md
5
1 export pgvector-search
2 yonatangross from "yonatangross/skillforge-claude-plugin"
3 Production hybrid search with PGVector + BM25 using Reciprocal Rank Fusion, metadata filtering, and performance optimization for semantic retrieval
2026-01-05
pytest-test-framework.md
5
1 export pytest-test-framework
2 FortiumPartners from "FortiumPartners/ai-mesh"
3 Execute and generate pytest tests for Python projects with fixtures, parametrization, and mocking support
2026-01-05
llm-governance.md
5
1 export llm-governance
2 CsHeng from "CsHeng/dot-claude"
3 LLM content governance and compliance standards. Use when llm governance guidance is required.
2026-01-05
code-review.md
5
1 export code-review
2 zapier from "zapier/zapier-mcp"
3 Performs comprehensive code reviews of git branches, analyzing code quality, security, performance, and best practices. Use when the user says "review" or "code review" or asks to review pull requests, merge requests, or analyze branch changes before merging.
2026-01-05
laravel-enums.md
5
1 export laravel-enums
2 leeovery from "leeovery/claude-laravel"
3 Backed enums with labels and business logic. Use when working with enums, status values, fixed sets of options, or when user mentions enums, backed enums, enum cases, status enums.
2026-01-05