Skip to content

Skill is not removed in .ai-devkit.json when running ai-devkit skill remove #63

@codeaholicguy

Description

@codeaholicguy

Precondition:

  • There are skill in .ai-devkit.json
{
  "version": "0.23.0",
  "environments": [
    "claude",
    "github",
    "codex"
  ],
  "phases": [
    "requirements",
    "design",
    "planning",
    "implementation",
    "testing"
  ],
  "createdAt": "2026-04-17T16:53:48.293Z",
  "updatedAt": "2026-04-17T16:55:23.856Z",
  "skills": {
    "installed": [
      {
        "registry": "codeaholicguy/ai-devkit",
        "name": "dev-lifecycle"
      }
    ]
  }
}

Then run ai-devkit skill remove dev-lifecycle, the skill was removed successfully, but the entry still remained in .ai-devkit.json.

Expect: The skill should be remove from .ai-devkit.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions