Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions docs/COMPREHENSIVE_USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,17 +263,17 @@ skilz install spillwave/plantuml --agent gemini # Always project-level
| `claude` | `~/.claude/skills/` | `.claude/skills/` |
| `codex` | `~/.codex/skills/` | `.codex/skills/` |
| `opencode` | `~/.config/opencode/skill/` | `.opencode/skill/` |
| `gemini` | `~/.gemini/skills/` | `.gemini/skills/` |
| `copilot` | `~/.copilot/skills/` | `.github/skills/` |
| `cursor` | `~/.cursor/skills/` | `.cursor/skills/` |
| `qwen` | `~/.qwen/skills/` | `.qwen/skills/` |
| `windsurf` | `~/.codeium/windsurf/skills/` | `.windsurf/skills/` |
| `universal` | `~/.skilz/skills/` | `.skilz/skills/` |
| `gemini` | _(not supported)_ | `.skilz/skills/` |
| `copilot` | _(not supported)_ | `.github/skills/` |
| `cursor` | _(not supported)_ | `.skills/skills/` |
| `aider` | _(not supported)_ | `.skills/skills/` |
| `qwen` | _(not supported)_ | `.skills/skills/` |
| `windsurf` | _(not supported)_ | `.skills/skills/` |
| `kimi` | _(not supported)_ | `.skills/skills/` |
| `crush` | _(not supported)_ | `.skills/skills/` |
| `plandex` | _(not supported)_ | `.skills/skills/` |
| `zed` | _(not supported)_ | `.skills/skills/` |
| `aider` | _(not supported)_ | `.skilz/skills/` |
| `kimi` | _(not supported)_ | `.skilz/skills/` |
| `crush` | _(not supported)_ | `.skilz/skills/` |
| `plandex` | _(not supported)_ | `.skilz/skills/` |
| `zed` | _(not supported)_ | `.skilz/skills/` |

---

Expand Down Expand Up @@ -822,4 +822,4 @@ skilz install <skill> --agent gemini

---

_This guide covers Skilz CLI v1.2.0+. For the latest updates, see the [GitHub repository](https://github.com/SpillwaveSolutions/skilz-cli)._
_This guide covers Skilz CLI v1.10.0. For the latest updates, see the [GitHub repository](https://github.com/SpillwaveSolutions/skilz-cli)._
4 changes: 2 additions & 2 deletions docs/GEMINI_MIGRATION.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Gemini CLI Migration Guide

**Version:** Skilz 1.7.0
**Date:** January 8, 2026
**Version:** Skilz 1.10.0 (Guide covers features introduced in 1.7.0)
**Date:** January 2026

---

Expand Down
2 changes: 2 additions & 0 deletions docs/SUPPORTED_AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Supported AI Coding Agents

**Version:** Skilz 1.10.0

Skilz supports **30+ AI coding agents** from the [AGENTS.md](https://agents.md/) ecosystem, following the [agentskills.io](https://agentskills.io/) standard for skill format and installation.

## Agent Categories
Expand Down
2 changes: 2 additions & 0 deletions docs/UNIVERSAL_AGENT_GUIDE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Universal Agent Guide

**Version:** Skilz 1.10.0

## Overview

The **Universal Agent** is a special agent type in Skilz that provides maximum flexibility for skill management. Unlike native agents (Claude, Gemini, Codex) that have specific directory structures and behaviors, the universal agent lets you:
Expand Down
25 changes: 25 additions & 0 deletions docs/wiki-mapping.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Wiki Mapping for skilz-cli
# Maps source files to GitHub Wiki page names (without .md extension)
# Sync with: git clone https://github.com/SpillwaveSolutions/skilz-cli.wiki.git
#
# Usage: Copy source files to wiki directory with renamed filenames
# Example: README.md → Home.md

core:
README.md: "Home"

docs:
docs/USER_MANUAL.md: "User-Manual"
docs/COMPREHENSIVE_USER_GUIDE.md: "Comprehensive-User-Guide"
docs/SUPPORTED_AGENTS.md: "Supported-Agents"
docs/GEMINI_MIGRATION.md: "Gemini-Migration-Guide"
docs/UNIVERSAL_AGENT_GUIDE.md: "Universal-Agent-Guide"
docs/DEPLOY_PYPI.md: "Deploy-PyPI"

project:
CHANGELOG.md: "Changelog"

notes:
docs/project_notes/key_facts.md: "Key-Facts"
docs/project_notes/decisions.md: "Architectural-Decisions"
docs/project_notes/bugs.md: "Known-Issues"