# vd skills > A portable catalog of agent skills for Claude Code, Codex, and repository-local workflows, published from https://github.com/vanducng/skills and documented at https://skills.vanducng.dev/. This site documents the `vanducng/skills` repo. The source of truth is the Git repository: skill packages live under `skills//SKILL.md`, catalog configuration lives in `skills.toml`, Claude Code plugin metadata lives under `.claude-plugin/`, and Zensical docs live under `docs/`. Use canonical skill IDs such as `vd:docs`, `vd:zensical`, `vd:cook`, and `vd:ship`. Runtime UIs may add their own invocation prefix. ## Core - [Install](https://skills.vanducng.dev/install/): Install the standalone `vd` CLI and this catalog for Claude Code or Codex. - [Getting started](https://skills.vanducng.dev/getting-started/): Basic use, editing, syncing, and release workflow. - [Skills](https://skills.vanducng.dev/skills/): Skill taxonomy and which skill to use for common tasks. - [Workflows](https://skills.vanducng.dev/workflows/): Local validation, agent-surface builds, docs publishing, and releases. - [Agent context](https://skills.vanducng.dev/agent-context/): How agents should consume this site. ## Project - [System architecture](https://skills.vanducng.dev/system-architecture/): Repo components, data flow, target surfaces, and trust boundaries. - [Tech stack](https://skills.vanducng.dev/tech-stack/): Zensical, skill format, scripts, GitHub Actions, and vd-cli dependency facts. - [Development guidelines](https://skills.vanducng.dev/development-guidelines/): Skill layout, writing rules, local commands, and docs rules. - [Deployment](https://skills.vanducng.dev/deployment/): GitHub Pages deployment, validation workflow, release workflow, and rollback. ## Source - [Repository](https://github.com/vanducng/skills): Source for the skill catalog and docs site. - [vd-cli repository](https://github.com/vanducng/vd-cli): Standalone CLI used to sync, build, and install skills. - [Current skill-catalog changelog](https://github.com/vanducng/skills/blob/main/CHANGELOG.md): Release history for the catalog plugin. ## Optional - [Full agent context](https://skills.vanducng.dev/llms-full.txt): Larger single-file context for agents that prefer one fetch. - [Sitemap](https://skills.vanducng.dev/sitemap.xml): Generated exhaustive URL map.