Kansei Linksee Skills banner
michielinksee michielinksee

Kansei Linksee Skills

Development community

Description

Claude Code skills for KanseiLink (SaaS discovery) and Linksee (memory, briefing) MCP servers. Auto-trigger MCP tools from natural user intent.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

kansei-linksee-skills

Claude Code skills for [KanseiLink](https://github.com/michielinksee/kansei-link-mcp) and [Linksee Memory](https://github.com/michielinksee/linksee-memory). Drop-in triggers that teach agents *when* to call these MCP servers — no more "install the MCP but never use it" problem.

[![license](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)

What's inside

Three skills for Claude Code. Each is a single `SKILL.md` with trigger keywords + an execution flow, so Claude Code knows to auto-invoke the right MCP tools at the right moment.

Skill Triggers on Calls
kansei-link "connect X to Y", "freeeで請求書", "どのSaaS", "Slack MCP ある?" KanseiLink MCP — 200+ Japanese & global SaaS services
linksee-memory "前に...", "また同じ", "覚えてる?", new task start, errors, success moments linksee-memory MCP — local-first cross-agent brain
linksee-briefing "明日の商談", "MTG準備", "ブリーフィング", "daily brief" Gmail MCP + web search — meeting prep with Heat Score (Dunbar)

Why skills matter

MCP servers give agents *capability*. Skills give agents *intent recognition*.

Without a skill, installing an MCP is like installing a library but never importing it. The agent has the tool but doesn't know when to call it.

A skill closes that gap: when the user says something matching the triggers, Claude Code auto-invokes the MCP in the right order. **Zero extra work from the user.**

Install

Option 1: Clone + copy (fastest)

git clone https://github.com/michielinksee/kansei-linksee-skills.git
cp -r kansei-linksee-skills/kansei-link ~/.claude/skills/
cp -r kansei-linksee-skills/linksee-memory ~/.claude/skills/
cp -r kansei-linksee-skills/linksee-briefing ~/.claude/skills/

Restart Claude Code. Skills are auto-discovered.

Option 2: Install selectively

# Only the skill(s) you want
git