skill-maintenance — for Claude Code skill-maintenance, vscode-arxml-tree, community, for Claude Code, ide skills, SKILL.md, AGENTS.md, package.json, README.md, references

v1.0.0

このスキルについて

適した場面: Ideal for AI agents that need use this skill whenever new features, workflows, or tooling are added. ローカライズされた概要: Show ARXML tree structure Use this skill whenever new features, workflows, or tooling are added. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

機能

Use this skill whenever new features, workflows, or tooling are added.
Base specification
The authoritative base specification for skill maintenance is Agent Skills Specification.
Update an existing skill when behaviors or patterns change within that skill's domain.
Keep SKILL.md frontmatter valid and matching directory name.

# Core Topics

robinbreast robinbreast
[2]
[0]
Updated: 3/29/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/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
Review Score
8/11
Quality Score
45
Canonical Locale
en
Detected Body Locale
en

適した場面: Ideal for AI agents that need use this skill whenever new features, workflows, or tooling are added. ローカライズされた概要: Show ARXML tree structure Use this skill whenever new features, workflows, or tooling are added. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

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

推奨ポイント: skill-maintenance helps agents use this skill whenever new features, workflows, or tooling are added. Show ARXML tree structure Use this skill whenever new features, workflows, or tooling are added. This AI

おすすめ

適した場面: Ideal for AI agents that need use this skill whenever new features, workflows, or tooling are added.

実現可能なユースケース for skill-maintenance

ユースケース: Applying Use this skill whenever new features, workflows, or tooling are added
ユースケース: Applying Base specification
ユースケース: Applying The authoritative base specification for skill maintenance is Agent Skills Specification

! セキュリティと制限

  • 制約事項: Avoid duplicating AGENTS.md; reference it if needed.
  • 制約事項: All source-file and documentation references in markdown docs/skills must use markdown links.
  • 制約事項: Compatibility: only if environment constraints matter.

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

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 skill-maintenance?

適した場面: Ideal for AI agents that need use this skill whenever new features, workflows, or tooling are added. ローカライズされた概要: Show ARXML tree structure Use this skill whenever new features, workflows, or tooling are added. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install skill-maintenance?

Run the command: npx killer-skills add robinbreast/vscode-arxml-tree/skill-maintenance. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for skill-maintenance?

Key use cases include: ユースケース: Applying Use this skill whenever new features, workflows, or tooling are added, ユースケース: Applying Base specification, ユースケース: Applying The authoritative base specification for skill maintenance is Agent Skills Specification.

Which IDEs are compatible with skill-maintenance?

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 skill-maintenance?

制約事項: Avoid duplicating AGENTS.md; reference it if needed.. 制約事項: All source-file and documentation references in markdown docs/skills must use markdown links.. 制約事項: Compatibility: only if environment constraints matter..

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 robinbreast/vscode-arxml-tree/skill-maintenance. 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 skill-maintenance 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

skill-maintenance

Show ARXML tree structure Use this skill whenever new features, workflows, or tooling are added. This AI agent skill supports Claude Code, Cursor, and

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

Use this skill whenever new features, workflows, or tooling are added.

Base specification

  • The authoritative base specification for skill maintenance is Agent Skills Specification.
  • If local guidance and the specification differ, align the skill with the specification unless the repo has an explicit, documented exception.

Maintenance rules

  1. Update an existing skill when behaviors or patterns change within that skill's domain.
  2. Add a new skill only if the change introduces a distinct domain not covered by existing skills (for example: a new tool type, file format, or workflow paradigm).
  3. Keep SKILL.md frontmatter valid and matching directory name.
  4. Keep skill instructions concise and task-focused.
  5. Avoid duplicating AGENTS.md; reference it if needed.
  6. Follow AGENTS.md for design-first, SOLID/DRY, and minimal-change guidance.
  7. Prefer single-source references:
  8. Think and design first before editing skill docs: define structure and ownership up front.
  9. All source-file and documentation references in markdown docs/skills must use markdown links.
  10. Keep skill structure and frontmatter compliant with Agent Skills Specification (name/description constraints, optional fields, and directory conventions).
  11. Prefer progressive disclosure from the specification: keep SKILL.md concise and place detailed material in references/ when needed.
  12. Use relative paths for in-skill file links as defined by File references.

Consistency checklist

  • Skill name: lowercase, hyphenated, 1-64 chars.
  • Description: clear when-to-use guidance (1-1024 chars).
  • Compatibility: only if environment constraints matter.
  • Structure: .claude/skills/<skill-name>/SKILL.md.

Update triggers

  • New build/test commands.
  • New components/modules with unique workflows.
  • New repo-specific patterns or constraints.

Quality gates

  • No outdated paths or commands.
  • Instructions align with current codebase conventions.
  • Skills avoid heavy refactors and keep steps minimal.
  • Skills remain compliant with Agent Skills Specification.
  • Principles are not copy-pasted across multiple skills when they already exist in AGENTS.md.

関連スキル

Looking for an alternative to skill-maintenance 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
開発者