Browse Skills

44656 skills found

ui-complete.md
0
1 export ui-complete
2 CodeTonight-SA from "CodeTonight-SA/cips"
3 Unified UI development combining Anthropic's frontend-design plugin (anti-AI-slop aesthetics) with CIPS mobile-responsive-ui (dvh units, touch targets, testing protocol). Produces distinctive, production-grade, responsive interfaces.
2026-01-05
deployment-strategies.md
0
1 export deployment-strategies
2 IvanTorresEdge from "IvanTorresEdge/molcajete.ai"
3 Deployment strategies for Go applications. Use when deploying applications.
2026-01-05
gitlab-ci-debugger.md
0
1 export gitlab-ci-debugger
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Debug and monitor GitLab CI/CD pipelines for merge requests. Check pipeline status, view job logs, and troubleshoot CI failures. Use this when the user needs to investigate GitLab CI pipeline issues, check job statuses, or view specific job logs.
2026-01-05
learning-portfolio-assessment.md
0
1 export learning-portfolio-assessment
2 majiayu000 from "majiayu000/claude-skill-registry"
3 portfolio-assessment for credentials, recognition, and competency validation.
2026-01-05
maturin-debugger.md
0
1 export maturin-debugger
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Diagnose and fix maturin build issues for PyO3 Python bindings. Use when encountering problems with maturin develop, missing Python exports, module registration errors, or type stub generation issues. Particularly useful when new PyO3 methods compile but don't appear in Python.
2026-01-05
a2a-agents.md
0
1 export a2a-agents
2 keenranger from "keenranger/dotfiles"
3 AI agent and chatbot patterns including personas, pipelines, and messaging integrations. Use when building conversational agents, creating AI personas, designing insight pipelines, or integrating with Slack/Kakao platforms.
2026-01-05
gasp-diagnostics.md
0
1 export gasp-diagnostics
2 AcceleratedIndustries from "AcceleratedIndustries/gasp"
3 System diagnostics using GASP (General AI Specialized Process monitor). Use when user asks about Linux system performance, requests system checks, mentions GASP, asks to diagnose hosts, or says things like "check my system" or "what's wrong with [hostname]". Can actively fetch GASP metrics from hosts via HTTP or interpret provided JSON output.
2026-01-05
load-conversation.md
0
1 export load-conversation
2 dhughes from "dhughes/claude-marketplace"
3 Load the full content of a previous Claude Code conversation into current context. Use when user asks to "load conversation <uuid>" or "show me conversation <uuid>" or references loading/viewing a past conversation by its ID.
2026-01-05
moai-session-info.md
0
1 export moai-session-info
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Display comprehensive project and session information including Git status, SPEC progress, version details, and system resources. Use when starting new sessions, checking project status, reviewing project context, or when users ask "what's the status", "show project info", or "where are we".
2026-01-05
scarches-docs-complete.md
0
1 export scarches-docs-complete
2 majiayu000 from "majiayu000/claude-skill-registry"
3 scArches 文档本地镜像全量
2026-01-05
narrative-conductor.md
0
1 export narrative-conductor
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Définit l'arc narratif complet et valide la cohérence narrative pour les épisodes NEW TEMPS X. Utilise ce Skill quand tu dois créer ou valider un arc narratif structuré en 7 actes, ou vérifier qu'un épisode respecte la structure narrative obligatoire et l'esprit Temps X.
2026-01-05
google-drive.md
0
1 export google-drive
2 arlenagreer from "arlenagreer/claude_configuration_docs"
3 Manage Google Drive files and folders with full CRUD operations via Ruby scripts. Use for file storage operations, folder organization, sharing permissions, searching across Drive, and uploading/downloading files of any type. Works seamlessly with google-sheets and google-docs skills for complete Google Workspace integration.
2026-01-05
security-guidelines.md
0
1 export security-guidelines
2 RevTechStudio from "RevTechStudio/rts-plugins"
3 セキュアな開発・運用のための実装指針、機密情報管理、通信の確保、入力値検証、依存ライブラリ管理のガイドラインを定義する。セキュリティ実装時、認証・認可実装時、API開発時、またはユーザーがセキュリティ、機密情報、暗号化、XSS対策、SQL injection、脆弱性管理に言及した際に使用する。
2026-01-05
mcp-semantic-search.md
0
1 export mcp-semantic-search
2 MichelKerkmeester from "MichelKerkmeester/AI-Systems"
3 Intent-based code discovery for CLI AI agents using semantic search MCP tools. Use when finding code by what it does (not what it's called), exploring unfamiliar areas, or understanding feature implementations. Mandatory for code discovery tasks when you have MCP access.
2026-01-05
karabiner.md
0
1 export karabiner
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Configure Karabiner-Elements keyboard remapping using Goku EDN syntax. Use when creating keybindings, layers, simlayers, app-specific shortcuts, or modifying karabiner.edn.
2026-01-05
project-context.md
0
1 export project-context
2 spences10 from "spences10/svelte-skills-kit"
3 Use before any development work. Ensures project patterns and documentation are consulted for consistent implementation.
2026-01-05
dataclass-patterns.md
0
1 export dataclass-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Dataclass patterns including frozen dataclasses, slots, immutability, and value objects. Activated when designing data classes or value types.
2026-01-05
clickhouse-pipeline-optimizer.md
0
1 export clickhouse-pipeline-optimizer
2 hiivmind from "hiivmind/clickhouse-skills"
3 Analyze and optimize existing ClickHouse pipelines, schemas, and queries. Use when reviewing ClickHouse performance, auditing table designs, troubleshooting slow queries, or improving data ingestion patterns.
2026-01-05
skill-generator.md
0
1 export skill-generator
2 autonomous-bits from "autonomous-bits/nomos-provider-terraform-remote-state"
3 Generate new Agent Skills following the open standard specification. Use this when asked to create a new skill, teach Copilot a new capability, or capture domain expertise as a reusable skill.
2026-01-05
rag-pipeline-builder.md
0
1 export rag-pipeline-builder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Complete RAG (Retrieval-Augmented Generation) pipeline implementation with document ingestion, vector storage, semantic search, and response generation. Supports FastAPI backends with OpenAI and Qdrant. LangChain-free architecture.
2026-01-05
validating-plans.md
0
1 export validating-plans
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Systematically validate implementation plans before execution - catches hallucinations, TDD violations, missing references, and temporal drift that derail implementations. Use after writing-plans skill creates a plan document.
2026-01-05
github-pr.md
0
1 export github-pr
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when working with GitHub pull requests, reviewing PRs, creating PRs, checking PR status, viewing PR comments, analyzing CI failures, or using gh CLI commands. Emphasizes token-efficient patterns using filters, file buffers, and targeted queries.
2026-01-05
git-safety.md
0
1 export git-safety
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Git safety rules and mandatory gates for all git operations
2026-01-05
dotnet-guidelines.md
0
1 export dotnet-guidelines
2 roeibajayo from "roeibajayo/claude-tools"
3 C# coding guidelines and best practices. MUST follow these rules. Use when reviewing/writing C# code or dotnet tasks.
2026-01-05