Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

awesome-ai-agent-skills

awesome-ai-agent-skills에는 seb1n에서 수집한 skills 91개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
91
Stars
110
업데이트
2026-03-02
Forks
20
직업 범위
직업 카테고리 33개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

churn-analysis
시장조사 분석가·마케팅 전문가

Identify at-risk customer accounts by analyzing usage patterns, engagement signals, and support history to generate churn risk scores and intervention recommendations.

2026-03-02
customer-feedback-analysis
시장조사 분석가·마케팅 전문가

Analyze NPS, CSAT, and qualitative customer feedback to extract themes, identify trends, and generate actionable insight reports.

2026-03-02
knowledge-base-article-writing
기술 작가

Write clear, searchable help center articles and FAQ entries based on support data, product documentation, and common customer questions.

2026-03-02
onboarding-playbook-creation
서비스 영업 대표(광고, 보험, 금융 서비스 및 여행 제외)

Design structured customer onboarding workflows with phased checklists, email templates, success milestones, and ownership assignments.

2026-03-02
ticket-triage
고객 서비스 담당자

Classify, prioritize, and route incoming support tickets by extracting intent and entities, assigning severity, and generating initial responses.

2026-03-02
budget-planning
예산 분석가

Create and manage budgets with variance analysis and departmental allocation

2026-03-02
expense-categorization
회계사 및 감사원

Classify expenses by category, department, and tax deductibility from transaction data

2026-03-02
financial-modeling
재무 및 투자 분석가

Build financial projections, P&L statements, DCF models, and valuation analyses from assumptions and historical data

2026-03-02
financial-report-generation
회계사 및 감사원

Generate balance sheets, cash flow statements, P&L reports, and executive financial summaries

2026-03-02
invoice-processing
부기·회계·감사 사무원

Extract, validate, and categorize invoice data against purchase orders and GL codes

2026-03-02
compliance-checklist-generation
법률 보조사

Generate compliance checklists for SOC2, HIPAA, PCI-DSS, and GDPR with gap analysis and remediation priorities.

2026-03-02
contract-review
법률 보조사

Analyze contracts for risks, obligations, key clauses, and generate structured risk reports with severity ratings.

2026-03-02
license-analysis
법률 보조사

Analyze open-source license compatibility, obligations, and compliance risks across project dependencies.

2026-03-02
privacy-policy-drafting
법률 보조사

Generate GDPR and CCPA-compliant privacy policies tailored to specific business models and data collection practices.

2026-03-02
terms-of-service-generation
법률 보조사

Draft Terms of Service documents for web applications, SaaS platforms, and digital marketplaces.

2026-03-02
competitive-battlecard-creation
서비스 영업 대표(광고, 보험, 금융 서비스 및 여행 제외)

Build sales battlecards with feature comparisons, objection handling scripts, positioning statements, and win themes for competitive deal scenarios.

2026-03-02
crm-data-enrichment
서비스 영업 대표(광고, 보험, 금융 서비스 및 여행 제외)

Enrich CRM records with firmographic and contact data, filling gaps in company and person profiles to improve segmentation, routing, and outreach quality.

2026-03-02
lead-scoring
서비스 영업 대표(광고, 보험, 금융 서비스 및 여행 제외)

Score and prioritize leads based on firmographic fit and behavioral engagement signals, producing ranked tiers for sales team focus.

2026-03-02
proposal-generation
서비스 영업 대표(광고, 보험, 금융 서비스 및 여행 제외)

Create tailored sales proposals and RFP responses that address prospect needs, articulate solution value, and include pricing, timelines, and social proof.

2026-03-02
sales-email-sequences
서비스 영업 대표(광고, 보험, 금융 서비스 및 여행 제외)

Design multi-touch outbound email sequences with personalized messaging, strategic timing cadences, and conversion-optimized copy for prospecting and re-engagement.

2026-03-02
data-labeling
데이터 과학자

