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
2

output-style-builder

Creates structured output formats (JSON, YAML, Markdown-KV, XML) and response style configurations for Claude. Use when: (1) defining agent output schemas (.json, .yaml, .xml), (2) configuring response style scope hierarchy, (3) embedding formats in agents/commands, (4) building CLAUDE.md output sections, (5) creating format definitions in .claude/styles/, or (6) standardizing structured data serialization.

bsamiee
bsamiee
tools
open
productivity-tools
2

skilzy-creator

Comprehensive toolset for creating, converting, validating, and packaging Skilzy-compliant AI agent skills. This skill should be used when users want to initialize a new skill, convert a Claude skill archive to the Skilzy format, validate an existing skill's structure and compliance, or package a skill for distribution to the Skilzy registry.

skilzy-ai
skilzy-ai
tools
open
productivity-tools
2

klondike-agent-workflow

Manage multi-session AI agent workflows using klondike CLI. Use when working on klondike-managed projects (those with .klondike/ directory), when starting/ending coding sessions, tracking features through lifecycle, or maintaining coherence across context window resets. Triggers on session management, feature tracking, progress handoffs, and verification workflows.

ThomasRohde
ThomasRohde
tools
open
productivity-tools
2

rails-service-patterns

Rails service object patterns and business logic organization. Automatically invoked when working with service objects, extracting business logic, implementing command/query patterns, or organizing app/services. Triggers on "service object", "service", "business logic", "workflow", "orchestration", "command pattern", "query object", "form object", "interactor", "result object".

ag0os
ag0os
tools
open
productivity-tools
2

ms-agent-framework-docs

Local Microsoft Agent Framework documentation reference. Use when asked about Microsoft Agent Framework, building AI agents in .NET or Python, MCP servers/clients, durable agents, agent tools, Teams/WebChat adapters, or agent-to-agent communication.

JokeJason
JokeJason
tools
open
system-admin
2

agent-coordination

This skill should be used when the user asks about "coordinate coding agents", "orchestrate agent team", "manage multiple agents", "vibekanban workflow", "task delegation to agents", "agent swarm coordination", "parallel agent execution", "chief of staff mode", "cos mode", "you're my cos", "your my cos", "act as cos", "be my cos", "you are my chief of staff", "create tasks for agents", "dispatch agents", or needs guidance on coordinating autonomous coding agents, task breakdown strategies, or multi-agent workflow patterns.

ClementWalter
ClementWalter
tools
open
productivity-tools
2

dev-inquiry

Developer inquiry skill for technical investigation, validation, and decision-making. Use when exploring unfamiliar technology, validating approaches with spikes, comparing options, or making architecture decisions. Covers the full thinking process from "I don't know" to confident decision.

mpazaryna
mpazaryna
tools
open
productivity-tools
2

skill-creator

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

its-meseba
its-meseba
tools
open
productivity-tools
2

a2ui

Generate A2UI 0.8 protocol compliant UI code. Use when building agent-driven interfaces, generating JSONL messages for surfaceUpdate/dataModelUpdate/beginRendering, creating forms, lists, cards, or any UI components that render across web/mobile/desktop platforms.

kobe4cn
kobe4cn
tools
open
productivity-tools
2

adw-bootstrap

Bootstrap AI Developer Workflows (ADWs) infrastructure in any codebase. Use when user wants to: "set up ADWs", "bootstrap agentic workflows", "add AI developer workflows", "enable programmatic agent execution", "initialize ADW infrastructure", or "set up programmatic Claude Code". This enables programmatic agent orchestration via subprocess/SDK, reusable workflow templates, multi-phase workflows, and structured observability for agent executions.

JoshuaOliphant
JoshuaOliphant
tools
open
productivity-tools
2

ctxhelp

Help users discover Contextune capabilities and understand how to use natural language commands. Use when users ask about Contextune features, available commands, how to use the plugin, or what they can do. Activate for questions like "what can Contextune do?", "how do I use this?", "show me examples", "what commands are available?"

Shakes-tzd
Shakes-tzd
tools
open
ide-plugins
2

vectorcode-semantic-search

