Kansei Linksee Skills
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)
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
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11