スキル一覧に戻る
pluginagentmarketplace

developer-support

by pluginagentmarketplace

Developer relations plugin with community building and advocacy strategies

1🍴 0📅 2026年1月5日
GitHubで見るManusで実行

SKILL.md


name: developer-support description: Developer support systems including forums, office hours, and FAQ management sasmp_version: "1.4.0" version: "2.0.0" updated: "2025-01" bonded_agent: 06-developer-advocate bond_type: SECONDARY_BOND

Developer Support

Build effective support systems that help developers succeed and scale.

Skill Contract

Parameters

parameters:
  required:
    - support_type: enum[question, bug, feature, escalation]
    - context: string
  optional:
    - urgency: enum[low, medium, high, critical]
    - channel: enum[forum, discord, ticket, office_hours]

Output

output:
  response:
    answer: string
    resources: array[Link]
    follow_up: array[Action]

Support Channels

ChannelResponse TimeBest For
Docs/FAQInstantSelf-service
Forum/Discord4-24 hoursCommunity Q&A
Office HoursScheduledComplex issues
Support Tickets24-48 hoursBugs/urgent

Support Tier Model

Tier 0: Self-Service
├── Documentation
├── FAQ
├── Knowledge Base
└── Search

Tier 1: Community
├── Forums
├── Discord/Slack
└── Stack Overflow

Tier 2: DevRel Team
├── Office Hours
├── Direct Outreach
└── Webinars

Tier 3: Engineering
├── Bug Reports
├── Feature Requests
└── Architecture Reviews

Office Hours Best Practices

Format

  • Weekly or bi-weekly
  • 30-60 minutes
  • Open Q&A or themed topics
  • Record for those who can't attend

Running Sessions

  1. Start on time - Respect schedules
  2. Screen share - Show, don't just tell
  3. Take notes - Action items to follow up
  4. Be honest - "I'll find out" is OK

FAQ Management

Creating Effective FAQs

Q: How do I authenticate with the API?

A: You can authenticate using API keys or OAuth 2.0:

**API Keys** (simplest)
curl -H "Authorization: Bearer YOUR_API_KEY" ...

**OAuth 2.0** (for user data)
[See our OAuth guide →](/docs/oauth)

Related: [Authentication errors](/docs/errors#auth)

FAQ Sources

  • Support tickets (recurring issues)
  • Community questions
  • Search queries
  • User feedback

Retry Logic

retry_patterns:
  unresolved_question:
    strategy: "Escalate to specialist"

  user_frustrated:
    strategy: "Personal outreach, expedite"

  recurring_issue:
    strategy: "Create FAQ, update docs"

Failure Modes & Recovery

Failure ModeDetectionRecovery
Slow response>24h waitPrioritize, apologize
Wrong answerUser correctionFix, thank user
No resolutionMultiple back-forthEscalate

Debug Checklist

□ Problem clearly understood?
□ Docs checked first?
□ Similar issues in history?
□ Reproducible steps?
□ Workaround available?
□ Escalation path clear?

Test Template

test_developer_support:
  unit_tests:
    - test_response_time:
        assert: "<24h for community"
    - test_answer_accuracy:
        assert: "Solves problem"

  integration_tests:
    - test_escalation_flow:
        assert: "Reaches specialist"

Support Metrics

MetricTarget
Response time<24 hours
Resolution rate>80%
CSAT score>4.0/5
Ticket deflection>60%

Observability

metrics:
  - tickets_resolved: integer
  - response_time_avg: duration
  - csat_score: float
  - deflection_rate: float

See assets/ for support templates.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です