Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

agentm

agentm contient 6 skills collectées depuis alexherrero, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
6
Stars
3
mis à jour
2026-07-26
Forks
0
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

memory
Développeurs de logiciels

File-based, agent-curated permanent memory layer that lives inside the user's existing Obsidian vault. Captures durable preferences / workflows / fixes via a reflection sidecar; recalls relevant entries automatically into every new prompt via SessionStart + UserPromptSubmit hooks; adapts the agent's behavior over time without explicit configuration. The goal is compound learning — each conversation makes the next one better, because the agent never forgets what already happened.

2026-07-26
console
Développeurs de logiciels

Terminal-first (with an --html mode) report that composes agentm's existing observability surfaces — the health index + family table, queue-status-lite, the board-drift one-liner, spend from the observability rollup, and a memory-activity section (inbox, watchlist, incubator, newest curated entries, heat-policy decay report) — behind one entry point. Builds nothing new underneath; every section reads or shells out to a surface that already exists and is independently invocable on its own.

2026-07-26
doctor
Autres occupations informatiques

Verify the agentm install in this project is correctly wired up. Trigger when the user says "check my harness install", "is the harness working", "run doctor", or invokes /doctor. Default mode is structural only (no tokens, <5s) — checks that expected phase commands, sub-agents, skills, state files, and hooks are present and parseable. The --live flag adds real sub-agent dispatches and skill dry-runs to prove end-to-end wiring (~30–90s, moderate token cost). Never installs or mutates state; reports gaps and points at install.sh.

2026-07-12
design
Développeurs de logiciels

Human-facing design pipeline that walks the user through a locked 10-section design-doc template, gates on human approval (Status draft → review → final), then translates the approved design into structural parts and generates a PLAN.md per part for the harness's `/work` + `/review` flow to execute. Published designs surface in `wiki/Home.md` as the canonical "Why we built X" entry point.

2026-07-11
wiki-author
Développeurs de logiciels

Update or create a Diátaxis wiki page for the current repo (or another registered repo). Triggers when the operator says 'update the wiki', 'document this in the wiki', 'add this to the wiki', 'create a wiki page for X', or 'update <repo>'s wiki'. Resolves target repo via cwd (default) or explicit repo name (cross-repo via repo_registry from V4 #30 plan 1). Dispatches crickets' wiki-maintenance:documenter sub-agent for the structural edit with preview-before-write, and defers to crickets' wiki-maintenance diataxis-author skill for mode selection — both graceful-skip if crickets' wiki-maintenance plugin is absent. Honors per-repo .diataxis-conventions.md override. Does NOT auto-generate content — agent gathers context from the conversation; the skill handles dispatch + write contract.

2026-06-12
example-plugin-skill
Développeurs de logiciels

Demonstrates that a skill nested inside a crickets plugin package is discoverable by Antigravity 2.0 / agy after `bash install-plugin.sh example-plugin`. Activate when the user asks to "demonstrate plugin discovery" or types "example plugin skill demo".

2026-05-27