seb1n

60 mods across 1 repository, 166 stars between them.

version-control

25

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Manage Git repositories and collaborative workflows — branching strategies, commit hygiene, conflict resolution, pull requests, hooks, and .gitignore management. Use when the user requests version control or provides relevant inputs for this workflow.

166 22d ago A 45 tokens original MIT

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Design structured, engaging chatbot conversations with robust intent handling, slot filling, disambiguation, error recovery, and graceful fallback strategies. Use when the user requests chatbot conversation design or provides relevant inputs for this workflow.

166 22d ago A 48 tokens original MIT

email-drafting

27

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Draft a professional, audience-aware email or reply with calibrated tone and a clear call to action. Use when the user needs one message, response, follow-up, support note, or meeting request; use sales-email-sequences for a coordinated multi-touch outbound campaign.

166 22d ago A 56 tokens original MIT

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Transcribe meeting audio with speaker diarization, generate structured summaries with action items, decisions, and follow-ups, and support multiple audio formats and languages. Use when the user requests meeting transcription or provides relevant inputs for this workflow.

166 22d ago A 49 tokens original MIT

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Create polished, audience-tailored presentations from outlines or documents, with support for Marp, reveal.js, Google Slides, and PPTX output formats. Use when the user requests presentation creation or provides relevant inputs for this workflow.

166 22d ago C 49 tokens original MIT

report-generation

30

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Generate professional reports — sprint retrospectives, financial summaries, analytics dashboards, and incident postmortems — from structured data with templates, charts, and multi-format output. Use when the user requests report generation or provides relevant inputs for this workflow.

166 22d ago A 51 tokens original MIT

context-compression

31

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Compress selected context to a target token budget while preserving decisions, evidence, constraints, and unresolved questions. Use when relevant material is already selected but too long; use context-optimization when selection, deduplication, and ordering are also required.

166 22d ago A 52 tokens original MIT

context-injection

32

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Place trusted contextual information into prompts or agent state using explicit boundaries, provenance, and templates. Use when relevant context has already been selected and must be inserted safely; use context-retrieval to find it or context-optimization to choose and order it.

166 22d ago A 54 tokens original MIT

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Optimize a complete candidate context package by deduplicating, filtering, ordering, and allocating its token budget. Use when retrieved or assembled material is noisy or exceeds the useful context budget; use context-ranking for scoring chunks and context-compression for shrinking selected content.

166 22d ago A 55 tokens original MIT

context-ranking

34

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Rank an existing set of context chunks by relevance, diversity, freshness, and utility. Use when retrieval has already produced candidates that must be scored or reranked; use context-retrieval when the source corpus still needs to be searched.

166 22d ago A 50 tokens original MIT

context-retrieval

35

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Retrieve relevant information from a knowledge base using semantic, keyword, or hybrid search to ground a query. Use when the task starts with a corpus or index that must be searched; use context-ranking when candidate chunks already exist and only need ordering.

166 22d ago A 53 tokens original MIT

churn-analysis

36

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Identify at-risk customer accounts by analyzing usage patterns, engagement signals, and support history to generate churn risk scores and intervention recommendations. Use when the user requests churn analysis or provides relevant inputs for this workflow.

166 22d ago A 44 tokens original MIT

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Analyze NPS, CSAT, and qualitative customer feedback to extract themes, identify trends, and generate actionable insight reports. Use when the user requests customer feedback analysis or provides relevant inputs for this workflow.

166 22d ago A 44 tokens original MIT

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Write clear, searchable help center articles and FAQ entries based on support data, product documentation, and common customer questions. Use when the user requests knowledge base article writing or provides relevant inputs for this workflow.

166 22d ago A 46 tokens original MIT

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Design structured customer onboarding workflows with phased checklists, email templates, success milestones, and ownership assignments. Use when the user requests onboarding playbook creation or provides relevant inputs for this workflow.

166 22d ago A 44 tokens original MIT

ticket-triage

40

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Classify, prioritize, and route incoming support tickets by extracting intent and entities, assigning severity, and generating initial responses. Use when the user requests ticket triage or provides relevant inputs for this workflow.

166 22d ago A 45 tokens original MIT

data-analysis

41

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Analyze datasets to answer defined questions through statistical methods, trend identification, hypothesis testing, and correlation analysis. Use when the user needs evidence-backed findings or decisions from data; use exploratory-data-analysis instead for open-ended first-pass profiling before questions are defined.

166 22d ago A 52 tokens original MIT

data-cleaning

42

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Clean and preprocess datasets by handling missing values, removing duplicates, correcting types, resolving outliers, and enforcing validation schemas. Use when the user requests data cleaning or provides relevant inputs for this workflow.

166 22d ago A 43 tokens original MIT

data-visualization

43

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Create clear, effective charts and dashboards from structured data using matplotlib, seaborn, and plotly. Use when the user requests data visualization or provides relevant inputs for this workflow.

166 22d ago A 40 tokens original MIT

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Perform systematic exploratory data analysis to understand dataset structure, distributions, relationships, and anomalies before modeling. Use when a dataset is new, its quality is unknown, or the user requests open-ended profiling; use data-analysis instead for a defined hypothesis or decision question.

166 22d ago A 57 tokens original MIT

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Generate SQL queries from natural-language requirements using SELECT, JOIN, GROUP BY, window functions, CTEs, and subqueries. Use when the user needs a new query from a business question or schema; use query-optimization when an existing query or execution plan is slow.

166 22d ago A 59 tokens original MIT

database-backup

46

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Create, schedule, and verify database backups with support for full, incremental, and point-in-time recovery strategies. Use when the user requests database backup or provides relevant inputs for this workflow.

166 22d ago C 41 tokens original MIT

database-migration

47

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Create, execute, and roll back versioned database schema migrations using tools like Alembic, Prisma Migrate, Flyway, and Knex. Use when the user requests database migration or provides relevant inputs for this workflow.

166 22d ago A 49 tokens original MIT

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Design normalized database schemas with tables, relationships, indexes, and constraints for any application domain. Use when the user requests database schema design or provides relevant inputs for this workflow.

166 22d ago A 38 tokens original MIT