linux: Skill for Claude Code

.claude/skills/ci-vue-vite/SKILL.md

ci-vue-vite is a skill for Claude Code from sxxpqp/linux. It costs 156 tokens per session (5,219 once invoked), scanned C, original, no licence file.

A GitLab CI/CD and Docker template for Vue and Vite front-end projects. GitLab CI/CD automatically builds and deploys code, while Docker packages the application for running in production.

In plain words
What is it for?
Creating front-end pipelines and Dockerfiles, injecting environment variables during builds, serving single-page apps with Nginx, and deploying to Kubernetes.
Why use it?
It provides documented production build and deployment patterns for Vue, Vite, uni-app, and Nuxt projects.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is sxxpqp/linux's own configuration. It tells Claude Code how to work on linux itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything linux configures →

Reuse

Borrowing it

Nothing to install: this file belongs to sxxpqp/linux. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/sxxpqp/linux/main/.claude/skills/ci-vue-vite/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/sxxpqp/linux

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ci-vue-vite

README.md
[![agentmods](https://agentmods.dev/badge/skills/sxxpqp/linux/ci-vue-vite.svg)](https://agentmods.dev/skills/sxxpqp/linux/ci-vue-vite)
Your own site
<a href="https://agentmods.dev/skills/sxxpqp/linux/ci-vue-vite"><img src="https://agentmods.dev/badge/skills/sxxpqp/linux/ci-vue-vite.svg" alt="Measured on agentmods" height="20"></a>
Per session 156 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,219 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00156 $0.05219
Opus 5 $0.00078 $0.02610
Sonnet 5 $0.00031 $0.01044
Haiku 4.5 $0.00016 $0.00522

Measured 7d ago against content hash 75c76efa2a3c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade C, and why

ci-vue-vite scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Reaches for credential fileshighPrivilege escalation

SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.

- cp $KUBE_CONFIG ~/.kube/config
.claude/skills/ci-vue-vite/SKILL.md · 413 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 413 lines · 156 tokens per session scan C 75c76efa2a3c

Subscribe to this mod's changes

ci-vue-vite is a skill published in the GitHub repository sxxpqp/linux (5 stars, last pushed 2d ago), with no licence file. It adds 156 tokens to every session and 5,219 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it C with 1 finding (reaches for credential files). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

add-error-tracking

Add Temps error tracking to applications using the Sentry-compatible SDK. Temps exposes a Sentry-compatible DSN that works with the official Sentry SDK for each language/framework — no code changes beyond initialization are required. Use when the user wants to: (1) Add error tracking to any app (React, Next.js, Vue…

gotempsh/temps · 182 tokens

add-react-analytics

Add Temps analytics to React applications with comprehensive tracking capabilities including page views, custom events, scroll tracking, engagement monitoring, session recording, and Web Vitals performance metrics. Use when the user wants to: (1) Add analytics to a React app (Next.js App Router, Next.js Pages Router…

gotempsh/temps · 167 tokens

add-session-recording

Add privacy-aware session recording and replay to React applications using the Temps SDK. Captures user interactions for playback while respecting privacy through input masking, element blocking, and GDPR-compliant consent flows. Use when the user wants to: (1) Add session recording to their app, (2) Implement session…

gotempsh/temps · 148 tokens

deploy-to-temps

Deploy applications to the Temps platform with automatic framework detection, Dockerfile generation, and container orchestration. Supports Next.js, Vite, React, Node.js, Python, Go, Rust, Java, and C# applications. Use when the user wants to: (1) Deploy their app to Temps, (2) Set up CI/CD with Temps, (3) Configure…

gotempsh/temps · 141 tokens

frontend-conventions

Frontend convention reference (SvelteKit / Svelte 5). Auto-injected into frontend-aware agents - not user-invocable.

fpindej/netrock · 27 tokens

bun-sveltekit

Use when building or running SvelteKit apps on Bun, including SSR, adapters, and Bun-specific APIs.

secondsky/claude-skills · 26 tokens