搜索结果
全部能力
找到 4777 个相关结果 / 通用助手
通用助手 / 编排推荐
company-creator
company-creator
Create agent company packages conforming to the Agent Companies specification (agentcompanies/v1). Use when a user wants to create a new agent company from scratch, build a company around an existing git repo or skills collection, or scaffold a team/department of agents. Triggers on: "create a company", "make me a company", "build a company from this repo", "set up an agent company", "create a team of agents", "hire some agents", or when given a repo URL and asked to turn it into a company. Do NOT use for importing an existing company package (use the CLI import command instead) or for modifying a company that is already running in Paperclip.
通用助手 / 编排推荐
plan-orchestrate
plan-orchestrate
Read a plan document, decompose it into steps, design a per-step agent chain from the ECC catalogue, and emit ready-to-paste /orchestrate custom prompts.…
通用助手 / 编排推荐
karpathy 指南
karpathy-guidelines
减少常见 LLM 编码错误的行为准则。在编写、审查或重构代码时使用,以避免过度复杂化,进行精准修改,…
通用助手 / 编排推荐
team-narrative
team-narrative
Orchestrate the narrative team: coordinates narrative-director, writer, world-builder, and level-designer to create cohesive story content, world lore, and…
通用助手 / 编排推荐
ecc-guide
ecc-guide
Guide users through ECC's current agents, skills, commands, hooks, rules, install profiles, and project onboarding by reading the live repository surface…
通用助手 / 编排推荐
kotlin-flow-state-event-modeling
kotlin-flow-state-event-modeling
Use when writing or reviewing Kotlin Flow state and event APIs with StateFlow, MutableStateFlow.update, SharedFlow, Channel, stateIn, SharingStarted, .value,…
通用助手 / 编排推荐
pp-redfin
pp-redfin
基于 Stingray 的 Redfin CLI,提供网站无法实现的工作流——已保存搜索对比、成交价趋势、每平方英尺单价排名以及离线 SQL。触发短语:…
通用助手 / 编排推荐
pp-pypi
pp-pypi
Printing Press CLI for Pypi。PyPI JSON API。查询 Python 包的元数据、版本、发布文件和漏洞数据。浏览最新……
通用助手 / 编排推荐
shopping-agent
shopping-agent
Generate an optimized shopping list from the current meal plan, grouped by store, and send it to Telegram and Discord. Triggers on: /shopping list, /shopping…
通用助手 / 编排推荐
compose-state-deferred-reads
compose-state-deferred-reads
Use when Jetpack Compose code reads scroll, animation, gesture, or other frame-rate State in composition, passes changing values across composable boundaries,…
通用助手 / 编排推荐
ai-automation-workflows
ai-automation-workflows
ai-automation-workflows — an installable skill for AI agents, published by inference-sh-skills/skills.
通用助手 / 编排推荐
word-documents
word-documents
Create, modify, and manage Word documents.
通用助手 / 编排推荐
alchemy-mcp
alchemy-mcp
Use the Alchemy MCP server (`https://mcp.alchemy.com/mcp`) for live blockchain data and admin work when MCP is wired into your AI client and the Alchemy CLI is…
通用助手 / 编排推荐
stream-cli
stream-cli
Query Stream data and run CLI operations against Chat, Video, Feeds, and Moderation: list channels, list calls, show flagged messages, find users, query any…
通用助手 / 编排推荐
feedgrab-batch
feedgrab-batch
Batch content grabber — bulk fetch bookmarks, user tweets, search results, author notes, wiki pages, and more from X/Twitter, Xiaohongshu, WeChat, YouTube,…
通用助手 / 编排推荐
resume-review
resume-review
Review a resume like a professional resume writer AND an ATS (Applicant Tracking System) — produce an ATS score (0-100), a level detection (fresher / mid /…
通用助手 / 编排推荐
kitchen-sink-design-system
kitchen-sink-design-system
Script-First design system workflow. Uses a deterministic auditor script to detect frameworks, inventory components, and detect design drift (hardcoded hex,…
通用助手 / 编排推荐
iii-event-driven-cqrs
iii-event-driven-cqrs
Implements CQRS with event sourcing on the iii engine. Use when building command/query separation, event-sourced systems, or fan-out architectures where commands publish domain events and multiple read model projections subscribe independently.
通用助手 / 编排推荐
iii-workflow-orchestration
iii-workflow-orchestration
Orchestrates durable multi-step workflow pipelines on the iii engine. Use when building order fulfillment, data pipelines, task orchestration, or any sequential process requiring retries, backoff, step tracking, scheduled cleanup, or dead letter queue (DLQ) handling.
通用助手 / 编排推荐
iii-http-invoked-functions
iii-http-invoked-functions
Registers external HTTP endpoints as iii functions using registerFunction(id, HttpInvocationConfig). Use when adapting legacy APIs, third-party webhooks, or immutable services into triggerable iii functions, especially when prompts ask for endpoint maps like { path, id } iterated into registerFunction calls.