AgentSkillsCN

setup-tools

一站式完成开发工具的配置与集成,CI、LSP、MCP……一应俱全。当用户提及“/setup”、工具配置、CI 配置、LSP 配置、MCP 配置、Webhook 配置、Remotion 配置、Opencode 配置,或 Codex 配置时使用。切勿用于:应用的初始设置界面、新手引导流程,或关于 CI 概念的答疑解惑。

SKILL.md
--- frontmatter
name: setup-tools
description: "開発ツールを一括セットアップ。CI、LSP、MCP、なんでもござれ。Use when user mentions '/setup', tool setup, CI setup, LSP setup, MCP setup, webhook setup, remotion setup, opencode setup, or codex setup. Do NOT load for: app setup screens, onboarding flows, CI concept questions."
allowed-tools: ["Read", "Write", "Edit", "Bash", "Glob"]
argument-hint: "[ci|dev-tools|lsp|mcp|opencode|codex|webhook|ui|remotion|skills]"
disable-model-invocation: true

Setup Tools Skill

Consolidates all tool setup commands into one unified interface.

Usage

bash
/setup-tools              # Show available options
/setup-tools ci           # Setup CI/CD (GitHub Actions)
/setup-tools dev-tools    # Setup AST-Grep + LSP (recommended)
/setup-tools lsp          # Setup LSP only
/setup-tools mcp          # Setup MCP server
/setup-tools opencode     # Setup OpenCode.ai compatibility
/setup-tools codex        # Setup Codex CLI compatibility
/setup-tools webhook      # Setup GitHub Actions webhook
/setup-tools ui           # Setup Harness UI
/setup-tools remotion     # Setup Remotion video generation
/setup-tools skills       # Update skills settings

Subcommands Reference

SubcommandReferenceDescription
cireferences/ci-setup.mdCI/CD (GitHub Actions)
dev-toolsreferences/dev-tools-setup.mdAST-Grep + LSP
lspreferences/lsp-setup.mdLSP only
mcpreferences/mcp-setup.mdMCP server
opencodereferences/opencode-setup.mdOpenCode.ai
codexreferences/codex-setup.mdCodex CLI
webhookreferences/webhook-setup.mdGitHub Actions webhook
remotionreferences/remotion-setup.mdRemotion video

Execution Flow

  1. Parse subcommand from $ARGUMENTS
  2. If no subcommand, show available options and ask user
  3. Load corresponding reference file
  4. Execute setup steps from reference
  5. Verify configuration

Subcommand Details

/setup-tools ci - CI/CD Setup

Sets up GitHub Actions for automated testing and deployment.

Features: Lint, TypeScript check, Unit tests, E2E tests, Build check

See: references/ci-setup.md


/setup-tools dev-tools - Development Tools (Recommended)

Sets up AST-Grep and LSP for enhanced code intelligence.

Why recommended: Structural code search + type-aware navigation = better review accuracy

See: references/dev-tools-setup.md


/setup-tools lsp - LSP Only

Sets up Language Server Protocol support without AST-Grep.

See: references/lsp-setup.md


/setup-tools mcp - MCP Server

Sets up Model Context Protocol servers for cross-client communication.

See: references/mcp-setup.md


/setup-tools opencode - OpenCode.ai Compatibility

Sets up compatibility with OpenCode.ai for multi-LLM development.

See: references/opencode-setup.md


/setup-tools codex - Codex CLI Compatibility

Sets up Codex CLI compatibility for the current project.

See: references/codex-setup.md


/setup-tools webhook - GitHub Actions Webhook

Sets up webhooks for PR auto-review and Plans.md consistency check.

See: references/webhook-setup.md


/setup-tools ui - Harness UI

Sets up the Harness UI dashboard. Redirects to /harness-ui which auto-detects setup needs.


/setup-tools remotion - Remotion Video

Sets up Remotion programmatic video generation environment.

Options:

  • --with-templates - Include Harness templates
  • --brownfield - Add to existing project
  • --with-narration - Include Aivis narration
  • --with-image-gen - Include AI image generation

See: references/remotion-setup.md


/setup-tools skills - Skills Settings

Updates Skills Gate settings.

Actions:

  • list - Show current settings
  • add <skill> - Add a skill
  • remove <skill> - Remove a skill
  • enable - Enable Skills Gate
  • disable - Disable Skills Gate
bash
/setup-tools skills list
/setup-tools skills add auth
/setup-tools skills enable

Related Skills

  • ci - CI/CD configuration and failure analysis
  • setup - Project initialization and workflow files
  • harness-update - Update harness to latest version