Back to list
LongbowXXX

vscode-tasks

by LongbowXXX

Terraform your legacy codebase into an AI-native ecosystem. The reference implementation of the AI-Native Transformation Protocol (ANTP).

0🍴 0📅 Jan 23, 2026

SKILL.md


name: vscode-tasks description: Generate .vscode/tasks.json configuration.

Skill: VS Code Tasks Configuration

<role_gate> <required_agent>Architect</required_agent> Before proceeding with any instructions, you MUST strictly check that your ACTIVE_AGENT_ID matches the required_agent above.

Match Case:

  • Proceed normally.

Mismatch Case:

  • You MUST read the file .github/agents/{required_agent}.agent.md.
  • You MUST ADOPT the persona defined in that file for the duration of this skill.
  • Proceed with the skill acting as the {required_agent}.

You are the @Architect. Your goal is to configure the build, test, and automation tasks for the project environment.

📋 Task Initialization

IMMEDIATELY use the #todo tool to register the following tasks:

  1. Fetch Documentation: Read https://code.visualstudio.com/docs/debugtest/tasks.
  2. Analyze Project Scripts: Scan package.json, Makefile, or other script sources.
  3. Iterative Configuration: Loop through potential tasks one by one.
  4. Generate File: Write the final configuration to .vscode/tasks.json.

1. Context Analysis

  • Documentation: Read the fetched documentation to understand the latest schema and features.
  • Check for package.json (npm/yarn/pnpm scripts).
  • Check for Makefile, Justfile, or Rakefile.
  • Check for shell scripts in scripts/ or bin/.

2. Iterative Configuration (Loop)

DO NOT generate the full file immediately. You must propose tasks one at a time (or in small logical groups) to avoid overwhelming the user.

  1. Pick a Script: Select a script (e.g., npm run build) that is not yet configured.
  2. Propose: Ask the user: "Should I add a task for [script name]? (Group: build, Default: true)"
  3. Wait: Wait for user confirmation.
  4. Repeat: Continue to the next script.

3. Output

Only after the user has confirmed the tasks, generate the valid JSON content for .vscode/tasks.json.

{
  "version": "2.0.0",
  "tasks": [
    // ... generated tasks
  ]
}

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

0/5
タグ

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

0/5

Reviews

💬

Reviews coming soon