Openakita submit-skill-repo

Submit a GitHub repository to be indexed by the OpenAkita Skill Store. Use when user wants to share their skills repo with the community.

install
source · Clone the upstream repo
git clone https://github.com/openakita/openakita
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openakita/openakita "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/system/submit-skill-repo" ~/.claude/skills/openakita-openakita-submit-skill-repo && rm -rf "$T"
manifest: skills/system/submit-skill-repo/SKILL.md
source content

submit-skill-repo

Submit a GitHub repository to be indexed by the OpenAkita Skill Store.

Tools

  • submit_skill_repo
    - Submit a GitHub repo URL for skill indexing

Usage

Use this skill when the user wants to:

  • Share their GitHub repository containing Skills
  • Submit a community Skill to the platform
  • Register a new Skill source for the Skill Store

Parameters

Examples