vesta: Skill for Claude Code

.claude/skills/speckit-implement/SKILL.md

speckit-implement is a skill for Claude Code from Kong-lh-rgb/vesta. It costs 20 tokens per session (3,240 once invoked), scanned A, original, no licence file.

An implementation task runner that processes and executes every task listed in tasks.md. The file is a plain-text plan of the work needed for a feature.

In plain words
What is it for?
Use it after creating tasks.md to implement the feature work recorded there.
Why use it?
It provides a way to carry out an existing implementation plan without manually handling each listed task.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

This is Kong-lh-rgb/vesta's own configuration. It tells Claude Code how to work on vesta 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 vesta configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Kong-lh-rgb/vesta. 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/Kong-lh-rgb/vesta/main/.claude/skills/speckit-implement/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Kong-lh-rgb/vesta

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 speckit-implement

README.md
[![agentmods](https://agentmods.dev/badge/skills/kong-lh-rgb/vesta/speckit-implement/github.svg)](https://agentmods.dev/skills/kong-lh-rgb/vesta/speckit-implement)
Your own site
<a href="https://agentmods.dev/skills/kong-lh-rgb/vesta/speckit-implement"><img src="https://agentmods.dev/badge/skills/kong-lh-rgb/vesta/speckit-implement/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for speckit-implement

Your own site · 80×15
<a href="https://agentmods.dev/skills/kong-lh-rgb/vesta/speckit-implement"><img src="https://agentmods.dev/badge/skills/kong-lh-rgb/vesta/speckit-implement.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,240 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00020 $0.03240
Opus 5 $0.00010 $0.01620
Sonnet 5 $0.00004 $0.00648
Haiku 4.5 $0.00002 $0.00324

Measured yesterday against content hash 51bd89322e02, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

speckit-implement scanned grade A with 0 findings 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 yesterday.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/speckit-implement/SKILL.md · 230 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. yesterday First seen · 230 lines · 20 tokens per session scan A 51bd89322e02

Subscribe to this mod's changes

speckit-implement is a skill published in the GitHub repository Kong-lh-rgb/vesta (39 stars, last pushed 2d ago), with no licence file. It adds 20 tokens to every session and 3,240 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-09.

Related

Other skills, from other repositories

stale-sweep

Sweep the googleapis/mcp-toolbox repo for issues and PRs with no real activity in N days (default 60), sort each by whose silence it is (the author's, ours, or nobody's), and draft the nudge or close comment. Use whenever a maintainer asks for a stale sweep, backlog cleanup, or an SLO check, e.g. "stale sweep", "find…

googleapis/mcp-toolbox · 159 tokens

harness-creator

Build, audit, and improve harnesses that make AI coding agents reliable: AGENTS.md/CLAUDE.md instruction files, feature/state tracking, verification gates, scope boundaries, session handoff, memory persistence, context budgets, tool-permission safety, and multi-agent coordination. Use this whenever a coding agent is…

walkinglabs/learn-harness-engineering · 142 tokens

meta-meeting-to-workflow

Use this meta-skill instead of answering directly when the user has meeting notes, transcripts, recordings, or rough discussion notes and wants them converted into decisions, owners, follow-ups, tasks, issues, or shareable minutes through multi-skill orchestration.

opensquilla/opensquilla · 58 tokens

meta-github-pr-watch-digest

Inspect the user's open GitHub PRs / failing CI / new issues via gh, summarize into 3 buckets (to-review / awaiting-me / CI-red), and persist follow-ups to memory.

opensquilla/opensquilla · 48 tokens

meta-issue-to-pr-autopilot

Triages an issue, delegates the fix to sub-agent, drafts a PR description with summarize, and opens the PR via gh. Best used on small, well-scoped issues with clear acceptance criteria.

opensquilla/opensquilla · 117 tokens

cua-driver

Drive a native macOS app via the cua-driver CLI (default) or MCP server — snapshot its AX tree, click/type/scroll by elementindex, verify via re-snapshot. Use when the user asks you to operate, drive, automate, or perform a GUI task in a real macOS application on the host (e.g. "open a file in TextEdit", "navigate to…

melandlabs/openloomi · 96 tokens