Skip to main content

这个仓库中的 skills

MadAppGang/claude-code - 第 3 页

SkillsMP 已收集 MadAppGang/claude-code 中的 129 个 Skill。打开任一 Skill 可查看来源和详情。

MadAppGang/claude-code

已展示 40 / 129 个已收集 Skill。

职业分类
软件开发工程师
描述

Use when writing README files, API documentation, user guides, or technical documentation following industry standards from Google, Microsoft, and GitLab style guides.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when choosing state management solutions, implementing global stores (Zustand, Pinia), managing server state (TanStack Query), or handling URL state in frontend applications across React and Vue.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Use when writing component tests, testing user interactions, mocking APIs, or setting up Vitest/React Testing Library/Vue Test Utils for frontend applications.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when building Vue 3 applications with TypeScript, implementing Composition API components, setting up Pinia stores, or working with Vue Router. Covers script setup, composables, and reactive state.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when planning new projects, onboarding, or reviewing architectural decisions. Core principles and project structure for React 19 SPA development. Covers stack overview, project organization, agent execution rules, and authoritative sources.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when optimizing performance or reviewing security. Covers code-splitting, React Compiler patterns, asset optimization, a11y testing, and security hardening for React apps.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when setting up route loaders or optimizing navigation performance. Integrates TanStack Router with TanStack Query for optimal data fetching. Covers route loaders with query prefetching, ensuring instant navigation, and eliminating request waterfalls.

原文语言:英语

更新
职业分类
网页开发工程师
描述

Use when implementing UI components with shadcn/ui. Covers component installation, configuration with Vite/TanStack Router, CLI commands, and integration with Tailwind CSS.

原文语言:英语

更新
职业分类
网页开发工程师
描述

Use when setting up routes, implementing navigation, or configuring route loaders. TanStack Router patterns for type-safe, file-based routing. Covers installation, route configuration, typed params/search, layouts, and navigation.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when setting up new projects or updating tool configurations. Configures Vite, TypeScript, Biome, and Vitest for React 19 projects. Covers build configuration, strict TypeScript setup, linting/formatting, and testing infrastructure.

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

A/B testing methodology for cold email optimization

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Cold email campaign KPIs, benchmarks, and diagnostic patterns

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Email deliverability best practices and troubleshooting

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Email sequence design and optimization best practices

原文语言:英语

更新
职业分类
平面设计师
描述

Google Gemini 3 Pro Image API reference. Covers text-to-image, editing, reference images, aspect ratios, and error handling.

原文语言:英语

更新
职业分类
平面设计师
描述

Style template format specification. Single markdown files that describe artistic direction.

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Interpret GA4 and GSC data with benchmarks, status indicators, and actionable insights

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Content brief template and creation methodology for SEO-optimized content. Use when preparing briefs for writers or planning new content pieces.

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

On-page SEO optimization techniques including keyword density, meta tags, heading structure, and readability. Use when optimizing existing content or validating new content against SEO requirements.

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Common patterns for extracting analytics data from GA4 and GSC with API handling

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Techniques for expanding seed keywords and clustering by topic and intent. Use when building keyword lists, planning content calendars, or identifying topic clusters for pillar content strategy.

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Internal linking strategy and anchor text optimization patterns. Use when planning internal links or optimizing site structure.

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Correlate content attributes with GA4 and GSC metrics to identify performance drivers

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Schema.org markup implementation patterns for rich results. Use when adding structured data to content for enhanced SERP appearances.

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

SERP analysis techniques for intent classification, feature identification, and competitive intelligence. Use when analyzing search results for content strategy.

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Technical SEO audit methodology including crawlability, indexability, and Core Web Vitals analysis. Use when auditing pages or sites for technical SEO issues.

原文语言:英语

更新
职业分类
音视频技术员
描述

FFmpeg fundamentals for video/audio manipulation. Covers common operations (trim, concat, convert, extract), codec selection, filter chains, and performance optimization. Use when planning or executing video processing tasks.

原文语言:英语

更新
职业分类
音视频技术员
描述

Apple Final Cut Pro FCPXML format reference. Covers project structure, timeline creation, clip references, effects, and transitions. Use when generating FCP projects or understanding FCPXML structure.

原文语言:英语

更新
职业分类
综合办公文员
描述

Audio/video transcription using OpenAI Whisper. Covers installation, model selection, transcript formats (SRT, VTT, JSON), timing synchronization, and speaker diarization. Use when transcribing media or generating subtitles.

原文语言:英语

更新
职业分类
软件开发工程师
描述

⚡ PRIMARY TOOL for semantic code search AND structural analysis. NEW: AST tree navigation with map, symbol, callers, callees, context commands. PageRank ranking. Recommended workflow: Map structure first, then search semantically, analyze callers before…

原文语言:英语

更新
职业分类
软件开发工程师
描述

💡 Tool selector for code search tasks. Helps choose between semantic search (claudemem) and native tools (Grep/Glob) based on query type. Semantic search recommended for: 'how does X work', 'find all', 'audit', 'investigate', 'architecture'.

原文语言:英语

更新
职业分类
软件开发工程师
描述

⚡ Debugging skill. Best for: 'why is X broken', 'find bug source', 'root cause analysis', 'trace error', 'debug issue'. Uses claudemem AST with context command for efficient call chain analysis.

原文语言:英语

更新
职业分类
软件开发工程师
描述

⚡ Implementation analysis skill. Best for: 'how does X work', 'find implementation of', 'trace data flow', 'where is X defined', 'find all usages'. Uses claudemem AST with callers/callees for efficient code tracing.

原文语言:英语

更新
职业分类
软件开发工程师
描述

💡 Bulk file read optimizer. Suggests semantic search alternatives when reading multiple files. Helps reduce token usage by using claudemem's ranked results instead of sequential file reads.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

⚡ Test analysis skill. Best for: 'what's tested', 'find test coverage', 'audit test quality', 'missing tests', 'edge cases'. Uses claudemem AST with callers analysis for efficient test discovery.

原文语言:英语

更新
职业分类
软件开发工程师
描述

⚡ Comprehensive analysis skill. Best for: 'comprehensive audit', 'deep analysis', 'full codebase review', 'multi-perspective investigation', 'complex questions'. Combines all perspectives (architect+developer+tester+debugger). Uses Opus model with full…

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

UI design style file format specification with reference image support. Defines the schema for .claude/design-style.md and .claude/design-references/. Use when creating, validating, or parsing project design styles.

原文语言:英语

更新
职业分类
网页开发工程师
描述

TanStack Router patterns for type-safe, file-based routing. Covers installation, route configuration, typed params/search, layouts, and navigation. Use when setting up routes, implementing navigation, or configuring route loaders.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Systematically tests UI functionality, validates design fidelity with AI visual analysis, monitors console output, tracks network requests, and provides debugging reports using Chrome Extension MCP tools. Use after implementing UI features, for design…

原文语言:英语

更新
职业分类
网页开发工程师
描述

CSS Modules with Lightning CSS and PostCSS for component-scoped styling. Covers *.module.css patterns, TypeScript integration, Vite configuration, and composition. Use when building complex animations, styling third-party components, or migrating legacy CSS.

原文语言:英语

更新
已展示 40 / 129 个已收集 Skill。