Skills

Progressive-disclosure instructions an agent loads on demand. Cheap until invoked, which is why the per-session figure on each card is usually two digits.

django-patterns

9217

Luohaothu/everything-codex

Skill Claude CodeCodex

A collection of recommended patterns for structuring and extending Django applications, including web APIs and database-backed projects.

not rated 25 1mo ago A SkillSpector: pass 37 tokens original MIT

autoresearch-anything

9218

grandamenium/autoresearch-anything

Skill Claude CodeCodex

Build an autonomous experimentation pipeline for any business metric using Karpathy's autoresearch pattern. Use when user wants to optimize a metric continuously, set up automated experimentation, or apply autoresearch to their business.

not rated 24 6mo ago A 45 tokens

job-search

9219

muggl3mind/career-manager

Skill Claude CodeCodex

Run job discovery and target-list maintenance workflows for career-manager. Use when finding new target companies, scoring opportunities, syncing target-companies data, running job-search preflight/audits, or maintaining job-search source-of-truth data files.

not rated 24 5mo ago A 51 tokens original MIT

information-architect

9220

vadimcomanescu/codex-skills

Skill Claude CodeCodex

World-class information architecture workflows for product and design teams: define navigation, taxonomy, labeling, content models, and page hierarchy so complex products feel obvious. Use when designing or redesigning an app/website structure, menus, docs/knowledge base IA, onboarding flows, search/filtering…

not rated 24 7mo ago A 77 tokens original MIT

agentforge

9221

AlexAI-MCP/AgentForge

Skill Claude CodeCodex

A framework for choosing what to build and creating a first working version of an AI-agent project. It examines your skills, tools, constraints, and market gaps before suggesting projects.

not rated 24 5mo ago A 51 tokens original MIT

adversarial-verify

9222

NUX-Design/claude-skills-fable-opus

Skill Claude CodeCodex

Use after completing any substantive piece of work (code change, analysis, document, configuration, answer to a hard question) and BEFORE presenting it as done. Switches you from author to attacker - you try to refute your own work and only present it if it survives. Do not skip because the work "looks clean"…

not rated 24 2mo ago A 82 tokens

dp-upsell-strategy

9223

kabde/dp-createur

Skill Claude Code

Conçoit une stratégie d'upsell complète autour du produit principal : échelle de valeur (gratuit → premium), order bumps, upsells post-achat, downsells, cross-sells, séquences email d'ascension. Calcule le LTV (lifetime value) par client et optimise le revenu par transaction. S'appuie sur le contexte du projet…

not rated 24 5mo ago A 129 tokens original MIT

tailwind-design-system

9224

alessioarzenton/claude-code-wp-toolkit

Skill Claude CodeCodex

Build scalable design systems with Tailwind CSS v4, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns.

not rated 24 6mo ago A 42 tokens GPL-3.0

channel

9225

fl4p/agent-channel

Skill Claude CodeCodex

Connect this agent to another Codex, Claude Code, or OpenCode agent through the shared /tmp/claude-channels named-channel file protocol. Use when the user asks to open, join, watch, poll, send on, leave, or coordinate with another agent over a channel.

not rated 24 7d ago A SkillSpector: warn 60 tokens original MIT

debug-mode

9226

nettee/ai-collection

Skill Claude CodeCodex

Use this skill when the user explicitly invokes "/debug-mode" or says "enter debug mode", "start debug mode", "use debug mode". This is a token-heavy workflow — do NOT activate automatically for general debugging questions or simple bug fixes.

not rated 24 1mo ago D 52 tokens original MIT

new-python-project

9227

smorinlabs/py-launch-blueprint

Skill Claude Code

Use when bootstrapping a new Python repo, project, CLI, package, script, or uv project from py-launch-blueprint. Ask whether the user wants the opinionated template bootstrap or a minimal setup before running commands.

not rated 24 changed 6d ago A SkillSpector: warn 49 tokens original MIT

sentry-instrumentation

9229

tortastudios/sentry-instrumentation

Skill Claude CodeCodex

Rules and examples for adding Sentry instrumentation the right way — metrics and tracing. Covers how to name a counter, gauge, or duration metric; which tags are safe versus which will blow up your Sentry bill; how to track failures with a small fixed list of error types instead of raw exception strings; how to add…

