Browse Skills
44915 skills found
nodejs-runtime.md
0
1
export
nodejs-runtime
2
from
"pluginagentmarketplace/custom-plugin-machine-learning"
from
"pluginagentmarketplace/custom-plugin-machine-learning"
3
Master node.js runtime & frameworks. Production-ready code examples, best practices, and real-world applications.
2026-01-05
migrating-middleware-to-proxy.md
0
1
export
migrating-middleware-to-proxy
2
from
"djankies/claude-configs"
from
"djankies/claude-configs"
3
Teach middleware.ts to proxy.ts migration in Next.js 16. Use when migrating middleware, encountering middleware errors, or implementing request proxying.
2026-01-05
apollo-server.md
0
1
export
apollo-server
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Builds GraphQL APIs with Apollo Server 4, schema design, resolvers, and data sources. Use when implementing GraphQL servers, building federated graphs, or integrating GraphQL with Node.js frameworks.
2026-01-05
moai-alfred-config-schema.md
0
1
export
moai-alfred-config-schema
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
.moai/config.json official schema documentation, structure validation, project metadata, language settings, and configuration migration guide. Use when setting up project configuration or understanding config.json structure.
2026-01-05
hooks-management.md
0
1
export
hooks-management
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use PROACTIVELY when you need to create, update, configure, or validate Claude hooks for various events and integrations
2026-01-05
theme-factory.md
0
1
export
theme-factory
2
from
"vamseeachanta/workspace-hub"
from
"vamseeachanta/workspace-hub"
3
Professional styling toolkit with 10 pre-set themes for slides, documents, reports, and HTML pages. Use when applying consistent colors and fonts to any artifact, or when generating custom themes on-the-fly.
2026-01-05
partnership-finder.md
0
1
export
partnership-finder
2
from
"chekos/bns-marketplace"
from
"chekos/bns-marketplace"
3
Find and plan cross-promotion partnerships for newsletter growth. Use when:(1) Identifying potential newsletter swap partners, (2) Planning outreach tocomplementary publications, (3) Drafting partnership proposals, (4) Evaluatingpartnership fit. Produces partnership proposals with outreach templates in Spanish.
2026-01-05
plan-approval.md
0
1
export
plan-approval
2
from
"metasaver/metasaver-marketplace"
from
"metasaver/metasaver-marketplace"
3
Human validation of complete plan (PRD + Stories + Execution Plan) before execution. User sees full picture then approves or requests changes. Required for complexity ≥15.
2026-01-05
ui-design-guideline.md
0
1
export
ui-design-guideline
2
from
"titabash/claude-plugins"
from
"titabash/claude-plugins"
3
Create project-specific UI design guideline as a Claude Code Skill. Use when the user says "UI design guideline", "design system", "style guide", or wants to create design guidelines for their project.
2026-01-05
next-bead.md
0
1
export
next-bead
2
from
"eaasxt/Farmhand"
from
"eaasxt/Farmhand"
3
Find and safely claim the next Beads task with conflict checking. Use when looking for work, when finishing a task and need the next one, when the user mentions "next task" or "what should I work on", or when coordinating with other agents on task ownership.
2026-01-05
ui-dev.md
0
1
export
ui-dev
2
from
"tobiaswaggoner/claude-code-archive"
from
"tobiaswaggoner/claude-code-archive"
3
Frontend-Entwicklung für Claude Code Archive Backoffice UI.Next.js 16, React 19, Tailwind CSS 4, shadcn/ui, Better Auth.Feature Slices Architektur mit Dependency Injection.Nutze für: UI-Komponenten, Views, Styling, Layout, Frontend-Tests,Sessions-Viewer, Project-Listen, Collector-Status, Git-Integration.Hohe Informationsdichte, professionelles Business-App Design.
2026-01-05
pop-next-action.md
0
1
export
pop-next-action
2
from
"jrc1883/popkit-claude"
from
"jrc1883/popkit-claude"
3
Context-aware recommendation engine that analyzes git status, TypeScript errors, GitHub issues, and technical debt to suggest prioritized next actions. Returns specific popkit commands with explanations of why each is relevant. Use when unsure what to work on next, starting a session, or feeling stuck. Do NOT use when you already know what to do - just proceed with that task directly.
2026-01-05
member-experience.md
0
1
export
member-experience
2
from
"chekos/bns-marketplace"
from
"chekos/bns-marketplace"
3
Load when working on member onboarding, retention strategies, feedback collection,NPS surveys, or improving the overall member journey. Contains frameworks forcreating exceptional member experiences at every touchpoint.
2026-01-05
cc-insights.md
0
1
export
cc-insights
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use PROACTIVELY when searching past Claude Code conversations, analyzing development patterns, or generating activity reports. Automatically processes conversation history from the project, enables RAG-powered semantic search, and generates insight reports with pattern detection. Provides optional dashboard for visualization. Not for real-time analysis or cross-project searches.
2026-01-05
experiment-advisor.md
0
1
export
experiment-advisor
2
from
"Erland366/kobo_weixin_translated"
from
"Erland366/kobo_weixin_translated"
3
Given a research goal, use existing skills, training reports, and references to propose a small, concrete experiment plan.
2026-01-05
data-access-guidelines.md
0
1
export
data-access-guidelines
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Database access layer guidelines for Quantum Skincare's Prisma-based data-access library. Covers Prisma schema design, DAO patterns, UUID primary keys, PostgreSQL role-based access control (RBAC), migration workflows, type-safe queries, transaction handling, soft deletes, and testing strategies. Use when working with Prisma schema, DAOs, database migrations, or data access patterns in libs/data-access.
2026-01-05
search-analyze-report-template.md
0
1
export
search-analyze-report-template
2
from
"djankies/claude-configs"
from
"djankies/claude-configs"
3
[REPLACE] Search for patterns, analyze findings, generate structured reports. Use when [REPLACE with specific triggers].
2026-01-05
mastering-langgraph-agent-skill.md
0
1
export
mastering-langgraph-agent-skill
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Build stateful AI agents and agentic workflows with LangGraph in Python. Use when asked to "build a LangGraph agent", "create a stateful workflow", "add persistence to an agent", "implement human-in-the-loop approval", "debug a LangGraph application", or "create a multi-agent system". Covers tool-using agents with LLM-tool loops, branching workflows, conversation memory, HITL oversight, and production monitoring. Includes StateGraph, nodes, edges, add_conditional_edges, MessagesState, thread_id, Command objects, and ToolMessage handling patterns.
2026-01-05
moai-domain-ml.md
0
1
export
moai-domain-ml
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Machine learning model training, evaluation, deployment, and MLOps workflows.
2026-01-05
docs-seeker.md
0
1
export
docs-seeker
2
from
"wollfoo/amp"
from
"wollfoo/amp"
3
Search technical documentation using executable scripts to detect query type, fetch from llms.txt sources (context7.com), and analyze results. Use when user needs: (1) Topic-specific documentation (features/components/concepts), (2) Library/framework documentation, (3) GitHub repository analysis, (4) Documentation discovery with automated agent distribution strategy | Dùng khi tìm tài liệu, hướng dẫn, docs, documentation, api docs, tham khảo.
2026-01-05
bg-remover.md
0
1
export
bg-remover
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Remove backgrounds from images using FAL.ai's BiRefNet model. Use when users ask to remove background, make transparent PNG, extract subject from image, or create cutouts. Trigger phrases include "remove background", "transparent background", "cut out", "extract subject", or any background removal request.
2026-01-05
transcribe-vaam-video-with-gemini.md
0
1
export
transcribe-vaam-video-with-gemini
2
from
"hmps/claude-marketplace"
from
"hmps/claude-marketplace"
3
Transcribe Vaam videos using Google Gemini AI. Takes a Vaam share URL, downloads the video, and returns a full text transcription. Supports any language without translation.
2026-01-05
using-git-worktrees.md
0
1
export
using-git-worktrees
2
from
"Ramblurr/nix-devenv"
from
"Ramblurr/nix-devenv"
3
Use this whenever you need to create an isolated workspace.
2026-01-05
agent-coach.md
0
1
export
agent-coach
2
from
"Surikesh/vmautomation-react"
from
"Surikesh/vmautomation-react"
3
Analyzes agent performance metrics and provides improvement recommendations for skills. Use when debugging why skills aren't working well, improving skill effectiveness, or reviewing overall agent performance. Generates specific suggestions for SKILL.md improvements based on success rates and failure patterns.
2026-01-05