build-artifact-index — for Claude Code build-artifact-index, community, for Claude Code, ide skills, agentic-coding, ai-framework, anthropic, autonomous-agents, claude-code, copilot

v1.0.0

このスキルについて

適した場面: Ideal for AI agents that need build artifact index. ローカライズされた概要: Cognitive architecture for AI-augmented software development. It covers agentic-coding, ai-framework, anthropic workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

機能

Build Artifact Index
Primary: Use aiwg index build
Standard rebuild (incremental)
Full rebuild (ignore cache)
aiwg index build --force

# Core Topics

jmagly jmagly
[124]
[18]
Updated: 4/28/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
53
Canonical Locale
en
Detected Body Locale
en

適した場面: Ideal for AI agents that need build artifact index. ローカライズされた概要: Cognitive architecture for AI-augmented software development. It covers agentic-coding, ai-framework, anthropic workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

このスキルを使用する理由

推奨ポイント: build-artifact-index helps agents build artifact index. Cognitive architecture for AI-augmented software development. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

おすすめ

適した場面: Ideal for AI agents that need build artifact index.

実現可能なユースケース for build-artifact-index

ユースケース: Applying Build Artifact Index
ユースケース: Applying Primary: Use aiwg index build
ユースケース: Applying Standard rebuild (incremental)

! セキュリティと制限

  • 制約事項: Requires repository-specific context from the skill documentation
  • 制約事項: Works best when the underlying tools and dependencies are already configured

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is build-artifact-index?

適した場面: Ideal for AI agents that need build artifact index. ローカライズされた概要: Cognitive architecture for AI-augmented software development. It covers agentic-coding, ai-framework, anthropic workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install build-artifact-index?

Run the command: npx killer-skills add jmagly/aiwg/build-artifact-index. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for build-artifact-index?

Key use cases include: ユースケース: Applying Build Artifact Index, ユースケース: Applying Primary: Use aiwg index build, ユースケース: Applying Standard rebuild (incremental).

Which IDEs are compatible with build-artifact-index?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for build-artifact-index?

制約事項: Requires repository-specific context from the skill documentation. 制約事項: Works best when the underlying tools and dependencies are already configured.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add jmagly/aiwg/build-artifact-index. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use build-artifact-index immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

build-artifact-index

Cognitive architecture for AI-augmented software development. It covers agentic-coding, ai-framework, anthropic workflows. This AI agent skill supports Claude

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Build Artifact Index

Task

Build or refresh the artifact index that powers aiwg index query, aiwg index deps, and aiwg index stats. This is the entry point for ensuring agents can discover and navigate project artifacts efficiently.

Behavior

Primary: Use aiwg index build

bash
1# Standard rebuild (incremental) 2aiwg index build 3 4# Full rebuild (ignore cache) 5aiwg index build --force 6 7# With progress output 8aiwg index build --verbose

Report what changed: new artifacts indexed, updated, unchanged, and removed counts.

Archived Query Answers

The index includes files in .aiwg/working/answers/ automatically. These are answers persisted by the archive-answer skill and appear in query results and dependency graphs alongside permanent artifacts. Their status: working frontmatter field signals they are candidates for promotion to a permanent destination (e.g., .aiwg/architecture/, .aiwg/reports/). Use the index to find stale working answers that should be promoted or discarded.

Fallback: Manual Digest Generation

If aiwg index build is not available (CLI not installed), fall back to manual scanning:

  1. Walk .aiwg/ for all artifact files
  2. Extract titles and short summaries from frontmatter/headings
  3. Write digest files to .aiwg/working/digests/
  4. Generate or update _index.yaml with paths, summaries, and timestamps

Post-Build Verification

After building, verify the index is healthy:

bash
1aiwg index stats --json

Report total artifacts indexed, coverage by phase, and any orphaned artifacts.

When to Run

  • After creating new SDLC artifacts
  • After modifying existing artifact references
  • At the start of a new SDLC phase
  • When aiwg index query returns stale results

References

  • @$AIWG_ROOT/agentic/code/frameworks/sdlc-complete/rules/artifact-discovery.md — Agent protocol rules
  • @$AIWG_ROOT/agentic/code/frameworks/sdlc-complete/skills/artifact-lookup/SKILL.md — Query skill
  • @$AIWG_ROOT/src/artifacts/cli.ts — CLI implementation

関連スキル

Looking for an alternative to build-artifact-index or another community skill for your workflow? Explore these related open-source skills.

すべて表示

openclaw-release-maintainer

Logo of openclaw
openclaw

ローカライズされた概要: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
AI

widget-generator

Logo of f
f

ローカライズされた概要: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

149.6k
0
AI

flags

Logo of vercel
vercel

ローカライズされた概要: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

ローカライズされた概要: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
開発者