memorix_skills
Manage and generate project-specific skills for AI coding assistants by listing available skills, creating new ones from memory patterns, or injecting skill content for direct use across multiple development environments.
Instructions
Memory-driven project skills. Action "list": show all available skills from all agents. Action "generate": auto-generate project-specific skills from observation patterns (gotchas, decisions, how-it-works). Action "inject": return a specific skill's full content for direct use. Generated skills follow the SKILL.md standard and can be synced across Cursor, Windsurf, Claude Code, Codex, Copilot, Kiro, Antigravity, OpenCode, and Trae.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action: "list" to discover skills, "generate" to create from memory, "inject" to get skill content | |
| name | No | Skill name (required for "inject") | |
| target | No | Target agent to write generated skills to (optional for "generate") | |
| write | No | Whether to write generated skills to disk (default: false, preview only) |