Favicon of item-management

item-management Skill

AI Agent SkillC#Open source

Patterns for managing MSBuild item groups: Include/Remove/Update semantics, item metadata, batching with %(Metadata), transforms, per-item filtering, and cross-product batching pitfalls. USE FOR: diagnosing and fixing item group anti-patterns in .csproj files, reviewing item management for correctness, fixing CS2002 du Published by microsoft in testfx.

Decision snapshot

Is this a fit?

Best for

Developers using testfx, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

2 months ago · MIT license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is item-management Skill?

Patterns for managing MSBuild item groups: Include/Remove/Update semantics, item metadata, batching with %(Metadata), transforms, per-item filtering, and cross-product batching pitfalls. USE FOR: diagnosing and fixing item group anti-patterns in .csproj files, reviewing item management for correctness, fixing CS2002 du Published by microsoft in testfx. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
75/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Developers using testfx

Declared skill metadata

  • Declared license: MIT
  • Source file: .agents/skills/item-management/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use item-management Skill

  • Use it for developers using testfx.

Built with

C#Copy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/testfx
  • Skill file: .agents/skills/item-management/SKILL.md

What it does

Patterns for managing MSBuild item groups: Include/Remove/Update semantics, item metadata, batching with %(Metadata), transforms, per-item filtering, and cross-product batching pitfalls. USE FOR: diagnosing and fixing item group anti-patterns in .csproj files, reviewing item management for correctness, fixing CS2002 du

Skill instructions

MSBuild Item Management Patterns Canonical patterns for working with item groups, from Microsoft.Common.CurrentVersion.targets. Include / Remove / Update — Three Operations | Operation | Purpose | When to use | |---|---|---| | Include | Add new items to the group | Creating items with identity + metadata | | Remove | Remove items matching a pattern | Excluding files or clearing a group | | Update | Modify metadata on existing items | Adding/changing metadata without re-adding | Include — Add Items xml <ItemGroup <Compile Include="Generated.cs" <AutoGentrue</AutoGen </Compile </ItemGroup Remove — Subtract Items xml <ItemGroup <!-- Remove specific items -- <Reference Remove="$(AdditionalExplicitAssemblyReferences)" / <!-- Set subtraction: prior minus current -- <CleanOrphanFileWrites Include="@(CleanPriorFileWrites)" Exclude="@(CleanCurrentFileWrites)" / <!-- Clear an entire group -- <Temporary Remove="@(Temporary)" / </ItemGroup Update — Modify Existing Items xml <ItemGroup <EmbeddedRe

Verified compatibility and discovery

Frequently asked questions

What is item-management?

item-management is a open-source AI agent skill with Copy skill directory. Patterns for managing MSBuild item groups: Include/Remove/Update semantics, item metadata, batching with %(Metadata), transforms, per-item filtering, and cross-product batching pitfalls.

Who is item-management best for?

item-management is best for reusing agent instructions, scripts, and references.

How do I install item-management?

Install or run item-management using Copy skill directory. Check item-management for the latest setup command.

Is item-management actively maintained?

item-management may need a closer maintenance check before production use.

Share:

Stars
1,031
Forks
305
Last commit
2 months ago
Last verified
Aug 28, 2026
Metadata fetched
Aug 28, 2026
Repository age
10 years
License
MIT

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to item-management