3 pointsby superhuang4 hours ago2 comments
  • v_CodeSentinal2 hours ago
    This is a useful collection. As someone building local agents, I find the biggest bottleneck isn't 'discovering' skills, but defining the permission boundaries for them. Does this directory categorize skills by their 'safety level' (e.g., read-only vs. write-access)?
  • superhuang4 hours ago
    Hi HN,

    I'm the creator of Agent Skills.

    I've been using Claude Code heavily recently for my daily dev work. While the ecosystem for "Agent Skills" is growing fast, it feels very fragmented right now. I found myself constantly digging through random GitHub repos or Twitter threads to find compatible tools.

    So I built this registry to solve that discovery problem.

    What it does: Aggregates skills from verified sources (community & official). Parses the underlying repos to show you the code structure involved. Generates the exact install command (CLI) you need to add the skill to your agent configuration. Tech Stack: Built with Next.js 14 (App Router) and Sanity for the content lake. It uses some custom scripts to crawl and validate the SKILL.md / repo metadata from GitHub. I'd love to hear your feedback—especially on what other metadata you'd like to see before installing a skill into your agent's environment?

    Thanks!