惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
D
Docker
Google DeepMind News
Google DeepMind News
Y
Y Combinator Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Blog — PlanetScale
Blog — PlanetScale
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
U
Unit 42
博客园 - 【当耐特】
N
Netflix TechBlog - Medium
V
Visual Studio Blog
Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页
Recent Announcements
Recent Announcements
GbyAI
GbyAI
T
Tailwind CSS Blog
S
SegmentFault 最新的问题
WordPress大学
WordPress大学
T
The Blog of Author Tim Ferriss
Engineering at Meta
Engineering at Meta
L
LangChain Blog
A
About on SuperTechFans
M
MIT News - Artificial intelligence
B
Blog

Show HN

Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code.
LoadLore — Your team's engineering practices. Shared, ver...
whitephoenix · 2026-06-11 · via Show HN

Capture how your team reviews code, investigates production issues, opens pull requests, writes documentation, and ships software. Distribute those practices to every engineer and every AI agent from a single source of truth.

Works with Claude Code, Cursor, Copilot, Codex CLI and custom agents.

org registry · acme-co · 3 harnesses

tech-debt-guardv2.3.1 architecture rules · review gates✓ 14 agents in sync

api-migration-playbookv1.0.4 step-by-step harness · rollback plan✓ 6 agents in sync

secure-by-defaultv3.1.0 secrets, deps, authz checks↻ 2 agents updating

Everyone ships with AI now. Nobody ships the same way.

Agents multiplied how much code ships — and how many ways it gets written. The practices that keep it healthy still live in a few heads and scattered prompt files.

invisible

Each engineer configures their agent differently. There's no single place to see how — or whether — your standards are actually applied.

stuck

Workflows stay locked to one repo or one tool — every new hire and every new team rebuilds the same setup from scratch.

ungoverned

You can mandate a style guide, but you can't audit a thousand agent sessions. Drift compounds silently — as tech debt.

Capture once. Distribute everywhere. Govern continuously.

LoadLore is the registry and control plane for how your team works. Capture a workflow once — and it becomes a versioned artifact any engineer or agent can install and follow.

/01 capture

Package agent skills, tools, hooks and configs into versioned harnesses — like tech-debt-guard v2.3.1 — instead of loose dotfiles.

/02 distribute

One command installs a harness into Claude Code, Cursor, Copilot or your custom agents. Browse the registry, pick a ready-made agent for the task, done.

/03 govern

Live view of which teams run which versions, where configs drift, and how practices correlate with code-quality signals. Teams keep local overrides — you keep visibility.

One polymorphic package. Any coding agent.

A harness bundles everything a practice needs to actually run — skills, tools, hooks and configuration. Install it once, and LoadLore compiles it to the native format of whichever agent each engineer uses.

tech-debt-guard/            harness v2.3.1
├── skills/
│   ├── refactor-safely.md
│   └── review-checklist.md
├── tools/
│   ├── mcp.json            # MCP servers
│   └── bin/debt-scan       # CLI, ready to run
├── hooks/
│   ├── pre-commit.sh
│   └── post-edit-lint.sh
└── harness.yaml            # config & permissions

targets: claude-code · cursor · copilot · custom

Agent skills

Step-by-step expertise the agent loads when a task calls for it — your refactoring method, your review checklist, your incident runbook.

Tools

MCP servers, CLI utilities and scripts that ship inside the harness and work out of the box — no per-machine setup.

Hooks & scripts

Checks that run around agent actions — lint after every edit, gate before every commit — so standards are applied, not just suggested.

Configuration

Settings, permissions and context declared once. Adapters translate the whole package into each agent's native format.

Use cases

startup · seed–series B · everyone codes

Ship fast without mortgaging the codebase

  • Non-experts ship like experts. Every agent inherits senior-built guardrails automatically.
  • Tech debt stops compounding silently. Architecture rules and review gates apply to every change.
  • No more improvised agents. Ready-made harnesses for migrations, refactors and new services.

Guardrails
by default

Every agent runs with the review gates, architecture rules and checks your senior engineers would apply — no manual policing, no wiki nobody reads.

One view,
every team

Adoption, versions and drift across the whole org — while teams keep their local overrides, so governance never becomes the bottleneck.

mid-size · cto & platform teams

Standardize across teams — without a platform police force

  • One baseline, local freedom. Platform team publishes org-wide harnesses; teams extend with overrides.
  • Real visibility instead of surveys. Live view of who runs what, which versions, where configs drift.
  • Audit-ready by default. A trail for security and compliance, and instant onboarding between teams.

Built for practices, not just for hosting agents.

Cloud agent registries catalogue agents inside one vendor's ecosystem. LoadLore manages the practice layer — across every tool your teams already use.

Capability

LoadLore

Cloud agent registries

Works across agents & IDEs (Claude Code, Cursor, Copilot, custom)

Yes

Single-cloud

Versioned practices & harnesses, not just agent binaries

Yes

No

Adoption & drift visibility per team

Yes

Limited

Local overrides — teams keep their flexibility

Yes

Ready-made agents for common tasks, one-command install

Yes

Partial

See LoadLore on your own stack.

We're onboarding a limited number of design partners. Tell us a little about your team and we'll schedule a 30-minute walkthrough with a founder.

No deck. Live product, your use case.

✓ request received

Your demo request is in.

A founder — not an email sequence — will reach out within a few days to pick a time and tailor the walkthrough to your stack. Need it sooner? Write to hello@loadlore.dev and mention your team size.