Hi team! đź‘‹
I noticed that
.agents/skills/
contains 12 well-structured SKILL.md files
but has no README or index document at either
.agents/
or
.agents/skills/
level.
As Blockscout's AI-assisted development tooling grows, a brief README could help:
  1. New contributors
    — understand what skills are, how they relate to AI
agents (Claude Code / Cursor / etc.), and the conventions used
  1. AI agents
    — get a quick overview/index before diving into individual
SKILL.md files
  1. Adding new skills
    — provide guidelines (frontmatter format, naming,
when to create a skill vs. expand an existing one)
Would a PR adding such a README be welcome? If yes, I'd be happy to draft one.
If the current setup is intentional (e.g., the frontmatter of each SKILL.md
is designed to be self-sufficient), that's useful context too.
Thanks for building this the skill format is really clean!