- Home
- /
- Categories
- /
- Agents
Agents
AI agents and automation
deepagents-skills
by evanfang0054
在 Deep Agents 中创建和使用自定义技能,实现渐进式披露、SKILL.md 格式和 Agent Skills 协议。
langchain-text-splitters
by evanfang0054
使用 LangChain 中的文本分割器集成指南,包括递归、字符和语义分割器
agent-see
by Danielfoojunwei
"Convert any SaaS application into an agent-optimized interface"
showcase-export
by sunnypatneedi
Capture full orchestration details (skills, agents, decisions, compound learning) in your session transcript for YC or investor demos. Use --showcase flag at session start. Works with Claude's built-in /export command.
temporal-python-pro
by mokbhai
Master Temporal workflow orchestration using the Python SDK. Use PROACTIVELY for workflow design, microservice orchestration, long-running processes, saga pattern implementation, distributed transactions, or any durable execution patterns. Covers workflows, activities, determinism, testing strategies, and production deployment with Python-specific best practices and common pitfalls.
langchain-structured-output
by evanfang0054
使用 Zod 模式、类型安全响应和自动验证从 LangChain 代理和模型获取结构化的验证输出
deepagents-subagents
by evanfang0054
在 Deep Agents 中使用 SubAgentMiddleware 启动子代理进行任务委托、上下文隔离和专门工作。
langchain-agents
by evanfang0054
Create and use LangChain agents with createAgent - includes agent loops, ReAct pattern, tool execution, and state management
provenable
by Danielfoojunwei
Provable security guardrails for agentic AI. Audit agent actions, check protection status, query threat alerts, manage snapshots, verify evidence bundles, and enforce CPI/MI guard policies with the unified aegx CLI.
deepagents-todolist
by evanfang0054
Using TodoListMiddleware for task planning and tracking progress with the write_todos tool in Deep Agents for complex multi-step workflows.
e2e-tester
by SebastiaanWouters
Explores UI via agent-browser, generates CI-ready tests (Playwright or Pest). Triggers on "e2e test", "write e2e tests", "test the UI", "/e2e-tester".
leo-claude
by nikan
Declarative workflow engine that drives a CLI-only GitHub issue lifecycle — implementation, review, merge, translation follow-up, and documentation follow-up — using configurable agent roles and commands.
langchain-vector-stores
by evanfang0054
LangChain 向量存储集成使用指南,包括 Chroma、Pinecone、FAISS 和内存向量存储
session-reconstruct
by sunnypatneedi
Retroactively analyze exported sessions to reveal orchestration that wasn't captured. Use --reconstruct for old sessions where you forgot --showcase. Infers skill logic, agent internals, and decision rationale from transcript patterns with 60-80% accuracy.
erc8004-agent-creator
by JustineDevs
Usage and installation for create-8004-agent (ERC-8004 / 8004 AI agent scaffold). Use when the user asks how to create an ERC-8004 or 8004 agent, how to install or run create-8004-agent, what wizard options mean, which chains are supported, what gets generated, or how to configure and register the generated project (env, npm run register, start:a2a, start:mcp). Covers EVM (Ethereum, Base, Polygon, Monad) and Solana.
codeeagle-review
by imyousuf
Review code changes and diffs against codebase conventions using CodeEagle's knowledge graph. Use for code review, convention checking, and identifying missing tests.
langchain-human-in-the-loop
by evanfang0054
Add human oversight to LangChain agents using HITL middleware - includes interrupts, approval workflows, edit/reject decisions, and checkpoints
mixseek-team-config
by drillan
MixSeekのチーム設定ファイル(team.toml)を生成します。「チームを作成」「エージェント設定を生成」「Web検索チームを作って」「分析チームを設定」といった依頼で使用してください。Leader AgentとMember Agentの構成を定義します。
Tool Documentation Quick Reference
by cadrianmae
This skill should be used when the user asks for "quick reference", "show me examples for [tool]", "common commands for pandoc", "how do I use pandoc", "pandoc cheatsheet", "show pandoc examples", "tool-lookup", or needs fast offline access to command-line tool commands without detailed explanations. Load when user wants working examples at a glance, not troubleshooting or in-depth documentation.
langchain-document-loaders
by evanfang0054
使用 LangChain 中的文档加载器集成指南,用于处理 PDF、网页、文本文件和 API
gpd-metadata-sync
by dl-alexandre
Sync and validate Google Play metadata, listings, and assets with gpd, including Fastlane-style workflows. Use when updating store listings or translations.
clear-mind
by webray1983
"Memory file maintenance and optimization system. Use when factual information (portfolio, projects, technical details) accumulates in MEMORY.md, or when periodic memory cleanup is needed. Migrates factual content to separate files, keeps only core rules and indexes in MEMORY.md, maintains Quick Index table for navigation. Size/line count is NOT a trigger — only factual bloat matters."
anylogic-modeler
by skintwin-ai
Build and analyze simulation models using AnyLogic. Use for tasks involving discrete-event, agent-based, and system dynamics modeling, or any combination of these paradigms. Triggers on mentions of AnyLogic, simulation modeling, DES, ABM, or SD.
workflow-logging
by penkzhou
工作流过程日志格式规范和写入模式。定义 JSONL 和文本两种格式的日志结构、事件类型、级别定义和写入方法。