Skills for Linggen — a local-first coding assistant with memory, context, and multi-agent capabilities.
Learn more at linggen.dev.
| Skill | Description |
|---|---|
| linggen | Cross-project code search, indexed context, prompt enhancement, and server management. |
| memory | Semantic memory and RAG — index codebases, search semantically, store and retrieve memories. |
| skiller | Search, install, and manage skills from the marketplace. |
| discord | Social messaging with Discord friends. Send and receive messages via @@friend_name. |
Skills are automatically installed when you run ling init --global.
-
Download this repo (or the specific skill folder you want).
-
Copy the skill into your assistant's skills directory:
- Claude:
~/.claude/skills/ - Codex:
~/.codex/skills/
- Linggen: Use natural-language prompts like "search across projects for auth middleware"
- Skill Manager:
/skill find <query>,/skill add <name>,/skill list - Discord: Type
@@tom hello!to message your friend Tom on Discord
- Linggen runs locally (default API URL:
http://localhost:8787). - If you need to change the API URL, set
LINGGEN_API_URLin your environment, or in a workspace.linggen/configfile.