スキル一覧に戻る
nonameplum

swift-dependencies

by nonameplum

Documentation formatted as skills for AI coding assistants. Includes a DocC converter for creating new skills.

9🍴 1📅 2026年1月18日
GitHubで見るManusで実行

SKILL.md


name: swift-dependencies description: A dependency management library for Swift with controlled, testable dependencies

Dependencies

A dependency management library inspired by SwiftUI's "environment."

Documentation Structure

Getting started

  • Quick start (Articles/QuickStart.md): Learn the basics of getting started with the library before diving deep into all of its features.
  • What are dependencies? (Articles/WhatAreDependencies.md): Learn what dependencies are, how they complicate your code, and why you want to control them.

Essentials

  • Using dependencies (Articles/UsingDependencies.md): Learn how to use the dependencies that are registered with the library.
  • Registering dependencies (Articles/RegisteringDependencies.md): Learn how to register your own dependencies with the library so that they immediately become
  • Live, preview, and test dependencies (Articles/LivePreviewTest.md): Learn how to provide different implementations of your dependencies for use in the live application,
  • Testing (Articles/Testing.md): One of the main reasons to control dependencies is to allow for easier testing. Learn some tips and

Advanced

  • Designing dependencies (Articles/DesigningDependencies.md): Learn techniques on designing your dependencies so that they are most flexible for injecting into
  • Overriding dependencies (Articles/OverridingDependencies.md): Learn how dependencies can be changed at runtime so that certain parts of your application can use
  • Dependency lifetimes (Articles/Lifetimes.md): Learn about the lifetimes of dependencies, how to prolong the lifetime of a dependency, and how
  • Single entry point systems (Articles/SingleEntryPointSystems.md): Learn about "single entry point" systems, and why they are best suited for this dependencies

Dependency management

Usage Notes

  • Documentation is organized progressively from getting started to advanced topics
  • Start with the Introduction or Getting Started section
  • Consult specific guides for detailed information

License & Attribution

This skill contains content converted from DocC documentation format.

スコア

総合スコア

60/100

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

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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