loading…
Search for a command to run...
loading…
A MCP server for SailfishOS application development, creates new projects and add features following guidelines, performs build
A MCP server for SailfishOS application development, creates new projects and add features following guidelines, performs build
Agent Skills for use with SailfishOS.
These skills follow the Agent Skills specification so they can be used by any skills-compatible agent, including Claude Code and Codex CLI.
/plugin marketplace add ilpianista/sailfishos-skills
/plugin install ilpianista@sailfishos-skills
npx skills add [email protected]:ilpianista/sailfishos-skills.git
Add the contents of this repo to a /.claude folder in the root of your SailfisOS project (or whichever folder you're using with Claude Code). See more in the official Claude Skills documentation.
Copy the skills/ directory into your Codex skills path (typically ~/.codex/skills). See the Agent Skills specification for the standard skill format.
Clone the entire repo into the OpenCode skills directory (~/.opencode/skills/):
git clone https://github.com/ilpianista/sailfishos-skills.git ~/.opencode/skills/sailfishos-skills
Do not copy only the inner skills/ folder — clone the full repo so the directory structure is ~/.opencode/skills/sailfishos-skills/skills/<skill-name>/SKILL.md.
OpenCode auto-discovers all SKILL.md files under ~/.opencode/skills/. No changes to opencode.json or any config file are needed. Skills become available after restarting OpenCode.
| Skill | Description |
|---|---|
| sailfishos-app | This skill makes you an expert SailfishOS developer assistant. Use it to scaffold projects, generate idiomatic QML/C++ code, run builds, and give precise platform guidance. |
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"sailfishos-mcp": {
"command": "npx",
"args": []
}
}
}