Semantic code search with VectorCode using embeddings for finding code by meaning, not just keywords. Use when searching for code patterns, similar implementations, concept-based search, or when keyword search fails. Automatically available via MCP.

laurigates
laurigates
tools
open
system-admin
2

devcontainer-help

Help users customize devcontainers by adding packages, extensions, features, and settings. Use when users ask about adding tools, languages, or configuring their development environment. Focus on practical devcontainer customization, not BitBot internals.

ManuelKugelmann
ManuelKugelmann
tools
open
productivity-tools
2

rpi-setup-humanlayer

use this skill when a user asks to set up RPI or a "research plan implement" workflow, or to do anything related to RPI skills. if the user says the acronym "RPI" or "rpi" or "humanlayer", you MUST use this skill! Example questions - "I want to set up rpi for ticket eng-1234" - "Whats the next rpi step for eng-5678"

humanlayer
humanlayer
tools
open
ide-plugins
2

claudecode-rules-organizing

Extract file-type specific rules from CLAUDE.md into .claude/rules/ with dynamic loading via paths. Use PROACTIVELY when CLAUDE.md has file-specific rules (API, frontend, testing) that can benefit from on-demand loading, when context optimization is needed for large projects, or when user mentions rules organization. Note - universal rules should stay in CLAUDE.md; only use rules/ for dynamic loading with paths. Examples: <example>Context: User wants context optimization user: 'I want to load API rules only when editing API files' assistant: 'I will use claudecode-rules-organizing to set up dynamic loading' <commentary>Triggered by dynamic loading request</commentary></example>

tomada1114
tomada1114
tools
open
productivity-tools
2

mobile-rn-orchestrator

A high-level decision engine and implementation roadmap for sequencing Fullstory React Native skills. Ensures that data capture follows a logical sequence (Compliance -> Identity -> Navigation -> Interaction -> Diagnostics) and provides guidance on when and in what order to utilize the React Native skills library.

fullstorydev
fullstorydev
tools
open
productivity-tools
2

gmail-anima

Gmail inbox management via ANIMA condensation. Transforms messages into GF(3)-typed Interactions, routes to triadic queues, detects saturation for inbox-zero-as-condensed-state. Use for email triage, workflow automation, or applying ANIMA principles to Gmail.

plurigrid
plurigrid
tools
open
productivity-tools
2

agent-orchestrator

Coordinate multiple AI agents and skills for complex workflows

eddiebe147
eddiebe147
tools
open
productivity-tools
2

reading-list-manager

Track books, articles, and reading progress with curation and note-taking

eddiebe147
eddiebe147
tools
open
productivity-tools
2

command-creator

Define custom Claude Code slash commands for agents in the Traycer enforcement framework. This skill should be used when creating or updating agents and needing to specify reusable prompts that agents can execute as slash commands. Commands are Markdown files stored in .claude/commands/ and referenced in agent config.yaml files. This is for Claude Code slash commands (/command-name), not bash/CLI commands.

auldsyababua
auldsyababua
tools
open
productivity-tools
2

backend-coding

Expert backend development guidance covering Node.js, Python, Java, Go, API design (REST/GraphQL/gRPC), database patterns, authentication, caching, message queues, microservices, and testing. Produces production-ready, scalable, and secure backend code with industry best practices. Use when building APIs, implementing business logic, designing data models, integrating services, or when users mention backend development, server-side code, APIs, databases, or microservices.

DauQuangThanh
DauQuangThanh
tools
open
productivity-tools
2

workflow-pattern-analyzer

Analyzes recent conversation history using chat tools to identify recurring workflow patterns and generate Custom Skills recommendations with statistical rigor. Use when users request workflow analysis, pattern identification, skill generation suggestions, or automation opportunities based on their AI usage patterns without requiring conversation exports.

hirefrank
hirefrank
tools
open
productivity-tools
2

skill-builder

Expert guidance for creating, writing, building, and refining Claude Code Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills, or understanding skill structure, progressive disclosure, workflows, validation patterns, and XML formatting.

rayk
rayk
tools
open
productivity-tools
2

crewai

Workflow patterns and gotchas for CrewAI. Directs to RAG for implementation.

MattMagg
MattMagg
tools
open
Previous
Page 723 / 1337
Next