Skip to content

v0.4.1 — Cross-Platform Exports

Choose a tag to compare

@maxschottke-spec maxschottke-spec released this 22 May 15:48
· 34 commits to main since this release
be2d950

Makes the framework-only skills work outside Claude Code. Pure-Markdown exports for Cursor, OpenAI Custom GPT, Gemini CLI, Aider, Continue.dev, Codex, and any generic LLM tool.

```
/plugin marketplace add maxschottke-spec/seo-survival-kit#v0.4.1
```

What's new

New `exports/` directory with three platform-agnostic Markdown files (Claude-specific frontmatter stripped):

`exports/README.md` has per-platform install snippets:

Platform Where the files go
Cursor `.cursor/rules/*.mdc` (or legacy `.cursorrules`)
OpenAI Custom GPT Instructions field + Knowledge files upload
Gemini CLI `GEMINI.md` or `@file` mentions
Aider `CONVENTIONS.md` or `--read`
Continue.dev `config.json` docs array
Codex `AGENTS.md`
Any other LLM paste into system prompt

Scope discipline

Only the three pure-Markdown framework skills are exported. The seven script-backed skills (`seo-audit-free`, `seo-outreach-report`, `competitor-deep-audit`, `psi-weekly-cron-baseline`, `channel-economics-analyzer`, `ai-citations-tracker`, `gsc-deep-dive`) stay Claude-Code-specific because their SKILL.md routing depends on Claude Code's slash-command + `allowed-tools` conventions.

The underlying Node scripts are platform-agnostic — `exports/README.md` documents how to run them directly with `node` on any system with API keys + a config file.

Planned

v0.5.x: MCP server wrapper exposing each script-backed skill as an MCP tool — real cross-LLM portability (Cursor, Codex, Continue, Aider, Claude Desktop, Goose, n8n) instead of just framework-knowledge portability.

Compatibility

No code changes. Existing v0.4.0 installs upgrade transparently. The `exports/` directory is purely additive.