Browse Skills
44656 skills found
serena-semantic.md
0
1
export
serena-semantic
2
from
"dev-jelly/jelly-dotclaude"
from
"dev-jelly/jelly-dotclaude"
3
Semantic code operations with symbol-aware editing, search, and refactoring
2026-01-05
create-adrs.md
0
1
export
create-adrs
2
from
"foolishimp/ai_sdlc_method"
from
"foolishimp/ai_sdlc_method"
3
Create Architecture Decision Records (ADRs) documenting strategic technical decisions while acknowledging ecosystem E(t) constraints. Use when choosing cloud providers, languages, frameworks, databases, or architectural patterns.
2026-01-05
langchain.md
0
1
export
langchain
2
from
"atrawog/bazzite-ai-plugins"
from
"atrawog/bazzite-ai-plugins"
3
LangChain framework for LLM applications. Covers model wrappers (HuggingFace,Ollama), prompt templates, few-shot learning, output parsing, and chainingtechniques for building sophisticated LLM workflows.
2026-01-05
quarkus-developer.md
0
1
export
quarkus-developer
2
from
"olehsvyrydov/AI-development-team"
from
"olehsvyrydov/AI-development-team"
3
[Extends backend-developer] Quarkus specialist for cloud-native Java. Use for Quarkus apps, Panache ORM, native builds with GraalVM, RESTEasy Reactive, Dev Services. Invoke alongside backend-developer for Quarkus projects.
2026-01-05
tool-design.md
0
1
export
tool-design
2
from
"Asmayaseen/hackathon-2"
from
"Asmayaseen/hackathon-2"
3
Design tools that agents can use effectively. Use when creating new tools for agents, debugging tool-related failures, or optimizing existing tool sets.
2026-01-05
code-reviewer.md
0
1
export
code-reviewer
2
from
"ntaksh42/agents"
from
"ntaksh42/agents"
3
Automated code review with security, performance, and best practices analysis. Use when reviewing pull requests or analyzing code for vulnerabilities, performance issues, or maintainability concerns.
2026-01-05
git-worktrees.md
0
1
export
git-worktrees
2
from
"liauw-media/CodeAssist"
from
"liauw-media/CodeAssist"
3
Use when working on multiple features simultaneously. Creates isolated workspaces without branch switching, enabling parallel development.
2026-01-05
github-actions-reusable-workflows-expert.md
0
1
export
github-actions-reusable-workflows-expert
2
from
"teliha/dev-workflows"
from
"teliha/dev-workflows"
3
Expert guidance for creating and maintaining GitHub Actions workflows and reusable workflows with security best practices
2026-01-05
validate-test-coverage.md
0
1
export
validate-test-coverage
2
from
"foolishimp/ai_sdlc_method"
from
"foolishimp/ai_sdlc_method"
3
Homeostatic sensor validating test coverage percentage and detecting requirements without tests. Calculates coverage per requirement (REQ-*) and overall. Use as quality gate or continuous coverage monitoring.
2026-01-05
architecture-patterns.md
0
1
export
architecture-patterns
2
from
"vanman2024/dev-lifecycle-marketplace"
from
"vanman2024/dev-lifecycle-marketplace"
3
Common architectural patterns and design best practices. Use when designing system architecture, choosing design patterns, or creating technical designs.
2026-01-05
logo-prompt-generator.md
0
1
export
logo-prompt-generator
2
from
"Snoopiam/claude_all_skills"
from
"Snoopiam/claude_all_skills"
3
Generates optimized prompts for AI logo generation tools (Midjourney, DALL-E, Stable Diffusion, ComfyUI). Transforms brand requirements into effective AI prompts with style parameters, negative prompts, and technical specifications.
2026-01-05
pr-reviewer.md
0
1
export
pr-reviewer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive GitHub Pull Request code review skill. Use when asked to "review this PR", "code review", "review pull request", "check this PR", or when a GitHub PR URL is provided. Fetches PR metadata, diff, comments, commits, and related issues using gh CLI. Creates organized review workspace, analyzes code against industry-standard criteria, and optionally adds inline comments to the PR.
2026-01-05
copilot-agent-builder.md
0
1
export
copilot-agent-builder
2
from
"daispacy/py-claude-marketplace"
from
"daispacy/py-claude-marketplace"
3
Generate custom GitHub Copilot agents (.agent.md files) for VS Code with proper YAML frontmatter, tools configuration, and handoff workflows. Use when "create copilot agent", "generate github copilot agent", "new copilot agent for", "make a copilot agent", or "build copilot agent".
2026-01-05
design-assistant.md
0
1
export
design-assistant
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Expert graphic, UI/UX designer for creating mockups, wireframes, and visual designs. Use when user needs help with designing interfaces, creating mockups, prototyping layouts, visual design feedback, design systems, brand identity, choosing colors/typography, or creating graphics. Triggers include "design," "mockup," "wireframe," "UI," "UX," "interface," "visual," "brand," or "prototype."
2026-01-05
dependencyaudit.md
0
1
export
dependencyaudit
2
from
"chrislyons/carbon-acx"
from
"chrislyons/carbon-acx"
3
Scan project for outdated or vulnerable dependencies, enforce dependency policies, check licenses, and generate upgrade recommendations.
2026-01-05
ci-cd-pipelines.md
0
1
export
ci-cd-pipelines
2
from
"leobrival/topographic-studio-plugins"
from
"leobrival/topographic-studio-plugins"
3
Guide for creating and configuring CI/CD pipelines with GitHub Actions or GitLab CI. Use when users need to set up automated workflows for testing, building, deploying applications, or managing secrets. Covers Node.js, Python, Docker, Vercel, Railway, Cloudflare, and multi-environment deployments.
2026-01-05
code-refactoring-patterns.md
0
1
export
code-refactoring-patterns
2
from
"randalmurphal/claude-config"
from
"randalmurphal/claude-config"
3
When and how to refactor complex functions including complexity thresholds (50+ statements, 12+ branches), extraction patterns, guard clauses, and testing strategies. Use when ruff/pylint complexity warnings appear or code becomes hard to maintain.
2026-01-05
release-packaging.md
0
1
export
release-packaging
2
from
"YosrBennagra/3SC"
from
"YosrBennagra/3SC"
3
Package and release the .NET 8 WPF widget host app using MSIX or ClickOnce. Use when configuring installers, signing, update channels, and publishing release artifacts.
2026-01-05
wasp-operations.md
0
1
export
wasp-operations
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Complete Wasp operations patterns for queries and actions. Use when creating backend operations, implementing queries/actions, or working with server-side code. Includes type annotations, auth checks, entity access, client usage, and error handling.
2026-01-05
md2pdf.md
0
1
export
md2pdf
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Convert a markdown file to PDF using pandoc
2026-01-05
meta-automation-architect.md
0
1
export
meta-automation-architect
2
from
"comzine/claude-code-marketplace"
from
"comzine/claude-code-marketplace"
3
Use when user wants to set up comprehensive automation for their project. Generates custom subagents, skills, commands, and hooks tailored to project needs. Creates a multi-agent system with robust communication protocol.
2026-01-05
android-playstore-setup.md
0
1
export
android-playstore-setup
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Complete Play Store setup - orchestrates scanning, privacy policy, version management, Fastlane, and workflows (Internal track only)
2026-01-05
system-spec-kit.md
0
1
export
system-spec-kit
2
from
"MichelKerkmeester/AI_Magic"
from
"MichelKerkmeester/AI_Magic"
3
Mandatory spec folder workflow orchestrating documentation level selection (1-3), template selection, and folder creation for all file modifications through documentation enforcement.
2026-01-05
twenty.md
0
1
export
twenty
2
from
"vm0-ai/api0"
from
"vm0-ai/api0"
3
Open-source CRM API for managing people, companies, notes, tasks and custom objects
2026-01-05