All authors
tools-only avatar

Claude Skills by tools-only

github.com/tools-only
2,908 skillsA× 2,703B× 118C× 26D× 36F× 2510 installs894 views
1252 Security Scout 8e05418aA

Used by /flow-next:prime to scan for security configuration including GitHub settings, CODEOWNERS, and dependency updates. Do not invoke directly.

toolsbashnode
0
4
1252 Security Scout 9ee62bd7A

Used by /flow-next:prime to scan for security configuration including GitHub settings, CODEOWNERS, and dependency updates. Do not invoke directly.

toolsbashnode
0
4
1253 Tooling Scout 064d000dA

Used by /flow-next:prime to scan for linting, formatting, type checking, and pre-commit configuration. Do not invoke directly.

developmentjavascripttypescript
0
4
1253 Tooling Scout Bc300949A

Used by /flow-next:prime to scan for linting, formatting, type checking, and pre-commit configuration. Do not invoke directly.

developmentjavascripttypescript
0
4
1254 Code Snippets 01afc87eA

Tool for generating tested code snippets for Mintlify docs.

businesspythonbash
0
4
1254 Code Snippets Becf16edA

Tool for generating tested code snippets for Mintlify docs.

testingpythonbash
0
4
1284 Mcp Tools 51e3f2ecA

VoiceMode Connect commands for managing remote voice connections.

toolsgobash
0
4
1284 Mcp Tools 86b6280fA

The [Model Context Protocol (MCP)](https://modelcontextprotocol.io) is an open protocol that standardizes how applications provide context to Large Language Models. Strands Agents integrates with MCP to extend agent capabilities through external tools and services. MCP enables communication between agents and MCP servers that provide additional tools. Strands includes built-in support for connecting to MCP servers and using their tools in both Python and TypeScript.

ai-agentstypescriptpython
0
4
1284 Mcp Tools 906f3e39A

MCP server tools are available as **direct tool calls** — just like `Read`, `Grep`, or `Bash`. They are NOT CLI commands. Do NOT run them via `claude mcp call` or any shell command. Call them directly as tools. **CORRECT** — call the tool directly: ``` Tool: mcp__playwright__browser_snapshot Parameters: {} ``` **WRONG** — do NOT shell out: ``` Bash: claude mcp call playwright browser_snapshot ... # WRONG — not a CLI command ```

researchgoshell
0
4
1291 Icons 6c6bc598A

> Add visual icons to your servers, tools, resources, and prompts Icons provide visual representations for your MCP servers and components, helping client applications present better user interfaces. When displayed in MCP clients, icons help users quickly identify and navigate your server's capabilities.

developmentpythongo
0
4
1317 Cli Tools 2fb9743fA

Local Deep Research includes command-line tools for benchmarking and rate limit management.

datapythongo
0
4
1317 Cli Tools 98c733b6A

<p> &nbsp;&nbsp; <a href="https://www.gnu.org/software/bash/"><b>GNU Bash</b></a> - is an sh-compatible shell that incorporates useful features from the Korn shell and C shell.<br> &nbsp;&nbsp; <a href="https://www.zsh.org/"><b>Zsh</b></a> - is a shell designed for interactive use, although it is also a powerful scripting language.<br> &nbsp;&nbsp; <a href="https://tcl-lang.org/"><b>tclsh</b></a> - is a very powerful cross-platform shell, suitable for a huge range of uses.<br> &nbsp;&nbsp; <a...

devopsjavascriptpython
0
4
1318 Shell Oneliners 2c30b852F

cat > filename << __EOF__ data data data __EOF__ ``` ```bash vim scp://user@host//etc/fstab ``` ```bash mkd() { mkdir -p "$@" && cd "$@"; } ``` ```bash rename 'y/A-Z/a-z/' * ``` ```bash printf "%`tput cols`s" | tr ' ' '#' ``` ```bash history | cut -c 8- fc -l -n 1 | sed 's/^\s*//' ``` ```bash cat > /etc/profile << __EOF__ _after_logout() { username=$(whoami) for _pid in $(ps afx | grep sshd | grep "$username" | awk '{print $1}') ; do kill -9 $_pid done } trap _after_logout EXIT __EOF__ ``` ``...

toolspythongo
0
4
1328 Devkitrefactor 35e98288A

Provides guided code refactoring capability with deep codebase understanding, compatibility options, and comprehensive verification. Use when restructuring or improving existing code.

developmenttypescriptpython
0
4
1328 Devkitrefactor 67b5be44A

Guided code refactoring with deep codebase understanding, compatibility options, and comprehensive verification

developmenttypescriptpython
0
4
1340 Typescript D85d7b93A

```bash nx g @nx/js:lib utils --buildable

toolstypescriptbash
0
4
1353 Observability E31e70a7F

Track Claude Code usage, estimate costs, and identify patterns across development sessions

developmentpythonrust
0
4
1356 Hooks 18e43f78A

Reference documentation for implementing global Claude Code hooks that inject context and enforce behavior.

testingpythongo
0
4
1358 State D827257bA

TunaCode employs a multi-layered state management strategy that combines a central global session store with localized component states and explicit state machines for agent behavior. This architecture provides both centralized truth and localized control where appropriate, while supporting session persistence.

ai-agentspythonshell
0
4
1366 Ag Ui 01c1b1f0B

{{ community_contribution_banner }} As an agent builder, you want users to interact with your agents through a rich and responsive interface. Building UIs from scratch requires a lot of effort, especially to support streaming events and client state. That's exactly what [AG-UI](https://docs.ag-ui.com/) was designed for - rich user experiences directly connected to an agent. [AG-UI](https://github.com/ag-ui-protocol/ag-ui) provides a consistent interface to empower rich clients across technolo...

developmenttypescriptgo
0
4
1367 Sglang B91e1d69A

{{ community_contribution_banner }} !!! info "Language Support" This provider is only supported in Python. [strands-sglang](https://github.com/horizon-rl/strands-sglang) is an [SGLang](https://docs.sglang.io/) model provider for Strands Agents SDK with Token-In/Token-Out (TITO) support for agentic RL training. It provides direct integration with SGLang servers using the native `/generate` endpoint, optimized for reinforcement learning workflows. **Features:** - **SGLang Native API**: Uses SGL...

documentationpythonbash
0
4
1368 Xai 4e4e8ffcA

!!! info "Community Contribution" This is a community-maintained package that is not owned or supported by the Strands team. Validate and review the package before using it in your project. Have your own integration? [We'd love to add it here too!](https://github.com/strands-agents/docs/issues/new?assignees=&labels=enhancement&projects=&template=content_addition.yml&title=%5BContent+Addition%5D%3A+) !!! note "Language Support" This provider is only supported in Python. [xAI](https://x.ai/) is...

ai-agentspythonbash
0
4
1369 Experiment Generator E6980feaA

The `ExperimentGenerator` automatically creates comprehensive evaluation experiments with test cases and rubrics tailored to your agent's specific tasks and domains. It uses LLMs to generate diverse, realistic test scenarios and evaluation criteria, significantly reducing the manual effort required to build evaluation suites.

ai-agentspythongo
0
4
1370 Custom Model Provider 22aec3c4A

Strands Agents SDK provides an extensible interface for implementing custom model providers, allowing organizations to integrate their own LLM services while keeping implementation details private to their codebase.

ai-agentstypescriptpython
0
4
1371 Gemini 507b95fcA

This document provides a comprehensive overview of the `Promptheus` project, its architecture, and development conventions to be used as instructional context.

ai-agentspythongo
0
4
1371 Gemini 65952b3aA

!!! info "Language Support" This provider is only supported in Python. [Google Gemini](https://ai.google.dev/api) is Google's family of multimodal large language models designed for advanced reasoning, code generation, and creative tasks. The Strands Agents SDK implements a Gemini provider, allowing you to run agents against the Gemini models available through Google's AI API.

documentationpythongo
0
4
1371 Gemini 768e3662A

Send work to Gemini CLI in headless mode. Use when the user wants to run prompts, pipe content, or parse output through `gemini -p`.

documentationgobash
0
4
1371 Gemini D210070bA

[Google Gemini](https://ai.google.dev/api) is Google's family of multimodal large language models designed for advanced reasoning, code generation, and creative tasks. The Strands Agents SDK implements a Gemini provider, allowing you to run agents against the Gemini models available through Google's AI API.

developmenttypescriptpython
0
4
1372 Litellm 3033b91fA

!!! info "Language Support" This provider is only supported in Python. [LiteLLM](https://docs.litellm.ai/docs/) is a unified interface for various LLM providers that allows you to interact with models from Amazon, Anthropic, OpenAI, and many others through a single API. The Strands Agents SDK implements a LiteLLM provider, allowing you to run agents against any model LiteLLM supports.

ai-agentsjavascriptpython
0
4
1373 Llamacpp 97b11646A

!!! info "Language Support" This provider is only supported in Python. [llama.cpp](https://github.com/ggml-org/llama.cpp) is a high-performance C++ inference engine for running large language models locally. The Strands Agents SDK implements a llama.cpp provider, allowing you to run agents against any llama.cpp server with quantized models.

toolspythonc++
0
4
1374 Trajectory Evaluator 57ac3af7A

The `TrajectoryEvaluator` is an LLM-based evaluator that assesses the sequence of actions or tool calls made by an agent during task execution. It evaluates whether the agent followed an appropriate path to reach its goal, making it ideal for evaluating multi-step reasoning and tool usage patterns. A complete example can be found [here](https://github.com/strands-agents/docs/blob/main/docs/examples/evals-sdk/trajectory_evaluator.py).

toolspythongo
0
4
1375 Nova Sonic 6a60ec2eA

{{ experimental_feature_warning() }} [Amazon Nova Sonic](https://docs.aws.amazon.com/nova/latest/userguide/speech.html) provides real-time, conversational interactions through bidirectional audio streaming. Amazon Nova Sonic processes and responds to real-time speech as it occurs, enabling natural, human-like conversational experiences. Key capabilities and features include: - Adaptive speech response that dynamically adjusts delivery based on the prosody of the input speech. - Graceful handl...

documentationpythonbash
0
4
1376 Openai Realtime F4bffb27A

{{ experimental_feature_warning() }} The [OpenAI Realtime API](https://platform.openai.com/docs/guides/realtime) is a speech-to-speech interface that enables low-latency, natural voice conversations with AI. Key features include: - **Bidirectional Interaction**: The user and the model can provide input and output at the same time. - **Interruptibility**: Allows users to interrupt the AI mid-response, like in human conversations. - **Multimodal Streaming**: The API supports streaming of text a...

ai-agentspythonbash
0
4
1378 Mcp Client Architecture 67caabbbA

The MCPClient enables developers to use MCP tools in Strands agents without dealing with async complexity. Since MCP requires async operations but Strands aims for simple synchronous usage (`agent = Agent(); agent("Do something")`), the client uses a background thread with its own event loop to handle MCP communication. This creates challenges around thread synchronization, hanging prevention, and connection stability that this architecture addresses.

businesspythongit
0
4
1380 Streaming A39c5aeaA

--- When creating a Message, you can set `"stream": true` to incrementally stream the response using [server-sent events](https://developer.mozilla.org/en-US/Web/API/Server-sent%5Fevents/Using%5Fserver-sent%5Fevents) (SSE).

ai-agentstypescriptpython
0
4
140 Claude 04798c26A

Complete plugin development toolkit for creating, refactoring, and validating Claude Code plugins, agents, skills, and commands. ---

code-qualitypythongo
0
4
140 Claude 05585432A

This repo is a Claude Code plugin marketplace. It ships two plugins: **flow** and **flow-next**.

ai-agentsgobash
0
4
140 Claude 0b9214e9A

This guide covers the finance skill and its Python automation tools.

businesspythongo
0
4
140 Claude 105515baA

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

developmentjavascripttypescript
0
4
140 Claude 1530675fA

**Complex problems require simple and clear solutions.** MIRA is a FastAPI application with event-driven architecture coordinating three core systems: CNS (conversation management via immutable Continuum aggregate), Working Memory (trinket-based system prompt composition), and LT_Memory (batch memory extraction/linking/refinement). PostgreSQL RLS with contextvars provides automatic user isolation - all user-scoped queries, tool access, and repository operations enforce `user_id` filtering at ...

code-qualitypythongo
0
4
140 Claude 19704b59A

**VERSION:** See SKILL.md frontmatter ---

ai-agentspythongo
0
4
140 Claude 1c08899eA

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

developmentjavascripttypescript
0
4
140 Claude 1d91434dA

These rules enforce delegation discipline for the orchestrator role. The orchestrator's context window is a shared, finite resource across the entire session. Agents get fresh context per task — the orchestrator does not. ---

toolsgojava
0
4
140 Claude 1f7230f2A

This guide covers the 12 production-ready RA/QM compliance skills for HealthTech/MedTech companies.

businesssecuritydocumentation
0
4
140 Claude 20b83c4bA

Unified interface library for working with multiple AI models (LLM, embedding, reranking, speech-to-text, text-to-speech) from different providers.

ai-agentspythongo
0
4
140 Claude 2b3b5dfeC

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

ai-agentspythongo
0
4
140 Claude 2c115fdfA

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

documentationtypescriptpython
0
4
140 Claude 319806ebA

**Official Anthropic documentation (always check these first):**

code-qualitypythonshell
0
4
140 Claude 32e345deA

Stateless service layer. Services never touch the database directly — they go through repositories in `cns/infrastructure/` or receive data from the orchestrator.

ai-agentsgoapi
0
4
140 Claude 3ba4c733A

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

developmentjavascripttypescript
0
4