Browse Skills

44969 skills found

td-arimaestimate.md
0
1 export td-arimaestimate
2 teradata-labs from "teradata-labs/claude-cookbooks"
3 ARIMA parameter estimation for seasonal and non-seasonal AR, MA, ARMA, and ARIMA models
2026-01-05
github-pr-flow.md
0
1 export github-pr-flow
2 Z1-Test from "Z1-Test/temp-rajan-s2"
3 manage branches and full pull request lifecycle, from creation to merge
2026-01-05
frontend-design.md
0
1 export frontend-design
2 hexnickk from "hexnickk/ui"
3 Apply when creating React frontend UI: pages, dashboards, forms, components, layouts, landing pages, modals. Enforces neobrutalist design — hard shadows, 2px borders, warm cream/yellow palette, no dark mode. Tech: React, Tailwind, shadcn (customized).
2026-01-05
hubspot-create-deal.md
0
1 export hubspot-create-deal
2 abdullahbeam from "abdullahbeam/nexus-design-abdullah"
3 Create a new deal in HubSpot CRM. Load when user says 'create deal', 'add deal', 'new deal', 'new opportunity'. Requires name, optional amount, stage, closedate.
2026-01-05
skill-creator.md
0
1 export skill-creator
2 acbcdev from "acbcdev/claude-code"
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
deploy-vps.md
0
1 export deploy-vps
2 jibaxZZZ from "jibaxZZZ/codex-root-configuration"
3 Deploy a new image to a VPS Ubuntu host using GHCR and a deploy script.
2026-01-05
type-safety.md
0
1 export type-safety
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Fix type assertions and improve TypeScript type safety. Use when encountering 'as unknown as' casts, manual type definitions that duplicate schema types, or unclear type errors in database queries, especially with Drizzle ORM relations. Also use when verifying types
2026-01-05
control-panel.md
0
1 export control-panel
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Creates a control panel that allows runtime modification of values. When Claude needs to expose controls for the user to adjust variables and values.
2026-01-05
searching-chat-history.md
0
1 export searching-chat-history
2 CodeTonight-SA from "CodeTonight-SA/cips"
3 Search and reference past conversations, plans, and insights from previous Claude Code sessions. Use when user references past chats, previous sessions, or invokes /remind-yourself.
2026-01-05
openspec-commands.md
0
1 export openspec-commands
2 shin902 from "shin902/shi-marketplace"
3 OpenSpec CLIコマンドリファレンス。OpenSpecコマンド使用時に参照。
2026-01-05
bear.md
0
1 export bear
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Interacts with Bear note-taking app on macOS via X-Callback-URL. Use when user asks to create Bear notes, search notes, add text to notes, manage tags, capture web pages to Bear, or perform any other Bear note management tasks. Supports note creation, text appending, tag management, note search, and web page capture.
2026-01-05
meta-analysis.md
0
1 export meta-analysis
2 choxos from "choxos/BayesianAgent"
3 Bayesian meta-analysis models including fixed effects, random effects, and network meta-analysis with Stan and JAGS implementations.
2026-01-05
create-progress-log.md
0
1 export create-progress-log
2 seonghyeonkimm from "seonghyeonkimm/agents"
3 작업 진행 로그를 기록하는 claude-progress.txt 파일을 생성하고 관리합니다. 최근 3개 작업 내역을 유지합니다.
2026-01-05
attack-methods-lookup.md
0
1 export attack-methods-lookup
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Looks up OWASP Top 10 attack methods, CWE references, and form-specific vulnerability patterns with a bounty hunter mindset. Returns attack vectors, payloads, and payout estimates. Use when user asks about "XSS", "SQL injection", "CSRF", "OWASP", "CWE", "IDOR", "injection", "bypass", "vulnerability", "exploit", "SQLインジェクション", "クロスサイトスクリプティング", "脆弱性".
2026-01-05
legal-pages.md
0
1 export legal-pages
2 Manuelvillarvieites from "Manuelvillarvieites/energy-company"
3 Create Impressum and Datenschutz pages with legally required content for German/Swiss websites. Provides templates with all mandatory sections for DSG/DSGVO compliance. Use when creating legal pages, checking compliance, or user asks for "impressum", "datenschutz", "legal pages", "privacy policy", "imprint".
2026-01-05
refactor.md
0
1 export refactor
2 omerlefaruk from "omerlefaruk/CasareRPA"
3 Safe code refactoring with DDD patterns and test preservation
2026-01-05
mobile-ui-standards.md
0
1 export mobile-ui-standards
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Enforce mobile-first design with compact elements, smaller fonts, and responsive layouts optimized for mobile screens. Use when working on UI, mobile views, responsive design, or when user mentions mobile, UI, layout, or design.
2026-01-05
forensic-coordination-analysis.md
0
1 export forensic-coordination-analysis
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when investigating merge conflicts, reducing communication overhead, detecting modules with high coordination complexity, or identifying files edited by many contributors and cross-team - reveals coordination bottlenecks and team communication issues
2026-01-05
change-integrator.md
0
1 export change-integrator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use this skill after a code PR is merged to integrate approved specs into the source-of-truth, update the retrospective with learnings, and clean up branches. Triggers include "integrate change", "post-merge cleanup", or completing a feature implementation.
2026-01-05
zustand-state-management.md
0
1 export zustand-state-management
2 Hieubkav from "Hieubkav/wincellarCloneBackend"
3 Production-tested setup for Zustand state management in React applications with TypeScript.This skill provides comprehensive patterns for building scalable, type-safe global state.Use when: setting up global state in React, migrating from Redux or Context API, implementingstate persistence with localStorage, configuring TypeScript with Zustand, using slices patternfor modular stores, adding devtools middleware for debugging, handling Next.js SSR hydration,or encountering hydration errors, TypeScript inference issues, or persist middleware problems.Prevents 5 documented issues: Next.js hydration mismatches, TypeScript double parenthesessyntax errors, persist middleware export errors, infinite render loops, and slices patterntype inference failures.Keywords: zustand, state management, React state, TypeScript state, persist middleware,devtools, slices pattern, global state, React hooks, create store, useBoundStore,StateCreator, hydration error, text content mismatch, infinite render, localStorage,
2026-01-05
frontend.md
0
1 export frontend
2 djimontyp from "djimontyp/task-tracker"
3 React 18, TypeScript, shadcn/ui patterns for Pulse Radar frontend development.
2026-01-05
nativewind-styling.md
0
1 export nativewind-styling
2 GauchoGrowth from "GauchoGrowth/galligo-mobile"
3 NativeWind styling patterns for React Native. Use when styling components with Tailwind-like utilities in RN.
2026-01-05
security-gate.md
0
1 export security-gate
2 DanielPodolsky from "DanielPodolsky/mentor-spec"
3 Verify security considerations were addressed before shipping. Issues result in WARNINGS that strongly recommend fixing.
2026-01-05
coding-style.md
0
1 export coding-style
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Applies project-specific coding conventions and patterns. Use when writing, reviewing, or modifying code to maintain consistency with the codebase style.
2026-01-05