clickai.dev

Install

Add the marketplace once.

Then install whichever plugins you want. Nothing here is locked to one runtime — every skill is a SKILL.md any agent can read.

Claude Code

$ /plugin marketplace add timharris707/skills$ /plugin install advisory-board@skills # 1 skill$ /plugin install team-workflow@skills # 10 skills$ /plugin install writing-for-agents@skills # 1 skill

Any other runtime

Clone the repository and point your agent at the skill directories. Symlinks track updates on git pull; copies pin what you have.

git clone https://github.com/timharris707/skills.git agent-skills
for s in advisory-board decision-map grilling handoff orchestrate prototype research router setup to-tickets wizard writing-for-agents; do
  ln -s "$(pwd)/agent-skills/skills/$s" ~/.claude/skills/$s
done

Reading it as an agent

Every page on this site has a Markdown twin: append .md to any skill URL, or start from /llms.txt for the whole catalog in one file.