Skillzwave
Following agentskills.io standard

Install docs-seeker

Choose your AI coding assistant below. Copy-paste commands work directly in your terminal.

72.0

Native Support (User-Level)

Skills are installed to your home directory and available in all projects. The AI agent automatically discovers and loads skills.

Path: ~/.agent/skills/

Project-Level Support

Skill content is injected into project configuration files. Works with this project only. Run from project root directory.

Path: .agent/config in project

Native Support (User-Level)

Skills installed globally and available across all projects.

Claude Code Native

Anthropic's official CLI for Claude with native skill support.

Learn more →
skilz install The1Studio_theone-training-skills/docs-seeker
Path: ~/.claude/skills/ Config: SKILL.md

OpenAI Codex Native

OpenAI's coding assistant with native skill support.

Learn more →
skilz install The1Studio_theone-training-skills/docs-seeker --agent codex
Path: ~/.codex/skills/ Config: AGENTS.md

OpenCode CLI Native

Open-source AI coding assistant with full skill integration.

Learn more →
skilz install The1Studio_theone-training-skills/docs-seeker --agent opencode
Path: ~/.config/opencode/skills/ Config: SKILL.md

Universal Native

Universal skill storage following the agentskills.io standard.

skilz install The1Studio_theone-training-skills/docs-seeker --agent universal
Path: ~/.skilz/skills/ Config: SKILL.md

Project-Level Support

Skills injected into project configuration. Run these commands from your project root.

Note: Project-level skills are specific to the current directory. Run cd /path/to/your/project first.

Gemini CLI Project

Google's Gemini AI assistant. Injects skill content into project config.

skilz install The1Studio_theone-training-skills/docs-seeker --agent gemini

Config: .gemini/AGENTS.md

GitHub Copilot Project

GitHub's AI pair programmer. Skill content added to project instructions.

skilz install The1Studio_theone-training-skills/docs-seeker --agent copilot

Config: .github/copilot-instructions.md

Cursor Project

AI-first code editor. Skills installed as cursor rules.

skilz install The1Studio_theone-training-skills/docs-seeker --agent cursor

Config: .cursor/rules/skill.mdc

Aider Project

Terminal-based AI pair programmer. Skills added to config file.

skilz install The1Studio_theone-training-skills/docs-seeker --agent aider

Config: .aider.conf.yml

Windsurf Project

Codeium's AI-powered IDE. Skills installed as windsurf rules.

skilz install The1Studio_theone-training-skills/docs-seeker --agent windsurf

Config: .windsurfrules

Qwen CLI Project

Alibaba's Qwen AI assistant. Skills added to project AGENTS.md.

skilz install The1Studio_theone-training-skills/docs-seeker --agent qwen

Config: AGENTS.md

Kimi CLI Project

Moonshot AI's Kimi assistant. Skills added to project AGENTS.md.

skilz install The1Studio_theone-training-skills/docs-seeker --agent kimi

Config: AGENTS.md

Crush Project

Crush AI coding assistant. Skills added to project AGENTS.md.

skilz install The1Studio_theone-training-skills/docs-seeker --agent crush

Config: AGENTS.md

Plandex Project

AI coding agent for complex tasks. Skills added to project AGENTS.md.

skilz install The1Studio_theone-training-skills/docs-seeker --agent plandex

Config: AGENTS.md

Zed AI Project

High-performance editor with AI. Skills added to Zed settings.

skilz install The1Studio_theone-training-skills/docs-seeker --agent zed

Config: .zed/settings.json

Prerequisites

You'll need Python 3.10+ and pip installed on your computer.

Install Skilz CLI (one-time setup):

pip install skilz