Almog Baku
Community@almogbaku · Israel
LLM hacker
Agent Skills by Almog Baku
Showing 27 vetted skills indexed across 2 GitHub repositories.
prefix-cap
Serves as the entry skill for validating prefix-format conventions.
prefix-cap-tidy
Scopes role-based tidying work to the main agent within a capability fixture.
bad-cap-sorted
Provides a lint fixture skill whose identifier already carries its prefix.
capture
Hands off execution to the refer skill and then the capture skill.
refer
Owns a nested reference fixture for testing nested-reference and reference-toc lint checks.
claude-helper
Provides a minimal fixture skill for testing reserved-word validation in lint tooling.
name-cap
Serves as the entry skill for the name fixture capability installation flow.
ghost
Provides an undeclared skill fixture for testing manifest validation checks.
init
Creates and scaffolds a new git-based knowledge base with zones, grants, and maintenance schedules.
route
Routes content to the correct knowledge base using tags, rules, and model classification.
kb
Explains knowledge base layout, queue semantics, expiry, links, and maintenance for git-backed markdown bases.
adopt
Registers an existing knowledge tree as a base and reports divergence without writing into it.
recall
Answers questions from stored knowledge bases with cited sources and explicit gap reporting.
import
Migrates external knowledge bases into a target base through interactive checkpointed batches.
schedule
Estimates commitments and blocks calendar time for them within working hours.
update
Updates existing commitments in a knowledge base when users report progress, stalls, or abandonment.
steward
Maintains a commitments backlog by detecting overdue, stalled, and expired items via kb queries.
work-tracker
Answers questions about personal commitments by querying a knowledge base of tracked actions.
upgrade
Re-applies user MOD.md deltas onto fresh upstream capability renders with diff-gated commits.
remove
Removes installed aos capabilities by walking lockfile entries backwards through jobs, symlinks, and config keys.
install
Installs aos capabilities into an agent harness with name gating, rendering, and diff-gated materialization.
evolve
Records per-user adjustments to installed aos capabilities in MOD.md so they survive upgrades.
onboard
Runs capability onboarding interviews and writes typed answers to MOD.md overlay files.
contribute
Drafts and applies source-level changes to shared capability packages with scoped contribution workflows.
Frequently Asked Questions About Almog Baku
FAQPage SchemaWhat tasks can I perform with AlmogBaku's aos skills?▼
You can manage the full capability lifecycle (install, onboard, upgrade, evolve, remove, contribute, review, build), run personal knowledge bases (init, adopt, import, capture, route, recall), and track commitments (capture, schedule, update, steward). An existing skill also enables interactive source debugging via Debug Adapter Protocol.
Who are these skills designed for?▼
They target individual users running an aos harness who want persistent, personalized capabilities: people maintaining knowledge bases or Obsidian vaults, tracking their own commitments and calendar time, and contributors packaging or reviewing capabilities for upstream distribution.
How does capability installation and personalization work?▼
capability-install reads the capability briefing, gates claimed skill names, runs the onboarding interview, and renders agents, symlinks, schedules and context blocks behind a diff gate. Personal answers and tweaks live in the user's MOD.md overlay, which capability-upgrade re-applies to fresh upstream so personalization survives every update.
How do the knowledge base skills handle my existing notes?▼
kb-adopt registers an existing tree or Obsidian vault in place without writing to it, optionally running kb migrate for old layouts. kb-import bulk-imports another base's content interactively in checkpointed batches, leaving the source byte-intact. kb-init scaffolds a fresh base with zones, types and maintenance schedules.
What prerequisites do these skills assume?▼
Skills assume an installed aos harness with a manifest and lockfile, since lifecycle skills walk lockfile entries and gate skill-name claims. Knowledge base skills expect a base tree on disk or one to scaffold; work-tracker skills expect a commitments base and access to the user's calendar for time blocking.