model-usage

246.8k
openclawopenclaw

Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.

192 days ago

coding-agent

246.8k
openclawopenclaw

Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (for example spawn/run Codex or Claude Code in a Discord thread; use sessions_spawn with runtime:"acp"), or any work in ~/clawd workspace (never spawn agents here). Claude Code: use --print --permission-mode bypassPermissions (no PTY). Codex/Pi/OpenCode: pty:true required.

192 days ago

Skill Writer

97.9k
pytorchpytorch

Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md files, frontmatter, or skill structure.

192 days ago

Plugin Settings

72.9k
anthropicsanthropics

This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.

192 days ago

claude-opus-4-5-migration

72.7k
anthropicsanthropics

Migrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Use when the user wants to update their codebase, prompts, or API calls to use Opus 4.5. Handles model string updates and prompt adjustments for known Opus 4.5 behavioral differences. Does NOT migrate Haiku 4.5.

192 days ago

frontend-design

72.7k
anthropicsanthropics

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

192 days ago

MCP Integration

72.7k
anthropicsanthropics

This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDE_PLUGIN_ROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration.

192 days ago

Command Development

72.7k
anthropicsanthropics

This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.

192 days ago

Writing Hookify Rules

72.7k
anthropicsanthropics

This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.

192 days ago

Hook Development

72.7k
anthropicsanthropics

This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.

192 days ago

Agent Development

72.7k
anthropicsanthropics

This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.

192 days ago

Plugin Structure

72.7k
anthropicsanthropics

This skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDE_PLUGIN_ROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin directory layout, manifest configuration, component organization, file naming conventions, or Claude Code plugin architecture best practices.

192 days ago

Skill Development

72.7k
anthropicsanthropics

This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.

192 days ago

agent-harness-construction

68.2k
affaan-maffaan-m

设计和优化AI代理的动作空间、工具定义和观察格式,以提高完成率。

186 days ago

enterprise-agent-ops

68.2k
affaan-maffaan-m

通过可观测性、安全边界和生命周期管理来操作长期运行的代理工作负载。

186 days ago

ralphinho-rfc-pipeline

68.2k
affaan-maffaan-m

基于RFC驱动的多智能体DAG执行模式,包含质量门、合并队列和工作单元编排。

186 days ago

agentic-engineering

68.2k
affaan-maffaan-m

作为代理工程师,采用评估优先执行、分解和成本感知模型路由进行操作。

186 days ago

continuous-agent-loop

68.2k
affaan-maffaan-m

具有质量门、评估和恢复控制的连续自主代理循环模式。

186 days ago

jpa-patterns

57.0k
affaan-maffaan-m

JPA/Hibernate patterns for entity design, relationships, query optimization, transactions, auditing, indexing, pagination, and pooling in Spring Boot.

192 days ago

python-testing

57.0k
affaan-maffaan-m

Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.

192 days ago

springboot-tdd

57.0k
affaan-maffaan-m

Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.

192 days ago

iterative-retrieval

57.0k
affaan-maffaan-m

Pattern for progressively refining context retrieval to solve the subagent context problem

192 days ago

strategic-compact

57.0k
affaan-maffaan-m

Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.

192 days ago

frontend-patterns

57.0k
affaan-maffaan-m

Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.

192 days ago

django-patterns

57.0k
affaan-maffaan-m

Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.

192 days ago

springboot-security

57.0k
affaan-maffaan-m

Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services.

192 days ago

eval-harness

57.0k
affaan-maffaan-m

Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles

192 days ago

golang-patterns

57.0k
affaan-maffaan-m

Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.

192 days ago

django-tdd

57.0k
affaan-maffaan-m

Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.

192 days ago

golang-testing

57.0k
affaan-maffaan-m

Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.

192 days ago

backend-patterns

57.0k
affaan-maffaan-m

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.

192 days ago

django-security

57.0k
affaan-maffaan-m

Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.

192 days ago

continuous-learning

57.0k
affaan-maffaan-m

Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.

192 days ago

continuous-learning-v2

57.0k
affaan-maffaan-m

Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents.

192 days ago

tdd-workflow

57.0k
affaan-maffaan-m

Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.

192 days ago

python-patterns

57.0k
affaan-maffaan-m

Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.

192 days ago

security-review

57.0k
affaan-maffaan-m

Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.

192 days ago

postgres-patterns

57.0k
affaan-maffaan-m

PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.

192 days ago

coding-standards

57.0k
affaan-maffaan-m

Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.

192 days ago

springboot-patterns

57.0k
affaan-maffaan-m

Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.

192 days ago

clickhouse-io

57.0k
affaan-maffaan-m

ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.

192 days ago

developer-growth-analysis

39.6k
ComposioHQComposioHQ

Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.

192 days ago

skill-developer

22.5k
langfuselangfuse

Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords, intent patterns, file paths, content patterns), enforcement levels (block, suggest, warn), hook mechanisms (UserPromptSubmit, PreToolUse), session tracking, and the 500-line rule.

192 days ago

AWS Penetration Testing

21.9k
davila7davila7

This skill should be used when the user asks to "pentest AWS", "test AWS security", "enumerate IAM", "exploit cloud infrastructure", "AWS privilege escalation", "S3 bucket testing", "metadata SSRF", "Lambda exploitation", or needs guidance on Amazon Web Services security assessment.

192 days ago

salesforce-development

21.9k
davila7davila7

Expert patterns for Salesforce platform development including Lightning Web Components (LWC), Apex triggers and classes, REST/Bulk APIs, Connected Apps, and Salesforce DX with scratch orgs and 2nd generation packages (2GP). Use when: salesforce, sfdc, apex, lwc, lightning web components.

192 days ago

reducing-entropy

21.9k
davila7davila7

Manual-only skill for minimizing total codebase size. Only activate when explicitly requested by user. Measures success by final code amount, not effort. Bias toward deletion.

192 days ago

medchem

21.9k
davila7davila7

Medicinal chemistry filters. Apply drug-likeness rules (Lipinski, Veber), PAINS filters, structural alerts, complexity metrics, for compound prioritization and library filtering.

192 days ago

opentrons-integration

21.9k
davila7davila7

Lab automation platform for Flex/OT-2 robots. Write Protocol API v2 protocols, liquid handling, hardware modules (heater-shaker, thermocycler), labware management, for automated pipetting workflows.

192 days ago