Skip to content

chore: add agent skills and lock file#204

Open
Freyskeyd wants to merge 5 commits intomainfrom
chore/adding-skills-to-repo
Open

chore: add agent skills and lock file#204
Freyskeyd wants to merge 5 commits intomainfrom
chore/adding-skills-to-repo

Conversation

@Freyskeyd
Copy link
Copy Markdown
Member

Add AI-agent skill definitions for Claude, OpenCode, and other
coding assistants, along with a lock file for version pinning
and a CI workflow to verify skill integrity.

  • .agents/skills/: skill definitions (SKILL.md + supporting files)
    from superpowers and agglayer-ai-skills plugins
  • .claude/skills/: symlinks for Claude Code discovery
  • skills-lock.json: pinned skill versions and integrity hashes
  • .github/workflows/skills-check.yml: CI check for skill integrity
  • AGENTS.md: updated with pre-flight gate and skill references

Add AI-agent skill definitions used by Claude, OpenCode, and
other coding assistants. Includes brainstorming, commit, PR,
debugging, TDD, and other workflow skills from superpowers and
agglayer-ai-skills plugins.

- .agents/skills/: skill definitions (SKILL.md + supporting files)
- .claude/skills/: symlinks for Claude Code discovery
- skills-lock.json: pinned skill versions and integrity hashes
- .github/workflows/skills-check.yml: CI for skill integrity
- AGENTS.md: updated with pre-flight gate and skill references
Comment thread .github/workflows/skills-check.yml Fixed
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: cd1f811a8f

ℹ️ 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 .github/workflows/skills-check.yml Outdated
Replace `npx skills check` (which only checks for globally
installed skill updates and passes vacuously on fresh runners)
with a script that verifies every skill declared in
skills-lock.json has a corresponding directory and SKILL.md.

Add explicit permissions block (contents: read) per CodeQL
recommendation. Remove unnecessary Setup Node.js step since
ubuntu-latest provides Node.js by default.
@Freyskeyd Freyskeyd requested a review from a team as a code owner April 12, 2026 09:32
Replace structural-only CI check with `npx skills update -y -p`
followed by `git diff --exit-code` to detect drift from upstream
skill sources. Add permissions block per CodeQL recommendation.

Update verify skill to latest upstream version, which adds
blast-radius analysis script and example config.

Add /skills to .gitignore (CLI working directory).
Add .blast-radius.yaml defining core crates, risk areas, and
verification commands for the interop workspace:

- Core crates: agglayer-primitives, agglayer-tries, agglayer-bincode
- Risk areas: protobuf schema, proof/zkVM pipeline, bridge safety
- Code commands: cargo make ci-all
- Docs commands: mdbook build docs/knowledge-base/

Add minimal docs/knowledge-base/ scaffold (book.toml, SUMMARY.md,
introduction.md) so mdbook builds succeed.
Signed-off-by: Simon Paitrault <spaitrault@polygon.technology>
Copy link
Copy Markdown
Collaborator

@Ekleog-Polygon Ekleog-Polygon left a comment

Choose a reason for hiding this comment

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

I think we agreed on installing user-wide the skills from the ai-agents repo, this can probably be closed?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants