anthropic api skills

18 tagged anthropic api, measured the same way as everything else here.

tape-opens

01

enricoros/big-AGI

Skill Claude CodeCodex

Stack-unwind review of this conversation - a tree of main tasks done (struck through) and every open left behind at the depth it was abandoned, sized by the thread's measured shape, never by feel. Optional argument - a .jsonl path or session id to review a different session.

7.1k 2d ago A 60 tokens original MIT

bench

02

ddalcu/mlx-serve

Skill Claude CodeCodex

Skill "bench" from ddalcu/mlx-serve, covering benchmarking and comparison traps (these cost real days).

949 2d ago A 53 tokens

release

03

ddalcu/mlx-serve

Skill Claude CodeCodex

Timings measured 2026-07-16 on the M4 Max 128 GB, AFTER the stopallengines port-wait fix (before it, everything below was 2.2× slower — see the gotcha in Benchmarking).

949 2d ago A 42 tokens

create-agent

04

openma-ai/open-managed-agents

Skill Claude CodeCodex

Help users create and configure openma managed agents through conversation. Trigger when users say "create an agent", "I need an agent that...", "set up an agent for", "build me a bot", or describe a task to automate. Also trigger for "Create with AI" from Dashboard. Also use when users ask about the openma platform…

250 2d ago A 90 tokens original Apache-2.0

openma

05

openma-ai/open-managed-agents

Skill Claude CodeCodex

Use the openma platform to build, deploy, and manage AI agents. Trigger when users want to create agents, start sessions, manage environments, configure model cards, handle vaults/credentials, install skills, connect MCP servers, or interact with the openma HTTP API. Also trigger when users mention "oma", "openma"…

250 2d ago A 87 tokens original Apache-2.0

context-recall

06

sepehrbayat/SEPCC

Skill Claude CodeCodex

Recall project state without prompt replay. Use when resuming work, checking prior decisions, or needing context from earlier sessions.

38 10d ago A 28 tokens original MIT

handoff-writer

07

sepehrbayat/SEPCC

Skill Claude CodeCodex

Update the compact FCC handoff at the end of meaningful work or before compaction.

38 10d ago A 22 tokens original MIT

sepehrbayat/SEPCC

Skill Claude CodeCodex

Choose when to use Claude Code built-in commands before adding FCC-specific workflow.

38 10d ago A 20 tokens original MIT

matthewdcage/llm-swarm-router

Skill Claude CodeCodex

Wire AI coding tools (Cursor, Claude Code, Codex, VS Code Copilot, Honcho, Hermes Agent) to a running netllm agent at http://127.0.0.1:11400/v1. Use when the user asks to connect Cursor to netllm, use local LLM in Claude Code or Codex, point an editor at the swarm router, or invokes /netllm-connect. Requires netllm…

24 8d ago A 113 tokens original MIT

netllm-setup

10

matthewdcage/llm-swarm-router

Skill Claude CodeCodex

First-time install and bootstrap of swarm-llm (netllm) from a repo checkout. Use when the user asks to install swarm-llm, set up netllm, get the router running, clone and configure llm-swarm-router, or invokes /netllm-setup. Runs uv sync, netllm init (--single or --swarm), discover, serve verification, and prints…

24 8d ago A 118 tokens original MIT

netllm-swarm

11

matthewdcage/llm-swarm-router

Skill Claude CodeCodex

Configure multi-machine LAN mesh for swarm-llm (netllm). Use when the user asks to set up a swarm, connect multiple machines (macOS, Linux, Windows), enable LAN routing, find peers via mDNS, configure a gateway, or invokes /netllm-swarm. Covers init --swarm, netllm join, swarm-token pairing, localspillover load…

24 8d ago A 100 tokens original MIT

YijiaDuan/build-managed-agents

Skill Claude CodeCodex

A guide for building applications with Anthropic's Managed Agents, a cloud service that runs AI agents in managed containers. It covers creating agents and environments, running sessions, receiving event streams, and auditing usage.

10 4mo ago A 121 tokens original MIT

self-learning

13

ychampion/claude-self-learning

Skill Claude CodeCodex

Autonomously research any technology, library, framework, or API. Discovers official documentation, extracts key information from authoritative sources, verifies across multiple pages, and generates a reusable Claude skill (SKILL.md) with installation, examples, and best practices.

8 6mo ago A 54 tokens

generate-adrs

14

traviswye/ContextAtlas

Skill Claude CodeCodex

Generate Architectural Decision Records (ADRs) for a codebase by walking the source tree, identifying non-obvious architectural decisions, and writing canonical ContextAtlas-format ADRs to docs/adr/. Runs inside Claude Code session (subscription-bounded; no Anthropic API key needed). Supports optional…

7 2mo ago A 111 tokens original MIT

index-atlas

15

traviswye/ContextAtlas

Skill Claude CodeCodex

Run ContextAtlas extraction inside Claude Code session (subscription-bounded; no Anthropic API key needed). Walks ADRs + source-symbol docstrings + filtered commit messages via contextatlas list-extraction-sources and extracts architectural claims via per-source iteration discipline. Persists to…

7 2mo ago A 141 tokens original MIT

prime-atlas

16

traviswye/ContextAtlas

Skill Claude CodeCodex

Prime your Claude Code session with ContextAtlas tools substrate at the start of each session in a ContextAtlas-configured repo. Verifies the MCP connection by probing the atlas + introduces the three MCP tools (getsymbolcontext, findbyintent, impactofchange) with when-to-use guidance. Run this once per session before…

7 2mo ago A 100 tokens original MIT