スキル一覧に戻る
nadeemsangrasi

local-dev-runner

by nadeemsangrasi

0🍴 0📅 2025年12月17日
GitHubで見るManusで実行

SKILL.md


name: Local Dev Runner description: Provide local debugging scripts for Docker including build, run, and environment setup for development workflow.

Local Dev Runner

Instructions

  1. Generate local development scripts:

    • Create build.sh for building Docker images
    • Create run.sh for running containers locally
    • Generate .env.example with required variables
    • Include compose files if multi-service needed
  2. Implement build script functionality:

    • Build Docker image with proper tagging
    • Handle dependency installation
    • Include caching for faster builds
    • Add error handling for build failures
  3. Create run script with development features:

    • Run container with proper port mapping
    • Mount volumes for live code updates
    • Include environment variable loading
    • Add cleanup and stop functionality
  4. Configure development environment:

    • Generate .env.example with all required variables
    • Include default values where appropriate
    • Add validation for required variables
    • Document development-specific settings
  5. Follow Context7 MCP standards:

    • Support local development workflow
    • Follow deterministic script patterns
    • Include proper error handling
    • Document all script options and parameters

Examples

Input: "Create local development runner scripts" Output: Creates build.sh, run.sh, and .env.example for local development workflow.

スコア

総合スコア

50/100

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

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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