Topic: anthropic
9,221 skills in this topic.
-
predexon
Use this skill — NOT browser or web_fetch — for ALL Polymarket, Kalshi, dFlow, and prediction market data. Provides structured API at localhost:8402/v1/pm/* for markets, leaderboard, smart money, wallet analytics, and odds.
BlockRunAI/ClawRouter 6,188
-
x-api
Look up X/Twitter user profiles via BlockRun's API. Trigger when the user asks to look up, find, or get info about X/Twitter users or handles.
BlockRunAI/ClawRouter 6,188
-
release
Use this skill for EVERY ClawRouter release. Enforces the full checklist — version sync, CHANGELOG, blockrun server constant, build, tests, npm publish, git tag, GitHub release. No step can be skipped.
BlockRunAI/ClawRouter 6,188
-
clawrouter
Smart LLM router — save 67% on inference costs. Routes every request to the cheapest capable model across 55+ models from OpenAI, Anthropic, Google, DeepSeek, xAI, NVIDIA, and more. 11 free NVIDIA models included.
BlockRunAI/ClawRouter 6,188
-
imagegen
Generate or edit images via BlockRun's image API. Trigger when the user asks to generate, create, draw, make an image — or to edit, modify, change, or retouch an existing image.
BlockRunAI/ClawRouter 6,188
-
hive.context-preservation
Proactively preserve critical information before automatic context pruning destroys it.
aden-hive/hive 10,180
-
hive.batch-ledger
Track per-item status when processing collections to prevent skipped or duplicated items.
aden-hive/hive 10,180
-
hive.error-recovery
Follow a structured recovery protocol when tool calls fail instead of blindly retrying or giving up.
aden-hive/hive 10,180
-
browser-edge-cases
SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like LinkedIn, Twitter/X, SPAs, or sites with Shadow DOM.
aden-hive/hive 10,180
-
hive.note-taking
Maintain structured working notes throughout execution to prevent information loss during context pruning.
aden-hive/hive 10,180
-
test-reporting
aden-hive/hive 10,180
-
triage-issue
aden-hive/hive 10,180
-
hive.task-decomposition
Decompose complex tasks into explicit subtasks before diving in.
aden-hive/hive 10,180
-
hive.quality-monitor
Periodically self-assess output quality to catch degradation before the judge does.
aden-hive/hive 10,180
-
career-ops
AI job search command center -- evaluate offers, generate CVs, scan portals, track applications
santifer/career-ops 31,657
-
map-systems
Decompose a game concept into individual systems, map dependencies, prioritize design order, and create the systems index.
Donchitos/Claude-Code-Game-Studios 8,725
-
consistency-check
Scan all GDDs against the entity registry to detect cross-document inconsistencies: same entity with different stats, same item with different values, same formula with different variables. Grep-first approach — reads registry then targets only conflicting GDD sections rather than full document reads.
Donchitos/Claude-Code-Game-Studios 8,725
-
scope-check
Analyze a feature or sprint for scope creep by comparing current scope against the original plan. Flags additions, quantifies bloat, and recommends cuts. Use when user says 'any scope creep', 'scope review', 'are we staying in scope'.
Donchitos/Claude-Code-Game-Studios 8,725
-
content-audit
Audit GDD-specified content counts against implemented content. Identifies what's planned vs built.
Donchitos/Claude-Code-Game-Studios 8,725
-
asset-audit
Audits game assets for compliance with naming conventions, file size budgets, format standards, and pipeline requirements. Identifies orphaned assets, missing references, and standard violations.
Donchitos/Claude-Code-Game-Studios 8,725
-
prototype
Rapid prototyping workflow. Skips normal standards to quickly validate a game concept or mechanic. Produces throwaway code and a structured prototype report.
Donchitos/Claude-Code-Game-Studios 8,725
-
test-helpers
Generate engine-specific test helper libraries for the project's test suite. Reads existing test patterns and produces tests/helpers/ with assertion utilities, factory functions, and mock objects tailored to the project's systems. Reduces boilerplate in new test files.
Donchitos/Claude-Code-Game-Studios 8,725
-
sprint-status
Fast sprint status check. Reads the current sprint plan, scans story files for status, and produces a concise progress snapshot with burndown assessment and emerging risks. Run at any time during a sprint for quick situational awareness. Use when user asks 'how is the sprint going', 'sprint update', 'show sprint progress'.
Donchitos/Claude-Code-Game-Studios 8,725
-
design-system
Guided, section-by-section GDD authoring for a single game system. Gathers context from existing docs, walks through each required section collaboratively, cross-references dependencies, and writes incrementally to file.
Donchitos/Claude-Code-Game-Studios 8,725