poirot
Poirot is a deep research agent kernel with a middleware-first architecture, five-layer long-term memory, multi-agent orchestration, sandbox isolation, and a three-layer skill self-evolution system, backed by 2400+ tests.
它提供了一个可复用、与代理无关的工作流程,能够同时生成机器可读的 JSON 和人工可读的报告,并强调数据来源标注与推断信息的明确区分。
An Agent Skill that watches upcoming AI/ML conferences and reports, for each one: submission deadlines (every stage), dates, location, special sessions / call for papers, official web links, and a 5-year acceptance-rate trend. It is written to be reusable across common coding agents that can search the web — Claude Code, Codex, and similar.
Every run yields two artifacts:
conferences..json — the structured source of truth. One object
per conference (keyed by acronym), each holding the upcoming edition
(deadlines, location, special sessions, links) and a 5-year acceptance-rate
trend. Schema: references/json-schema.md.conference-report..md — a human-readable report with a short
summary, a nearest-deadlines table, a per-conference breakdown, and a clearly
separated "approximate / inferred" section. Template:
assets/report.template.md.The agent also answers directly in chat with the most time-sensitive items.
This skill is plain Markdown + JSON, so it can be used by Codex, Claude Code, or any agent that can read SKILL.md, search/fetch the web, and write files.
Clone directly into Codex's personal skills directory:
git clone https://github.com/Zsun79/ConferenceWatch.git ~/.codex/skills/conference-watch
If you already cloned the project somewhere else, run this from the root of this cloned skill repository to link the current checkout into Codex:
mkdir -p ~/.codex/skills
ln -s "$(pwd)" ~/.codex/skills/conference-watch
Then ask Codex naturally for AI/ML conference deadlines, venue comparisons, or submission planning. Codex will use SKILL.md as the workflow when the request matches the skill description.
Clone directly into Claude's personal skills directory:
git clone https://github.com/Zsun79/ConferenceWatch.git ~/.claude/skills/conference-watch
If you already cloned the project somewhere else, run this from the root of this cloned skill repository to link the current checkout into Claude:
mkdir -p ~/.claude/skills
ln -s "$(pwd)" ~/.claude/skills/conference-watch
If this checkout is the project where you want Claude to load the skill, run th
An Agent Skill to watch the deadlines of latest AI conference.
根据分类、Topic 和编程语言匹配的相似项目。
Poirot is a deep research agent kernel with a middleware-first architecture, five-layer long-term memory, multi-agent orchestration, sandbox isolation, and a three-layer skill self-evolution system, backed by 2400+ tests.
Anti-slop is a tool for detecting and repairing substance defects in AI-assisted prose, code, documentation, and agent output using deterministic scanners and structural procedures that produce verifiable artifacts rather than authorship judgments.
An AI agent skill that turns Claude Code or Codex into a motion-design studio for crafting cinematic product videos with Remotion, offering 106 shot recipe cards, 162 styles, 161 motion previews, and a production-ready template.