Lawofall/AgentCore

Multi-Agent AI 工作台 (AgentCore) — 真正的 Agent 团队协作,而非单 Agent 子任务派发

78Stars on the repository
24Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

api

01

Lawofall/AgentCore

Cursor rule Cursor

A set of rules for building web APIs, including URL structure, request and response names, authentication, permissions, errors, and generated TypeScript types.

78 2d ago A 0 tokens original MIT

color-tokens

02

Lawofall/AgentCore

Cursor rule Cursor

A rule set for choosing interface colors through shared semantic design tokens. These tokens are named meanings such as primary, success, notice, or destructive rather than fixed color values.

78 2d ago A 0 tokens original MIT

conversation-logs

03

Lawofall/AgentCore

Cursor rule Cursor

Rules for investigating product AI failures through conversation logs. A trace ID is a 32-character event identifier, while a conversation ID is a UUID that identifies a session.

78 2d ago A 55 tokens original MIT

Lawofall/AgentCore

Cursor rule Cursor

An architecture rule for running one product interface across desktop, narrow screens, and a mobile app shell. A mobile shell is the native wrapper around the shared web interface; narrow screens remove capabilities that cannot work there.

78 2d ago A 0 tokens original MIT

cursor-deploy

05

Lawofall/AgentCore

Cursor rule Cursor

A deployment rulebook for a product with a backend, website, mobile apps, desktop apps, and an admin panel. It defines release order, checks, credential handling, and platform-specific publishing steps.

78 2d ago A 0 tokens original MIT

database

06

Lawofall/AgentCore

Cursor rule Cursor

Rules for defining database tables, data-access code, and schema-change migrations using SQLAlchemy and Alembic. Alembic is a tool that records and applies changes to a database structure over time.

78 2d ago A 0 tokens original MIT

desktop-layout

07

Lawofall/AgentCore

Cursor rule Cursor

A set of desktop web-page layout rules covering content widths, spacing, text sizes, corner rounding, buttons, icons, and narrow-screen behaviour.

78 2d ago A 0 tokens original MIT

dev-process

08

Lawofall/AgentCore

Cursor rule Cursor

A development workflow for an AI-built, multi-agent project where people make product and release decisions. It explains how to start a new task, choose supporting documents, decide when to pause for approval, and avoid risky patchwork fixes.

78 2d ago A 1,004 tokens original MIT

doc-governance

09

Lawofall/AgentCore

Cursor rule Cursor

Rules for managing project documentation and AI instructions. They distinguish docs/ for explaining what the project is and why it works that way from rules/ for telling AI how to work.

78 2d ago A 0 tokens original MIT

file-splitting

10

Lawofall/AgentCore

Cursor rule Cursor

Guidance for deciding when a large source-code file should be split into smaller files, based on its responsibilities rather than its line count. It also covers code changes made by multiple AI agents.

78 2d ago A 0 tokens original MIT

frontend-preview

11

Lawofall/AgentCore

Cursor rule Cursor

An offline preview and screenshot-checking workflow for the desktop interface. It replays saved AI event scenarios in the real interface, so developers can inspect intermediate streaming states without a backend or live AI service.

78 2d ago A 139 tokens original MIT

Lawofall/AgentCore

Cursor rule Cursor

A set of rules for deciding when an AI product may warn or refuse a request. It requires human approval before adding an interception and ranks safer options first.

78 2d ago A 916 tokens original MIT

local-llm-dogfood

13

Lawofall/AgentCore

Cursor rule Cursor

A set of local-development rules for running the product’s AI tests and probes with a development account and its configured bring-your-own-key setup.

78 2d ago A 30 tokens original MIT

logging

14

Lawofall/AgentCore

Cursor rule Cursor

A set of rules for writing application logs in a consistent format, using the project’s shared logger and event names.

78 2d ago A 0 tokens original MIT

memory

15

Lawofall/AgentCore

Cursor rule Cursor

A set of rules for recording reusable operational knowledge discovered during development, such as troubleshooting steps, environment requirements, and recurring setup problems.

78 2d ago A 61 tokens original MIT

multitask

16

Lawofall/AgentCore

Cursor rule Cursor

A set of rules for splitting work between a main coding agent and helper agents when handling several tasks at once.

78 2d ago A 684 tokens original MIT

prompt-design

17

Lawofall/AgentCore

Cursor rule Cursor

Rules for changing the product’s AI prompts, including prompts for the CEO, workers, debates, skills, tools, facts, and on-screen text. They define where each instruction belongs and how to test prompt changes.

78 2d ago A 602 tokens original MIT

Lawofall/AgentCore

Cursor rule Cursor

A protocol drift check for keeping server-sent events and the desktop interface in agreement. It compares real event sequences with expected results and requires every event type to be handled.

78 2d ago A 0 tokens original MIT

python-style

19

Lawofall/AgentCore

Cursor rule Cursor

A set of required conventions for writing Python 3.12 code, including type notation, data structures, imports, line length, and Ruff checks. Ruff is a tool that finds style and common code problems.

78 2d ago A 0 tokens original MIT

seam-audit

20

Lawofall/AgentCore

Cursor rule Cursor

A method for finding interface-seam bugs, where two connected parts of a system do not actually pass information between each other. It checks UI, events, fields, routes, database columns, producers, and consumers, while distinguishing real gaps from intentional omissions.

78 2d ago A 75 tokens original MIT

verify-scope

21

Lawofall/AgentCore

Cursor rule Cursor

A guide for choosing how much testing to run after a code change, from one named test to the full release check. It covers pytest, Vitest, browser screenshots, type checks, linting, and the release gate.

78 2d ago A 90 tokens original MIT

dossier-fill

22

Lawofall/AgentCore

Cursor rule Cursor

A rule for filling in a case-file summary: list confirmed facts first, then items that still need checking. The input says it is a synthetic evaluation decoy, not a real product rule.

78 2d ago A 23 tokens original MIT

workspace-hygiene

23

Lawofall/AgentCore

Cursor rule Cursor

A short set of workspace rules about where temporary files should go and how to avoid putting secrets in a code repository.

78 2d ago A 62 tokens original MIT