Install assessment-guide
Choose your AI coding assistant below. Copy-paste commands work directly in your terminal.
Quick Navigation
Native Support (User-Level)
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.
skilz install pluginagentmarketplace_custom-plugin-design-system/assessment-guide~/.claude/skills/Config: SKILL.mdOpenAI Codex Native
OpenAI's coding assistant with native skill support.
skilz install pluginagentmarketplace_custom-plugin-design-system/assessment-guide --agent codex~/.codex/skills/Config: AGENTS.mdOpenCode CLI Native
Open-source AI coding assistant with full skill integration.
skilz install pluginagentmarketplace_custom-plugin-design-system/assessment-guide --agent opencode~/.config/opencode/skills/Config: SKILL.mdUniversal Native
Universal skill storage following the agentskills.io standard.
skilz install pluginagentmarketplace_custom-plugin-design-system/assessment-guide --agent universal~/.skilz/skills/Config: SKILL.mdProject-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 pluginagentmarketplace_custom-plugin-design-system/assessment-guide --agent geminiConfig: .gemini/AGENTS.md
GitHub Copilot Project
GitHub's AI pair programmer. Skill content added to project instructions.
skilz install pluginagentmarketplace_custom-plugin-design-system/assessment-guide --agent copilotConfig: .github/copilot-instructions.md
Cursor Project
AI-first code editor. Skills installed as cursor rules.
skilz install pluginagentmarketplace_custom-plugin-design-system/assessment-guide --agent cursorConfig: .cursor/rules/skill.mdc
Aider Project
Terminal-based AI pair programmer. Skills added to config file.
skilz install pluginagentmarketplace_custom-plugin-design-system/assessment-guide --agent aiderConfig: .aider.conf.yml
Windsurf Project
Codeium's AI-powered IDE. Skills installed as windsurf rules.
skilz install pluginagentmarketplace_custom-plugin-design-system/assessment-guide --agent windsurfConfig: .windsurfrules
Qwen CLI Project
Alibaba's Qwen AI assistant. Skills added to project AGENTS.md.
skilz install pluginagentmarketplace_custom-plugin-design-system/assessment-guide --agent qwenConfig: AGENTS.md
Kimi CLI Project
Moonshot AI's Kimi assistant. Skills added to project AGENTS.md.
skilz install pluginagentmarketplace_custom-plugin-design-system/assessment-guide --agent kimiConfig: AGENTS.md
Crush Project
Crush AI coding assistant. Skills added to project AGENTS.md.
skilz install pluginagentmarketplace_custom-plugin-design-system/assessment-guide --agent crushConfig: AGENTS.md
Plandex Project
AI coding agent for complex tasks. Skills added to project AGENTS.md.
skilz install pluginagentmarketplace_custom-plugin-design-system/assessment-guide --agent plandexConfig: AGENTS.md
Zed AI Project
High-performance editor with AI. Skills added to Zed settings.
skilz install pluginagentmarketplace_custom-plugin-design-system/assessment-guide --agent zedConfig: .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