Sandbox
@tenequm/skills

Claude Code skill catalog for builders

This repository publishes a catalog of reusable Claude Code skills. Each skill lives in `skills/<slug>/` and can be installed through ClawHub or downloaded as a GitHub Release zip bundle. The repo also automates release publishing, version checks, and README catalog generation.

36 stars1 forksPythonUpdated 6d ago
Who it's for

Builders who want reusable Claude Code skills for product work, coding, and release tasks.

What it delivers

You can add focused, reusable workflows to Claude Code instead of rewriting the same instructions each time.

What it does

Skill folders

Each skill lives in `skills/<slug>/` with a `SKILL.md` file and optional references, scripts, evals, or assets.

ClawHub installs

Skills are published for normal installation and discovery through ClawHub.

GitHub Release bundles

Changed skills are packaged as portable zip files and published as GitHub Releases.

Release automation

The repo checks changed skills, requires version bumps, publishes to ClawHub, and refreshes the rolling `skills-latest` release.

Catalog generation

The README includes a generated skill table with bundle links and short descriptions for each skill.

How to get it

  1. 1Run
    npx skills add tenequm/skills@<skill-name>
  2. 2Run
    # Install a skill from this repository
    npx skills add tenequm/skills@typescript-dev
    
    # Or download the latest raw bundle from GitHub Releases
    curl -LO https://github.com/tenequm/skills/releases/download/skills-latest/typescript-dev.zip

README

Skills

Claude Code skills for founders, developers, and web3 builders.

This repository publishes reusable skill folders under skills/<slug>/, ships stable bundle downloads through GitHub Releases, and publishes changed skills to ClawHub.

Table of Contents

Background

Each skill is a directory with a SKILL.md file plus optional references, scripts, evals, or assets. The repository is designed to support three consumption paths:

  • ClawHub for normal installation and discovery
  • GitHub Releases for raw portable zip bundles and release history
  • GitHub source for review and contribution

Install

npx skills add tenequm/skills@<skill-name>

Usage

# Install a skill from this repository
npx skills add tenequm/skills@typescript-dev

# Or download the latest raw bundle from GitHub Releases
curl -LO https://github.com/tenequm/skills/releases/download/skills-latest/typescript-dev.zip

Use the catalog below to pick a skill. Prefer ClawHub for normal installs. Use the zip bundles when you want a portable artifact or need to inspect the packaged files directly.

Skill Catalog

Each skill has a stable latest bundle link and a ClawHub page:

SkillVersionBundleClawHubDescription
acpx-faq0.3.0zippageRun coding agents (codex, claude, Antigravity/agy) headlessly through the acpx ACP CLI. Use before launching or prompting an acpx subagent, and when an acpx command fails, a session is not found, or a prompt seems lost.
chrome-extension-wxt1.1.5zippageBuild Chrome extensions with the WXT framework and TypeScript, React, Vue, or Svelte. Use when creating browser extensions or cross-browser add-ons. Triggers on "chrome extension", "browser extension", WXT, manifest v3, or wxt.config.ts.
effect-ts0.6.5zippageEffect-TS guide for TypeScript, v4 default with v3 support. Use when writing, debugging, or reviewing Effect code across errors, concurrency, services, streams, and schema, or when code imports from 'effect' or any '@effect/*' package.
erc-80040.2.4zippageBuild with ERC-8004 Trustless Agents - on-chain agent identity, reputation, validation, and discovery on EVM chains. Use when registering agents on-chain, building agent reputation, or using the Agent0 SDK. Triggers on ERC-8004 and Agent0.
founder-playbook0.1.6zippageDecision validation and thinking frameworks for founders. Use to pressure-test a decision, validate next steps, or sanity-check an approach - "should I", "help me think through", "what am I missing". Covers fundraising, customers, runway.
foundry-solidity0.2.5zippageBuild and test Solidity contracts with Foundry. Use when developing Ethereum contracts, writing Forge tests, deploying with scripts, or debugging with Cast/Anvil. Triggers on forge, cast, anvil, foundry.toml, *.t.sol, or *.s.sol.
gh-cli1.3.3zippageGitHub CLI for remote repository analysis, file fetching, codebase comparison, and discovering trending code/repos. Use when analyzing repos without cloning, comparing codebases, or searching for popular GitHub projects.
ghostwriter0.1.2zippageWrite content by interviewing the user instead of drafting - extract their material through questions, then assemble the piece from their own words. Use when the user needs to write something for an audience or mentions "ghostwriter".
go-dev0.4.0zippageOpinionated Go setup with golangci-lint v2, gofumpt, gotestsum, golang-migrate, and just. Use when starting a Go project, configuring lint, format, test, coverage or CI, writing a Justfile, wiring migrations, or leaving a Makefile workflow.
grill-me0.1.3zippageInterview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
herdr-faq0.3.3zippageLaunch and drive coding agents (codex, claude, agy) through the Herdr CLI. Use before starting or prompting a subagent via herdr agent or pane commands, and when a herdr command fails or an agent seems stuck or silently lost a prompt.
impactful-writing0.1.4zippageWrite clear, emotionally resonant, and well-structured content that readers remember and act upon. Use when writing or editing any text - Twitter posts, articles, documentation, emails, comments, updates - for maximum clarity, engagement, and impact.
lance-format0.19.0zippageDeep reference for Lance v12 columnar format, its Rust crates, and pylance - file encodings, table format, indexes, schema evolution, time travel. Use when building on the Lance crates or reading .lance datasets, not the LanceDB product.
mcp-best-practices1.2.1zippageBuild, harden, and debug production MCP servers with the TypeScript SDK. Use when writing or reviewing an MCP server - transports, tool schemas, errors, OAuth, token bloat, SDK migrations, MCP Apps, Registry. Assumes a server already exists.
mpp0.10.2zippageBuild with MPP (Machine Payments Protocol), open machine-to-machine payments over HTTP 402. Use for paid APIs, payment-gated endpoints, agent payment flows, MCP tool payments, or metered billing. Covers mppx (TS), pympp, and mpp Rust SDKs.
okf-project-knowledge-base0.2.0zippageDurable project knowledge as Git-native OKF bundles (docs/knowledge/, one concept per file, with provenance and trust tiers). Use to record a decision, finding, or rule that must outlive the session. Not session state or agent instructions.
polish3.1.0zippagePre-release code review - lint and type checks, parallel review agents (cleanliness, design, efficiency, side-effect gating), findings validated, fixes on approval. Reviews a GitHub PR when given one. Run before committing, pushing, or on a PR.
polish-new0.1.2zippagePre-release code review that converges - parallel review agents sized to the diff, findings validated against evidence in a run ledger, fixes on approval, then re-reviews its own fixes until a round warrants no edits. Run on /polish-new.
pre-compact0.1.4zippagePrepare the session for context compaction - write a handoff file a fresh session can continue from, propose updates to the project's durable docs, apply them on approval or with auto. Use before compacting or clearing context, or on "pre-compact".
python-dev0.3.0zippageOpinionated Python development setup with uv, ty, ruff, pytest, lefthook, and just. Use when creating a new Python project, writing or fixing pyproject.toml, or configuring linting, formatting, type checking, testing, git hooks, or CI.
reset-context-contamination0.1.4zippageDiscards this thread's accumulated drafts and framings and re-derives the task from a clean problem statement. Use when the user says the thread is contaminated, the conversation is going in circles, or that they want a fresh take.
rust-dev0.6.0zippageDay-1 guide to building well in Rust - ownership, errors as values, String vs &str, Box/Rc/Arc, anyhow vs thiserror, and a crate shortlist (tokio, serde, axum, sqlx). Use when starting a Rust project, fighting the borrow checker, or picking crates.
skills-best-practices0.9.0zippageOpinionated best practices for building Agent Skills - SKILL.md structure, frontmatter, description writing, progressive disclosure, testing, distribution. Use when creating or reviewing a skill, or debugging why one will not trigger.
solana-development0.7.3zippageBuild, test, deploy, and audit Solana programs with Anchor or native Rust, plus ZK Compression (Light Protocol). Use for Solana contracts, token operations, compute optimization, deployment, program audits, or compressed tokens and PDAs.
standard-readme0.1.5zippageWrites or audits READMEs against the Standard Readme spec. Use whenever the user asks to create, rewrite, improve, audit, or fix a README, or asks about README quality or structure - even if they never mention "standard readme".
swift-macos0.8.3zippagemacOS apps with Swift 6.3, SwiftUI, SwiftData, Swift Concurrency, Foundation Models, Swift Testing, and ScreenCaptureKit. Use when building native Mac apps - windows, menus, SwiftData, on-device AI, capture, AppKit bridges, notarization.
tanstack0.4.5zippageType-safe React with TanStack Query (fetching, caching, mutations), Router (file-based routing, search params, loaders), and Start (SSR, server functions). Use for react-query, server state, typed search params, route loaders, or SSR.
typescript-dev0.3.5zippageFull-stack TypeScript with Vite 8, React 19, Tailwind v4, shadcn/ui, Biome, Vitest, and Hono 4. Use when setting up or working in a TypeScript project - components, styling, build and HMR, tests, lint/CI, or a Hono API with type-safe RPC.
update-skill0.8.4zippageThorough on-demand refresh of one skill in a skills repo - researches usage, upstream, and docs in parallel, gates twice for approval, bumps version, updates CHANGELOG, validates, commits, watches CI. Use to check a skill's freshness.
x4020.11.3zippageBuild internet-native payments with x402 - HTTP 402 for on-chain micropayments, no accounts or API keys. Use for paid APIs, paywalled content, agent payment flows, or per-call MCP tools. TypeScript, Python, and Go SDKs across EVM and Solana.

Release Automation

Pushes to main use a skill-aware release workflow that:

  • runs pre-commit
  • detects which skills/<slug>/ directories changed
  • requires a version bump in each changed skill
  • publishes changed skills to ClawHub
  • creates an immutable GitHub Release for that push
  • refreshes the rolling skills-latest release used by the README bundle links

Setup details live in docs/release-automation.md.

Contributing

Issues and pull requests are welcome.

Before opening a PR:

  • run the repository checks with just check
  • update README.md with just readme if skill metadata changed
  • bump the skill version when editing files inside skills/<slug>/
just check

License

MIT

Files in the repo

Repository payload14 top-level entries
  • .claude
  • .github
  • archive
  • docs
  • scripts
  • skills
  • .gitignore
  • .pre-commit-config.yaml
  • .secrets.baseline
  • Justfile
  • LICENSE
  • pyproject.toml
  • README.md
  • uv.lock

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More collections

The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.🦞

52k
phuryn/
pm-skills
phuryn/pm-skillsCollections

PM Skills Marketplace: 100+ agentic skills, commands, and plugins — from discovery to strategy, execution, launch, and growth.

26k

Extracted system prompts from Anthropic - Claude Fable 5.1, Opus 5, Claude Design, Claude Code. OpenAI - ChatGPT GPT-6-Astra, Codex. Google - Gemini 3.8 Flash, 3.1 Pro, Antigravity. xAI - Grok, Grok Bot, Cursor, Kimi and more! Updated regularly.

65k
1 add