agentsclimarketplace

Kickjs skill

Skill forinda/kickjs-skill

Pointer file. The actual KickJS framework skill lives at skills/kickjs-skill/SKILL.md inside this repository. Use scripts/install.sh to install it into ~/.claude/skills/ — do NOT install this root file as a skill.From its SKILL.md

Install
npx -y skills add forinda/kickjs-skill

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.0 KB, 443 tokens by cl100k_base, as published. Nobody here has run it

Repository entry point — not the actual skill

This file exists at the repository root so the package layout is discoverable on GitHub, but it is not the skill Claude should load. The real skill lives at:

How to install correctly

git clone https://github.com/forinda/kickjs-skill ~/dev/kickjs-framework-skill
~/dev/kickjs-framework-skill/scripts/install.sh

The install script symlinks skills/kickjs-skill/ (NOT this repository root) into ~/.claude/skills/kickjs-skill/. That's the directory Claude actually loads.

If you reached this via Claude

You probably installed by cloning the repo directly into ~/.claude/skills/ instead of running scripts/install.sh. To fix:

# Remove the incorrect install
rm -rf ~/.claude/skills/kickjs-framework-skill

# Re-install using the script
~/dev/kickjs-framework-skill/scripts/install.sh

Then restart your Claude Code session. The skill that activates will be kickjs-skill, loaded from skills/kickjs-skill/SKILL.md.

Why this file exists

GitHub readers expect to see the project structure from the root. A repository called kickjs-framework-skill with no top-level SKILL.md is confusing for someone landing on the repo. This file gives them a clear pointer to the actual skill location and the install workflow.

See README.md for the full project overview.

What ships with it: 6 files

18.4 KB alongside SKILL.md, 1 of them executable

.claude-plugin/

scripts/

Keep looking

Skills are one crate of 326,506. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.