Armory
Source

Browse

Search and filter by type across the catalog

1,921 results in Memory, Workflows, Skills, Observability · page 43 of 81

SkillsPreview

llm-ops

LLM Operations -- RAG, embeddings, vector databases, fine-tuning, prompt engineering avancado, custos de LLM, evals de qualidade e arquiteturas de IA para producao.

UnrankedNo signals yet
Harnessclaude
llm-opsskills
Details
SkillsPreview

llm-trading-agent-security

Security patterns for autonomous trading agents with wallet or transaction authority. Covers prompt injection, spend limits, pre-send simulation, circuit breakers, MEV protection, and key handling.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
WorkflowsPreview

load-coo-context

References specific files for sparse matrix operations, explains transform usage, compares with previous approaches, and sets data formatting context for development.

UnrankedNo signals yet
Harnessclaude
claude-codeslash-commands
Details
WorkflowsPreview

load-dango-pipeline

Sets context for model training by referencing pipeline files, establishing working context, and preparing for pipeline work with relevant documentation.

UnrankedNo signals yet
Harnessclaude
claude-codeslash-commands
Details
WorkflowsPreview

load-llms-txt

Loads LLM configuration files to context, importing specific terminology, model configurations, and establishing baseline terminology for AI discussions.

UnrankedNo signals yet
Harnessclaude
claude-codeslash-commands
Details
WorkflowsPreview

log

Log work from orchestrated tasks to external project management tools like Linear, Obsidian, Jira, or GitHub Issues.

UnrankedNo signals yet
Harnessclaude
orchestrationworkflows
Details
SkillsPreview

logistics-exception-management

Codified expertise for handling freight exceptions, shipment delays, damages, losses, and carrier disputes. Informed by logistics professionals with 15+ years operational experience. Includes escalation protocols, carrier-specific behaviors, claims procedures, and judgment frameworks. Use when ha…

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

loki-mode

Multi-agent autonomous startup system for Claude Code. Triggers on "Loki Mode". Orchestrates 100+ specialized agents across engineering, QA, DevOps, security, data/ML, business operations, marketing, HR, and customer success. Takes PRD to fully deployed, revenue-generating product with zero human intervention. Features Task tool for subagent dispatch, parallel code review with 3 specialized reviewers, severity-based issue triage, distributed task queue with dead letter handling, automatic deployment to cloud providers, A/B testing, customer feedback loops, incident response, circuit breakers, and self-healing. Handles rate limits via distributed state checkpoints and auto-resume with exponential backoff. Requires --dangerously-skip-permissions flag.

UnrankedNo signals yet
Harnessclaude
loki-modeskills
Details
SkillsPreview

long-context

Extend context windows of transformer models using RoPE, YaRN, ALiBi, and position interpolation techniques. Use when processing long documents (32k-128k+ tokens), extending pre-trained models beyond original context limits, or implementing efficient positional encodings. Covers rotary embeddings, attention biases, interpolation methods, and extrapolation strategies for LLMs.

UnrankedNo signals yet
Harnessclaude
emerging-techniques-long-contextskills
Details
WorkflowsPreview

loop-start

Start a managed autonomous loop pattern with safety defaults and explicit stop conditions.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
commandworkflow
Details
WorkflowsPreview

loop-status

Inspect active loop state, progress, failure signals, and recommended intervention.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
commandworkflow
Details
SkillsPreview

luma-imagegen

Use when the user asks to generate images via the Luma AI API (Dream Machine / Photon); collects a prompt and options interactively, then calls the API using the bundled script. Requires LUMA_API_KEY — will prompt the user if missing.

UnrankedNo signals yet
Harnessclaude
luma-imagegenskills
Details
ObservabilityPreview

lunary

Open-source LLM observability and prompt management platform. It tracks conversations, errors, costs, and user feedback for production AI applications.

UnrankedNo signals yet
Harnessclaudecursorcodexopencodegemini
observabilityloggingevals
No one-command install · SourceDetails
SkillsPreview

make-interfaces-feel-better

Apply concrete design-engineering details that make interfaces feel polished. Use when reviewing or improving UI spacing, typography, borders, shadows, motion, hit areas, icons, text wrapping, and interaction states.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

mamba-architecture

State-space model with O(n) complexity vs Transformers' O(n²). 5× faster inference, million-token sequences, no KV cache. Selective SSM with hardware-aware design. Mamba-1 (d_state=16) and Mamba-2 (d_state=128, multi-head). Models 130M-2.8B on HuggingFace.

UnrankedNo signals yet
Harnessclaude
model-architecture-mambaskills
Details
WorkflowsPreview

manage

Manage track lifecycle: archive, restore, delete, rename, and cleanup

UnrankedNo signals yet
Harnessclaude
agentsworkflows
Details
WorkflowsStable

managed-agents-cma-coordinate-specialist-team

Heterogeneous team via the multiagent coordinator config — a coordinator runs three specialists (web-search researcher, file-reading librarian, rules-based pricer) with scoped toolsets to assemble a sales proposal. Covers the multiagent field, the thread_created / thread_message_received event types, and per-role to…

UnrankedNo signals yet
Harnessclaude
anthropiccookbookrecipemanaged
Details
WorkflowsStable

managed-agents-cma-iterate-fix-failing-tests

Entry-point tutorial for the Claude Managed Agents API. Walks through agent / environment / session creation, file mounts, and the streaming event loop by getting an agent to fix three planted bugs in a calc.py package.

UnrankedNo signals yet
Harnessclaude
anthropiccookbookrecipemanaged
Details
WorkflowsStable

managed-agents-cma-operate-in-production

End-to-end production story for Managed Agents — vault-backed MCP credentials, the session.status_idled webhook pattern for human-in-the-loop without long-lived connections, and the resource lifecycle CRUD verbs.

UnrankedNo signals yet
Harnessclaude
anthropiccookbookrecipemanaged
Details
WorkflowsStable

managed-agents-cma-prompt-versioning-and-rollback

Server-side prompt versioning — create v1, evaluate against a labelled test set, ship v2, detect a regression, roll back by pinning sessions to version 1. Covers agents.update, version pinning on sessions.create, and where the review gate moves when prompts are not code.

UnrankedNo signals yet
Harnessclaude
anthropiccookbookrecipemanaged
Details
WorkflowsStable

managed-agents-cma-remember-user-preferences

Give your Claude Managed Agents a Memory store so they learn and remember your users' preferences across multiple interactions.

UnrankedNo signals yet
Harnessclaude
anthropiccookbookrecipemanaged
Details
WorkflowsStable

managed-agents-cma-verify-with-outcome-grader

Build a grade-and-revise loop with Outcomes: a writer drafts a cited research brief, a stateless grader fetches every URL and checks every quote against a rubric, and feedback drives revisions until the brief passes. Covers user.define_outcome, the span.outcome_evaluation_* events, and how to write a rubric the grad…

UnrankedNo signals yet
Harnessclaude
anthropiccookbookrecipemanaged
Details
WorkflowsStable

managed-agents-data-analyst-agent

Build an analyst that turns a CSV into a narrative HTML report with interactive charts, using a sandboxed environment and file mounting.

UnrankedNo signals yet
Harnessclaude
anthropiccookbookrecipemanaged
Details
WorkflowsStable

managed-agents-slack-data-bot

Mention the bot with a CSV to get an analysis report in-thread, with multi-turn follow-ups on the same session.

UnrankedNo signals yet
Harnessclaude
anthropiccookbookrecipemanaged
Details
Browse · Armory