chore(ai): add claude skills#3855
Open
ndyakov wants to merge 9 commits into
Open
Conversation
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
❌ Jit Scanner failed - Our team is investigatingJit Scanner failed - Our team has been notified and is working to resolve the issue. Please contact support if you have any questions. 💡 Need to bypass this check? Comment |
ofekshenawa
reviewed
Jun 22, 2026
ofekshenawa
reviewed
Jun 22, 2026
ofekshenawa
previously approved these changes
Jun 22, 2026
Move the layout/commands/architecture/conventions guidance into AGENTS.md so non-Claude agents (Codex, Cursor, Aider, ...) read the same source. CLAUDE.md now imports it via @AGENTS.md and keeps only Claude-specific notes (skills auto-trigger, slash commands). Commands are inlined rather than delegated to skills, since other tools cannot read skills.
Playbook to stage a release locally (semver pick, PR gathering, RELEASE-NOTES.md per template, scripts/release.sh bump, scripts/tag.sh dry-run) without ever tagging, pushing, or committing. List it in AGENTS.md; drop CLAUDE.md's duplicate skill enumeration so names live only in AGENTS.md.
add-command: WebFetch (fetch spec + docs). prepare-release: Bash(git describe:*), Bash(gh pr list:*).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add ai skills and markdowns:
The current MVP is Claude-first, but the layout is intentionally easy to wrap for Codex too
Note
Low Risk
Documentation and tooling config only; no runtime or client library behavior changes.
Overview
Introduces a Claude-first, tool-agnostic AI maintainer layer: shared repo guidance in
AGENTS.md, withCLAUDE.mdimporting it and noting skills, slash commands, and specs.Adds
.claude/— teamsettings.json(allowlistedgo/make/git read tools),commands/check-cifor PR CI summaries, skills (testing,add-command+ references,commit-style,update-ci-image,prepare-release), and architecture specs (pool,cluster-routing,maintnotifications)..gitignorenow excludes local Claude settings, optional caveman skill symlinks, and.agents/.Reviewed by Cursor Bugbot for commit 4c483da. Bugbot is set up for automated code reviews on this repo. Configure here.