Add CLAUDE.md with repository guidance for Claude Code - #36
Open
AYastrebov wants to merge 2 commits into
Open
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
AYastrebov
requested review from
Tapchicoma,
d-ambatenne and
evilya
as code owners
March 27, 2026 09:57
evilya
reviewed
Mar 27, 2026
evilya
approved these changes
Apr 2, 2026
Tapchicoma
reviewed
Apr 17, 2026
|
|
||
| ## What This Repo Is | ||
|
|
||
| A collection of AI agent skills for Kotlin projects, following the [Agent Skills specification](https://agentskills.io). Skills are self-contained folders with instructions, scripts, and resources — not compilable code. There is no build system, test suite, or linting toolchain. |
Contributor
There was a problem hiding this comment.
Regarding linting - it is not true. Our CI checks as well do lint checks to ensure compliance with agentskills.io specification
Tapchicoma
reviewed
Apr 17, 2026
| 1. Validates skill directory naming: `kotlin-<category>-<functional-name>` | ||
| 2. Validates category against the `CATEGORIES` file (currently: `backend`, `tooling`) | ||
| 3. Validates functional-name is kebab-case | ||
| 4. Runs `Flash-Brew-Digital/validate-skill@v1` on each changed skill |
Contributor
There was a problem hiding this comment.
Could we somehow provide a way to run the check locally? And drop a list of what CI actually checks?
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.
Summary
Test plan
🤖 Generated with Claude Code