### Install All Skill Bundles with npx Source: https://llm-skills.alisonaquinas.com Use the `skills` npm package to install all available skill bundles from the GitHub source repositories. The `-g` flag installs globally, and `-y` accepts prompts. ```bash npx skills add alisonaquinas/llm-shared-skills --skill '*' -g -y npx skills add alisonaquinas/llm-ci-dev --skill '*' -g -y npx skills add alisonaquinas/llm-software-design --skill '*' -g -y npx skills add alisonaquinas/llm-doc-skills --skill '*' -g -y npx skills add alisonaquinas/llm-web-design-skills --skill '*' -g -y ``` -------------------------------- ### Install LLM Doc Skills in Codex Source: https://llm-skills.alisonaquinas.com Add the document skills to the Codex plugin marketplace and then install the bundle. ```bash codex plugin marketplace add alisonaquinas/llm-doc-skills ``` -------------------------------- ### Install LLM Shared Skills in Claude Code Source: https://llm-skills.alisonaquinas.com Install the shared skills bundle in Claude Code using the plugin command. Skills are installed under ~/.claude/skills/. ```bash /plugin install shared-skills@llm-skills ``` -------------------------------- ### Install LLM Web Design Skills in Codex Source: https://llm-skills.alisonaquinas.com Add the web design skills to the Codex plugin marketplace and then install the bundle. ```bash codex plugin marketplace add alisonaquinas/llm-web-design-skills ``` -------------------------------- ### Install LLM CI/CD Skills in Codex Source: https://llm-skills.alisonaquinas.com Add the CI/CD skills to the Codex plugin marketplace and then install the bundle. ```bash codex plugin marketplace add alisonaquinas/llm-ci-dev ``` -------------------------------- ### Install Skill Bundles in Claude Code Source: https://llm-skills.alisonaquinas.com Install specific skill bundles as Claude Code plugins after adding the marketplace. Each bundle is installed as a single plugin. ```bash /plugin install shared-skills@llm-skills ``` ```bash /plugin install ci-cd@llm-skills ``` ```bash /plugin install software-design@llm-skills ``` ```bash /plugin install doc-skills@llm-skills ``` ```bash /plugin install web-design-skills@llm-skills ``` -------------------------------- ### Install LLM Doc Skills in Claude Code Source: https://llm-skills.alisonaquinas.com Install the document skills bundle in Claude Code using the plugin command. ```bash /plugin install doc-skills@llm-skills ``` -------------------------------- ### Install LLM Software Design Skills in Codex Source: https://llm-skills.alisonaquinas.com Add the software design skills to the Codex plugin marketplace and then install the bundle. ```bash codex plugin marketplace add alisonaquinas/llm-software-design ``` -------------------------------- ### Inspect a Skill Bundle with npx Source: https://llm-skills.alisonaquinas.com Use the `npx skills add` command with the `--list` flag to inspect the contents of a specific skill bundle before installation. ```bash npx skills add alisonaquinas/llm-shared-skills --list ``` ```bash npx skills add alisonaquinas/llm-ci-dev --list ``` ```bash npx skills add alisonaquinas/llm-software-design --list ``` ```bash npx skills add alisonaquinas/llm-doc-skills --list ``` ```bash npx skills add alisonaquinas/llm-web-design-skills --list ``` -------------------------------- ### Install LLM Web Design Skills in Claude Code Source: https://llm-skills.alisonaquinas.com Install the web design skills bundle in Claude Code using the plugin command. ```bash /plugin install web-design-skills@llm-skills ``` -------------------------------- ### Install LLM CI/CD Skills in Claude Code Source: https://llm-skills.alisonaquinas.com Install the CI/CD skills bundle in Claude Code using the plugin command. ```bash /plugin install ci-cd@llm-skills ``` -------------------------------- ### Install LLM Software Design Skills in Claude Code Source: https://llm-skills.alisonaquinas.com Install the software design skills bundle in Claude Code using the plugin command. ```bash /plugin install software-design@llm-skills ``` -------------------------------- ### Install LLM Shared Skills in Codex Source: https://llm-skills.alisonaquinas.com Add the shared skills to the Codex plugin marketplace and then install the bundle. Skills are loaded through a plugin bundle. ```bash codex plugin marketplace add alisonaquinas/llm-shared-skills ``` -------------------------------- ### Add LLM Web Design Skills using npx Source: https://llm-skills.alisonaquinas.com Use this command to add all web design LLM skills to your project. This is the shortest path for raw skills. ```bash npx skills add alisonaquinas/llm-web-design-skills --skill '*' -g -y ``` -------------------------------- ### Add LLM CI/CD Skills using npx Source: https://llm-skills.alisonaquinas.com Use this command to add all CI/CD LLM skills to your project. This is the shortest path for raw skills. ```bash npx skills add alisonaquinas/llm-ci-dev --skill '*' -g -y ``` -------------------------------- ### Add LLM Doc Skills using npx Source: https://llm-skills.alisonaquinas.com Use this command to add all document LLM skills to your project. This is the shortest path for raw skills. ```bash npx skills add alisonaquinas/llm-doc-skills --skill '*' -g -y ``` -------------------------------- ### Add LLM Software Design Skills using npx Source: https://llm-skills.alisonaquinas.com Use this command to add all software design LLM skills to your project. This is the shortest path for raw skills. ```bash npx skills add alisonaquinas/llm-software-design --skill '*' -g -y ``` -------------------------------- ### Add Marketplace to Claude Code Source: https://llm-skills.alisonaquinas.com Add the LLM Skills Marketplace to Claude Code using the `/plugin marketplace add` command. This uses the GitHub repository as the primary source. ```bash /plugin marketplace add alisonaquinas/llm-skills ``` -------------------------------- ### Add Marketplace to Codex Source: https://llm-skills.alisonaquinas.com Add the LLM Skills Marketplace to Codex using the `codex plugin marketplace add` command. This allows Codex to read the repository as a plugin marketplace. ```bash codex plugin marketplace add alisonaquinas/llm-skills ``` -------------------------------- ### Add LLM Shared Skills using npx Source: https://llm-skills.alisonaquinas.com Use this command to add all shared LLM skills to your project. This is the shortest path for raw skills. ```bash npx skills add alisonaquinas/llm-shared-skills --skill '*' -g -y ``` -------------------------------- ### Add Marketplace URL to Claude Code Source: https://llm-skills.alisonaquinas.com Alternatively, add the LLM Skills Marketplace to Claude Code using its marketplace JSON URL. This serves as a secondary option. ```bash /plugin marketplace add https://llm-skills.alisonaquinas.com/marketplace.json ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.