From d5e0a949b85b98cb4c71ae45b033adeaafe7b9d7 Mon Sep 17 00:00:00 2001 From: Marco Siccardi Date: Tue, 7 Jul 2026 08:25:27 +0200 Subject: [PATCH] chore(skills): remove openai sidecars --- skills/create-agents-md/agents/openai.yaml | 7 ------- skills/create-checkpoint/agents/openai.yaml | 7 ------- skills/create-project-instructions/agents/openai.yaml | 7 ------- skills/create-skill/agents/openai.yaml | 7 ------- skills/create-usercontext-instructions/agents/openai.yaml | 7 ------- skills/repository-drift-control/agents/openai.yaml | 7 ------- skills/restore-checkpoint/agents/openai.yaml | 7 ------- skills/validate-agents-md/agents/openai.yaml | 7 ------- skills/validate-project-instructions/agents/openai.yaml | 7 ------- skills/validate-skill/agents/openai.yaml | 7 ------- .../validate-usercontext-instructions/agents/openai.yaml | 7 ------- 11 files changed, 77 deletions(-) delete mode 100644 skills/create-agents-md/agents/openai.yaml delete mode 100644 skills/create-checkpoint/agents/openai.yaml delete mode 100644 skills/create-project-instructions/agents/openai.yaml delete mode 100644 skills/create-skill/agents/openai.yaml delete mode 100644 skills/create-usercontext-instructions/agents/openai.yaml delete mode 100644 skills/repository-drift-control/agents/openai.yaml delete mode 100644 skills/restore-checkpoint/agents/openai.yaml delete mode 100644 skills/validate-agents-md/agents/openai.yaml delete mode 100644 skills/validate-project-instructions/agents/openai.yaml delete mode 100644 skills/validate-skill/agents/openai.yaml delete mode 100644 skills/validate-usercontext-instructions/agents/openai.yaml diff --git a/skills/create-agents-md/agents/openai.yaml b/skills/create-agents-md/agents/openai.yaml deleted file mode 100644 index 7b52ac8..0000000 --- a/skills/create-agents-md/agents/openai.yaml +++ /dev/null @@ -1,7 +0,0 @@ -interface: - display_name: "Create AGENTS.md" - short_description: "Generate a root AGENTS.md for any repo" - default_prompt: "Use create-agents-md to generate an AGENTS.md file for this repository" - -policy: - allow_implicit_invocation: true diff --git a/skills/create-checkpoint/agents/openai.yaml b/skills/create-checkpoint/agents/openai.yaml deleted file mode 100644 index 6067f51..0000000 --- a/skills/create-checkpoint/agents/openai.yaml +++ /dev/null @@ -1,7 +0,0 @@ -interface: - display_name: "Create Checkpoint" - short_description: "Capture session state as a checkpoint file" - default_prompt: "Use create-checkpoint to capture the current session state before ending" - -policy: - allow_implicit_invocation: false diff --git a/skills/create-project-instructions/agents/openai.yaml b/skills/create-project-instructions/agents/openai.yaml deleted file mode 100644 index 236b00f..0000000 --- a/skills/create-project-instructions/agents/openai.yaml +++ /dev/null @@ -1,7 +0,0 @@ -interface: - display_name: "Create Project Instructions" - short_description: "Generate a project-context AGENTS.md" - default_prompt: "Use create-project-instructions to generate a project AGENTS.md with role and phase defaults" - -policy: - allow_implicit_invocation: true diff --git a/skills/create-skill/agents/openai.yaml b/skills/create-skill/agents/openai.yaml deleted file mode 100644 index b7671d3..0000000 --- a/skills/create-skill/agents/openai.yaml +++ /dev/null @@ -1,7 +0,0 @@ -interface: - display_name: "Create Skill" - short_description: "Generate a new canonical SKILL.md file" - default_prompt: "Use create-skill to generate a new SKILL.md artifact for a workflow skill" - -policy: - allow_implicit_invocation: true diff --git a/skills/create-usercontext-instructions/agents/openai.yaml b/skills/create-usercontext-instructions/agents/openai.yaml deleted file mode 100644 index 6cf4e69..0000000 --- a/skills/create-usercontext-instructions/agents/openai.yaml +++ /dev/null @@ -1,7 +0,0 @@ -interface: - display_name: "Create User Context" - short_description: "Create a user context instructions file" - default_prompt: "Use create-usercontext-instructions to create a user context file through structured discovery" - -policy: - allow_implicit_invocation: true diff --git a/skills/repository-drift-control/agents/openai.yaml b/skills/repository-drift-control/agents/openai.yaml deleted file mode 100644 index d88ea9c..0000000 --- a/skills/repository-drift-control/agents/openai.yaml +++ /dev/null @@ -1,7 +0,0 @@ -interface: - display_name: "Repository Drift Control" - short_description: "Check spec, template, and doc alignment" - default_prompt: "Use repository-drift-control to check and enforce consistency across spec, templates, and docs" - -policy: - allow_implicit_invocation: false diff --git a/skills/restore-checkpoint/agents/openai.yaml b/skills/restore-checkpoint/agents/openai.yaml deleted file mode 100644 index 68d4580..0000000 --- a/skills/restore-checkpoint/agents/openai.yaml +++ /dev/null @@ -1,7 +0,0 @@ -interface: - display_name: "Restore Checkpoint" - short_description: "Restore session state from a checkpoint file" - default_prompt: "Use restore-checkpoint to restore session state from a checkpoint artifact" - -policy: - allow_implicit_invocation: false diff --git a/skills/validate-agents-md/agents/openai.yaml b/skills/validate-agents-md/agents/openai.yaml deleted file mode 100644 index 6f1c5f5..0000000 --- a/skills/validate-agents-md/agents/openai.yaml +++ /dev/null @@ -1,7 +0,0 @@ -interface: - display_name: "Validate AGENTS.md" - short_description: "Validate an AGENTS.md with scored report" - default_prompt: "Use validate-agents-md to validate this AGENTS.md file and produce a scored compliance report" - -policy: - allow_implicit_invocation: true diff --git a/skills/validate-project-instructions/agents/openai.yaml b/skills/validate-project-instructions/agents/openai.yaml deleted file mode 100644 index ac57c29..0000000 --- a/skills/validate-project-instructions/agents/openai.yaml +++ /dev/null @@ -1,7 +0,0 @@ -interface: - display_name: "Validate Project Instructions" - short_description: "Validate a project AGENTS.md with scores" - default_prompt: "Use validate-project-instructions to validate a project-context AGENTS.md and produce a scored report" - -policy: - allow_implicit_invocation: true diff --git a/skills/validate-skill/agents/openai.yaml b/skills/validate-skill/agents/openai.yaml deleted file mode 100644 index 94aa425..0000000 --- a/skills/validate-skill/agents/openai.yaml +++ /dev/null @@ -1,7 +0,0 @@ -interface: - display_name: "Validate Skill" - short_description: "Validate a SKILL.md with scored report" - default_prompt: "Use validate-skill to validate this SKILL.md artifact and produce a scored compliance report" - -policy: - allow_implicit_invocation: true diff --git a/skills/validate-usercontext-instructions/agents/openai.yaml b/skills/validate-usercontext-instructions/agents/openai.yaml deleted file mode 100644 index 22137ee..0000000 --- a/skills/validate-usercontext-instructions/agents/openai.yaml +++ /dev/null @@ -1,7 +0,0 @@ -interface: - display_name: "Validate User Context" - short_description: "Validate user context file with scores" - default_prompt: "Use validate-usercontext-instructions to validate a user context file and produce a scored compliance report" - -policy: - allow_implicit_invocation: true