スキル一覧に戻る
bitsoex

atlas-documentation

by bitsoex

Bitso Java API Wrapper

34🍴 30📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: atlas-documentation description: > AI-friendly documentation generation for Java services following RFC-37 standards. Covers documentation structure, templates, change detection, and RAG optimization. Use when generating or updating service documentation. compatibility: Java services following Bitso patterns metadata: version: "1.0.0" technology: global category: documentation tags: - documentation - rfc-37 - atlas - rag

Atlas Documentation

AI-friendly documentation generation for Java services following RFC-37 standards.

When to use this skill

  • Generating documentation for new services
  • Updating documentation after code changes
  • Setting up documentation structure for a repository
  • Creating feature and concept documentation
  • Integrating with RAG systems

Skill Contents

Sections

Available Resources

📚 references/ - Detailed documentation


Quick Start

1. Identify Services

Scan bitso-services/ directory for deployable services:

ls -d bitso-services/*/

Each subdirectory is a separate service to document.

2. Create Documentation Structure

docs/
├── README.md                    # Repository overview
└── <service-name>/              # One folder per service
    ├── overview.md              # Business purpose
    ├── architecture.md          # Dependencies, data flow
    ├── concepts/                # Domain concepts
    │   └── <concept>.md
    └── features/                # Feature documentation
        └── <feature>.md

3. Use Templates

Apply RFC-37 templates from references/templates.md or refer to the comprehensive rfc-37-documentation skill for:

  • Directory structure requirements
  • Confluence metadata configuration
  • Documentation linting and validation

4. Run with Idempotency

Only update documentation when code changes. Check existing docs first.

Documentation Structure

Service-Specific Focus

Document only service-specific information:

Document:

  • Business purpose and domain concepts
  • Service architecture and dependencies
  • Features and use cases
  • gRPC APIs and contracts
  • Data models (PostgreSQL, Redis)

Don't Document (covered in platform docs):

  • General local development setup
  • Testing patterns
  • Monitoring and logging
  • Standard architecture patterns
  • Deployment processes

Folder Structure

docs/
├── api/                         # Human-managed
├── decisions/                   # Human-managed
├── runbooks/                    # Human-managed
└── <service-name>/              # AI-managed
    ├── overview.md
    ├── architecture.md
    ├── concepts/
    │   ├── <concept-1>.md
    │   └── <concept-2>.md
    └── features/
        ├── <feature-1>.md
        └── <feature-2>.md

Change Detection

Idempotency Rules

  1. Only update when code changes
  2. Preserve existing content if accurate
  3. Don't rewrite just to rephrase
  4. Don't change formatting if content is accurate

What Constitutes a Change

UPDATE documentation when:

  • New features or concepts added
  • Architecture changes
  • API contracts change
  • Database schema changes
  • Business rules change

DON'T update when:

  • Code formatting changes
  • Variable names change but behavior is same
  • Tests modified but functionality unchanged
  • Internal refactoring without API changes

References

ReferenceDescription
references/atlas-mcp-usage.mdMCP queries for Atlas
references/documentation-workflow.mdFull generation workflow
references/templates.mdRFC-37 document templates
references/troubleshooting.mdCommon issues and solutions
SkillPurpose
rfc-37-documentationRFC-37 standards, validation rules, Confluence config
doc-syncDocumentation synchronization with code

Note: For RFC-37 compliance validation and Confluence mirroring setup, use the rfc-37-documentation skill. This skill focuses on AI-assisted content generation using Atlas MCP.

スコア

総合スコア

65/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

+5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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