not rated 24 3mo ago A 240 tokens copy · 86% MIT

bitrix24-agent

9230

vrtalex/bitrix24-skill

Skill Codex

Design, implement, debug, and harden integrations between AI agents and Bitrix24 REST API (webhooks, OAuth 2.0, scopes, events, batch, limits, REST 3.0). Use whenever the user wants to connect an AI assistant or agent to a Bitrix24 portal or act on one — for example create or update a lead, deal, contact or company…

not rated 24 3mo ago A 214 tokens original Unlicense

ifq-design-skills

9231

peixl/ifq-design-skills

Skill Claude CodeCodex

Agent-native design engine that makes AI do more useful work: route the prompt, fork a template, weave IFQ ambient craft, verify the artifact, and only install export tooling when requested. One prompt -> shippable HTML, with optional MP4 / GIF / PPTX / PDF / SVG. Triggers include prototype, hi-fi mockup, slide deck…

not rated 24 9d ago A 0 tokens original Apache-2.0

robot-obo-tool

9232

ai4curation/curation-skills

Skill Claude CodeCodex

Skills for using ROBOT, the OBO ontology command-line toolkit for reasoning, template-based term creation, quality control, format conversion, and ontology manipulation. Use this when working with OWL/OBO ontologies that need automated processing.

not rated 24 4mo ago A 52 tokens

review-code

9233

ooloth/dotfiles

Skill Claude Code

Standalone code review for any scope — PR number, branch, file paths, or current changes. Synthesizes intent, runs 11 parallel specialized agents, and presents actionable findings with a verdict. For PR scope, optionally posts the review to GitHub with inline comments.

not rated 24 changed today A 57 tokens

yantrikdb

9234

yantrikos/yantrikdb-mcp

Skill Claude CodeCodex

Persistent cognitive memory via YantrikDB's MCP server. Semantic recall, remember, belief revision, knowledge graph, contradiction detection, and procedural learning that survive across sessions and agents. Tools are auto-discovered from the server at runtime.

not rated 24 2d ago A SkillSpector: pass 52 tokens original MIT

obsidian-ai-setup

9235

anliberant/obsidian-ai-setup

Skill Claude CodeCodex

Bootstrap an Obsidian vault with the AI Pro Obsidian Plugin. Creates the complete vault structure, system files, Obsidian configuration, memory system, hooks, and output styles, then runs personalized onboarding to tailor the workspace to the user. Uses a single universal structure with no mode selection. Trigger when…

not rated 24 2mo ago B 94 tokens

audio

9236

ChaosRealmsAI/NextFrame

Skill Claude CodeCodex

An audio workflow that turns text into speech, aligns the words with the recording, and creates files for synchronized karaoke-style subtitles.

not rated 24 4mo ago A 10 tokens original MIT

crud-generator

9237

thapaliyabikendra/ai-artifacts

Skill Claude Code

Generate complete CRUD application services for ABP Framework following DDD patterns. Creates interface in Contracts layer, implementation in AppServices, and DTOs in Contracts. Use when: (1) creating new entity services, (2) scaffolding CRUD operations, (3) implementing standard ABP service patterns, (4) accelerating…

not rated 24 5mo ago A 70 tokens original Apache-2.0

varrd-research

9238

varrdinc/varrd

Skill Claude CodeCodex

The core VARRD research tool — talk to a state-of-the-art quant AI to research, chart, test, optimize, and trade any market idea. Use when the user wants to test a trading hypothesis, find edges, or validate a strategy with real market data.

not rated 24 18d ago A SkillSpector: pass 60 tokens original MIT

aso

9239

omerycll/claude-aso

Skill Claude Code

A complete ASO workflow inside Claude Code. Optimize keywords, metadata, screenshots, icons, and run Apple Guidelines compliance checks — all without leaving your terminal.

not rated 24 5mo ago B 3 tokens original MIT

ampersend

9240

edgeandnode/ampersend-sdk

Skill Claude CodeCodex

Give an agent a way to pay for things on the internet. Use when the user wants the agent to be able to pay for things online, when an HTTP call returns 402 Payment Required, when calling an endpoint that charges per request, when the user names a capability they want without a specific URL in mind, or when the user is…

not rated 24 2mo ago A 80 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: