Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

awesome-ai-agent-skills

awesome-ai-agent-skills には seb1n から収集した 91 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 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 件を表示しています。