name stringlengths 2 64 | description stringlengths 3 1.02k ⌀ | source stringclasses 6
values | path stringclasses 198
values | url stringlengths 29 246 | author stringlengths 2 33 ⌀ |
|---|---|---|---|---|---|
query-optimization | Techniques for optimizing database queries, indexing strategies, and performance tuning for SQL databases | skillsmp.com | null | https://github.com/cyperx84/claude-code-plugin-examples/tree/main/examples/04-real-world/database-plugin/skills/query-optimization | cyperx84 |
code-review-checklist | Comprehensive checklist and best practices for effective code reviews that catch bugs and improve code quality | skillsmp.com | null | https://github.com/cyperx84/claude-code-plugin-examples/tree/main/examples/04-real-world/pr-reviewer-plugin/skills/code-review-checklist | cyperx84 |
vulnerability-detection | Systematic approach to identifying security vulnerabilities in code, dependencies, and infrastructure | skillsmp.com | null | https://github.com/cyperx84/claude-code-plugin-examples/tree/main/examples/04-real-world/security-audit-plugin/skills/vulnerability-detection | cyperx84 |
scraping-best-practices | Ethical and effective web scraping techniques, anti-bot evasion, legal compliance, and data extraction strategies | skillsmp.com | null | https://github.com/cyperx84/claude-code-plugin-examples/tree/main/examples/04-real-world/web-scraping-plugin/skills/scraping-best-practices | cyperx84 |
testing-verification | Test execution workflows after code generation, bug fixes, or refactoring. Invoke when new code exists to verify correctness and quality. | skillsmp.com | null | https://github.com/screenfluent/aicodingforum/tree/main/.claude/skills/testing | screenfluent |
error-resolution | Systematic error diagnosis and resolution for test failures, build errors, and validation issues. Invoke when tests fail or pre-commit blocks. | skillsmp.com | null | https://github.com/screenfluent/aicodingforum/tree/main/.claude/skills/troubleshooting | screenfluent |
writing-technical-reports | Creates timestamped technical analysis and debugging reports following a standardized structure. Use when documenting completed work, analyzing technical issues, investigating bugs, or when the user requests a report. | skillsmp.com | null | https://github.com/isnbh0/shared/tree/main/.claude/skills/report-writer | isnbh0 |
rigorous-scientific-debugging | Evidence-based debugging protocol using the scientific method. REQUIRES ONE-TIME INITIALIZATION before use. Use when standard debugging has failed and maximum rigor is needed. | skillsmp.com | null | https://github.com/isnbh0/shared/tree/main/.claude/skills/rigorous-debug | isnbh0 |
skill-writing | Creates effective Claude Code skills following best practices. Use when the user asks to create a skill, write a SKILL.md, or needs help authoring agent instructions. | skillsmp.com | null | https://github.com/isnbh0/shared/tree/main/.claude/skills/skill-writer | isnbh0 |
spec-workflow-write-implement | Two-phase workflow for technical specifications - WRITING phase creates and commits specs then stops; IMPLEMENTATION phase follows specs, updates status, and commits all changes. Different agents handle each phase. | skillsmp.com | null | https://github.com/isnbh0/shared/tree/main/.claude/skills/spec-workflow | isnbh0 |
ash-authentication | AshAuthentication Usage Rules | skillsmp.com | null | https://github.com/joshprice/claude-skills-from-usage-rules/tree/main/.claude/skills/ash-authentication | joshprice |
ash-graphql | Rules for working with AshGraphql | skillsmp.com | null | https://github.com/joshprice/claude-skills-from-usage-rules/tree/main/.claude/skills/ash-graphql | joshprice |
ash-phoenix | Rules for working with AshPhoenix | skillsmp.com | null | https://github.com/joshprice/claude-skills-from-usage-rules/tree/main/.claude/skills/ash-phoenix | joshprice |
ash-postgres | Rules for working with AshPostgres | skillsmp.com | null | https://github.com/joshprice/claude-skills-from-usage-rules/tree/main/.claude/skills/ash-postgres | joshprice |
ash | Rules for working with Ash | skillsmp.com | null | https://github.com/joshprice/claude-skills-from-usage-rules/tree/main/.claude/skills/ash | joshprice |
cinder | Cinder Usage Rules | skillsmp.com | null | https://github.com/joshprice/claude-skills-from-usage-rules/tree/main/.claude/skills/cinder | joshprice |
igniter | Rules for working with Igniter | skillsmp.com | null | https://github.com/joshprice/claude-skills-from-usage-rules/tree/main/.claude/skills/igniter | joshprice |
phoenix-ecto | Ecto Guidelines | skillsmp.com | null | https://github.com/joshprice/claude-skills-from-usage-rules/tree/main/.claude/skills/phoenix-ecto | joshprice |
phoenix-elixir | Elixir guidelines | skillsmp.com | null | https://github.com/joshprice/claude-skills-from-usage-rules/tree/main/.claude/skills/phoenix-elixir | joshprice |
phoenix-html | Phoenix HTML guidelines | skillsmp.com | null | https://github.com/joshprice/claude-skills-from-usage-rules/tree/main/.claude/skills/phoenix-html | joshprice |
phoenix-liveview | Phoenix LiveView guidelines | skillsmp.com | null | https://github.com/joshprice/claude-skills-from-usage-rules/tree/main/.claude/skills/phoenix-liveview | joshprice |
phoenix-phoenix | Phoenix guidelines | skillsmp.com | null | https://github.com/joshprice/claude-skills-from-usage-rules/tree/main/.claude/skills/phoenix-phoenix | joshprice |
usage-rules-elixir | Elixir Core Usage Rules | skillsmp.com | null | https://github.com/joshprice/claude-skills-from-usage-rules/tree/main/.claude/skills/usage-rules-elixir | joshprice |
usage-rules-otp | OTP Usage Rules | skillsmp.com | null | https://github.com/joshprice/claude-skills-from-usage-rules/tree/main/.claude/skills/usage-rules-otp | joshprice |
usage-rules | Using Usage Rules | skillsmp.com | null | https://github.com/joshprice/claude-skills-from-usage-rules/tree/main/.claude/skills/usage-rules | joshprice |
youtube-transcript-to-lecture-notes | Transform YouTube transcripts into comprehensive lecture notes with PDF and HTML outputs | skillsmp.com | null | https://github.com/az9713/claude_skill_hn_mcp_server/tree/main/.claude/skills/youtube-transcript-to-lecture-notes-skill | az9713 |
code-quality-standards | Enforce code quality standards including minimalism, proper comments, correctness over optimization, and eliminating unnecessary complexity. Use when writing code, refactoring, code review, or when user mentions code quality, clean code, optimization, or comments. | skillsmp.com | null | https://github.com/T1nker-1220/.claude/tree/main/skills/code-quality-standards | T1nker-1220 |
git-best-practices | Generate comprehensive, detailed git commit messages following best practices with problem explanations for fixes and complete change lists for features. Use when committing changes, writing commit messages, or when user mentions git commit, staging changes, or version control. | skillsmp.com | null | https://github.com/T1nker-1220/.claude/tree/main/skills/git-best-practices | T1nker-1220 |
algorithmic-art | 使用带种子随机性的 p5.js,通过交互式参数探索生成原创算法艺术。适用于用户提出涉及代码生成艺术、算法艺术、流场或粒子系统的请求。始终创作原创算法艺术,避免直接复制现有艺术家的作品,以免引发版权问题。 | skillsmp.com | null | https://github.com/LeastBit/Claude_skills_zh-CN/tree/main/algorithmic-art_算法艺术 | LeastBit |
artifacts-builder | 一套基于现代前端技术(React、Tailwind CSS、shadcn/ui)的工具,用来创建复杂的 claude.ai HTML 成品。适用于需要状态管理、路由或 shadcn/ui 组件的复杂作品,不适用于简单的单文件 HTML/JSX。 | skillsmp.com | null | https://github.com/LeastBit/Claude_skills_zh-CN/tree/main/artifacts-builder_制品构建器 | LeastBit |
brand-guidelines | 将 Anthropic 官方品牌配色与字体应用到需要呈现 Anthropic 风格的任何产出物上。当涉及品牌配色、风格规范、视觉格式或公司设计标准时请使用本技能。 | skillsmp.com | null | https://github.com/LeastBit/Claude_skills_zh-CN/tree/main/brand-guidelines_品牌指南 | LeastBit |
canvas-design | 基于设计哲学在 .png 与 .pdf 文档中创作精美视觉作品。当用户请求海报、艺术作品、设计稿或其他静态作品时,请使用本技能。务必创作原创视觉设计,避免复制现有艺术家的作品,以免触犯版权。 | skillsmp.com | null | https://github.com/LeastBit/Claude_skills_zh-CN/tree/main/canvas-design_画布设计 | LeastBit |
docx | 「面向 .docx 文件的文档创建、编辑与分析」——支持修订记录、批注、格式保持与文本抽取。当 Claude 需要处理专业 Word 文档(.docx)以执行以下任一任务时请使用本技能:(1) 创建新文档;(2) 修改或编辑内容;(3) 处理修订记录;(4) 添加批注;或其他文档相关工作。 | skillsmp.com | null | https://github.com/LeastBit/Claude_skills_zh-CN/tree/main/document-skills_文档技能/docx_Word文档 | LeastBit |
pdf | 面向 PDF 的全能工具包,可用于抽取文本与表格、创建新 PDF、合并/拆分文档以及处理表单。当 Claude 需要填写 PDF 表单,或要批量处理、生成、分析 PDF 文件时请使用本技能。 | skillsmp.com | null | https://github.com/LeastBit/Claude_skills_zh-CN/tree/main/document-skills_文档技能/pdf_PDF文档 | LeastBit |
pptx | “面向 PowerPoint 演示文稿(.pptx)的创建、编辑与分析”。当 Claude 需要创建新演示文稿、修改现有内容、处理版式、添加批注或演讲者备注等与幻灯相关的任务时,请使用本技能。 | skillsmp.com | null | https://github.com/LeastBit/Claude_skills_zh-CN/tree/main/document-skills_文档技能/pptx_演示文稿 | LeastBit |
xlsx | “面向电子表格(.xlsx、.xlsm、.csv、.tsv 等)的创建、编辑与分析”,支持公式、格式、数据分析与可视化。当 Claude 需要(1)创建带公式与格式的新表格,(2)读取或分析数据,(3)在保留公式的前提下修改已有表格,(4)在表格内做数据分析与可视化,以及(5)重新计算公式时,请使用本技能。 | skillsmp.com | null | https://github.com/LeastBit/Claude_skills_zh-CN/tree/main/document-skills_文档技能/xlsx_电子表格 | LeastBit |
internal-comms | 帮助我撰写各种内部沟通内容的资源集合,符合公司偏好的格式。当需要编写内部沟通(状态报告、领导更新、3P 更新、公司通讯、常见问题、事件报告、项目进展等)时,Claude 应使用本技能。 | skillsmp.com | null | https://github.com/LeastBit/Claude_skills_zh-CN/tree/main/internal-comms_内部沟通 | LeastBit |
mcp-builder | 构建高质量 MCP(Model Context Protocol)服务器的指南,帮助 LLM 通过精心设计的工具与外部服务交互。适用于在 Python(FastMCP)或 Node/TypeScript(MCP SDK)中构建整合外部 API 或服务的 MCP 服务器。 | skillsmp.com | null | https://github.com/LeastBit/Claude_skills_zh-CN/tree/main/mcp-builder_MCP构建器 | LeastBit |
skill-creator | 创建高效技能的指南。当用户希望打造新的技能(或改进现有技能),以专项知识、工作流或工具集成来扩展 Claude 能力时,请使用本技能。 | skillsmp.com | null | https://github.com/LeastBit/Claude_skills_zh-CN/tree/main/skill-creator_技能创建器 | LeastBit |
slack-gif-creator | 面向 Slack 优化的动图制作工具包,内置尺寸校验器与可组合的动画基元。当用户提出“帮我做一个在 Slack 上展示 X 做 Y 的 GIF”之类的请求时,即应使用本技能生成 Slack 动图或表情动画。 | skillsmp.com | null | https://github.com/LeastBit/Claude_skills_zh-CN/tree/main/slack-gif-creator_SlackGIF生成器 | LeastBit |
theme-factory | 用于为各类产出物(幻灯、文档、报告、HTML 页面等)统一应用主题风格的工具包。提供 10 套预设主题(含配色与字体),也可按需即时生成自定义主题。 | skillsmp.com | null | https://github.com/LeastBit/Claude_skills_zh-CN/tree/main/theme-factory_主题工厂 | LeastBit |
webapp-testing | 使用 Playwright 与本地 Web 应用交互并进行测试的工具包,可验证前端功能、调试 UI 行为、捕获浏览器截图、查看日志。 | skillsmp.com | null | https://github.com/LeastBit/Claude_skills_zh-CN/tree/main/webapp-testing_网页应用测试 | LeastBit |
mise-dev-tools-manager | Manage dev tools, runtime versions, environment variables, and tasks with mise. Universal tool version manager supporting 1000+ tools with task runner and env management. | skillsmp.com | null | https://github.com/scottatron/claude-skills/tree/main/mise | scottatron |
tracer-issue-tracker | Manage tasks and dependencies with Tracer CLI. Use for issue tracking, dependency management, finding ready work, and AI agent workflows. | skillsmp.com | null | https://github.com/scottatron/claude-skills/tree/main/tracer | scottatron |
create-auth-skill | A skill to create auth service for new applications. | skillsmp.com | null | https://github.com/better-auth/skills/tree/main/auth/create-auth | better-auth |
mcp-testing-incognito-mode | Automated testing with Chrome DevTools MCP server ALWAYS in incognito mode to avoid cache issues | skillsmp.com | null | https://github.com/Lucasdoreac/mutuapix-workspace/tree/main/.claude/skills/mcp-testing-incognito | Lucasdoreac |
pix-validation-expert | Validates PIX key requirements for MutuaPIX platform, ensuring email used for login matches PIX key email for payment processing | skillsmp.com | null | https://github.com/Lucasdoreac/mutuapix-workspace/tree/main/.claude/skills/pix-validation | Lucasdoreac |
backstage-backend-plugin | Build Backstage backend plugins with createBackendPlugin and core services: DI, httpRouter, secure-by-default auth, Knex DB, routes, testing. Use for APIs and background jobs. | skillsmp.com | null | https://github.com/rothenbergt/backstage-agent-skills/tree/main/backstage-backend-plugin | rothenbergt |
backstage-frontend-plugin | Build Backstage frontend plugins with the new Frontend System: createFrontendPlugin, blueprints, routes, Utility APIs, testing. Use for pages, nav, entity content, or cards. | skillsmp.com | null | https://github.com/rothenbergt/backstage-agent-skills/tree/main/backstage-frontend-plugin | rothenbergt |
team-builder | Builds a specialized AI development team using Claude Code plugins and subagents. This skill should be used when starting a new project and you need to assemble the right team of AI specialists. It creates the .claude/ configuration directory with agent files and provides installation commands for plugins. Optimized fo... | skillsmp.com | null | https://github.com/edwardhallam/claude-skills/tree/main/skills/team-builder/latest | edwardhallam |
expert-nextjs-15-development | Senior Next.js 15 expert with 15+ years experience. Generate production-ready code with strict TypeScript typing, professional JSDoc, solid architecture patterns, complete test coverage, security best practices, and performance optimization. Use for any code generation, features, refactoring, debugging, or architecture... | skillsmp.com | null | https://github.com/Glad91/template-nextjs-moderne/tree/main/.claude/skills/EXPERT_NEXTJS_DEV | Glad91 |
wordpress-ability-api | This skill should be used when helping users create, edit, or register WordPress Abilities (both server-side PHP and client-side JavaScript), register ability categories, or set up the WordPress Abilities API as a dependency. Use when users say things like "create an ability", "help me build an ability", "set up the Ab... | skillsmp.com | null | https://github.com/emdashcodes/wp-ability-toolkit/tree/trunk/claude-code-plugins/wordpress-ability-api/skills/wordpress-ability-api | emdashcodes |
wordpress-plugin-scaffold | Scaffold WordPress plugins using WP-CLI commands (wp scaffold plugin, wp scaffold plugin-tests). Use this skill when creating new WordPress plugins or adding test infrastructure to existing plugins. | skillsmp.com | null | https://github.com/emdashcodes/wp-ability-toolkit/tree/trunk/claude-code-plugins/wordpress-plugin-scaffold/skills/wordpress-plugin-scaffold | emdashcodes |
wp-env | Local WordPress development environment management using @wordpress/env for plugin and theme development. Use this skill when setting up, configuring, starting, stopping, or managing wp-env Docker-based WordPress environments. | skillsmp.com | null | https://github.com/emdashcodes/wp-ability-toolkit/tree/trunk/claude-code-plugins/wp-env/skills/wp-env | emdashcodes |
fantasy-world-building | Use when user mentions fantasy, magic system, or world-building for fantastical settings - provides fantasy genre conventions, magic system design patterns, and world-building frameworks | skillsmp.com | null | https://github.com/wordflowlab/novel-writer-skills/tree/main/templates/skills/genre-knowledge/fantasy | wordflowlab |
mystery-novel-conventions | Use when user mentions mystery, detective, crime, or suspense-focused narrative - provides genre conventions, clue placement, and fair play principles for mystery writing | skillsmp.com | null | https://github.com/wordflowlab/novel-writer-skills/tree/main/templates/skills/genre-knowledge/mystery | wordflowlab |
romance-novel-conventions | Use when user mentions romance, love story, or relationship-focused narrative - provides genre conventions, pacing guidelines, and emotional beats for romance writing | skillsmp.com | null | https://github.com/wordflowlab/novel-writer-skills/tree/main/templates/skills/genre-knowledge/romance | wordflowlab |
story-consistency-monitor | Use during chapter writing to automatically check character behavior, world rules, and timeline consistency - alerts when detecting potential contradictions before they become major issues | skillsmp.com | null | https://github.com/wordflowlab/novel-writer-skills/tree/main/templates/skills/quality-assurance/consistency-checker | wordflowlab |
forgotten-elements-reminder | Automatically reminds when important story elements (characters, plot lines, foreshadowing) haven't appeared for 10+ chapters - prevents 'disappeared character syndrome' and dropped plot threads in long-form fiction | skillsmp.com | null | https://github.com/wordflowlab/novel-writer-skills/tree/main/templates/skills/quality-assurance/forgotten-elements | wordflowlab |
getting-started-guide | Activates when users start a new novel project - guides them through the seven-step methodology (constitution → specify → clarify → plan → tasks → write → analyze) with gentle prompts and explanations | skillsmp.com | null | https://github.com/wordflowlab/novel-writer-skills/tree/main/templates/skills/quality-assurance/getting-started | wordflowlab |
pre-write-checklist | Activates automatically before chapter writing to enforce the 9-item mandatory file reading checklist - prevents AI focus degradation in long-form fiction by ensuring all context is loaded before each writing session | skillsmp.com | null | https://github.com/wordflowlab/novel-writer-skills/tree/main/templates/skills/quality-assurance/pre-write-checklist | wordflowlab |
requirement-detector | 探测用户的写作规范需求并加载对应文档。当用户提到AI味重、去AI味、自然、爽文、快节奏、爽点、无毒点、不降智、严肃文学、有深度、强情绪、打动人、甜文、撒糖、虐文、虐心、BE等关键词时自动激活。适用于讨论写作要求、AI去味方法、节奏控制、情感表达时使用。 | skillsmp.com | null | https://github.com/wordflowlab/novel-writer-skills/tree/main/templates/skills/quality-assurance/requirement-detector | wordflowlab |
setting-detector | Automatically detects story settings (genres, time periods, themes) based on keywords and activates corresponding knowledge bases - works silently in the background to provide relevant writing guidance without user intervention | skillsmp.com | null | https://github.com/wordflowlab/novel-writer-skills/tree/main/templates/skills/quality-assurance/setting-detector | wordflowlab |
style-detector | 探测用户的写作风格需求并加载对应指南。当用户提到口语化、生活化、真实感、文学性、严肃文学、纯文学、网文、爽文、快节奏、古风、武侠、古韵、极简、海明威、克制等关键词时自动激活。适用于讨论小说风格、写作文风、创作方向时使用。 | skillsmp.com | null | https://github.com/wordflowlab/novel-writer-skills/tree/main/templates/skills/quality-assurance/style-detector | wordflowlab |
novel-writer-workflow-guide | Use when user starts a novel project or asks how to organize their writing - guides through novel-writer's seven-step methodology and ensures proper workflow | skillsmp.com | null | https://github.com/wordflowlab/novel-writer-skills/tree/main/templates/skills/quality-assurance/workflow-guide | wordflowlab |
natural-dialogue-techniques | Use when writing dialogue scenes or when user asks about character conversations - provides techniques for natural, character-consistent dialogue that reveals character and advances plot | skillsmp.com | null | https://github.com/wordflowlab/novel-writer-skills/tree/main/templates/skills/writing-techniques/dialogue-techniques | wordflowlab |
scene-structure-techniques | Use when structuring scenes or planning chapter content - provides scene-sequel framework, tension management, and beat-by-beat structure for compelling scenes | skillsmp.com | null | https://github.com/wordflowlab/novel-writer-skills/tree/main/templates/skills/writing-techniques/scene-structure | wordflowlab |
full-scan | Apply the same operation to all files matching a glob pattern. Use this skill whenever you need to process multiple files systematically, such as fixing guideline violations, unifying code style, or fixing type errors. Always use this skill when working with multiple files that match a pattern. | skillsmp.com | null | https://github.com/Kiikurage/Claude-Code-Sample/tree/master/.claude/skills/full_scan | Kiikurage |
web-development | TypeScript/JavaScript/React/HTML/CSSファイルを編集・作成する際は必ずこのスキルを使用しなさい。フロントエンド開発のコーディング規約、ベストプラクティス、検証方法が含まれています。 | skillsmp.com | null | https://github.com/Kiikurage/Claude-Code-Sample/tree/master/.claude/skills/web_development | Kiikurage |
work-plan | 作業計画を立てたり遂行する際に利用するスキル。作業項目の追加、次のタスク取得、完了マークなどの機能を提供します。 | skillsmp.com | null | https://github.com/Kiikurage/Claude-Code-Sample/tree/master/.claude/skills/work_plan | Kiikurage |
architecture-documentation | Analyzes existing codebases to document architecture OR helps design architecture for new projects. Creates comprehensive architecture.md with tech stack, components, data flow, and architectural decisions. | skillsmp.com | null | https://github.com/normcrandall/claudeskills/tree/main/architecture | normcrandall |
development-implementation | Implements user stories by reading requirements, following coding standards, and executing tasks with comprehensive testing. Updates story files with implementation details and test results. | skillsmp.com | null | https://github.com/normcrandall/claudeskills/tree/main/dev | normcrandall |
feature-delivery-orchestrator | Orchestrates complete end-to-end feature delivery workflow from requirements to production-ready code. Chains architecture, standards, PM, dev, and QA skills automatically with comprehensive reporting. | skillsmp.com | null | https://github.com/normcrandall/claudeskills/tree/main/feature-delivery | normcrandall |
jira-integration | Imports JIRA tickets (via API or web scraping) and converts them to local story files. Supports single tickets, bulk imports via JQL, and optional dev workflow kickoff. Works with or without API credentials. | skillsmp.com | null | https://github.com/normcrandall/claudeskills/tree/main/jira | normcrandall |
product-management | Creates PRDs with user stories for brownfield enhancements. Analyzes existing projects, defines requirements, and generates implementable user stories with acceptance criteria, tasks, and dev notes. | skillsmp.com | null | https://github.com/normcrandall/claudeskills/tree/main/pm | normcrandall |
quality-assurance | Validates story implementations through testing, code review, and quality gate assessment. Uses testing skill for execution, checks standards compliance, and creates quality gate decisions (PASS/CONCERNS/FAIL/WAIVED). | skillsmp.com | null | https://github.com/normcrandall/claudeskills/tree/main/qa | normcrandall |
sdet-software-development-engineer-in-test | Creates end-to-end tests, evaluates test coverage, identifies testing gaps, and builds test automation infrastructure. Focuses on test strategy, framework design, and ensuring comprehensive test coverage. | skillsmp.com | null | https://github.com/normcrandall/claudeskills/tree/main/sdet | normcrandall |
coding-standards-analysis | Analyzes your codebase to discover and document coding standards, patterns, and conventions. Creates coding-standards.md with file naming, TypeScript patterns, testing standards, and architectural patterns actually used in your project. | skillsmp.com | null | https://github.com/normcrandall/claudeskills/tree/main/standards | normcrandall |
web-application-testing | Comprehensive web application testing using Playwright. Tests accessibility (WCAG 2.1 AA), UX principles, and functional correctness. Generates reusable test files for CI/CD integration. | skillsmp.com | null | https://github.com/normcrandall/claudeskills/tree/main/testingSkill | normcrandall |
ground-truth-template | Generic ground truth documentation template for creating verifiable reference skills. Auto-invoke when user requests ground truth skill creation, validation criteria framework, or canonical documentation templates. Do NOT load during actual ground truth usage (use project-specific skills instead). | skillsmp.com | null | https://github.com/YoungLeadersDotTech/young-leaders-tech-marketplace/tree/master/plugins/skills-toolkit/skills/shared/ground-truth-template | YoungLeadersDotTech |
initiative-overview-template | Generic cross-functional initiative template for creating strategic initiative overview skills. Auto-invoke when user requests initiative skill creation, cross-team coordination framework, or strategic program templates. Do NOT load during specific project work (use project-specific skills instead). | skillsmp.com | null | https://github.com/YoungLeadersDotTech/young-leaders-tech-marketplace/tree/master/plugins/skills-toolkit/skills/shared/initiative-overview-template | YoungLeadersDotTech |
product-context-template | Generic product context template for creating product vision, goals, and constraints skills. Auto-invoke when user requests product skill creation, product context framework, or strategic alignment templates. Do NOT load during actual product work (use project-specific skills instead). | skillsmp.com | null | https://github.com/YoungLeadersDotTech/young-leaders-tech-marketplace/tree/master/plugins/skills-toolkit/skills/shared/product-context-template | YoungLeadersDotTech |
stakeholder-discovery-template | Generic stakeholder discovery template for creating new project-specific stakeholder skills. Auto-invoke when user requests stakeholder skill creation, stakeholder analysis framework, or team context templates. Do NOT load during actual stakeholder discussions (use project-specific skills instead). | skillsmp.com | null | https://github.com/YoungLeadersDotTech/young-leaders-tech-marketplace/tree/master/plugins/skills-toolkit/skills/shared/stakeholder-templates | YoungLeadersDotTech |
gitlab-stack-config-generator | Generates service-specific configuration files for GitLab stack projects in ./config directory, using .env as the primary configuration source. Creates nginx, PostgreSQL, Redis, and custom service configs with strict validation for secrets, paths, and Docker best practices. Use when setting up service configurations, c... | skillsmp.com | null | https://github.com/rknall/claude-skills/tree/main/config-generator | rknall |
docker-configuration-validator | Comprehensive Docker and Docker Compose validation following best practices and security standards. Use this skill when users ask to validate Dockerfiles, review Docker configurations, check Docker Compose files, verify multi-stage builds, audit Docker security, or ensure compliance with Docker best practices. Validate... | skillsmp.com | null | https://github.com/rknall/claude-skills/tree/main/docker-validation | rknall |
newt-blueprint-generator | Generate and validate Pangolin Newt blueprint configurations in YAML or Docker Labels format. Use when creating Pangolin resource configurations, proxy resources, client resources, authentication settings, or Docker Compose blueprints. | skillsmp.com | null | https://github.com/rknall/claude-skills/tree/main/newt-blueprint-generator | rknall |
python-backend-architecture-review | Comprehensive design architecture review for Python backend applications. Use this skill when users ask you to review, analyze, or provide feedback on backend architecture designs, system design documents, or Python application architecture. Covers scalability, security, performance, database design, API design, micros... | skillsmp.com | null | https://github.com/rknall/claude-skills/tree/main/python-architecture-review | rknall |
gitlab-stack-secrets-manager | Manages Docker secrets for GitLab stack projects, ensuring secrets are never in .env or docker-compose.yml, properly stored in ./secrets directory, and securely integrated with Docker secrets. Use when users need to create secrets, migrate from environment variables, validate secret configuration, audit secret usage, o... | skillsmp.com | null | https://github.com/rknall/claude-skills/tree/main/secrets-manager | rknall |
gitlab-stack-creator | Create new GitLab stack projects from templates with proper directory structure, git configuration, validation hooks, and documentation. Use when initializing new Docker stack projects that follow GitLab stack patterns. | skillsmp.com | null | https://github.com/rknall/claude-skills/tree/main/stack-creator | rknall |
gitlab-stack-validator | Validates GitLab stack projects before deployment, ensuring proper architecture patterns, directory structure, secrets management, .env configuration, and Docker best practices. Use when users ask to validate a stack, check stack configuration, verify stack architecture, audit stack setup, or ensure stack deployment re... | skillsmp.com | null | https://github.com/rknall/claude-skills/tree/main/stack-validator | rknall |
svg-logo-designer | Create professional SVG logos from descriptions and design specifications. Generates multiple logo variations with different layouts, styles, and concepts. Produces scalable vector graphics that can be used directly or exported to PNG. Use this skill when users ask to create logos, brand identities, icons, or visual ma... | skillsmp.com | null | https://github.com/rknall/claude-skills/tree/main/svg-logo-designer | rknall |
uiux-design-review | Comprehensive design review for websites and desktop applications with extensive accessibility analysis. Use this skill when users ask you to review UI/UX designs, wireframes, mockups, prototypes, or deployed interfaces for usability, accessibility (WCAG compliance), visual design, interaction patterns, responsive desi... | skillsmp.com | null | https://github.com/rknall/claude-skills/tree/main/ui-design-review | rknall |
web-design-builder | Create and refactor HTML5/JavaScript web designs from specifications or descriptions. Generates complete, accessible, responsive web designs with modern frameworks. Automatically verifies designs using Playwright MCP for accessibility and functionality testing. Use this skill when users ask to create web designs, mocku... | skillsmp.com | null | https://github.com/rknall/claude-skills/tree/main/web-design-builder | rknall |
accessibility-implementation | This skill should be used when implementing accessible interfaces and ensuring WCAG 2.1 compliance - covers ARIA labels, keyboard navigation, screen reader support, color contrast, focus management, and semantic HTML for inclusive design that works for all users. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/accessibility-implementation | chriscarterux |
agent-context-optimization | This skill should be used when preparing context for agent delegation to maximize output quality - teaches what information agents need, how to structure context efficiently, when to @mention files, and how to provide background without overwhelming agents with unnecessary details. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/agent-context-optimization | chriscarterux |
ai-integration-patterns | This skill should be used when integrating AI capabilities (Claude API, OpenAI, embeddings, etc.) into applications - covers prompt engineering, streaming responses, cost optimization, rate limiting, context window management, error handling, and production-ready patterns for AI-powered features. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/ai-integration-patterns | chriscarterux |
api-design-patterns | This skill should be used when designing REST APIs, GraphQL schemas, or API architectures - covers endpoint design, versioning strategies, error handling, pagination, authentication patterns, and OpenAPI documentation for backend-architect and api-designer agents. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/api-design-patterns | chriscarterux |
app-store-optimization-tactics | This skill should be used when optimizing app store presence for iOS App Store or Google Play Store - covers keyword research and optimization, screenshot design, A/B testing, review management, and conversion rate optimization to increase organic app downloads. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/app-store-optimization-tactics | chriscarterux |
commands | This skill should be used when you need to use the built-in command utilities for planning, brainstorming, and execution workflows. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/commands | chriscarterux |
conversion-optimization | This skill should be used when optimizing landing pages, signup flows, or user funnels to increase conversion rates - covers A/B testing, psychological triggers, friction reduction, persuasive copywriting, CTA optimization, and data-driven improvement strategies for higher conversions. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/conversion-optimization | chriscarterux |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.