Skip to main content

Skills in this repository

MadAppGang/claude-code - Page 3

SkillsMP has collected 129 skills from MadAppGang/claude-code. Open a skill to review its source and details.

MadAppGang/claude-code

Showing 40 of 129 collected skills.

occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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.

updated
occupation
Software Quality Assurance Analysts & Testers
description

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

updated
occupation
Software Developers
description

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.

updated
occupation
Software Developers
description

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.

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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.

updated
occupation
Web Developers
description

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

updated
occupation
Web Developers
description

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.

updated
occupation
Software Developers
description

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.

updated
occupation
Market Research Analysts & Marketing Specialists
description

A/B testing methodology for cold email optimization

updated
occupation
Market Research Analysts & Marketing Specialists
description

Cold email campaign KPIs, benchmarks, and diagnostic patterns

updated
occupation
Market Research Analysts & Marketing Specialists
description

Email deliverability best practices and troubleshooting

updated
occupation
Market Research Analysts & Marketing Specialists
description

Email sequence design and optimization best practices

updated
occupation
Graphic Designers
description

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

updated
occupation
Graphic Designers
description

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

updated
occupation
Market Research Analysts & Marketing Specialists
description

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

updated
occupation
Market Research Analysts & Marketing Specialists
description

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

updated
occupation
Market Research Analysts & Marketing Specialists
description

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.

updated
occupation
Market Research Analysts & Marketing Specialists
description

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

updated
occupation
Market Research Analysts & Marketing Specialists
description

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.

updated
occupation
Market Research Analysts & Marketing Specialists
description

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

updated
occupation
Market Research Analysts & Marketing Specialists
description

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

updated
occupation
Market Research Analysts & Marketing Specialists
description

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

updated
occupation
Market Research Analysts & Marketing Specialists
description

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

updated
occupation
Market Research Analysts & Marketing Specialists
description

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

updated
occupation
Audio & Video Technicians
description

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.

updated
occupation
Audio & Video Technicians
description

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.

updated
occupation
Office Clerks, General
description

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.

updated
occupation
Software Developers
description

⚡ 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…

updated
occupation
Software Developers
description

💡 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'.

updated
occupation
Software Developers
description

⚡ 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.

updated
occupation
Software Developers
description

⚡ 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.

updated
occupation
Software Developers
description

💡 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.

updated
occupation
Software Quality Assurance Analysts & Testers
description

⚡ 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.

updated
occupation
Software Developers
description

⚡ 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…

updated
occupation
Web & Digital Interface Designers
description

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.

updated
occupation
Web Developers
description

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.

updated
occupation
Software Quality Assurance Analysts & Testers
description

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…

updated
occupation
Web Developers
description

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.

updated
Showing 40 of 129 collected skills.