スキル一覧に戻る
pluginagentmarketplace

documentation

by pluginagentmarketplace

Developer relations plugin with community building and advocacy strategies

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

SKILL.md


name: documentation description: Developer documentation including API references, guides, and getting started content sasmp_version: "1.4.0" version: "2.0.0" updated: "2025-01" bonded_agent: 04-technical-writer bond_type: PRIMARY_BOND

Developer Documentation

Create comprehensive, usable documentation that helps developers succeed.

Skill Contract

Parameters

parameters:
  required:
    - doc_type: enum[quickstart, tutorial, howto, concept, reference]
    - product_area: string
  optional:
    - api_spec: object
    - target_ttfhw: duration

Output

output:
  documentation:
    content: markdown
    code_samples: array[CodeBlock]
    navigation: object

Documentation Types

TypePurposeExample
QuickstartFirst 5 minutes"Hello World in 5 min"
TutorialLearn by doing"Build your first app"
How-toSolve specific task"How to authenticate"
ConceptUnderstand system"How caching works"
ReferenceLook up details"API endpoint list"

Information Architecture

Docs Site
├── Getting Started
│   ├── Quickstart
│   ├── Installation
│   └── First API Call
├── Guides
│   ├── Authentication
│   ├── Error Handling
│   └── Best Practices
├── API Reference
│   ├── Endpoints
│   ├── Parameters
│   └── Response Codes
└── Resources
    ├── FAQ
    ├── Changelog
    └── Migration Guides

Writing Standards

Structure Every Page

# Page Title

Brief intro (what this covers, who it's for)

## Prerequisites
What they need before starting

## Main Content
Step-by-step or organized sections

## Next Steps
What to do after this

Code Samples

  • Complete, working examples
  • Multiple language options
  • Copy button on code blocks
  • Show expected output

Docs-as-Code

Write (MD) → Review (PR) → Build (CI) → Deploy (CD)
    ↓          ↓            ↓            ↓
  Local     GitHub       Docusaurus   Vercel

Retry Logic

retry_patterns:
  outdated_content:
    strategy: "Sync with latest API version"

  user_confusion:
    strategy: "Add examples, clarify language"

  broken_code_samples:
    strategy: "Test in CI, fix immediately"

Failure Modes & Recovery

Failure ModeDetectionRecovery
OutdatedAPI changedUpdate with deprecation
Broken links404 errorsFix or redirect
User can't completeFeedbackAdd missing steps

Debug Checklist

□ All code samples tested?
□ Prerequisites complete?
□ Links working?
□ Version numbers specified?
□ Screenshots current?
□ Follows style guide?

Test Template

test_documentation:
  unit_tests:
    - test_code_samples:
        assert: "All code runs"
    - test_links:
        assert: "No 404s"

  integration_tests:
    - test_ttfhw:
        assert: "<10 min to first success"

Quality Metrics

MetricTarget
Time to first success<10 min
Doc search success>80%
Ticket deflection60%+
User satisfaction>4.0/5

Observability

metrics:
  - pages_updated: integer
  - code_samples_tested: integer
  - user_satisfaction: float
  - search_success_rate: float

See assets/ for documentation 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

レビュー

💬

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