An agentic skills framework & software development methodology that works.
Installable skills for Advai CLI and agent tools
Advai Skills is the source of truth for a small set of task-focused skills that help coding agents use `advai` subcommands and runtime tools correctly. The skills cover browser automation, CLI management, handoff notes, local knowledge, runtime inspection, and turning completed work into reusable skills.
Builders who want their agent to follow reusable instructions for `advai` workflows and local task handling.
You can have your agent handle browser work, CLI setup, handoffs, and knowledge capture with the right checks and commands.
What it does
Browser automation skill
Covers `advai browser` for DOM interaction, extraction, screenshots, tabs, cookies, and network capture.
CLI workflow skill
Covers `advai cli` for discovering, installing, updating, uninstalling, and proxying external CLIs.
Session handoff skill
Uses the local filesystem to save handoff notes and restore context when a new session starts.
Knowledge base skill
Covers `advai kb` for creating, searching, and syncing local knowledge bases.
Skill management skill
Covers `advai skill` for searching, installing, inspecting, syncing, updating, and uninstalling skills.
Distillation skill
Turns a finished conversation and its verified outcome into a reusable minimal skill.
How to get it
- 1Install from the skills.sh ecosystem with the skills CLI
npx skills add Advai-X/advai-skills
- 2Search for an installable skill
advai skill search advai --limit 10
- 3Install and immediately sync a single skill to a supported platform
advai skill install advai-browser --source github --platform trae
- 4Install directly from a GitHub repository
advai skill install https://github.com/Advai-X/advai-skills --skill advai-browser --platform trae
- 5Sync an already installed skill to another platform
advai skill sync advai-browser --platform codex
README
Advai Skills
Skill definitions for the advai CLI and closely related agent tooling.
This repository is the source of truth for a small set of task-focused skills that help coding agents use advai subcommands and related runtime tools correctly. Each skill documents:
- when it should be invoked
- which
advaisubcommands or runtime tools it covers - required preflight checks
- safe operating patterns and examples
Repository
- GitHub:
github.com/Advai-X/advai-skills - Clone URL:
git@github.com:Advai-X/advai-skills.git - Primary dependency:
https://github.com/Advai-X/advai-cli
Included Skills
| Skill | Command / Tools | Purpose |
|---|---|---|
advai-browser | advai browser | Browser automation, DOM interaction, extraction, screenshots, tabs, cookies, and network capture |
advai-cli | advai cli | Discover, install, update, uninstall, and proxy external CLIs |
advai-handoff | local filesystem | Persist session handoff notes and restore prior context when a new agent session resumes |
advai-info | advai info, advai update | Inspect runtime details and show upgrade guidance |
advai-knowledge | advai kb | Create, search, and sync local knowledge bases |
advai-skill | advai skill | Search, install, inspect, sync, update, uninstall, and manage skill platforms |
advai-distill | conversation history, local filesystem | Convert a completed conversation and its verified outcome into a reusable minimal skill |
Usage
Install from the skills.sh ecosystem with the skills CLI:
npx skills add Advai-X/advai-skills
Search for an installable skill:
advai skill search advai --limit 10
Install and immediately sync a single skill to a supported platform:
advai skill install advai-browser --source github --platform trae
Install directly from a GitHub repository:
advai skill install https://github.com/Advai-X/advai-skills --skill advai-browser --platform trae
Sync an already installed skill to another platform:
advai skill sync advai-browser --platform codex
Authoring Conventions
- Every skill lives in
skills/<name>/SKILL.md. - Every skill name must use the
advai-prefix. - The
namefield in eachSKILL.mdmust match the directory name. - Skill instructions must verify that the required
advai <subcommand>or runtime tool exists before use. - If a required subcommand or runtime tool is missing, the skill must say so clearly and avoid guessing fallback commands.
- Command examples should stay concise and task-oriented.
Publishing Notes
skills.sh.jsoncontrols how this repo is grouped onskills.sh.- Keep GitHub-facing descriptions and per-skill descriptions aligned when renaming or expanding a skill.
- Update this README whenever a new skill is added or an existing command mapping changes.
Contributing
See CONTRIBUTING.md for contribution guidelines and pull request expectations.
License
This repository is licensed under the MIT License. See LICENSE for details.
Files in the repo
- .github
- skills
- .gitignore
- CONTRIBUTING.md
- LICENSE
- README.md
- skills.sh.json
Discussion (0)
Ask about usage, or say what you built with itSign in to join the discussion.
No comments yet. Be the first to say what this is good for.
More skills

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.
Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.
Public repository for Agent Skills
Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

Production-grade engineering skills for AI coding agents.