Skip to main content

Skills in diesem Repository

kmshihab7878/claude-code-setup - Seite 5

SkillsMP hat 197 Skills aus kmshihab7878/claude-code-setup gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.

kmshihab7878/claude-code-setup

Es werden 37 von 197 gesammelten Skills angezeigt.

Beruf
Ablagesachbearbeiter
Beschreibung

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling…

Quellsprache: Englisch

Aktualisiert
Beruf
Technische Redakteure
Beschreibung

Generate professional PowerPoint presentations from structured content. Slide layouts, themes, charts, tables, speaker notes. Uses python-pptx. Use when creating presentations, pitch decks, reports as slides, or converting content to PPTX format.

Quellsprache: Englisch

Aktualisiert
Beruf
Projektmanagementspezialisten
Beschreibung

Use when defining product KPIs, building metric dashboards, running cohort or retention analysis, or interpreting feature adoption trends across product stages.

Quellsprache: Englisch

Aktualisiert
Beruf
Marktforschungsanalysten und Marketingspezialisten
Beschreibung

Automated competitor feature tracking, user feedback clustering, and feature validation for the Product department. Monitors competitor launches, aggregates user feedback signals, clusters by theme, and feeds the product self-improvement loop. Use when…

Quellsprache: Englisch

Aktualisiert
Beruf
Projektmanagementspezialisten
Beschreibung

Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use for feature prioritization, user research synthesis, requirement documentation, and…

Quellsprache: Englisch

Aktualisiert
Beruf
Marketingleiter
Beschreibung

Strategic product leadership toolkit for Head of Product covering OKR cascade generation, quarterly planning, competitive landscape analysis, product vision documents, and team scaling proposals. Use when creating quarterly OKR documents, defining product…

Quellsprache: Englisch

Aktualisiert
Beruf
Netzwerk- und Computersystemadministratoren
Beschreibung

Production monitoring with Grafana, Prometheus, Loki, and OpenTelemetry for containerized Python services on AWS EKS

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Scaffold a new project with CLAUDE.md, agents, skills, rules, and hooks pre-configured for the project type. Triggers on "new project", "scaffold project", "create template", "init project", "bootstrap project". Provide the project type as argument (python,…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Hypothesis property-based testing strategies for Python with custom strategies for financial data, API responses, and stateful testing

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Python code quality enforcement with Ruff, pyright, Vulture, and deptry for linting, formatting, type checking, dead code, and dependency hygiene

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Bidirectional Qwen↔Claude task routing with Claude-style thinking — offload worker tasks, escalate complex tasks, unified model routing

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Automated releases with Release Please, Renovate, conventional commits, semantic versioning, and CHANGELOG generation

Quellsprache: Englisch

Aktualisiert
Beruf
Webentwickler
Beschreibung

Remotion video animation patterns from JonnyBurger's workflow. Spring physics, typewriter effects, 3D transforms, staggered reveals, flip transitions, composition architecture. Use when building Remotion compositions or programmatic video animations.

Quellsprache: Englisch

Aktualisiert
Beruf
Hochschullehrer für Anthropologie und Archäologie
Beschreibung

Search and research workflow patterns. Research depth levels, source credibility assessment, multi-hop reasoning, search query formulation, and citation management. Use when conducting research, evaluating sources, or synthesizing findings.

Quellsprache: Englisch

Aktualisiert
Beruf
Webentwickler
Beschreibung

Mobile-first responsive layout patterns for React/Next.js/Tailwind apps. Breakpoints, container queries, fluid typography with clamp(), responsive grids, viewport units (svh), table-to-card conversion, adaptive navigation. Use when building layouts that must…

Quellsprache: Englisch

Aktualisiert
Beruf
Marktforschungsanalysten und Marketingspezialisten
Beschreibung

Analyzes sales pipeline health, revenue forecasting accuracy, and go-to-market efficiency metrics for SaaS revenue optimization. Use when analyzing sales pipeline coverage, forecasting revenue, evaluating go-to-market performance, reviewing sales metrics,…

Quellsprache: Englisch

Aktualisiert
Beruf
Vertriebsingenieure
Beschreibung

Analyzes RFP/RFI responses for coverage gaps, builds competitive feature comparison matrices, and plans proof-of-concept (POC) engagements for pre-sales engineering. Use when responding to RFPs, bids, or proposal requests; comparing product features against…

Quellsprache: Englisch

Aktualisiert
Beruf
Informationssicherheitsanalysten
Beschreibung

Security review and hardening patterns. OWASP Top 10 checklist, secrets scanning, auth patterns, input validation, and container security. Use when auditing code, reviewing PRs for security, or implementing auth/authz.

Quellsprache: Englisch

Aktualisiert
Beruf
Marktforschungsanalysten und Marketingspezialisten
Beschreibung

When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions "SEO audit," "technical SEO," "why am I not ranking," "SEO issues," "on-page SEO," "meta tags review," or "SEO health check." For building pages at…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Sim Studio AI agent orchestration — build, deploy, and invoke visual workflows as MCP tools. Use when automating multi-step tasks, creating agent workflows, or orchestrating AI pipelines via Sim Studio.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Self-evolving skill lifecycle with three triggers: post-execution fix, degradation detection, and periodic metric review. Skills improve automatically based on real execution data.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Structured logging patterns with loguru and structlog for Python services, JSON output, correlation IDs, and Loki/Grafana integration

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Automated test coverage gap detection and targeted test generation. Analyzes codebase for untested functions, uncovered branches, missing edge cases, and regression gaps. Produces prioritized test generation targets ranked by bug risk. Use when assessing test…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Testing strategy and patterns. Test pyramid, AAA pattern, TDD workflow, coverage targets, edge case checklists, and framework-specific patterns. Use when writing tests, designing test strategies, or reviewing test quality.

Quellsprache: Englisch

Aktualisiert
Beruf
Informationssicherheitsanalysten
Beschreibung

Automated CVE and threat intelligence aggregation, prioritization, and patch tracking for the Security department. Scans vulnerability databases, threat feeds, and dependency reports. Ranks threats by exploitability × impact, tracks patch SLAs, and feeds the…

Quellsprache: Englisch

Aktualisiert
Beruf
Web- und digitale Schnittstellendesigner
Beschreibung

UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Cognitive depth engine for Claude Code. Defines 5 thinking modes (quick → council), activation triggers, quality bars, reasoning scaffolds, and the ultrathink protocol for complex multi-domain decisions. Use when a task requires deep synthesis before action —…

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Use when you need to ask questions about a codebase or understand code using a knowledge graph

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Launch the interactive web dashboard to visualize a codebase's knowledge graph

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Use when you need to analyze git diffs or pull requests to understand what changed, affected components, and risks

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Use when you need a deep-dive explanation of a specific file, function, or module in the codebase

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Use when you need to generate an onboarding guide for new team members joining a project

Quellsprache: Englisch

Aktualisiert
Beruf
Hochschullehrer für Informatik
Beschreibung

Analyze your Claude Code setup to produce a knowledge graph of skills, agents, commands, MCP servers, and memory

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Intelligent task routing across Claude Code + Qwen Code — picks the right engine, model, and thinking depth for every task

Quellsprache: Englisch

Aktualisiert
Beruf
Webentwickler
Beschreibung

Reusable video UI component patterns for Remotion and programmatic video. macOS terminal mockups, announcement text, logo combos, ASCII art reveals, code typing simulations. Use when building video compositions that simulate software interfaces.

Quellsprache: Englisch

Aktualisiert
Beruf
Webentwickler
Beschreibung

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs. Includes browser automation safety rules: rate…

Quellsprache: Englisch

Aktualisiert
Es werden 37 von 197 gesammelten Skills angezeigt.