Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

agentm

agentm には alexherrero から収集した 6 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
6
Stars
3
更新
2026-07-26
Forks
0
職業カバレッジ
2 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

memory
ソフトウェア開発者

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
ソフトウェア開発者

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
その他コンピュータ職

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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