Topic: anthropic
9,221 skills in this topic.
-
cost-mode
Cost-conscious Claude Code mode. Reduces output tokens 40-70% and overall costs 30-60% by enforcing concise responses, smart model routing, and efficient workflow patterns. Keeps full technical accuracy. Activate with /cost-mode or "enable cost mode". Auto-triggers on mentions of budget, cost, tokens, or spending.
Sagargupta16/claude-cost-optimizer 16
-
triage-reviews
Fetch PR review comments, verify each against real code/docs, fix valid issues, commit and push
stickerdaniel/linkedin-mcp-server 1,486
-
q-reason
Think before building. Use when the user asks to reason about, analyze, evaluate, compare options, make an architecture decision, choose between approaches, think through a problem, or assess trade-offs. Also use when the user asks 'why did we...', 'should we...', 'what are our options', 'is this the right approach', or wants to frame/reframe a problem.
m0n0x41d/quint-code 1,266
-
shogun-bloom-config
Interactive wizard: guided questions with multiple-choice options about subscriptions, then outputs a ready-to-paste capability_tiers YAML + fixed agent model assignments. Trigger: "capability_tiers", "bloom config", "routing setup", "set up model routing", "ルーティング設定", "capability_tiers設定", "モデル設定", "サブスク設定", "model routing"
yohey-w/multi-agent-shogun 1,209
-
shogun-agent-status
全エージェント(家老・足軽1-7・軍師)の稼働状態を一覧表示するスキル。tmux pane状態(稼働中/待機中/不在)とタスクYAML状態(task_id, status)と未読inbox数を統合表示。「稼働確認」「エージェント状態」「布陣確認」「agent status」で起動。
yohey-w/multi-agent-shogun 1,209
-
shogun-model-list
All AI CLI tools × available models × required subscriptions × Bloom max capability. Reference table for choosing which models to use in multi-agent-shogun. Trigger: "model list", "what models", "model comparison", "which models can I use", "モデル一覧", "モデル比較", "どのモデルが使える"
yohey-w/multi-agent-shogun 1,209
-
shogun-model-switch
エージェントのCLI/モデルをライブ切替するスキル。settings.yaml更新→/exit→新CLI起動→
pane metadata更新を一発で実行。Thinking有無も制御。
「モデル切替」「Sonnetにして」「Opusに変えて」「足軽全員切替」「Thinking切って」で起動。
yohey-w/multi-agent-shogun 1,209
-
shogun-readme-sync
README.md(英語)とREADME_ja.md(日本語)の同期を確認・実行するスキル。README変更時に両言語版を必ず同時更新するために使用。「README更新」「README同期」「readme sync」で起動。
yohey-w/multi-agent-shogun 1,209
-
shogun-screenshot
スクリーンショットの取得・加工を行う。ローカルスクショから最新画像を取得、
PlaywrightでWebページをキャプチャ、画像のトリミング・リサイズ、機微情報を黒塗りマスキング。
記事執筆、レポート作成、UI確認、画像加工時に起動。
「スクショ」「スクリーンショット」「画面キャプチャ」「最新のスクショ」「画像加工」「トリミング」「マスク」「写メ」「写メ撮った」「スクショ撮った」で起動。
Do NOT use for: 画像生成(shogun-imagegenを使え)。
yohey-w/multi-agent-shogun 1,209
-
skill-creator
Claude Codeスキル(SKILL.md)の設計・作成・バリデーション・レビュー。
Anthropic公式ガイド(2026-03)準拠。新規スキル作成、既存スキルの改善、
description品質チェック、トリガーテスト設計に使用。
「スキル作って」「スキル設計」「SKILL.md作成」「スキルレビュー」で起動。
Do NOT use for: スキルの実行・呼び出し(それは各スキル自体が行う)。
yohey-w/multi-agent-shogun 1,209
-
audit-env-variables
Analyze environment variables in JavaScript/TypeScript projects. Identifies unused variables, infers permission scopes, detects specific services (Stripe, AWS, Supabase), and documents code paths. Includes optional cleanup of unused variables with regression detection. Use when auditing .env files, reviewing security, or documenting project configuration.
qdhenry/Claude-Command-Suite 1,162
-
gsap-animation
qdhenry/Claude-Command-Suite 1,162
-
Linear Todo Sync
This skill fetches open tasks assigned to the user from the Linear API and generates a markdown todo list file in the project root. This skill should be used when the user asks about their work items, wants to see what they need to work on, or requests to load/sync their Linear tasks. Requires Python 3.7+, requests, mdutils, and python-dotenv packages. Requires LINEAR_API_KEY in .env file.
qdhenry/Claude-Command-Suite 1,162
-
remove-dead-code
Safely identifies and removes dead code in TypeScript/JavaScript projects using multi-agent analysis with automatic backup branches. Use when cleaning up unused exports, orphaned files, dead imports, unreachable functions, or unused dependencies.
qdhenry/Claude-Command-Suite 1,162
-
setup-agent-tail
Configure agent-tail log aggregation for the current project. Auto-detects framework (Vite, Next.js, plain Node, monorepo) and sets up CLI runner, browser log plugins, and output destinations. Use when setting up agent-tail, configuring dev server logging, or piping logs for AI agent consumption.
qdhenry/Claude-Command-Suite 1,162
-
setup-portless
Sets up Portless for a project to replace port numbers with stable named .localhost URLs. Use when configuring local development routing, fixing port conflicts, or setting up monorepo dev environments.
qdhenry/Claude-Command-Suite 1,162
-
elevenlabs-transcribe
Transcribes audio/video files using ElevenLabs Scribe v2 API. Use when transcribing audio files, generating transcripts, or converting speech to text.
qdhenry/Claude-Command-Suite 1,162
-
Cloudflare Manager
Comprehensive Cloudflare account management for deploying Workers, KV Storage, R2, Pages, DNS, and Routes. Use when deploying cloudflare services, managing worker containers, configuring KV/R2 storage, or setting up DNS/routing. Requires CLOUDFLARE_API_KEY in .env and Bun runtime with dependencies installed.
qdhenry/Claude-Command-Suite 1,162
-
bigcommerce-api
BigCommerce API expert for building integrations, apps, headless storefronts, and automations. Full lifecycle - REST APIs, GraphQL Storefront, webhooks, authentication, app development, and multi-storefront. Use when working with BigCommerce platform APIs.
qdhenry/Claude-Command-Suite 1,162
-
webmcp
Implement WebMCP in web projects — add browser-native structured tools for AI agents using imperative JS or declarative HTML APIs. Full lifecycle from setup through testing and optimization.
qdhenry/Claude-Command-Suite 1,162
-
file-watcher
Chokidar-based file watcher that triggers `claude -p` on changes. Useful for automated AI reactions to file changes — design sync, code validation, config regeneration, etc.
qdhenry/Claude-Command-Suite 1,162
-
extract-video-frames
qdhenry/Claude-Command-Suite 1,162
-
commit
Create a git commit with a summary of changes
Windy3f3f3f3f/claude-code-from-scratch 877
-
commit
Create a git commit with a summary of changes
Windy3f3f3f3f/claude-code-from-scratch 877