Create photo collages with grid layouts, custom arrangements, borders, and backgrounds. Combine multiple images into single compositions.
Skills in this repository
deathrashed/agents - Page 18
SkillsMP has collected 1,032 skills from deathrashed/agents. Open a skill to review its source and details.
deathrashed/agentsShowing 40 of 1,032 collected skills.
Generate pivot tables from CSV/Excel with aggregations, filters, and automatic chart creation.
Split audio files by detecting silence gaps. Auto-segment podcasts into chapters, remove long silences, and export individual clips.
Use when asked to scan, decode, read, or extract data from QR codes or barcodes in images.
Calculate readability scores (Flesch-Kincaid, Gunning Fog, SMOG) and grade levels for text. Analyze writing complexity and get improvement suggestions.
Extract vendor, date, items, amounts, and total from receipt images using OCR and pattern matching with structured JSON output.
Test, debug, and explain regular expressions. Visualize matches, generate patterns from examples, and convert between regex flavors.
Generate professional PDF/HTML reports with charts, tables, and narrative from data. Supports templates, branding, and automated report generation.
Generate professional PDF resumes from structured data or JSON. Multiple templates, ATS-friendly output, and customizable sections.
Calculate ROI for marketing campaigns, investments, and business decisions. Includes break-even analysis, payback period, and comparative ROI.
Create interactive Sankey diagrams for flow visualization from CSV, DataFrame, or dict data. Supports node/link styling and HTML/PNG/SVG export.
Use when asked to create publication-ready scientific figures, charts for research papers, or academic visualizations.
Analyze text sentiment (positive/negative/neutral) with confidence scores, emotion detection, and visualization. Supports single text, CSV batch, and trend analysis.
Guide for creating effective skills. Use when building new skills or updating existing ones that extend ChatGPT with specialized knowledge, workflows, or tool integrations.
Generate audio tones, noise, DTMF signals, and simple sound effects programmatically. Export to WAV or MP3 format.
Combine multiple images into sprite sheets with customizable grid layouts and generate CSS sprite maps for web development.
Perform statistical hypothesis testing, regression analysis, ANOVA, and t-tests with plain-English interpretations and visualizations.
Use when asked to calculate statistical power, determine sample size, or plan experiments for hypothesis testing.
Analyze survey responses with Likert scale analysis, cross-tabulations, sentiment scoring, and frequency distributions with visualizations.
Extract tables from PDFs and images to CSV or Excel. Support for scanned documents with OCR, multi-page PDFs, and complex table structures.
Use when asked to visualize sales territories, coverage areas, service regions, or geographic boundaries on interactive maps.
Generate extractive summaries from long text documents. Control summary length, extract key sentences, and process multiple documents.
Generate thumbnails from images with smart cropping, multiple sizes, and batch processing. Ideal for web galleries, social media, and app icons.
Decompose time series into trend, seasonal, and residual components. Use for forecasting, pattern analysis, and seasonality detection.
Create timelapse videos from image sequences with frame rate control, transitions, and quality optimization.
Extract topics from text collections using LDA (Latent Dirichlet Allocation) with keyword extraction and topic visualization.
Convert between physical units (length, mass, temperature, time, etc.). Use for scientific calculations, data transformation, or unit standardization.
Use when asked to generate UUIDs, GUIDs, unique identifiers in various formats (UUID1, UUID4, etc.).
Use when asked to add text overlays, subtitles, or captions to videos with customizable positioning, styling, and timing.
Cut video segments by timestamp, split videos into chunks, trim start/end, and extract specific scenes with precise frame control.
Use when asked to inspect video file metadata, get video duration, resolution, codec information, frame rate, or bitrate.
Extract frames from videos at specific timestamps or intervals, find best frames, and generate thumbnail grids for previews.
Generate styled word clouds from text with custom shapes, colors, fonts, and stopword filtering. Supports PNG/SVG export and frequency dictionaries.
Analyze whether end users will discover clear value in product ideas. Use when: discussing product concepts, evaluating features, providing product improvement directions, planning marketing strategies, analyzing adoption or retention problems, assessing…
Reviews Deep Agents code for bugs, anti-patterns, and improvements. Use when reviewing code that uses create_deep_agent, backends, subagents, middleware, or human-in-the-loop patterns. Catches common configuration and usage mistakes.
Reviews LangGraph code for bugs, anti-patterns, and improvements. Use when reviewing code that uses StateGraph, nodes, edges, checkpointing, or other LangGraph features. Catches common mistakes in state management, graph structure, and async patterns.
Use when auditing an agent codebase against the 12-Factor Agents methodology, reviewing LLM-powered system architecture, or assessing agentic app compliance. Triggers on "analyze agent architecture", "12-factor audit", "how compliant is this agent", or…
Use when the user wants a cited, structured read of local documents and project knowledge. Triggers on: "analyze these docs", "scan my project for context", "read the docs folder", "summarize what's in .beagle/concepts/", "extract context from docs/", "what's…
Use when the user has a fuzzy idea and wants to shape it into a concrete project spec before planning or building. Triggers on: "brainstorm this", "I have an idea for...", "help me think through this project", "what should I build", "spec this out". Also…
Use when comparing two or more code implementations against a spec or requirements doc. Triggers on "which repo is better", "compare these implementations", "evaluate both solutions", "rank these codebases", or "judge which approach wins". Also covers…