Set up and manage data labeling workflows using manual annotation tools, semi-automated pipelines, active learning, and programmatic weak supervision.

2026-02-12
hyperparameter-tuning
데이터 과학자

Optimize machine learning model hyperparameters using grid search, random search, Bayesian optimization, and Hyperband to maximize model performance within a compute budget.

2026-02-12
model-deployment
소프트웨어 개발자

Deploy trained machine learning models as production-ready services using REST APIs, containers, serverless functions, and orchestration platforms.

2026-02-12
model-training
데이터 과학자

Train machine learning models end-to-end, covering data loading, preprocessing, architecture selection, training loops, validation, and checkpointing.

2026-02-12
api-design
소프트웨어 개발자

Design RESTful APIs with proper resource modeling, HTTP method semantics, status codes, pagination, versioning, and documentation.

2026-02-12
api-integration
소프트웨어 개발자

Integrate with external APIs using REST clients, webhook consumers, SDK wrappers, and polling patterns with proper authentication, error handling, and retry logic.

2026-02-12
graphql-api-design
소프트웨어 개발자

Design GraphQL APIs with well-structured schemas, efficient resolvers, pagination, and performance patterns like DataLoader and federation.

2026-02-12
oauth-2-0-setup
소프트웨어 개발자

Implement OAuth 2.0 authentication flows including authorization code with PKCE, client credentials, and device code for secure API integration.

2026-02-12
webhook-setup
소프트웨어 개발자

Set up webhook receivers with signature verification, idempotent event processing, retry handling, and dead letter queues for reliable event-driven integrations.

2026-02-12
code-documentation
소프트웨어 개발자

Automatically generate clear, comprehensive documentation for codebases — including API references, inline docstrings, README files, and usage guides.

2026-02-12
code-review
소프트웨어 개발자

Perform thorough code reviews on files or pull requests, checking for bugs, security vulnerabilities, performance issues, and style violations.

2026-02-12
debugging
소프트웨어 개발자

Systematically diagnose and fix software bugs by analyzing error messages, stack traces, logs, and runtime behavior across multiple languages.

2026-02-12
refactoring
컴퓨터 프로그래머

Improve code quality and maintainability through systematic identification of code smells and application of proven refactoring patterns.

2026-02-12
testing
소프트웨어 품질 보증 분석가·테스터

Generate, execute, and analyze tests for codebases, covering unit, integration, and end-to-end testing with coverage reporting.

2026-02-12
version-control
소프트웨어 개발자

Manage Git repositories and collaborative workflows — branching strategies, commit hygiene, conflict resolution, pull requests, hooks, and .gitignore management.

2026-02-12
chatbot-conversation-design
소프트웨어 개발자

Design structured, engaging chatbot conversations with robust intent handling, slot filling, disambiguation, error recovery, and graceful fallback strategies.

2026-02-12
email-drafting
기술 작가비서 및 행정 보조원(법률, 의료 및 임원 제외)

Draft professional, audience-aware emails for any purpose — cold outreach, follow-ups, customer support, internal updates, and meeting requests — with calibrated tone and clear calls to action.

2026-02-12
meeting-transcription
임원 비서 및 행정 보좌관

Transcribe meeting audio with speaker diarization, generate structured summaries with action items, decisions, and follow-ups, and support multiple audio formats and languages.

2026-02-12
presentation-creation
그래픽 디자이너

Create polished, audience-tailored presentations from outlines or documents, with support for Marp, reveal.js, Google Slides, and PPTX output formats.

2026-02-12
report-generation
임원 비서 및 행정 보좌관

Generate professional reports — sprint retrospectives, financial summaries, analytics dashboards, and incident postmortems — from structured data with templates, charts, and multi-format output.

2026-02-12
이 저장소에서 수집된 skills 91개 중 상위 40개를 표시합니다.
seb1n/awesome-ai-agent-skills GitHub Skills | SkillsMP