Skip to content

feat: package AgentGuard as Claude Code + Codex skills#443

Open
bmdhodl wants to merge 3 commits into
mainfrom
feat/agentguard-claude-code-skill
Open

feat: package AgentGuard as Claude Code + Codex skills#443
bmdhodl wants to merge 3 commits into
mainfrom
feat/agentguard-claude-code-skill

Conversation

@bmdhodl
Copy link
Copy Markdown
Owner

@bmdhodl bmdhodl commented May 5, 2026

Summary

  • Adds skills/agentguard/SKILL.md (Anthropic Claude Skills format) and skills/codex/agentguard.md (Codex format) so AgentGuard can be installed as a packaged skill in either harness.
  • Adds skills/README.md orienting readers to which format to use.
  • Both skill files link back to the canonical root SKILL.md to prevent content drift.

Why

Distribution: VoltAgent's awesome-agent-skills directory + the broader Claude Code / Codex skill ecosystem expects skills to live in standardized paths. Root SKILL.md exists but is not in the conventional skills/<name>/ layout. This PR makes AgentGuard installable as a drop-in skill.

Awesome-agent-skills submission

Deferred intentionally. Their CONTRIBUTING.md gate is "real community usage and proven adoption (not brand-new submissions)." A same-day submission fails that gate. Plan: ship these skill files, let them mature ~2 weeks, then submit with download/issue evidence. Follow-up will be queued separately.

Test plan

  • Frontmatter is valid YAML in both skill files
  • PyPI package name agentguard47 and import path from agentguard import ... match root SKILL.md
  • All linked URLs are canonical (github.com/bmdhodl/agent47, pypi.org/project/agentguard47)
  • No code changes — pure additive documentation
  • No denylist paths touched
  • Total diff: 222 insertions across 3 new files + artifact files

Artifacts

  • WORK_PLAN.md, RESEARCH.md, QA_REPORT.md updated for this task

Risk

Low. Documentation-only diff. No code, no deps, no auth, no schema, no workflows.

bmdhodl added 2 commits May 5, 2026 00:02
- Add skills/agentguard/SKILL.md (Anthropic Claude Skills format)
- Add skills/codex/agentguard.md (Codex skill format)
- Add skills/README.md orienting readers to both formats

Both skill files link back to root SKILL.md as the canonical
reference to avoid content drift. PyPI install path stays
agentguard47; import path stays from agentguard.

Awesome-agent-skills directory submission deferred per their
"real community usage / not brand-new" gate. Will queue follow-up
in ~2 weeks once skill files have install evidence.
Copilot AI review requested due to automatic review settings May 5, 2026 05:02
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f33c5dd0b8

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread skills/agentguard/SKILL.md Outdated
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds packaged “skill” entrypoints for AgentGuard so it can be installed/used in standardized locations for Claude Code (Anthropic skills format) and Codex (Codex skill format), plus a small skills/ README to route readers to the right file. It also updates the accompanying planning/research/QA artifacts to reflect this documentation-only task.

Changes:

  • Add a Claude Code–style skill doc at skills/agentguard/SKILL.md.
  • Add a Codex-format mirror at skills/codex/agentguard.md and a short skills/README.md index.
  • Update WORK_PLAN.md, RESEARCH.md, and QA_REPORT.md to match the new scope.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
WORK_PLAN.md Re-scopes the work plan toward skill packaging docs.
skills/README.md Adds a small index + install snippet for the skills directory.
skills/codex/agentguard.md Adds Codex skill entrypoint doc and quickstart snippet.
skills/agentguard/SKILL.md Adds Claude Code / Anthropic skill entrypoint doc.
RESEARCH.md Captures format/submission research and task notes.
QA_REPORT.md Records QA checks for the doc-only change set.

Comment thread skills/agentguard/SKILL.md Outdated
Comment thread skills/agentguard/SKILL.md Outdated
Comment thread skills/agentguard/SKILL.md Outdated
Comment thread skills/codex/agentguard.md Outdated
Comment thread RESEARCH.md Outdated
Comment thread RESEARCH.md Outdated
@bmdhodl bmdhodl added the needs:patrick-review Requires Patrick personal review label May 5, 2026
@bmdhodl bmdhodl added the aging PR open more than 3 days label May 8, 2026
@bmdhodl
Copy link
Copy Markdown
Owner Author

bmdhodl commented May 8, 2026

@bmdhodl this PR has been open 3+ days; review or close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

aging PR open more than 3 days needs:patrick-review Requires Patrick personal review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants