domain cluster

Tools & Utilities

Essential command-line tools and system utilities.

32082 skillsall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
productivity-tools
4

skill-builder

Create new Skills for Claude Code including YAML frontmatter, descriptions, instructions, and structure. Use when creating, building, or designing skills, or when asked about skill creation, structure, best practices, or debugging skills that don't activate properly.

mike-coulbourn
mike-coulbourn
tools
open
productivity-tools
4

skill-maker

Create new AI agent skills following the SKILL.md guidelines. Generates complete skill structure including SKILL.md with YAML frontmatter, optional bundled resources (scripts/, references/, assets/), and updates the repository README.md. Validates user input and requests clarification when information is insufficient.

buYoung
buYoung
tools
open
productivity-tools
4

agents

Agent Skill: Generate and maintain AGENTS.md files following the public agents.md convention. Use when creating AI agent documentation, onboarding guides, or standardizing agent patterns. By Netresearch.

netresearch
netresearch
tools
open
productivity-tools
4

claude-agent-sdk

Claude Agent SDK(@anthropic-ai/claude-agent-sdk)を使用したエージェント統合の実装を専門とするスキル。 query() API、Hooksシステム、Permission Control、Electron統合、ストリーミング処理を支援します。 Anchors: • Claude Agent SDK Official Docs / 適用: SDK API、Hooks、Permissions / 目的: 公式パターンに準拠した実装 • Electron IPC Best Practices / 適用: Main-Renderer間通信 / 目的: セキュアなプロセス間通信 • TypeScript Handbook / 適用: 型定義、ジェネリクス / 目的: 型安全なSDK統合 Trigger: Claude Agent SDKを使用したエージェント機能実装、query() APIストリーミング処理、Hooksシステム実装、Electron統合、Permission Control設計、MCP統合を行う場合に使用。 claude-agent-sdk, query API, PreToolUse, PostToolUse, PermissionRequest, Electron IPC, MCP, ストリーミング, 権限制御

daishiman
daishiman
tools
open
productivity-tools
4

ai-sdk-ui

This skill should be used when the user asks to "add AI chat", "implement streaming UI", "use useChat hook", "add AI completion", "implement useCompletion", "create conversational interface", "add streaming text", "implement tool calling UI", "create generative UI", "add AI-powered features", "implement StreamableUI", or mentions AI SDK, streaming responses, chat interfaces, or AI-generated content in React/Next.js applications.

constellos
constellos
tools
open
productivity-tools
4

tool-generation

Guide for creating and registering new LLM tools in the DEVS platform. Use this when asked to create a new tool, add tool capabilities, or extend the tool system.

codename-co
codename-co
tools
open
productivity-tools
4

meta-self

Master reference for categorical meta-prompting unified syntax. Contains all modifiers, operators, composition patterns, and execution protocols. Use this skill for self-reference when executing any prompt workflow, ensuring consistent syntax across all commands and skills.

manutej
manutej
tools
open
productivity-tools
4

clink-standalone

Standalone CLI bridge - launch external AI CLIs (gemini, codex, claude) directly without MCP server. Use when you need to delegate tasks to specialized CLI tools with their own context windows. Supports role-based prompts and file references.

VCnoC
VCnoC
tools
open
productivity-tools
4

workflow-name

Workflow pattern standards for creating multi-agent orchestrations including YAML frontmatter (name, description, tags, status, agents, parameters), execution phases (sequential/parallel/conditional), agent coordination patterns, and Gherkin success criteria. Essential for defining reusable, validated workflow processes.

wahidyankf
wahidyankf
tools
open
productivity-tools
4

session-analytics

Query Claude Code session analytics from cclog database. Use when user asks about token usage, costs, session history, or wants to analyze their Claude Code usage patterns.

spences10
spences10
tools
open
productivity-tools
4

atomic-blocks

Composable atomic blocks for categorical meta-prompting. Defines 16 reusable blocks across 4 layers (Assessment, Transformation, Refinement, Composition) that can be composed to build custom workflows. Enables progressive disclosure: simple commands work unchanged, power users can override individual blocks or compose freely.

manutej
manutej
tools
open
productivity-tools
4

claude-code-hooks

Claude Code hooks configuration patterns, event types, validation scripts, and decision control for automating workflows and integrating external tools. This skill should be used when creating hooks, validating tool usage, automating workflows, or integrating external tools with Claude Code.

emdashcodes
emdashcodes
tools
open
system-admin
4

faber-debugger

Universal debugger skill that diagnoses workflow issues and proposes solutions using a persistent knowledge base

fractary
fractary
tools
open
productivity-tools
4

skill-creator

Create/improve self-healing Claude Code skills with Knowledge Framework and version tracking. Use when user says "create skill", "improve skill", "update skill", "fix skill error", "создай скил", "улучши скил", or works with SKILL.md and SKILL_RELEASE_LOG.md files.

tekliner
tekliner
tools
open
productivity-tools
4

using-zenpowers

Use when starting any conversation - establishes mandatory workflows for finding and using ZenPowers skills, including using Read tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists

alexsandrocruz
alexsandrocruz
tools
open
ide-plugins
4

file-suggestion

Optimizes Claude Code file suggestions using SQLite FTS5 indexing. Provides 9x faster search with intelligent BM25 ranking. Use when setting up Claude Code performance optimizations.

spences10
spences10
tools
open
productivity-tools
4

daily-morning-routine-base

Framework for starting new daily chat with gentle context loading from previous day's summary. Use when user says "good morning", starts new chat with minimal prompt, or explicitly requests morning brief. Loads yesterday's summary and generates scannable brief. Optimized for low cognitive load during morning wakeup. Extend with personal metrics and protocols.

ZachBeta
ZachBeta
tools
open
productivity-tools
4

hooks-builder

Create event-driven hooks for Claude Code automation. Use when the user wants to create hooks, automate tool validation, add pre/post processing, enforce security policies, or configure settings.json hooks. Triggers: create hook, build hook, PreToolUse, PostToolUse, event automation, tool validation, security hook

mike-coulbourn
mike-coulbourn
tools
open
productivity-tools
4

ai-app

Full-stack AI application generator with Next.js, AI SDK, and ai-elements. Use when creating chatbots, agent dashboards, or custom AI applications. Triggers: chatbot, chat app, agent dashboard, AI application, Next.js AI, useChat, streamText, ai-elements, build AI app, create chatbot

laguagu
laguagu
tools
open
productivity-tools
4

ai-sdk-v6-core

Build backend AI with Vercel AI SDK v5/v6. Agent abstraction, tool approval, error solutions. Use when: implementing AI SDK v5/v6 or troubleshooting AI errors.

blockmatic
blockmatic
tools
open
productivity-tools
4

claude-agent-sdk

Claude Agent SDK(@anthropic-ai/claude-agent-sdk)および直接Anthropic SDK(@anthropic-ai/sdk)を使用したエージェント統合の実装を専門とするスキル。 query() API、Hooksシステム、Permission Control、Electron統合、ストリーミング処理、Direct SDKパターンを支援します。 Anchors: • Claude Agent SDK Official Docs / 適用: SDK API、Hooks、Permissions / 目的: 公式パターンに準拠した実装 • Anthropic SDK (@anthropic-ai/sdk) / 適用: Direct SDK呼び出し / 目的: シンプルなMain Process統合 • Electron IPC Best Practices / 適用: Main-Renderer間通信 / 目的: セキュアなプロセス間通信 • TypeScript Handbook / 適用: 型定義、ジェネリクス / 目的: 型安全なSDK統合 Trigger: Claude Agent SDKを使用したエージェント機能実装、query() APIストリーミング処理、Hooksシステム実装、Electron統合、Permission Control設計、MCP統合、Direct SDK統合を行う場合に使用。 claude-agent-sdk, query API, PreToolUse, PostToolUse, PermissionRequest, Electron IPC, MCP, ストリーミング, 権限制御, @anthropic-ai/sdk, Direct SDK

daishiman
daishiman
tools
open
productivity-tools
4

skill-creator

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

j5ik2o
j5ik2o
tools
open
productivity-tools
4

genaiscript

Comprehensive expertise for working with Microsoft's GenAIScript framework - a JavaScript/TypeScript-based system for building automatable LLM prompts and AI workflows. Use when creating, debugging, or optimizing GenAIScript scripts, implementing prompts-as-code, working with tools and agents, processing files (PDF, CSV, DOCX), defining schemas, or building AI automation workflows.

markpitt
markpitt
tools
open
productivity-tools
4

llm-service-integration

Guide for integrating with LLM providers in the DEVS platform. Use this when asked to add LLM functionality, create AI-powered features, or work with the LLM service.

codename-co
codename-co
tools
open
Previous
Page 639 / 1337
Next