Browse Skills

44969 skills found

database-schema-extension.md
1
1 export database-schema-extension
2 Reodor-Studios from "Reodor-Studios/create-reodor-app"
3 Extend the Supabase PostgreSQL database schema following this project's declarative schema patterns, migration workflow, and type generation pipeline. Use when adding tables, columns, enums, RLS policies, triggers, or database functions.
2026-01-05
discord-chat-summary.md
1
1 export discord-chat-summary
2 lycfyi from "lycfyi/community-agent-plugin"
3 Summarize Discord chat messages across servers. Use when user asks for chat summary, digest, highlights, recap, or overview of Discord conversations.
2026-01-05
building-apple-platform-products.md
1
1 export building-apple-platform-products
2 kylehughes from "kylehughes/apple-platform-build-tools-claude-code-plugin"
3 Builds, tests, and archives Swift packages and Xcode projects for Apple platforms. Use when running xcodebuild, swift build, or swift test commands, discovering schemes and targets, or selecting simulator destinations for iOS, macOS, tvOS, watchOS, or visionOS.
2026-01-05
autonomous-operation.md
1
1 export autonomous-operation
2 troykelly from "troykelly/claude-skills"
3 Use when starting any work session - establishes autonomous operation mode, overriding token limits and time pressure to work until goal is achieved
2026-01-05
managing-docker.md
1
1 export managing-docker
2 sumik5 from "sumik5/dotfiles"
3 Manages Docker development environments. Use for containerized projects, Docker operations, Compose management, and environment setup.
2026-01-05
treatment-plans.md
1
1 export treatment-plans
2 ovachiever from "ovachiever/droid-tings"
3 Generate concise (3-4 page), focused medical treatment plans in LaTeX/PDF format for all clinical specialties. Supports general medical treatment, rehabilitation therapy, mental health care, chronic disease management, perioperative care, and pain management. Includes SMART goal frameworks, evidence-based interventions with minimal text citations, regulatory compliance (HIPAA), and professional formatting. Prioritizes brevity and clinical actionability.
2026-01-05
rails-localization-i18n-english-arabic.md
1
1 export rails-localization-i18n-english-arabic
2 Kaakati from "Kaakati/rails-enterprise-dev"
3 Chief Content Copywriter with comprehensive internationalization skill for Ruby on Rails applications with proper English, Arabic, French and Spanish translations, RTL support, pluralization rules, date/time formatting, and culturally appropriate content adaptation. Trigger keywords: i18n, translations, localization, internationalization, locale, RTL, Arabic, multilingual, localize, translate
2026-01-05
brightness-system.md
1
1 export brightness-system
2 omerakben from "omerakben/omer-akben"
3 8-mode brightness system implementation with CSS custom properties. Use when implementing theme switching, color tokens, or fixing brightness-related issues.
2026-01-05
rdc-brand-style-guide.md
1
1 export rdc-brand-style-guide
2 MoveRDC from "MoveRDC/claude-skills-marketing"
3 Realtor.com brand guidelines for creating branded reports, presentations, dashboards, and visualizations. Includes official colors, typography, logo usage rules, and styling guidance. Use when creating reports, HTML dashboards, presentations, charts, or any deliverable that should follow RDC brand standards. Triggers include requests for "branded" outputs, company presentations, executive reports, slide decks, or visualizations needing consistent Realtor.com styling.
2026-01-05
python.md
1
1 export python
2 dralgorhythm from "dralgorhythm/claude-agentic-framework"
3 Write Python code following best practices. Use when developing Python applications. Covers type hints, async, and modern tooling.
2026-01-05
refactoringtechniques.md
1
1 export refactoringtechniques
2 mgreenly from "mgreenly/ikigai"
3 Refactoring Techniques refactoring skill
2026-01-05
github.md
1
1 export github
2 huynguyen03dev from "huynguyen03dev/opencode-setup"
3 Interact with GitHub repositories, issues, pull requests, and code via the GitHub MCP server. This skill should be used when managing repositories, creating/updating files, working with issues and PRs, searching code/repos/users, creating branches, and performing code reviews. Supports all major GitHub API operations.
2026-01-05
naming.md
1
1 export naming
2 mgreenly from "mgreenly/ikigai"
3 Naming Conventions skill for the ikigai project
2026-01-05
writing-docs.md
1
1 export writing-docs
2 C0ntr0lledCha0s from "C0ntr0lledCha0s/claude-code-plugin-automations"
3 Expert at writing high-quality documentation for code, APIs, and projects. Auto-invokes when generating docstrings, creating README files, writing API documentation, adding code comments, or producing any technical documentation. Provides language-specific templates and best practices for effective documentation writing.
2026-01-05
ci-systemic-analyzer.md
1
1 export ci-systemic-analyzer
2 ANcpLua from "ANcpLua/ANcpLua.NET.Sdk"
3 Systemic CI/CD failure pattern analysis for MSBuild SDK and NuGet package projects.TRIGGERS (activate this skill when user provides):- GitHub Actions workflow URLs showing repeated failures- Commit history with back-and-forth fixes- "CI keeps failing", "why does CI break every SDK change"- Pattern of: SDK change → CI fail → fix → different CI fail → repeat- Request for root cause analysis across multiple runsNOT for:- Single one-off CI failure (use msbuild-nuget-master instead)- Simple "what broke" questionsWhat it does:- Correlates failures across workflow runs (not just latest)- Identifies architectural flaws causing cascading failures- Maps SDK ↔ CI coupling violations- Produces isolation strategy to prevent recurrence
2026-01-05
agentuity-cli-cloud-db-logs.md
1
1 export agentuity-cli-cloud-db-logs
2 agentuity from "agentuity/discord-help-agent"
3 Get query logs for a specific database. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
integrate-routes.md
1
1 export integrate-routes
2 madooei from "madooei/backend-template"
3 Mount routes in app.ts with dependency injection. Use after creating routes to wire them into the application. Triggers on "mount routes", "add to app", "wire routes", "integrate routes".
2026-01-05
circuit-breaker.md
1
1 export circuit-breaker
2 semicolon-devteam from "semicolon-devteam/semo"
3 무한 루프 및 토큰 폭주 방지를 위한 서킷 브레이커. Use when (1) 재귀 깊이 초과,(2) 동일 에러 반복, (3) 동일 파일 반복 수정, (4) 세션 시간 초과.
2026-01-05
claude-workflow.md
1
1 export claude-workflow
2 tordks from "tordks/claude-workflow"
3 Load for any CWF planning task including: explaining the workflow, answering planning questions, creating plans, amending plans, and implementing features. Contains conventions, phase structure, task formats, validation rules, and templates.
2026-01-05
test-fixing.md
1
1 export test-fixing
2 LEEI1337 from "LEEI1337/phantom-neural-cortex"
3 Run tests and systematically fix all failing tests using smart error grouping. Use when user asks to fix failing tests, mentions test failures, runs test suite and failures occur, or requests to make tests pass. Activates on phrases like "fix the tests", "tests are failing", "make the test suite green", "run tests and fix failures", or "tests aren't passing".
2026-01-05
elevenlabs-agents.md
1
1 export elevenlabs-agents
2 ovachiever from "ovachiever/droid-tings"
3 Build conversational AI voice agents with ElevenLabs Platform using React, JavaScript, React Native, or Swift SDKs.Configure agents, tools (client/server/MCP), RAG knowledge bases, multi-voice, and Scribe real-time STT.Use when: building voice chat interfaces, implementing AI phone agents with Twilio, configuring agent workflowsor tools, adding RAG knowledge bases, testing with CLI "agents as code", or troubleshooting deprecated @11labspackages, Android audio cutoff, CSP violations, dynamic variables, or WebRTC config.Keywords: ElevenLabs Agents, ElevenLabs voice agents, AI voice agents, conversational AI, @elevenlabs/react, @elevenlabs/client, @elevenlabs/react-native, @elevenlabs/elevenlabs-js, @elevenlabs/agents-cli, elevenlabs SDK, voice AI, TTS, text-to-speech, ASR, speech recognition, turn-taking model, WebRTC voice, WebSocket voice, ElevenLabs conversation, agent system prompt, agent tools, agent knowledge base, RAG voice agents, multi-voice agents, pronunciation dictionary, voice speed control,
2026-01-05
context-database-schema.md
1
1 export context-database-schema
2 stars-end from "stars-end/affordabot"
3 Supabase PostgreSQL schema management, 86+ migrations, RLS policies, and type generation.Handles table creation, schema changes, migrations, foreign key constraints, and migration workflows.Use when working with database schema, migrations, data modeling, or type definitions,or when user mentions database changes, table modifications, schema updates, migration failures,"relation does not exist" errors, foreign key issues, Supabase schema operations, users table, accounts table, or holdings table.
2026-01-05
state.md
1
1 export state
2 M2AI-jp from "M2AI-jp/thanks4claudecode-fresh"
3 このワークスペースの state.md 管理、playbook 運用の専門知識。state.md の更新、done_criteria の判定、CRITIQUE の実行時に使用する。
2026-01-05
rule-auditor.md
1
1 export rule-auditor
2 oimiragieo from "oimiragieo/LLM-RULES"
3 Validates code against currently loaded rules and reports compliance violations. Use after implementing features, during code review, or to ensure coding standards are followed. Provides actionable feedback with line-by-line issues and suggested fixes.
2026-01-05