Browse Skills

18175 skills found

nixtla-timegpt-finetune-lab.md
2
1 export nixtla-timegpt-finetune-lab
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Guide users through TimeGPT fine-tuning workflows - from dataset prep to comparison experiments
2026-01-05
particles-router.md
2
1 export particles-router
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Decision framework for particle system projects. Routes to specialized particle skills (gpu, physics, lifecycle) based on task requirements. Use when building particle effects or needing guidance on which particle techniques to combine.
2026-01-05
2026-coach.md
2
1 export 2026-coach
2 BayramAnnakov from "BayramAnnakov/2026-coach"
3 Executive coaching skill that helps you plan your 2026 using research-backed process goals. Guides you through discovery questions, creates outcome goals, converts them to daily behaviors, and sets up accountability systems. Use when you want to plan your year, set goals, or need a coach to help you stay focused.
2026-01-05
defense-in-depth.md
2
1 export defense-in-depth
2 heyJordanParker from "heyJordanParker/dotfiles"
3 Use when invalid data causes failures deep in execution, requiring validation at multiple system layers - validates at every layer data passes through to make bugs structurally impossible
2026-01-05
building-neural-networks.md
2
1 export building-neural-networks
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").
2026-01-05
frontend-design.md
2
1 export frontend-design
2 phrazzld from "phrazzld/claude-config"
3 Create distinctive, production-grade frontend interfaces. Invoke when:- Building web components, pages, or applications- Designing UI that needs to stand out (not generic)- Implementing visual polish and micro-interactions- Choosing typography, color palettes, or spatial layoutsCRITICAL: Avoid "AI slop" aesthetics. Make creative, unexpected choices.MANDATORY: Consult Gemini before any frontend work.
2026-01-05
rollback-workflow-builder.md
2
1 export rollback-workflow-builder
2 patricio0312rev from "patricio0312rev/skillset"
3 Creates safe rollback procedures for deployments with automated workflows, rollback runbooks, version management, and incident response. Use for "rollback automation", "deployment recovery", "incident response", or "production rollback".
2026-01-05
mcpgraph.md
2
1 export mcpgraph
2 TeamSparkAI from "TeamSparkAI/mcpGraph"
3 Build no-code MCP servers with tools that compose and orchestrate other MCP tools, with data transformation and conditional logic.
2026-01-05
api-documentation-generator.md
2
1 export api-documentation-generator
2 Dexploarer from "Dexploarer/hyper-forge"
3 Generates comprehensive API documentation including OpenAPI/Swagger specs, endpoint descriptions, request/response examples, and integration guides. Use when documenting APIs.
2026-01-05
growth-experimenter.md
2
1 export growth-experimenter
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Run systematic growth experiments to increase acquisition, activation, retention, and revenue. Use when optimizing conversion funnels, running A/B tests, improving metrics, or when users mention growth, experimentation, optimization, or scaling user acquisition.
2026-01-05
hugo-builder.md
2
1 export hugo-builder
2 novemberde from "novemberde/novemberde.github.io"
3 Build, serve, and deploy the Hugo static site. Use when building the site, testing locally, checking for errors, or deploying to GitHub Pages.
2026-01-05
troubleshooting-kubernetes.md
2
1 export troubleshooting-kubernetes
2 galihcitta from "galihcitta/dotclaudeskills"
3 Diagnoses and fixes Kubernetes issues with interactive remediation. Use when pods crash (CrashLoopBackOff, OOMKilled), services unreachable (502/503, empty endpoints), deployments stuck (ImagePullBackOff, pending). Also use when tempted to run kubectl fix commands directly without presenting options, or when user says "just fix it" for K8s issues.
2026-01-05
frontend-accessibility.md
2
1 export frontend-accessibility
2 adigunners from "adigunners/adigunners.github.io"
3 Web accessibility (a11y) standards for inclusive design. Use this skill when adding semantic HTML, ARIA attributes, keyboard navigation, or ensuring screen reader compatibility. Apply when working on HTML structure, interactive elements, forms, or any user-facing features.
2026-01-05
skill-creator.md
2
1 export skill-creator
2 nekorush14 from "nekorush14/dotfiles"
3 Guide for creating effective Agent Skills. Use when creating a new skill (or updating an existing skill) that extends capabilities with specialized knowledge, workflows, or tool integrations. Helps with skill initialization, validation, and best practices.
2026-01-05
code-review-digest-writer.md
2
1 export code-review-digest-writer
2 DiversioTeam from "DiversioTeam/agent-skills-marketplace"
3 Generates weekly code-review digest docs from PR review comments for any GitHub repository. If present, follows project-specific docs/review-digests/AGENTS.md guidelines. Use this to turn a date-bounded set of PR reviews into a structured markdown “newsletter” that captures themes, repeated issues, and concrete takeaways.
2026-01-05
qt-release.md
2
1 export qt-release
2 svetzal from "svetzal/cutiecoco"
3 Set up or troubleshoot GitHub Actions workflows for releasing cross-platform Qt applications. Use when building, signing, notarizing, or packaging Qt apps for macOS, Linux, or Windows.
2026-01-05
standards-frontend.md
2
1 export standards-frontend
2 korallis from "korallis/Amp-OS"
3 Frontend component and UI development standards for modern React/Next.js applications. Includes React 19 patterns, Tailwind CSS v4, Server Components, accessibility, and the Anthropic frontend-design aesthetic philosophy.
2026-01-05
content-strategic-review.md
2
1 export content-strategic-review
2 RogueRope from "RogueRope/docs"
3 Comprehensive content strategy review from reader's perspective. Acts as Chief Web Editor + Technical Writer to audit site clarity, practical information completeness, instructional quality, information architecture, and inclusive accessibility. Tests from multiple reader personas including beginners, experienced users, and people with accessibility needs.
2026-01-05
frontend-css.md
2
1 export frontend-css
2 adigunners from "adigunners/adigunners.github.io"
3 CSS best practices for this static website. Use this skill when writing or modifying CSS in css/styles.css, applying consistent styling patterns, managing design tokens, or ensuring performance. Apply when working on visual styling, layout, responsive design, or maintaining the design system.
2026-01-05
automating-api-testing.md
2
1 export automating-api-testing
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill automates API endpoint testing, including request generation, validation, and comprehensive test coverage for REST and GraphQL APIs. It is used when the user requests API testing, contract testing, or validation against OpenAPI specifications. The skill analyzes API endpoints and generates test suites covering CRUD operations, authentication flows, and security aspects. It also validates response status codes, headers, and body structure. Use this skill when the user mentions "API testing", "REST API tests", "GraphQL API tests", "contract tests", or "OpenAPI validation".
2026-01-05
frontend-dev.md
2
1 export frontend-dev
2 jungai from "jungai/dotfiles"
3 Comprehensive React, TypeScript, and Tailwind frontend development with Next.js and TanStack ecosystem (TanStack Router, TanStack Query, TanStack Start). Use when building, configuring, or developing modern web applications with these specific technologies, including project setup, routing, data fetching, component patterns, and TypeScript configurations.
2026-01-05
ci-cd.md
2
1 export ci-cd
2 cosmix from "cosmix/claude-code-setup"
3 Designs and implements CI/CD pipelines for automated testing, building, and deployment. Trigger keywords: ci/cd, pipeline, github actions, gitlab ci, jenkins, deployment, workflow, automation.
2026-01-05
skill-creator.md
2
1 export skill-creator
2 abdul-ahad-26 from "abdul-ahad-26/physical-ai-and-humanoid-robotics"
3 Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
analyzing-text-sentiment.md
2
1 export analyzing-text-sentiment
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to analyze the sentiment of text data. It identifies the emotional tone expressed in text, classifying it as positive, negative, or neutral. Use this skill when a user requests sentiment analysis, opinion mining, or emotion detection on any text, such as customer reviews, social media posts, or survey responses. Trigger words include "sentiment analysis", "analyze sentiment", "opinion mining", "emotion detection", and "polarity".
2026-01-05