common-task-commands

common-task-commands is a skill for Claude Code, Codex from Goldziher/spikard. It costs 3 tokens per session (738 once invoked), scanned A, original, MIT.

A reference for the most important setup, build, and test commands in Spikard, a Rust-based framework with support for several programming languages. It covers the core library and language bindings, which connect Spikard to languages such as Python, Java, and Go.

In plain words
What is it for?
Use it to install dependencies, build Spikard or its bindings, and run tests for Rust, Python, TypeScript, Go, Java, and other supported languages.
Why use it?
It removes the need to remember separate commands for each supported language and build target. It also distinguishes building the core from building all bindings.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to install dependencies, build Spikard or its bindings, and run tests for Rust, Python, TypeScript, Go, Java, and other supported languages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/goldziher/spikard/common-task-commands
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Goldziher/spikard --skill common-task-commands
Clone the repo
git clone --depth 1 https://github.com/Goldziher/spikard

Made for: Claude Code, Codex.

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 common-task-commands

README.md
[![agentmods](https://agentmods.dev/badge/skills/goldziher/spikard/common-task-commands.svg)](https://agentmods.dev/skills/goldziher/spikard/common-task-commands)
Your own site
<a href="https://agentmods.dev/skills/goldziher/spikard/common-task-commands"><img src="https://agentmods.dev/badge/skills/goldziher/spikard/common-task-commands.svg" alt="Measured on agentmods" height="20"></a>
Per session 3 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 738 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original 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.00003 $0.00738
Opus 5 $0.00002 $0.00369
Sonnet 5 $0.00001 $0.00148
Haiku 4.5 $0.00000 $0.00074

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

Security

Grade A, and why

common-task-commands 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 8d 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.

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.

.ai-rulez/skills/common-task-commands/SKILL.md · 74 lines

How it starts

The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.


priority: critical

Common Task Commands

Setup & Installation:

  • task setup: Install all dependencies (Rust, Python, Node, Go, Java, Ruby, etc.)
  • poly hooks install: Install poly's git hook shims

Build Commands:

  • task build: Build core only (respects BUILD_PROFILE)
  • task build:bindings: Build language bindings explicitly
  • task build:all: Build core plus bindings explicitly
  • task rust:build: Build Rust core (respects BUILD_PROFILE)
  • task rust:build:dev: Build Rust in debug mode
  • task rust:build:release: Build Rust in release mode
  • task python:build: Build Python bindings (maturin)
  • task node:build: Build TypeScript/Node bindings (NAPI-RS)
  • task go:build: Build Go bindings
  • task java:build: Build Java bindings (Maven)
  • task ruby:build: Compile Ruby native extensions
  • task csharp:build: Build C# bindings
  • task wasm:build: Build WebAssembly bindings

Test Commands:

  • task test: Run core tests (respects BUILD_PROFILE)
  • task rust:test: Run Rust tests
  • task python:test: Run Python tests (pytest)
  • task node:test: Run TypeScript tests (vitest)
  • task go:test: Run Go tests
  • task java:test: Run Java tests (Maven)
  • task ruby:test: Run Ruby tests (RSpec)
  • task e2e:generate: Generate E2E tests from fixtures
  • task e2e:build: Build bindings and generated E2E support binaries
  • task e2e:test: Run E2E tests
  • task e2e:all: Run all E2E tests across all languages

Linting & Formatting:

  • task lint: Lint current project
  • task lint:all: Lint all languages
  • task lint:check: CI linting (for GitHub Actions, fails on issues)
  • task format: Format repo code (auto-fixes); excludes Alef formatting
  • task format:check: Check formatting (fails if needs formatting)
  • task alef:format: Format Alef-generated output explicitly
  • task rust:fmt: Format Rust (cargo fmt)
  • task rust:clippy: Lint Rust (cargo clippy)
  • task python:lint: Lint Python (ruff, mypy)
  • task python:format: Format Python (ruff, black)
  • task node:lint: Lint TypeScript (biome)
  • task node:format: Format TypeScript (biome)

Read the full file on GitHub · 74 lines

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. 8d ago First seen · 74 lines · 3 tokens per session scan A 764a6b6197b1

Subscribe to this mod's changes

common-task-commands is a skill published in the GitHub repository Goldziher/spikard (119 stars, last pushed 25d ago), licensed MIT. It adds 3 tokens to every session and 738 once invoked, about $0.0000 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-08-30.

Related

Other skills, from other repositories

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

notion-to-blog

Transfer a blog post from Notion to the Wasp blog. Fetches content, downloads and optimizes images, and creates a properly formatted MDX file.

wasp-lang/wasp · 37 tokens

geo-fundamentals

Generative Engine Optimization for AI search engines (ChatGPT, Claude, Perplexity).

wasp-lang/wasp · 24 tokens

i18n-parity

MANDATORY for every coding agent and contributor touching localized content — keep all five localization surfaces (dashboard UI keys, wiki page, mirrored READMEs, locale-aware formatting, language switchers) in parity across every supported language. Use automatically (without being asked) whenever you add or change…

hoangsonww/Claude-Code-Agent-Monitor · 138 tokens